Term
|
Definition
physical components of a computer |
|
|
Term
|
Definition
|
|
Term
|
Definition
specified pattern of instructions for a computer to perform
|
|
|
Term
run, execute, invoke, launch |
|
Definition
|
|
Term
|
Definition
– Central Processing Unit – Part of microprocessor (e.g., G4, Pentium, etc.) – the "brain" of the computer |
|
|
Term
|
Definition
– Instruction Set Architecture – what specific instructions the CPU can perform |
|
|
Term
hardware term:
Primary (Main) Memory
|
|
Definition
– RAM = Random Access Memory – “fast” storage, “close” to CPU – stores both an executing program and the data it works on (e.g., Microsoft Word + a current English paper) |
|
|
Term
hardware terms:
Secondary Memory
|
|
Definition
– slower storage, “outside” main unit – hard disks – “Tertiary”: floppies, tapes etc. |
|
|
Term
|
Definition
|
|
Term
|
Definition
4 bytes
-2147483468 to 2147483467 |
|
|
Term
|
Definition
#include
using namespace std;
int main ( void)
{
return 0;
} |
|
|
Term
|
Definition
|
|
Term
to get the program to pause before it ends so you can see the window |
|
Definition
cin.clear(); cin.ignore(255, '\n'); cin.get(); |
|
|
Term
to comment a whole block of lines |
|
Definition
The /* and */ pair of symbols denotes a C-style multi-line comment. Everything in between the symbols is ignored. |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|