CPlusOOP
SiteMap
Reusable Software
Structured Programming
Data Types
«Prev
Next»
Programming Fundamentals
Computer Algorithms
Computer Programs Defined
Computer Components
Operating System Role
Running Computer Program
Machine Language
Compilers Interpreters
Computer Program Conclusion
Storing Numbers Text
Binary Number Explanation
Convert Binary to Decimal
Convert Decimal Binary
Convert Binary Hexadecimal
Twos Complement Representation
Floating Point Numbers
ASCII Unicode System
Number Text Storage
Structured Programming
Unstructured Programs
Sequence Statements
Decision Construct
Repetition Iteration
Subprogram Definition
Structured Programming Summary
Writing Programs
Hexadecimal Numbers - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following is not a valid hexadecimal digit?
Please select the best answer.
A.
0
B.
G
C.
F
2.
What is the binary representation of the hexadecimal number
AC3F
?
Please select the best answer.
A.
1010110000111111
B.
1100101011110011
C.
1111001111001010
3.
What is the hexadecimal representation of the binary number
01111110
?
Please select the best answer.
A.
E7
B.
3D
C.
7E
Correct answers:
Your Score: 0
Submit
Quiz Explanation