Unit 3- Fundamentals of Data Representation Flashcards
How many bits in a byte
8 bits in a byte
What is decimal 28 in binary
11100
How many number can 8 bits represent and explain calculation
2^8-1=255
What is 0101 1001 in decimal
it is 89
What is binary
binary is a system which uses base 2 consisting of only 1s and 0s to represent number and characters
What is hexadecimal
Hexadecimal is a number system which uses base 16 base letters
What is 2A in decimal
42
Advantages of using hex
Much simpler to remember hex values
.Easy to convert between hex and binary
What is ASCII
ASCII IS a type of character set that represents lots of characters but not integers
How many bytes are needed to store “Hello everyone.”?
15 bytes
Definition of image resolution
Resolution is the concentration of pixels within a a specific area
In an image,how many bits per pixel are needed for 256 colours
8 bits per pixel-8 bit colour depth
Formula for image size in bits
Width x Height x colour depth
Formula for image size in bytes
Width x Height x colour depth/8
DIfference between analogue and Digital signals
.Analogue sound is continuous
.Digital signals are discrete