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 30

Blu-ray disc uses which laser color?
Blue-violet (405nm wavelength)
click to copy
Wi-Fi 6 (802.11ax) introduces?
OFDMA, MU-MIMO improvements and BSS Coloring for better multi-device efficiency
click to copy
4G LTE provides speeds up to?
100 Mbps to 1 Gbps (LTE-Advanced)
click to copy
iCloud is cloud storage by?
Apple
click to copy
OneDrive is cloud storage by?
Microsoft
click to copy
SaaS model means software is?
Delivered over internet as a service with no local installation
click to copy
Kubernetes etcd is?
Distributed key-value store holding cluster state and configuration
click to copy
The full form of CPU is?
Central Processing Unit
click to copy
Which memory stores data temporarily?
RAM
click to copy
DAC stands for?
Digital to Analog Converter
click to copy
Alt+F4 in Windows?
Closes current application/window
click to copy
Recycle Bin in Windows stores?
Temporarily deleted files before permanent removal
click to copy
To permanently delete without Recycle Bin use?
Shift+Delete
click to copy
PDF files are opened using?
Adobe Acrobat Reader or web browsers
click to copy
VLC Media Player is used for?
Playing various audio/video formats
click to copy
Which browser is developed by Google?
Chrome
click to copy
YouTube is owned by?
Google (Alphabet)
click to copy
WhatsApp is owned by?
Meta (Facebook)
click to copy
Logic error in programming is?
Program compiles but gives wrong results due to incorrect algorithm
click to copy
Algorithm must have?
Finite, unambiguous steps with definite input/output and effectiveness
click to copy
Flowchart uses which shape for decision?
Diamond
click to copy
Which flowchart shape represents start/end?
Oval/Rounded rectangle
click to copy
Which data structure is used for function call stack?
Stack (LIFO)
click to copy
Binary search requires input data to be?
Sorted (ascending or descending)
click to copy
What is the time complexity of binary search?
O(log n)
click to copy
Recursion is?
Function that calls itself with smaller input toward base case
click to copy
Stack overflow error in recursion occurs when?
Too many recursive calls exhaust the call stack
click to copy
Object in OOP is?
An instance of a class with specific attribute values
click to copy
Which OOP concept allows same method to work differently based on object type?
Polymorphism
click to copy
Which Java collection preserves insertion order?
ArrayList and LinkedList
click to copy

Computer Fundamentals → Generations of Computer 1

Which generation of computers used vacuum tubes?
First
click to copy

Computer Fundamentals → Input Devices 3

Which input device is used in ATMs?
Numeric keypad and card reader
click to copy
QWERTY keyboard gets its name from?
First six letters of top-left row
click to copy
Function keys on keyboard are labeled?
F1 to F12
click to copy

Computer Fundamentals → Output Devices 2

Which of the following is NOT an output device?
Keyboard
click to copy
Which type of printer makes physical impact on paper?
Dot matrix
click to copy

Computer Fundamentals → Memory Units 2

1 GB RAM equals?
1024 MB
click to copy
Which file extension indicates executable program in Windows?
.exe
click to copy

Computer Fundamentals → Software and Hardware 2

Compiler translates?
Entire program at once to machine code before execution
click to copy
Interpreter translates?
Line by line during execution
click to copy