G11 System Software Flashcards

1
Q

Boot Loader

A

Program that houses the boot sequence

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

Boot sequence

A

Set of operations the computer does before powering on

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

Basic Input-Output System

A

Contains POST and loads the OS

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

Complementary Metal-Oxide-Semiconductor

A

Takes inventory of the type of hardware used

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

Master Boot Record

A

Executing the operating system kernel

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

Kernel

A

Responsible for input/output from software

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

CMOS

A

Obtain data about the system

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

Unified Extended Firmware Interface

A

Faster than the UEFI

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

Interrupts

A

Signal sent to the CPU to switch process

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

Interrupt Request Number

A

Used for CPU to identify the device interrupting

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

IO Range

A

Buffer from RAM to speed up slow I/O device

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

Multitasking

A

Switching between programs at the same time

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

Multithreading

A

More than one task in a program is being carried out

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

Virtual Memory

A

Full RAM using some memory from the hard disk

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

Translators

A

Software that translates one type of code to other type of code

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

High-level languages

A

Code that is closer to human language

17
Q

Low-level language

A

Code that closer to machine language

18
Q

Interpreters

A

Converts each program line to machine code then executes it

19
Q
A