The binary number system has base and uses the digits and .
Incorrect! Try again.
2Which of the following is a valid binary number?
Binary
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
A binary number can contain only the digits and .
Incorrect! Try again.
3What is the base of the decimal number system?
Decimal
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
The decimal number system has base and uses digits from to .
Incorrect! Try again.
4What is the place value of the rightmost digit in a whole decimal number?
Decimal
Easy
A.Tens
B.Thousands
C.Hundreds
D.Ones
Correct Answer: Ones
Explanation:
The rightmost digit of a whole decimal number occupies the ones place.
Incorrect! Try again.
5What is the base of the octal number system?
Octal
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
The octal number system has base and uses digits from to .
Incorrect! Try again.
6Which digit cannot appear in an octal number?
Octal
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
Octal numbers use only the digits through , so is not valid.
Incorrect! Try again.
7What decimal value does the hexadecimal digit represent?
Hexadecimal
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
In hexadecimal, the letters through represent decimal values through .
Incorrect! Try again.
8What is the largest single digit in the hexadecimal number system?
Hexadecimal
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
The hexadecimal digit represents decimal , the largest value of one hexadecimal digit.
Incorrect! Try again.
9What is the decimal equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
10What is the binary equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
11What is the decimal equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
represents one group of eight, so it equals .
Incorrect! Try again.
12What is the octal equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
13What is the decimal equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
represents one group of sixteen, so it equals .
Incorrect! Try again.
14What is the hexadecimal equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
The hexadecimal digit represents the decimal value .
Incorrect! Try again.
15What is the hexadecimal equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
equals , which is written as .
Incorrect! Try again.
16What is the binary equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
represents , and .
Incorrect! Try again.
17What is the binary equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
has the same value as , which is .
Incorrect! Try again.
18What is the octal equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
equals , and decimal is written as .
Incorrect! Try again.
19What is the hexadecimal equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
In hexadecimal, the digit represents the decimal value .
Incorrect! Try again.
20What is the binary equivalent of ?
Number System Conversions
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
21What is the decimal value of the binary number ?
Binary
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
22Which binary number is equivalent to ?
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
, so the corresponding binary digits form .
Incorrect! Try again.
23Convert the octal number to decimal.
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
24What is the decimal equivalent of the hexadecimal number ?
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
25Convert directly to octal.
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Group the bits as . These groups correspond to the octal digits , , and .
Incorrect! Try again.
26Which hexadecimal number is equivalent to ?
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Grouping into four-bit sections gives , corresponding to , , and .
Incorrect! Try again.
27What is the binary equivalent of the octal number ?
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Convert each octal digit to three bits: , , and . Thus, the result is .
Incorrect! Try again.
28Convert to its 12-bit binary representation.
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The hexadecimal digits convert as , , and , giving .
Incorrect! Try again.
29Which octal number represents the decimal value ?
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Repeated division of by produces remainders , , , and in reverse order, giving .
Incorrect! Try again.
30Convert the decimal number to hexadecimal.
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
. Since hexadecimal is , the result is .
Incorrect! Try again.
31What is the result of the binary addition ?
Binary
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
and . Their sum is , which is .
Incorrect! Try again.
32Evaluate the binary subtraction .
Binary
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
and . The difference is , represented as .
Incorrect! Try again.
33What is the result of the octal addition ?
Octal
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Adding in base with carries gives , followed by the remaining carried additions, producing .
Incorrect! Try again.
34Evaluate the hexadecimal sum .
Hexadecimal
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
and . Their sum is , which equals .
Incorrect! Try again.
35What is the largest decimal value that can be represented by an unsigned 10-bit binary number?
Binary
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
An unsigned -bit number has a maximum value of . For bits, this is .
Incorrect! Try again.
36In the decimal number , the digits and are interchanged. By how much does the original number decrease?
Decimal
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Interchanging the digits gives . The decrease is .
Incorrect! Try again.
37Which binary value is equivalent to the decimal number ?
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
, and , which is . Therefore, the result is .
Incorrect! Try again.
38What is the decimal equivalent of the binary number ?
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The integer part is , while . Thus, the value is .
Incorrect! Try again.
39Convert the hexadecimal number directly to octal.
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
, and . Therefore, the octal representation is .
Incorrect! Try again.
40Evaluate and express the result in octal.
Number System Conversions
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
and . Their sum is , which equals .
Incorrect! Try again.
41Convert the binary number to hexadecimal.
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Group the binary digits from the right into sets of four: . These groups represent , , and , giving .
Incorrect! Try again.
42What is the octal equivalent of the hexadecimal number ?
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
. Converting to octal gives .
Incorrect! Try again.
43Convert the octal number to binary without first converting it to decimal.
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Replace each octal digit with its three-bit binary form: , , , and . The result is .
Incorrect! Try again.
44Which hexadecimal representation is equal to the decimal number ?
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
, so its hexadecimal representation is .
Incorrect! Try again.
45Convert the binary fraction to decimal.
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
46What is the decimal value of the hexadecimal fraction ?
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
47Which binary fraction represents the decimal value exactly?
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
, so the binary fraction is .
Incorrect! Try again.
48Evaluate the binary addition .
Binary, Decimal, Octal, and Hexadecimal
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
and . Their sum is .
Incorrect! Try again.
49Which option lists three representations of the same value?
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
, , and . Therefore, the first equality is correct.
Incorrect! Try again.
50What is the minimum number of bits required to represent the unsigned decimal integer ?
Binary, Decimal, Octal, and Hexadecimal
Hard
A. bits
B. bits
C. bits
D. bits
Correct Answer: bits
Explanation:
Nine bits represent values from through , while ten bits represent values from through . Thus, bits are required.
Incorrect! Try again.
51The numeral has decimal value . What is the value of the base ?
Binary, Decimal, Octal, and Hexadecimal
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
. Solving gives ; the other root is invalid for a number-system base.
Incorrect! Try again.
52Convert directly to hexadecimal.
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Pad and group in fours: . These groups correspond to , , , and , giving .
Incorrect! Try again.
53What is the decimal value of the octal number ?
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
54Which hexadecimal number is equal to the decimal integer ?
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
, so the correct representation is .
Incorrect! Try again.
55In hexadecimal arithmetic, what is the result of ?
Binary, Decimal, Octal, and Hexadecimal
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Borrowing across the zero digits changes the result to three hexadecimal digits of : .
Incorrect! Try again.
56Which of the following fractional values is greatest?
Binary, Decimal, Octal, and Hexadecimal
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
, , , and . Therefore, is greatest.
Incorrect! Try again.
57Which decimal fraction has a terminating representation in both binary and hexadecimal?
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
. Its denominator is a power of , so it terminates in both bases.
Incorrect! Try again.
58Convert the octal number to hexadecimal.
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Convert octal to binary: . Padding on the left and grouping by four gives .
Incorrect! Try again.
59Evaluate , and express the result in octal.
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
, , and . The total is .
Incorrect! Try again.
60A hexadecimal number has the form and is divisible by . Which digit can replace ?
Number System Conversions
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
. Testing the options, is not divisible by , while is not; however, and , so the valid option is . Correction: among the listed choices, gives , which is divisible by .
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →