Chapter 4 Flashcards

1
Q

Operating systems

A

Windows, android, linux, mac, ios, chrome, provides utility software

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

Graphical User Interface

A

controls how you interact with menus, windows, and icons by touching, pointing, tapping and clicking

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

Compatibility

A

Andriod and IOS are not compatible

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

System software

A

the software that runs a computer, including the operating system and utilities.

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

Operating system

A

program that manages the complete operation of your computer; platform

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

Closed source operating system

A

Windows and macOS, programs that keep all or some of the code hidden

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

Open source operating system

A

no restrictions from the copyright holder regarding modification and redistribution, Linux

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

Operating system tasks:

A

starting and shutting down computer, managing programs and memory, coordinating tasks, configuring devices, establishing internet connection, monitoring performance, providing file management, updating operating system software, monitoring security, controlling network access

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

Operating system uses

A

or directs internal components such as the processor, RAM, and storage space to manage and complete its task.

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

RAM

A

the storage location that temporarily stores open apps and document data while the cpu is on. All programs, apps, and operating system need RAM.

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

Virtual memory

A

capability of an operating system to temporarily store data on a storage medium until it can be swapped into RAM. The area of a hard drive used for virtual memory is a swap file.

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

ROM (Read only memory)

A

memory chips that store permanent data and instructions, contains the ROM, stores BIOS, basic code for hardware.

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

Flash memory

A

nonvolatile memory that can be erased and rewritten.

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

Steps of boot process

A
  1. Computer receives power from the power supply and sends it to the circuitry. 2. The processor begins to run the bootstrap program. 3. The bootstrap program executes a series of tests to check the components of the cpu. 4. Once the tests are done, the computer loads the operating system files into RAM, including kernel. 5. Computer or device loads the system configuration information, prompts the user verification if necessary, and loads all startup programs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

CPU (central processing unit)

A

large chip writes instructions to RAM

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

CPU startup

A
  1. CPUnit fetches instructions from BIOS stored on ROM 2. BIOS starts monitor and keyboard, runs basic checks 3. BIOS starts boot sequence 4. Loads the operating system to RAM 4. BIOS delegates everything to the operating system.