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 → Computer Security 2

Phishing is?
Fraudulent attempt to obtain sensitive information
click to copy
WORM storage means?
Write Once Read Many
click to copy

Computer Fundamentals → Introduction to Computer 35

SSL stands for?
Secure Socket Layer
click to copy
Encryption converts?
Plaintext to ciphertext
click to copy
Decryption converts?
Ciphertext to plaintext
click to copy
Which is a symmetric encryption algorithm?
AES
click to copy
RSA is an example of?
Asymmetric encryption
click to copy
MD5 and SHA are examples of?
Hashing algorithms
click to copy
A digital signature provides?
Authentication and non-repudiation
click to copy
Which port does HTTP use by default?
80
click to copy
Which port does HTTPS use?
443
click to copy
Port 22 is associated with which protocol?
SSH
click to copy
Which of the following is a VPN?
Virtual Private Network
click to copy
Bandwidth of a network is measured in?
bps/Mbps/Gbps
click to copy
Latency in networking refers to?
Delay in data transmission
click to copy
Which protocol provides reliable, connection-oriented service?
TCP
click to copy
UDP is preferred over TCP when?
Speed is more important than reliability
click to copy
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

Computer Fundamentals → Memory Units 1

The Harvard architecture differs from von Neumann in that?
It has separate memory for instructions and data
click to copy

Computer Fundamentals → Number System 2

Decimal 2048 in hexadecimal is?
800
click to copy
A byte is equal to?
8 bits
click to copy