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

Biometric authentication includes?
Fingerprint, iris, face recognition
click to copy
Which type of attack overwhelms a server with requests?
DDoS
click to copy
SQL injection attack exploits?
Unvalidated user input in SQL queries
click to copy
Cross-site scripting (XSS) attack injects?
Malicious scripts into web pages viewed by others
click to copy
A honeypot in cybersecurity is?
Decoy system to detect attackers
click to copy
Zero-day vulnerability is?
Unknown vulnerability without available patch
click to copy
Patch management involves?
Applying security updates to software
click to copy
Intrusion Detection System (IDS) does?
Monitors and alerts on suspicious activity
click to copy
Intrusion Prevention System (IPS) does?
Monitors and actively blocks threats
click to copy
HTTPS certificate proves?
Identity of the website and enables encryption
click to copy
Browser cookies are used to?
Store user session data and preferences
click to copy
HTML tag for hyperlink is?
<a>
click to copy
CSS property for text color is?
color
click to copy
Which HTML tag creates a table?
<table>
click to copy
HTTP response code 404 means?
Not found
click to copy
HTTP response code 200 means?
OK (success)
click to copy
HTTP response code 500 means?
Internal server error
click to copy
Which HTTP method is used to submit form data?
POST
click to copy
GET vs POST: GET sends data via?
URL query string
click to copy
RESTful API DELETE method is used for?
Deleting resources
click to copy
XML and JSON are both?
Data interchange formats
click to copy
Which of the following is a NoSQL database?
MongoDB
click to copy
NoSQL databases are preferred for?
Unstructured big data
click to copy
ACID properties of databases stand for?
Atomicity, Consistency, Isolation, Durability
click to copy
Atomicity in ACID means?
All operations in a transaction succeed or none do
click to copy
Which type of index speeds up SELECT queries?
B-tree index
click to copy
ERD stands for in database design?
Entity Relationship Diagram
click to copy
Which SQL clause filters query results?
WHERE
click to copy
HAVING clause is used with?
GROUP BY
click to copy
Which aggregate function counts rows?
COUNT()
click to copy
Stored procedure in SQL is?
A saved SQL script executed by name
click to copy
A view in SQL is?
A virtual table based on a query
click to copy
Trigger in SQL executes?
Automatically in response to INSERT/UPDATE/DELETE
click to copy
Transaction control commands include?
COMMIT, ROLLBACK
click to copy
DCL in SQL stands for?
Data Control Language
click to copy
DDL in SQL stands for?
Data Definition Language
click to copy
DML in SQL stands for?
Data Manipulation Language
click to copy
Which normal form removes partial dependencies?
2NF
click to copy

Computer Fundamentals → Internet Basics 1

Which of the following is NOT a search engine?
Wikipedia
click to copy

Computer Fundamentals → Memory Units 1

Which SQL keyword removes duplicate rows from results?
DISTINCT
click to copy