Data representation Flashcards
(10 cards)
What is the binary representation of the decimal number 5?
101
True or False: A byte consists of 8 bits.
True
Fill in the blank: The process of converting data into a form that can be easily processed by a computer is called ___.
data representation
Which of the following is NOT a type of data representation? A) Binary B) Decimal C) Hexadecimal D) Graphic
D) Graphic
What does ASCII stand for?
American Standard Code for Information Interchange
Define denary numbers
Representing numbers using base 10 (0‐9) – these are our normal numbers
Define binary numbers
Representing numbers using base 2 (0s & 1s) – the only language that
Define hexadecimal
Representing numbers using base 16 (0‐9 & A‐F). This language is never
stored inside a computer, it is used for representing colours as it is easier
for humans to interpret.
What is a Bit?
The smallest amount of data (stands for binary digit) (0 or 1).