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
Two's Complement Representation - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
What range of integers can be represented using 16-bit two's complement representation?
Please select the best answer.
A.
-2
15
to 2
15
- 1
B.
-2
16
to 2
16
- 1
C.
-16
2
to 16
2
2.
What is the decimal equivalent of the 8-bit two's complement number
10010111
?
Please select the best answer.
A.
-104
B.
-152
C.
-105
3.
What is the 8-bit two's complement representation of the decimal number -18?
Please select the best answer.
A.
11101101
B.
00010010
C.
11101101
Correct answers:
Your Score: 0
Submit
Quiz Explanation
Structured Approach Computer Science