IT Fundamentals Flashcards

Week 2 (42 cards)

1
Q

What is the CPU (Central Processing Unit)?

A

The CPU is the primary component of a computer that performs most of the processing inside, executing instructions from programs, managing operations, and controlling the flow of data.

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

What is RAM (Random Access Memory)?

A

RAM is temporary memory used by a computer to store data for active programs, enabling quick access and processing.

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

What is an HDD (Hard Disk Drive)?

A

HDD is a storage device that uses spinning disks to read/write data, offering large capacity at a lower cost.

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

What is an SSD (Solid State Drive)?

A

SSD is a fast storage device that uses flash memory, providing quicker data access and better durability than HDDs.

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

What is Cloud Storage?

A

Cloud storage allows data to be stored on remote servers, accessible via the internet, for easy backup and sharing.

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

What are Peripherals?

A

Peripherals are external devices connected to a computer, such as printers, keyboards, and mice.

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

What is a Web Server?

A

A web server hosts websites and delivers web pages to browsers through the internet.

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

What is an Application Server?

A

An application server runs software applications and provides services to client machines or other servers.

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

What is a Database Server?

A

A database server manages databases, handling data requests and storage for applications or users.

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

What is a LAN (Local Area Network)?

A

A LAN is a network connecting computers and devices within a limited area, like a building or office.

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

What is a WAN (Wide Area Network)?

A

A WAN connects multiple LANs over a large geographic area, often using the internet or leased lines.

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

What is a VPN (Virtual Private Network)?

A

A VPN creates a secure connection over a public network, protecting privacy and data from eavesdropping.

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

What is a Router?

A

A router directs data traffic between networks, ensuring proper delivery to destinations like devices or websites.

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

What is a Switch?

A

A switch connects devices within a network and forwards data based on MAC addresses for efficient communication.

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

What is a Firewall?

A

A firewall monitors and controls incoming and outgoing network traffic to prevent unauthorized access.

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

What are Packets?

A

Packets are small units of data transmitted over a network, containing part of the information being sent.

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

What is Cloud Computing?

A

Cloud computing delivers computing services (like storage, processing) over the internet, enabling flexible access and scalability.

18
Q

What is IaaS (Infrastructure as a Service)?

A

IaaS provides virtualized computing resources like servers and storage over the internet on a pay-as-you-go basis.

19
Q

What is PaaS (Platform as a Service)?

A

PaaS offers a platform for building, testing, and deploying applications without managing underlying infrastructure.

20
Q

What is SaaS (Software as a Service)?

A

SaaS delivers software applications over the internet, eliminating the need for local installation or maintenance.

21
Q

What is Virtualization?

A

Virtualization creates virtual versions of physical resources (e.g., servers, storage), enabling more efficient usage.

22
Q

What are Hypervisors?

A

Hypervisors manage virtual machines, allowing multiple VMs to run on a single physical host system.

23
Q

What are Virtual Machines (VMs)?

A

VMs are software-based emulations of physical computers, running operating systems and applications like a real machine.

24
Q

What is Network Virtualization?

A

Network virtualization combines hardware and software resources into a virtual network, improving flexibility and management.

25
26
What is a **Switch** in networking?
A switch connects devices within a network, forwarding data based on MAC addresses to ensure efficient communication.
27
What is a **Router** in networking?
A router directs data between different networks, ensuring proper delivery of data across networks or the internet.
28
What is the difference between **LANs** and **WANs**?
**LAN** (Local Area Network) connects devices within a small area, while **WAN** (Wide Area Network) connects LANs over a large geographical area.
29
What is the difference between **IPv4** and **IPv6**?
**IPv4** uses 32-bit addresses, offering about 4 billion addresses. **IPv6** uses 128-bit addresses, allowing for a vastly larger address space.
30
What is **Subnetting** in networking?
Subnetting divides a large network into smaller, more manageable sub-networks (subnets) to improve efficiency and security.
31
What is involved in **Assigning IP addresses**?
IP addresses are assigned to devices within a network to uniquely identify them and allow for proper data routing.
32
What are the **7 Network Layers** in the OSI Model?
The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application. Each layer handles specific tasks for data communication.
33
What is the **Terminal**?
The terminal is a command-line interface used to interact with an operating system through text-based commands.
34
What is the **Windows Command Line Interface (CLI)**?
The CLI allows users to interact with the operating system by typing commands, providing more control over system functions.
35
What can the **CLI** do?
The CLI allows users to run programs, manage files, configure system settings, and troubleshoot, all through text commands.
36
What is the primary use of the **Task Manager** in Windows?
Task Manager monitors system performance, running processes, and allows users to manage applications and troubleshoot issues.
37
What is the primary role of an **Operating System**?
An operating system manages hardware resources, provides an interface for users, and enables application execution.
38
What is the primary role of a **Network Switch**?
A network switch connects devices within a network and directs data packets based on MAC addresses for efficient communication.
39
What is the primary purpose of using the **‘ping’** command in Windows and Linux?
The 'ping' command checks the connectivity between devices on a network by sending ICMP packets and measuring response time.
40
How does **PaaS** differ from **SaaS** in cloud computing?
**PaaS** provides a platform for developing apps, while **SaaS** delivers ready-to-use software applications over the internet.
41
Which component is considered the **‘brain’** of the computer?
The **CPU** (Central Processing Unit) is considered the brain of the computer, handling all processing tasks.
42
**Bash scripting** is primarily used for what purpose?
Bash scripting automates tasks and executes commands in Unix-based systems, improving efficiency and workflow.