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 39

NavIC is India's?
Regional Navigation Satellite System covering India and surroundings
click to copy
Digital India initiative aims to?
Transform India into digital society with e-governance, connectivity, digital literacy
click to copy
NASSCOM represents which sector?
IT-BPM (Information Technology and Business Process Management) industry
click to copy
CoWIN platform was developed for?
COVID-19 vaccine registration and certificate management
click to copy
Facebook was founded by?
Mark Zuckerberg
click to copy
AlphaGo defeated world Go champion Lee Sedol in?
2016
click to copy
Which programming language is used for data science?
Python (with NumPy, Pandas, Scikit-learn)
click to copy
Which SQL statement creates a new database?
CREATE DATABASE
click to copy
TRUNCATE vs DELETE: TRUNCATE is?
Faster, removes all rows, cannot use WHERE clause
click to copy
HAVING filters?
Groups after aggregation by GROUP BY
click to copy
Which data type stores large text in SQL?
TEXT or CLOB
click to copy
NoSQL key-value store example is?
Redis
click to copy
Which Python data type is immutable?
Tuple
click to copy
Python lambda is?
An anonymous function defined in one line
click to copy
What does __init__ do in Python class?
Constructor — initializes a new object instance's attributes
click to copy
Python f-strings provide?
Inline expression evaluation within strings
click to copy
Python enumerate() ?
Returns index-value pairs when iterating over a sequence
click to copy
Python zip() function?
Combines multiple iterables element-by-element into tuples
click to copy
Which Python module for regular expressions?
re
click to copy
Python GIL affects?
Multi-threading — prevents true parallel execution of Python threads in CPython
click to copy
Ransomware?
Encrypts files and demands payment for decryption key
click to copy
Multi-factor authentication categories are?
Something you know, have, and are (knowledge, possession, inherence)
click to copy
Which encryption algorithm is symmetric?
AES
click to copy
DMZ in network security is?
Network segment between internet and internal network for public servers
click to copy
Social engineering targets?
Human psychology — manipulating people rather than systems
click to copy
Defense in depth uses?
Multiple overlapping security layers
click to copy
Which component is called the heart of the computer?
Motherboard
click to copy
BIOS stands for?
Basic Input Output System
click to copy
Which wattage PSU for high-end gaming PC?
650W-850W
click to copy
TIM between CPU and cooler?
Fills microscopic gaps to improve heat transfer
click to copy
USB Power Delivery (USB-PD) provides up to?
100W (USB-PD 3.0)
click to copy
Which HTML tag creates a hyperlink?
<a href>
click to copy
Cookie in web technology is?
Small data file stored in browser by website to remember user info
click to copy
HTML5 video element is?
<video>
click to copy
REST API HTTP DELETE method is used for?
Deleting resources
click to copy
Which protocol is connectionless?
UDP (User Datagram Protocol)
click to copy
TCP three-way handshake steps are?
SYN, SYN-ACK, ACK
click to copy
Windows Registry stores?
OS and application configuration in hierarchical database
click to copy
Which Linux command lists directory contents?
ls
click to copy

Computer Fundamentals → Computer Security 1

Morris Worm (1988) was notable as?
First worm to spread over internet
click to copy