Tools of the trade Linux and SQL Flashcards

module two

1
Q

What is an operating system (OS)?

A

The interface between computer hardware and the user

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

Name three common operating systems.

A

Windows, Linux, macOS®

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

What is the function of a bootloader?

A

To boot the operating system.

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

What type of interface uses icons to manage tasks on a computer?

A

Graphical user interface (GUI).

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

Which interface uses text-based commands to interact with a computer?

A

Command-line interface (CLI).

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

What microchip contains loading instructions for the computer and replaces BIOS in modern systems?

A

Unified Extensible Firmware Interface (UEFI)

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

What is Random Access Memory (RAM) used for?

A

Short-term memory.

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

Describe a legacy operating system.

A

An operating system that is outdated but still being used.

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

What component handles the physical tasks in a computer, such as calculations and file storage?

A

Hardware.

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

What is an application?

A

A program that performs a specific task.

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

What type of memory is RAM?

A

Short-term memory.

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

How does a BIOS chip differ from a UEFI chip?

A

BIOS is prevalent in older systems, while UEFI replaces BIOS in modern systems and provides enhanced security features.

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

What role does the operating system play in the process of using a computer?

A

It connects applications and hardware to allow users to perform tasks.

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

Why is a CLI useful for security analysts?

A

Because it records a history file of all commands and actions.

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

What happens when you boot a computer?

A

A BIOS or UEFI microchip is activated, which then loads the bootloader to start the operating system.

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

Give an example of a task that can be performed more efficiently with a CLI than a GUI.

A

Creating multiple new files in a system.

17
Q

What does the operating system do after the hardware processes a user’s request?

A

It sends the output back through the application to display the results to the user.

18
Q

What type of interface might a new user find easier to navigate?

A

Graphical user interface (GUI)

19
Q

How can a CLI help trace an attacker’s actions?

A

By reviewing the history file of commands

20
Q

What is a virtual machine (VM)?

A

A virtual version of a physical computer.

21
Q

How do GUIs and CLIs differ in their display?

A

GUIs have graphics and icons, while CLIs have text only.

22
Q

What happens in the final part of the booting process initiated by BIOS or UEFI?

A

The bootloader is activated to start the operating system.

23
Q

Why might a security professional use a CLI instead of a GUI?

A

To handle multiple tasks simultaneously and maintain a history file of actions.

24
Q

What ensures that the limited capacity of a computer system is used where it’s needed most?

A

The operating system

25
Q

What analogy can be used to describe the function of an operating system in a computer?

A

Ordering food at a restaurant, where the kitchen (OS) interprets the order and ensures it is fulfilled.