Test 5/18 Vocab Flashcards

1
Q

the comp’s main memory, where it keeps the software and data its currently using; volatile; large amount of this helps the comp run faster

A

RAM (random access memory)

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

kind of memory whose contents can be read, but not updated or changed by the comp; non-volatile; most comps have only a small amount of this

A

ROM (read only memory)

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

a device in a computer that produces direct current of one or more voltages from wall-socket power; regulates voltage to minimize spikes and surges

A

power supply

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

complex electronic circuit on a chip; collection of microscopic transistors and other components, built in layers on the surface of a silicone wafer

A

integrated circuit

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

“brain” of the computer that usually carries out the basic operations of computation, reading instructions and data from memory, manipulating the data, and writing results back into memory

A

CPU (central processing unit)

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

main printed circuit board in a comp that carries the system it buses; equipped with sockets to which devices are connected

A

motherboard

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

internal “highway” within a comp for power and signals, connecting CPU, memory; allows these to work together; width and clock rate determine how many bites per sec

A

bus

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

way to attach peripherals and have them recognized by the comp; many diff kinds

A

USB (universal serial bus)

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

sending or receiving multiple bits of data simultaneously, each bit on a separate wire

A

parallel data transmission

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

sending or receiving data one bit at a time

A

serial data transmission

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

first software that runs when the comp starts; runs the POST to ensure critical hardware components are running; loads the bootstrap loader and boot sector of the hard drive

A

BIOS (basic input-output system)

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

reserved section of hard drive containing the bootstrap loader

A

boot sector

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

built-in diagnostic program that checks the computer hardware to ensure that everything is properly functioning, before BIOS begins the actual boot

A

POST (power on self test)

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

comp memory which loses its contents info when powered off

A

volatile memory

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

comp memory which can retain its contents when powered off

A

non-volatile memory

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

unique identifier (#) that specifies a location in a comp’s memory

A

memory address

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

basic unit of storage on a comp; 8 bits; smallest addressable amount of memory in a comp

A

byte

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

empirical observation that says the complexity of comp chips and other integrated circuits doubles every 18-24 mos.

A

moore’s law

19
Q

any electronic system that includes a CPU chip, but is not a general-purpose comp; found anywhere: plane, car, trains, toys, etc.

A

embedded system

20
Q

set of all instructions that a processor can execute

A

instruction set

21
Q

process that starts the operating system when the comp powers on

22
Q

special small program capable of loading enough other software to start OS

A

bootstrap loader

23
Q

set of programs that manage a comp’s resources and performs basic tasks

A

operating system

24
Q

piece of software that allows an OS to work with a hardware device; middleman between OS and hardware

A

device driver

25
an OS in which events are guaranteed to be handled within a max time; most likely used in embedded systems, robots; kind of OS
RTOS (real time operating system)
26
essential core of an operating system, responsible for managing basic system resources ; controls the way software gets access; security of the OS
kernel
27
method by which multiple processes share common processing resources, such as the CPU; only one process is actually being executed at once
multitasking
28
trick by which multitasking OS behaves as if it has more memory than it does; OS frees up ram for reuse by copying the contents to the disk while the program that was using it is not running
virtual memory
29
when comp systems are wasting too much time switching between processes
thrashing
30
small fast memory holding recently accessed data designed to speed up subsequent access to the same data
cache
31
set of interface definitions which together provide a convenient interface to a system and hides the details about how the system is put together
API (application programming interface)
32
user interface that represents programs, files, and options with graphical images
GUI (graphical user interface)
33
a way to reorganize the files on the drive so that the sectors for each file are contiguous
defragmentation
34
small parts of the disk drive that transform the magnetic field to electric current
read/write head
35
a device used to store electric charge
capacitor
36
a register for short-term, intermediate storage of arithmetic and logic data in a computer's CPU
accumulator
37
a semiconductor device with two terminals, typically allowing the flow of current in one direction only.
diode
38
a semiconductor device that converts electricity into light
LED (light emitting diode)
39
a register in a computer processor that contains the address (location) of the instruction being executed at the current time
program counter
40
electrical component that limits or regulates the flow of electrical current in an electronic circuit
resistor
41
A division of a storage medium on a hard drive or diskette that is a wedge shaped section of one of the circular tracks
sector
42
also a data storage ring on a computer floppy diskette or hard drive that is capable of storing information
track
43
a semiconductor device with three connections, capable of amplification in addition to rectification
transistor