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 38

Which is NOT a valid SQL aggregate function?
FIRST()
click to copy
1's complement of binary 1010 is?
0101
click to copy
Binary 10000 equals decimal?
16
click to copy
Decimal 128 in binary is?
10000000
click to copy
Parity check detects how many bit errors?
Single bit errors only
click to copy
ASCII code of uppercase A is?
65
click to copy
ASCII code of lowercase a is?
97
click to copy
ASCII code 32 represents?
Space character
click to copy
UTF-8 uses how many bytes for ASCII characters?
1
click to copy
IEEE 754 single precision uses how many bits?
32
click to copy
Boolean AND of 1 AND 0?
0
click to copy
Boolean NOR of 0 NOR 0?
1
click to copy
Sum of Products (SOP) form is?
OR of AND terms
click to copy
Karnaugh Map is used for?
Simplifying Boolean expressions by grouping adjacent minterms
click to copy
Half adder outputs are?
Sum (A XOR B) and Carry (A AND B)
click to copy
Multiplexer 4:1 requires how many select lines?
2
click to copy
D flip-flop captures D input on?
Active clock edge
click to copy
Modulo-8 counter uses how many flip-flops?
3
click to copy
Gray code consecutive values differ by?
Exactly one bit
click to copy
BCD uses how many bits per decimal digit?
4
click to copy
7-segment display has how many segments?
7
click to copy
Flash ADC is the?
Fastest but uses most comparators
click to copy
Excess-3 code of decimal 5 is?
1000
click to copy
Hamming code is used for?
Single-bit error detection AND correction
click to copy
CRC uses which type of arithmetic?
XOR-based polynomial (modulo-2) arithmetic
click to copy
Reed-Solomon codes are used in?
QR codes, CDs, DVDs for burst error correction
click to copy
Which encoding is most space-efficient for English text?
UTF-8
click to copy
Floating point overflow occurs when?
Result exceeds maximum representable value
click to copy
IEEE 754 double precision uses?
64 bits (1 sign + 11 exponent + 52 mantissa)
click to copy
Bit trick x AND (x-1) clears?
Lowest set bit of x
click to copy
NIC (National Informatics Centre) provides?
IT infrastructure and e-governance services to Government of India
click to copy
Rajasthan Sampark portal enables?
Citizens to register and track grievances against government departments
click to copy
GeM (Government e-Marketplace) is used for?
Government procurement of goods and services
click to copy
India's first electronic computer was installed at?
Indian Statistical Institute Kolkata (1956)
click to copy
Bhamashah scheme in Rajasthan was?
Women-centric financial inclusion scheme using biometric bank accounts
click to copy
SPF (Sender Policy Framework) prevents?
Email spoofing by listing authorized mail servers for a domain
click to copy
DKIM adds to emails?
Digital signature verifying email was not modified and confirming sender domain
click to copy
DMARC builds on SPF and DKIM by?
Providing policy for handling authentication failures and reporting
click to copy

Computer Fundamentals → Number System 1

Hexadecimal FF in decimal is?
255
click to copy

Computer Fundamentals → Memory Units 1

PARAM Siddhi-AI supercomputer ranked in?
Global TOP500 supercomputer list (rank 63 in Nov 2020)
click to copy