COMPTIA Flashcards
How is decimal notation expressed?
Each single digit is assigned one of ten values ranging from 0-9 whereby each column is ten times more than the digit to its right. This is also known as base 10.
Which notation system presents the largest numbers using the fewest digits?
Hexadecimal
In binary notation, a single digit stores how many bits of information?
one
Binary is also referred to as a base?
Base 2
In a decimal system, a single digit stores how many bits of information?
four bits
Decimal is also referred to as base..?
Base 10
What are the two common ways of presenting character set data?
ASCII and Unicode are the most common character sets used to present data.
What is the decimal number 75 in hexadecimal notation?
4B
When should you use hexadecimal notation?
To express large numbers
Convert the decimal number 10 into binary notation
1010
How is binary notation expressed?
A single digit in a range from 0 to 1 is used. This number represents an on or off state. Each column is worth two times the column to its right. This is also known as base 2.