Binary representation Flashcards
(10 cards)
What is binary representation?
A method of encoding information using only two symbols: 0 and 1.
True or False: Each character in text is represented by a unique binary code.
True
Fill in the blank: In binary, the number 2 is represented as _____ .
10
What is the binary representation for the character ‘A’ in ASCII?
01000001
Which of the following is a common format for representing images in binary? (a) JPEG (b) TXT (c) HTML
a) JPEG
How many bits are in a byte?
8 bits
True or False: Sound can be represented in binary form as a series of samples.
True
What is the purpose of using binary in computing?
To represent data such as text, images, and sound in a format that computers can process.
Fill in the blank: The binary representation of the decimal number 5 is _____ .
101
What does the term ‘pixel’ refer to in the context of images?
A pixel is the smallest unit of an image that can be displayed or processed on a digital display.