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

Docker uses which technology?
Containers
click to copy
Containers vs VMs: containers are?
Lighter and faster to start
click to copy
Big Data is characterized by the '3 Vs' which are?
Volume, Velocity, Variety
click to copy
Machine learning is a subset of?
Artificial Intelligence
click to copy
Deep learning uses?
Artificial neural networks
click to copy
IoT stands for?
Internet of Things
click to copy
Quantum computing uses?
Qubits (quantum bits)
click to copy
Blockchain is characterized by?
Immutable distributed ledger
click to copy
Cryptocurrency uses which technology?
Blockchain
click to copy
AR stands for in computing?
Augmented Reality
click to copy
VR stands for?
Virtual Reality
click to copy
5G technology offers speeds up to?
10 Gbps
click to copy
Nanotechnology in computers involves?
Components at nanometer scale
click to copy
Which company manufactures AMD processors?
AMD (Advanced Micro Devices)
click to copy
ARM processors are known for?
Low power consumption
click to copy
Which storage interface is fastest for SSDs?
NVMe PCIe
click to copy
SATA III maximum speed is?
600 MB/s
click to copy
The first computer bug was?
An actual insect found in a relay
click to copy
Gosling's Java 'JVM' stands for?
Java Virtual Machine
click to copy
Bytecode in Java is?
Intermediate code executed by JVM
click to copy
IDE in programming stands for?
Integrated Development Environment
click to copy
Git is used for?
Version control
click to copy
GitHub is?
Cloud-based Git repository hosting service
click to copy
Agile methodology is?
Iterative and incremental development
click to copy
SDLC stands for?
Software Development Life Cycle
click to copy
Which SDLC phase comes first?
Requirements analysis
click to copy
Alpha testing is done by?
Internal testers within organization
click to copy
Beta testing is done by?
External real users
click to copy
Which testing checks if system meets requirements?
System testing
click to copy
Regression testing ensures?
Old features still work after changes
click to copy
Which data structure is used for breadth-first search (BFS)?
Queue
click to copy
Which data structure is used for depth-first search (DFS)?
Stack
click to copy
Time complexity of linear search is?
O(n)
click to copy
Hash table provides average time complexity of?
O(1)
click to copy
Heap data structure is used for?
Priority queue implementation
click to copy
In a max-heap, the root is?
Largest element
click to copy
Graph with no cycles is called?
Tree/DAG
click to copy
Which sorting algorithm is best for nearly sorted arrays?
Insertion sort
click to copy

Computer Fundamentals → Output Devices 1

Which type of monitor is thinnest?
OLED
click to copy

Computer Fundamentals → Software and Hardware 1

A compiler is to compilation as interpreter is to?
Execution line by line
click to copy