Hardware / Software Flashcards

1
Q

bit (binary digit)

A

smallest info unit that a computer can represent. the value of a bit is called a status, can only have 2 statuses: either 1 or 0, true or false, yes or no, on or off.

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

binary numeral system

A

uses only two symbols: typically “0” (zero) and “1” (one).

Each digit is referred to as a bit. used by almost all modern computers and computer-based devices.

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

byte

A

the basic working unit, consists of 8 bits (2^8=256 different combos/characters possible)

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

byte chart

A
1 bit = 0 or 1
1 byte = 8 bits
1 kilobyte (KB) = 1024 bytes
1 megabyte (MB) = 1024 kilobytes
1 gigabyte (GB) = 1024 megabytes
1 terrabyte (TB) = 1024 gigabytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

bit depth

A

measures the number of bits with which a graphic input or output device reproduces each individual pixel in an image. determines color/tonal range (8 bit color depth means 2^8 and makes it possible to represent 256 colors)

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

hardware

A

all the physical elements in electronic data processing

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

computer (as hardware)

A

consists of central unit (control unit) and the peripherals. central unit: contains processor (CPU), the working memory (RAM), and the various bus and connection systems (interface elements, slots for extension cards). peripherals: include all components that can be connected to central unit (input/output devices)

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

input devices

A

feed info to computer (mouse, keyboard, CD-ROM drive, graphics tablet, etc.)

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

output devices

A

make the data saved/modified on computer accessible to user in some other way (monitors, printers, projectors, etc)

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

monitor (screen)

A

output device used to display/reproduce material. 2 types: LCD screen (flat screen) and CRT (cathode ray tube) screen. produce all colors by mixing RGB. screen size given in inches, refers to diagonal.

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

screen resolution

A

the number of pixels: number of lines x dots per line (hi-res monitors have resolution of 1024x768px and higher)

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

software

A

programs/data (operating system, system extensions, drivers, programs)

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

operating system

A

comp’s basic software. controls and organizes all fundamental functions such as launch programs, managing and using storage systems, organizing peripheral devices or executing programs

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