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 40

3NF removes?
Transitive dependencies
click to copy
Which type of join returns only matching rows?
INNER JOIN
click to copy
Which HTTP status code indicates unauthorized access?
401
click to copy
HTTP 403 means?
Forbidden (authenticated but no permission)
click to copy
Port 3306 is associated with?
MySQL database
click to copy
Which of the following is a graph database?
Neo4j
click to copy
Redis is primarily used as?
In-memory key-value store/cache
click to copy
Cassandra is which type of database?
Wide-column NoSQL
click to copy
Which language is used for data analysis and statistics?
R
click to copy
Which Python library is used for data analysis?
Pandas
click to copy
Which Python library is used for machine learning?
Scikit-learn
click to copy
TensorFlow is used for?
Deep learning and neural networks
click to copy
Which layer in neural network processes input?
Input layer
click to copy
Activation function in neural networks?
Introduces non-linearity
click to copy
Backpropagation is used to?
Adjust weights by propagating error backward
click to copy
Overfitting in machine learning means?
Model memorizes training data, fails on new data
click to copy
Regularization techniques prevent?
Overfitting
click to copy
Which is supervised learning?
Linear regression
click to copy
Which is unsupervised learning?
K-means clustering
click to copy
Reinforcement learning learns by?
Trial and error with rewards
click to copy
CNN in deep learning stands for?
Convolutional Neural Network
click to copy
RNN stands for?
Recurrent Neural Network
click to copy
NLP stands for?
Natural Language Processing
click to copy
Which company developed ChatGPT?
OpenAI
click to copy
LLM in AI stands for?
Large Language Model
click to copy
GPS stands for?
Global Positioning System
click to copy
How many satellites are needed for GPS positioning?
4+
click to copy
QR code stands for?
Quick Response code
click to copy
NFC stands for?
Near Field Communication
click to copy
RFID stands for?
Radio Frequency Identification
click to copy
USB Type-C connector is?
Symmetrical/reversible
click to copy
Thunderbolt 4 maximum speed is?
40 Gbps
click to copy
Which of the following is a lossless compression format?
PNG
click to copy
JPEG uses which type of compression?
Lossy
click to copy
MP3 is a compressed format for?
Audio
click to copy
Which video format is most widely supported?
MP4
click to copy
PDF was developed by?
Adobe Systems
click to copy
Which file format is used for vector graphics?
SVG
click to copy
BMP stands for?
Bitmap
click to copy
GIF supports?
Only 256 colors
click to copy