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 31

Which of the following is NOT volatile memory?
Flash NAND
click to copy
Which type of software license allows modification and redistribution?
GPL (GNU Public License)
click to copy
The page fault occurs when?
A page referenced is not in RAM
click to copy
Which is the correct binary representation of -5 in 8-bit 2's complement?
11111011
click to copy
Decimal 0.25 in binary is?
0.01
click to copy
The purpose of a bootloader is?
Load the OS into memory
click to copy
Which generation introduced the concept of personal computing?
Fourth
click to copy
ASCII code 48 represents?
0
click to copy
Which component on a motherboard maintains date and time?
CMOS + RTC
click to copy
Which is the fastest cache level closest to CPU core?
L1
click to copy
A word in computing refers to?
Natural unit of data processed by CPU
click to copy
Which binary operation yields 1 only when both inputs are 1?
AND
click to copy
Which binary operation yields 1 when either input is 1?
OR
click to copy
XOR yields 1 when?
Both inputs different
click to copy
NAND is functionally complete because?
Any logic function can be built from NAND gates only
click to copy
De Morgan's theorem states?
NOT(A AND B) = NOT A OR NOT B
click to copy
Which logic gate has output that is always the complement of its input?
NOT
click to copy
A half adder adds?
Two single bits
click to copy
A full adder adds?
Two bits plus carry-in
click to copy
Flip-flops are used to store?
1 bit
click to copy
The prefix 'kilo' in computing equals?
1024
click to copy
The prefix 'mega' in computing equals?
1024²
click to copy
Which of following is the correct priority order (high to low) for Boolean operators?
NOT, AND, OR
click to copy
The minimum number of NAND gates to implement AND?
2
click to copy
Carry lookahead adder is faster than ripple carry because?
It computes carry signals in parallel
click to copy
Which memory cell stores one bit using 6 transistors?
SRAM cell
click to copy
Which memory cell stores one bit using 1 transistor and 1 capacitor?
DRAM
click to copy
Which of the following is NOT a component of CPU?
HDD
click to copy
MAR stands for in CPU?
Memory Address Register
click to copy
MDR stands for in CPU?
Memory Data Register
click to copy
The clock rate determines?
How fast CPU executes instructions
click to copy

Computer Fundamentals → Memory Units 5

The Harvard architecture differs from von Neumann in that?
It has separate memory for instructions and data
click to copy
Hard disk stores data on?
Magnetic platters
click to copy
What is a sector on a hard disk?
Smallest addressable storage unit on a track
click to copy
Program counter (PC) holds?
Address of next instruction to fetch
click to copy
Instruction Register (IR) holds?
Current instruction being executed
click to copy

Computer Fundamentals → Computer Security 1

WORM storage means?
Write Once Read Many
click to copy

Computer Fundamentals → Number System 3

Decimal 2048 in hexadecimal is?
800
click to copy
A byte is equal to?
8 bits
click to copy
Which number system group is most suitable for representing IP addresses?
Binary and Decimal
click to copy