Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

Computer Fundamentals → Introduction to Computer 26

The binary representation of decimal 0 is?
0
click to copy
Gray code is also known as?
Reflected Binary Code
click to copy
In BCD, decimal 9 is represented as?
1001
click to copy
What is 2's complement of 10110?
01010
click to copy
Parity bit is used for?
Error detection
click to copy
Even parity means?
Number of 1s is even
click to copy
Decimal 255 in binary is?
11111111
click to copy
Floating point representation is used to store?
Real (decimal) numbers
click to copy
IEEE 754 is a standard for?
Floating-point arithmetic
click to copy
The sign bit in 2's complement representation of a signed integer: 0 means?
Positive
click to copy
ASCII code of 'A' (uppercase) is?
65
click to copy
ASCII code of lowercase 'a' is?
97
click to copy
Complement of 0 in binary is?
1
click to copy
The range of 8-bit unsigned integer is?
0 to 255
click to copy
The range of 8-bit signed integer (2's complement) is?
-128 to 127
click to copy
How many characters does extended ASCII support?
256
click to copy
Binary subtraction 1010 - 0011 = ?
0111
click to copy
In IEEE 754 single precision, how many bits represent the exponent?
8
click to copy
The word 'bit' is a contraction of?
Binary digit
click to copy
Convert octal 77 to decimal?
63
click to copy
Binary 1000 in decimal is?
8
click to copy
Convert decimal 64 to binary?
0100 0000
click to copy
Convert binary 11000000 to decimal?
192
click to copy
Octal 10 in decimal is?
8
click to copy
Decimal 128 in binary is?
10000000
click to copy
Adding binary 0110 + 0111 = ?
1101
click to copy

Computer Fundamentals → Number System 14

Hexadecimal is preferred over binary for programmers because?
It compactly represents binary
click to copy
The hexadecimal equivalent of binary 10101010 is?
AA
click to copy
How many bits in a nibble?
4
click to copy
Binary 1101 0011 in hexadecimal is?
D3
click to copy
Hexadecimal FF + 1 = ?
100 hex
click to copy
Which of the following is NOT a valid hexadecimal digit?
G
click to copy
Decimal 16 in hexadecimal is?
10
click to copy
The base of decimal number system is?
10
click to copy
Hexadecimal C in decimal is?
12
click to copy
Which number system uses 8 as its base?
Octal
click to copy
Hexadecimal 10 in decimal is?
16
click to copy
What is decimal 15 in hexadecimal?
F
click to copy
Binary 0000 1111 in hexadecimal is?
0F
click to copy
Hexadecimal FF in octal is?
377
click to copy