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 36

Which number base is ideal for human reading of binary data?
Hexadecimal
click to copy
Two's complement is used because?
It allows single representation of zero and simplifies arithmetic
click to copy
Signed magnitude representation has?
Two representations of zero (+0 and -0)
click to copy
Gray code consecutive values differ by?
Exactly one bit
click to copy
Which is the correct ASCII range for digits 0-9?
48-57
click to copy
ASCII codes 65-90 represent?
Uppercase letters A-Z
click to copy
ASCII codes 97-122 represent?
Lowercase letters a-z
click to copy
ASCII code 32 represents?
Space character
click to copy
ASCII code 0-31 are?
Control characters
click to copy
UTF-8 encoding uses how many bytes for ASCII characters?
1
click to copy
UTF-8 can use up to how many bytes for a single character?
4
click to copy
Binary subtraction can be performed using?
Both methods
click to copy
Decimal 0.1 in binary is?
0.00011001100... (repeating)
click to copy
Binary 10000000000 in decimal is?
1024
click to copy
Which of these correctly converts hex CAFE to decimal?
51966
click to copy
BCD addition of 9+4: result before correction?
1101
click to copy
Excess-3 code is obtained by?
Adding 3 to BCD
click to copy
Which code is self-complementing?
Excess-3
click to copy
NAND gate output is LOW only when?
Both inputs are HIGH
click to copy
NOR gate output is HIGH only when?
Both inputs are LOW
click to copy
XNOR gate output is HIGH when?
Both inputs are same
click to copy
How many gates are needed to implement half adder using NAND?
5
click to copy
Multiplexer (MUX) selects?
Output line based on control signal
click to copy
Demultiplexer (DEMUX) routes?
Single input to one of many outputs
click to copy
Encoder converts?
One-of-N input to binary code
click to copy
Decoder converts?
Binary to one-of-N output
click to copy
SR flip-flop forbidden state occurs when?
S=1, R=1
click to copy
D flip-flop output at clock edge is?
Same as D input
click to copy
JK flip-flop with J=K=1 at clock edge?
Toggles output
click to copy
Which flip-flop eliminates the forbidden state of SR flip-flop?
JK
click to copy
Counter in digital electronics?
Counts clock pulses and cycles through states
click to copy
Synchronous counter vs asynchronous: synchronous counter?
All flip-flops clocked simultaneously
click to copy
DAC (Digital to Analog Converter) converts?
Digital binary data to analog signal
click to copy
ADC (Analog to Digital Converter) converts?
Analog signal to digital binary data
click to copy
Nyquist theorem states sampling rate must be?
At least twice the highest signal frequency
click to copy
Which of these is a complete computer fundamentals topic covered in RMSSSB exams?
Computer Generations, I/O, Memory, H/W, S/W, Data Representation, Number Systems
click to copy

Computer Fundamentals → Number System 3

1 Exabyte equals?
1024 PB
click to copy
1 Zettabyte equals?
1024 EB
click to copy
Hexadecimal DEAD in decimal is?
57005
click to copy

Computer Fundamentals → Memory Units 1

Register in digital electronics stores?
n-bit data using n flip-flops
click to copy