Ch3 Flashcards
CPU
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.
Main Memory
Non-removable storage such as RAM (Random Access Memory) and ROM (Read Only Memory)
Secondary Memory
Removable storage such as D(Compact Disc), DVD(Digital Video Disc), Hard Drive, Flash Drive, Magnetic Tape, etc.
I/O devices
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.
Modal
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.
base 2
binary code, code with 1 and 0
base 10
arabic numerals, 0123456789
bit
is the basic unit of information in computing and digital communications. A bit can have only one of two values.
byte
8 bits
variable
a value that can change, depending on conditions or on information passed to the program. x=5, x is the variable.
literal
a notation for representing a fixed value in source code, anything between quotation marks.
RHS
object on the right-hand-side of the equal sign
LHS
object on the left-hand-side of the equal sign
rgb
red, green, blue values
new
reserved word used to instantiate, create, a new object