exam review chapter 1 review Flashcards

1
Q

hardware

A

the phsyical equipment and devices that a computer is made of.

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

what are the 3 primary categories of hardware components?

A

CPU

Primary memory and secondary storage

Peripherals

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

software

A

the programs that run on the hardware

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

CPU

A

brain of the computer or processor which performs most of the computing.

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

what operations are performed by the CPU?

A

arithmetic

comparisons

logic

data movement

control flow

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

speed of a CPU

A

measured in GHz - billion hertz per second

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

secondary storage

A

long term (permanent storage) of a computer

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

secondary storage includes?

A
hard drives 
flash drives
cds
dvds
magnetic tapes
floppy disks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

hard drives

A

include several magnetic disks which store information

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

secondary storage typically contains

A

operating system
programs
documents and other user data files
settings and preferences

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

primary memory

A

every computer requires some primary/ main memory to work properly

traditionally known as RAM (random access memory)

pretty much everything that is being done on the computer - executing, displaying, calculating

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

can the CPU access the secondary memory?

A

not directly. it copies the information from the secondary to the primary where it can be used

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

(secondary and primary)

opening something:

A

secondary memory (disk drive) -> primary meory (OS, RAM, etc)

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

(secondary and primary)

sharing something

A

primary memory (RAM, OS, etc.) -> primary memory (disk drive).

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

booting up

A

when the computer is turned on - primary memory is empty (blank)

computer runs a “boot loader” - this boot loader is stored on a separate chip (ROM - Read only memory)

the boot loader then copies the operating system from the secondary storage into primary memory so it can be run.

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

booting up (simplified)

A

Boot loader(stored on ROM) loads from Secondary Storage, loading into Primary memory.

17
Q

CPU in easy to understand terms

A

A person’s brain (CPU) uses a desk (Primary memory) in order to work with his documents (Secondary storage).

18
Q

examples of peripherals

A
  • Monitor (display)
  • Keyboard
  • Mouse
  • Touchpad
  • Touch Screen
  • Game Controller (e.g., XBOX / playstation)
  • Printer
  • Camera
  • Speakers
  • Microphone
  • Fingerprint Scanner
19
Q

peripherals that you don’t necessarily interact with

A
¥	Network cable (ethernet) connection
¥	WiFi
¥	3G/Wireless/LTE
¥	GPS (Global Positioning System)
¥	Compass
¥	Graphics Processing Unit (GPU)
¥	Gyroscope/Motion/Gesture Sensor
¥	Battery Sensor
20
Q

event based

A

your mouse

21
Q

polling

22
Q

hardware convergence

A

when the hardware (computer chips) for several different hardware components are combined together into a single chip

(SoC) - system on chip

23
Q

two types of software

A

application programs and system programs

apps - designed to interact with the users

system programs - designed to work in the background to operate the computer

24
Q

data in an application includes:

A

text and multimedia

25
operating systems are primarily composed of three things
the kernel - manages all the resources bundled applications - come with the operating system the sell - user interface
26
what would be considered the heart of the operating system -
the kernel
27
what are the two man responsibilities of the kernel
managing resources and responding to application requests
28
the reason dozens of programs that appear to be running at the same time.
because the kernel is constantly switching between different programs
29
application requests also include
Requesting more primary memory Accessing files in secondary storage Accessing websites and other networking tasks Communication with other applications (e.g., sending messages)