Ch3 Flashcards

1
Q

CPU

A

Central Processing Unit, the electronic circuitry within a computer that carries out the instructions of a computer program by performing the basic arithmetic, logical, control and input/output (I/O) operations specified by the instructions.

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

Main Memory

A

Non-removable storage such as RAM (Random Access Memory) and ROM (Read Only Memory)

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

Secondary Memory

A

Removable storage such as D(Compact Disc), DVD(Digital Video Disc), Hard Drive, Flash Drive, Magnetic Tape, etc.

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

I/O devices

A

screen, printer, mouse, keyboard, scanner, camera, drives,etc. This component consists of the peripheral devices that the CPU has access to. These devices either display data or enter data.

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

Modal

A

window that requires users to interact with it before it can return to operating the parent application. Any wizard used to set up an application is a modal.

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

base 2

A

binary code, code with 1 and 0

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

base 10

A

arabic numerals, 0123456789

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

bit

A

is the basic unit of information in computing and digital communications. A bit can have only one of two values.

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

byte

A

8 bits

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

variable

A

a value that can change, depending on conditions or on information passed to the program. x=5, x is the variable.

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

literal

A

a notation for representing a fixed value in source code, anything between quotation marks.

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

RHS

A

object on the right-hand-side of the equal sign

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

LHS

A

object on the left-hand-side of the equal sign

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

rgb

A

red, green, blue values

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

new

A

reserved word used to instantiate, create, a new object

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