CATEGORY: GENERAL KNOWLEDGE Flashcards

1
Q

What does CPU stand for?

A

Answer: Central Processing Unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Who is known as the father of the computer?

A

Answer: Charles Babbage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the full form of URL?

A

Answer: Uniform Resource Locator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does HTTP stand for in web addresses?

A

Answer: HyperText Transfer Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which company developed the Windows operating system?

A

Answer: Microsoft

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the most widely used programming language for web development?

A

Answer: JavaScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does AI stand for?

A

Answer: Artificial Intelligence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the binary number system based on?

A

Answer: 0s and 1s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which search engine was created by Larry Page and Sergey Brin?

A

Answer: Google

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the primary function of RAM in a computer?

A

Answer: Temporary storage for quick data access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the name of the first electronic general-purpose computer?

A

Answer: ENIAC (Electronic Numerical Integrator and Computer)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In which year was the World Wide Web (WWW) invented?

A

Answer: 1989

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Who is the founder of Linux?

A

Answer: Linus Torvalds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which company manufactured the first commercial microprocessor, the Intel 4004?

A

Answer: Intel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the Turing Test used for?

A

Answer: To determine if a machine can exhibit human-like intelligence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the main purpose of an IP address?

A

Answer: Identifies devices on a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What does SQL stand for?

A

Answer: Structured Query Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the name of the malicious software that locks users out of their own files until they pay a ransom?

A

Answer: Ransomware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What type of database model is commonly used for large-scale applications, such as NoSQL databases?

A

Answer: Document-based model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the primary purpose of a firewall in a network?

A

Answer: To filter and monitor incoming and outgoing network traffic for security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What sorting algorithm has the best worst-case time complexity of O(n log n)?

A

Answer: Merge Sort

22
Q

What is the difference between IPv4 and IPv6?

A

Answer: IPv4 uses 32-bit addresses, while IPv6 uses 128-bit addresses

23
Q

What does DNS stand for in networking?

A

Answer: Domain Name System

24
Q

What cybersecurity term describes an attack where a hacker intercepts communication between two parties?

A

Answer: Man-in-the-Middle (MITM) Attack

25
Q

What programming concept describes a function calling itself?

A

Answer: Recursion

26
Q

What is the name of the first-ever computer virus?

A

Answer: Creeper Virus

27
Q

What does Moore’s Law predict about computing power?

A

Answer: The number of transistors on a microchip doubles approximately every two years

28
Q

What is the most commonly used hashing algorithm for secure password storage?

A

Answer: SHA-256

29
Q

Which type of attack is used to guess passwords by trying every possible combination?

A

Answer: Brute Force Attack

30
Q

What does the term “Big-O Notation” refer to in computer science?

A

Answer: A way to describe the efficiency of an algorithm

31
Q

What type of attack uses fraudulent emails to trick users into revealing sensitive information?

A

Answer: Phishing

32
Q

What is the primary purpose of a Zero Trust security model?

A

Answer: Never trust, always verify—continuously authenticate users and devices.

33
Q

Which encryption algorithm is widely used for securing HTTPS connections?

A

Answer: TLS (Transport Layer Security) with AES encryption

34
Q

What is a Brute Force Attack, and how can it be mitigated?

A

Answer: Trying all possible password combinations; mitigated with multi-factor authentication and rate limiting.

35
Q

What cybersecurity framework was created by NIST (National Institute of Standards and Technology)?

A

Answer: NIST Cybersecurity Framework

36
Q

What AI system defeated world champion Lee Sedol in the game of Go?

A

Answer: AlphaGo

37
Q

What is the difference between Supervised Learning and Unsupervised Learning?

A

Answer: Supervised Learning uses labeled data; Unsupervised Learning finds patterns without labels.

38
Q

What is backpropagation in neural networks?

A

Answer: An algorithm to adjust weights in a neural network using gradient descent.

39
Q

What AI model architecture is the foundation of GPT (Generative Pre-trained Transformer)?

A

Answer: Transformer

40
Q

What is the Turing Test, and who created it?

A

Answer: A test to measure machine intelligence; created by Alan Turing.

41
Q

What is the fundamental unit of information in quantum computing?

A

Answer: Qubit

42
Q

What blockchain mechanism prevents double spending in cryptocurrencies?

A

Answer: Proof of Work (PoW) or Proof of Stake (PoS)

43
Q

What is the primary communication protocol used by Internet of Things (IoT) devices?

A

Answer: MQTT (Message Queuing Telemetry Transport)

44
Q

What is the purpose of a smart contract in blockchain?

A

Answer: Self-executing contracts with pre-defined rules stored on a blockchain.

45
Q

What is the name of Google’s quantum supremacy experiment?

A

Answer: Sycamore

46
Q

What is the Big-O complexity of QuickSort in the worst case?

47
Q

What does SOLID stand for in software engineering principles?

A

Answer: Single Responsibility, Open-Closed, Liskov Substitution, Interface Segregation, Dependency Inversion

48
Q

What programming language is used to build smart contracts on Ethereum?

A

Answer: Solidity

49
Q

What is a race condition, and how can it be prevented?

A

Answer: A concurrency issue where multiple processes access shared data unpredictably; mitigated with locks or semaphores.

50
Q

What is the difference between interpreted and compiled languages?

A

Answer: Interpreted languages run line by line (Python), while compiled languages are translated into machine code before execution (C++).