Computer Science, asked by muhammadsohail210793, 10 months ago

How microprocessors deal with text, computer program, images, audio and video type of data using only binary number systems?

Answers

Answered by Aryansingh001
0

⤴️☝️here is your ans i have done my work now its your time

so

plz mark me as a brainiliest

Attachments:
Answered by umarmir15
0

Answer:

Computers understand only Binary language or Machine language..

Explanation:

Computer programs are sets of instructions. Each instruction is translated into machine code - simple binary codes that activate the CPU. Programmers write computer code and this is converted by a translator into binary instructions that the processor can execute.

All software, music, documents, and any other information that is processed by a computer, is also stored using binary.

Everything on a computer is represented as streams of binary numbers. Audio, images and characters all look like binary numbers in machine code.

These numbers are encoded in different data formats to give them meaning, eg the 8-bit pattern 01000001 could be the number 65, the character 'A', or a colour in an image.

Encoding formats have been standardised to help compatibility across different platforms. For example:

udio is encoded as audio file formats, eg mp3, WAV, AAC

ideo is encoded as video file formats, eg MPEG4, H264

t is encoded in character sets, eg ASCII, Unicode

images are encoded as file formats, eg BMP, JPEG, PNG

Similar questions