IT Fundamentals and Security + Flashcards

Intro to Computing and it's Components

1
Q

What’s the difference between data and information?

A

Data are the raw facts and figures without context — like numbers or characters. When we organize and process this data, it becomes information — meaningful and useful for making decisions.

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

What are web servers?

A

These serve web pages to clients or users. Every time you access a webpage, a web server delivers the content you see in your web browser.

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

What are application servers?

A

These run applications in lieu of client computers. They are used extensively in business environments to handle business logic and data processing.

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

What are database servers?

A

These provide database services to other computers or clients. They store, retrieve, and manage data in a database.

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

What is a network?

A

A network consists of different pathways for data to travel from one point to another. Networks are like the highways of the digital world. They connect computers, servers, and other devices, allowing them to communicate and share data.

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

What are Local Area Networks (LANs)?

A

These are confined to a small area, like an office building. LANs are used to connect computers and devices within this limited area, allowing for fast data transfer and resource sharing.

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

What are Wide Area Networks (WANs)?

A

WANs span larger geographical areas, like cities, states, or even countries. The internet is the largest example of a WAN, connecting millions of networks worldwide.

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

What are Wireless Networks (Wi-Fi)?

A

These provide connectivity without the need for physical cables. Wi-Fi networks are essential in providing mobile and flexible access to the internet and corporate resources.

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

What are Virtual Private Networks (VPNs)?

A

VPNs create secure connections over the internet, allowing remote users to access a network as if they were directly connected to it. This is crucial for remote work and protecting data in transit.

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

What type of cloud service is Infrastructure as a Service (IaaS)?

A

This service offers virtualized computing resources over the Internet. It includes things like servers, storage, and network infrastructure. Amazon Web Services (AWS) and Microsoft Azure are popular examples.

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

What type of cloud service is Platform as a Service (PaaS)?

A

PaaS is a service that provides a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure. Google App Engine is a notable example.

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

What type of cloud service is Software as a Service (SaaS)?

A

In this model, software applications are delivered over the Internet, on a subscription basis. Examples include Salesforce for CRM and Microsoft Office 365 for productivity.

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

What is an operating system (OS)?

A

An operating system (OS) is a foundational software that serves as an intermediary between computer hardware and users. It provides essential services, manages resources, and facilitates user interactions, creating a stable and efficient environment for running applications.

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

What is a kernel in an (OS)?

A

It is the core of the OS, managing hardware resources and providing essential services for system operations.

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

How does a user interface function in an (OS)?

A

It allows users to interact with the computer, comprising command-line interfaces (CLI) or graphical UIs.

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

What are device drivers in an (OS)?

A

Software that enables communication between the OS and hardware devices, ensuring compatibility.

17
Q

How does a file system function in an (OS)?

A

It organizes and stores files on storage devices, facilitating data management and retrieval.

18
Q

What is a server?

A

A server is a powerful computer that stores, sends, or processes data. It serves other computers in the network, hence the name. Servers are the backbone of the Internet and many business operations.

19
Q

How does process management function in an (OS)?

A

Allocates resources to processes, preventing resource conflicts and ensuring efficient task execution.

20
Q

How does memory management function in an (OS)?

A

Manages system memory, allocating and deallocating memory to running applications.

21
Q

How does device management function in an (OS)?

A

Coordinates communication between software applications and hardware devices.

22
Q

What is cloud storage?

A

Storing data on remote servers accessed from the Internet. It offers accessibility from any location and often includes data backup and recovery.

23
Q

What are three major operating systems used today?

A

Linux, Windows, and macOS