Linux and SQL Flashcards

1
Q

Hardware

A

The Physical components of a computer

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

Application

A

a program that operates a specific task

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

Basic Input/Output System (BIOS)

A

is a microchip that contains loading instructions for the computer and is prevalent in older systems.

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

When you boot, or turn on, your computer, either a ____ & ______ microchip is activated.

A

BIOS or UEFI

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

Unified Extensible Firmware Interface (UEFI)

A

is a microchip that contains loading instructions for the computer and replaces BIOS on more modern systems.

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

The last instruction from the BIOS or UEFI activates the _____

A

bootloader

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

Bootloader

A

is a software program that boots the operating system.

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

Virtual machine (VM)

A

is a virtual version of a physical computer.

Virtualization is the process of using software to create virtual representations of various physical machines.

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

Random Access Memory (RAM)

A

is a hardware component used for short-term memory. If a computer has 16GB of RAM, it can host three virtual machines so that the physical computer and virtual machines each have 4GB of RAM.

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

User Interface

A

A program that allows the user to control the functions of the operating system

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

Graphical User Interface aka GUI

A

A user interface that uses icons on the screen to manage different task on the computer

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

Basic GUI components

A
  1. Start menu
  2. Tool bar
  3. Desktop with icons and shortcuts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Command- line interface (CLI)

A

A text based user interface that uses commands to interact with the computer

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

The components of Linux

A
  1. User
  2. Application
  3. Shell
  4. File system hierarchy standard
  5. Kernel
  6. Hardware
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

User

A

The person interacting with the computer.

17
Q

Application also known as Programs

A

A program that performs a specific task.

18
Q

Shell

A

The command line interpreter

19
Q

File system hierarchy standard

FHS

A

The component of Linux OS that organizes data

20
Q

Kernel

A

The component of Linux OS that manages processes and memory

21
Q

Hardware

A

The physical component of a computer

22
Q

What are distributions ?

A

Different versions of Linux

23
Q

What are other names for distribution ?

A

Distro’s or flavors of Linux

24
Q

Digital Forensics

A

The practice of collecting and analyzing data to determine what has happened after an attack

25
Q

package

A

a piece of software that can be combined with other packages to form an application.

26
Q

package manager

A

is a tool that helps users install, manage, and remove packages or applications. Linux uses multiple package managers.