Term
|
Definition
Helped work on the analytical engine and came up with the concept of binary numbers. |
|
|
Term
|
Definition
Inventor of Boolean Algebra |
|
|
Term
|
Definition
Created the large calculating machine (mark 1) |
|
|
Term
|
Definition
This machine was created from a proposal to use vaccum tubes. |
|
|
Term
|
Definition
Came up with the stored programm idea, which was programs in memory in the form of numbers. |
|
|
Term
|
Definition
This was the first stored program computer. |
|
|
Term
|
Definition
This was a formed company who who sold the UNIVAC to the US censue bureau |
|
|
Term
|
Definition
This is a formula translation language. |
|
|
Term
|
Definition
This is a common business oriented language. |
|
|
Term
|
Definition
When transistors were developed, this computer used them. |
|
|
Term
|
Definition
First company to sell a microcomputer. |
|
|
Term
|
Definition
The first company to use microprocessors |
|
|
Term
|
Definition
This company only used transistors and had magnetic cores. |
|
|
Term
|
Definition
This was created for scientific/business use. |
|
|
Term
|
Definition
This holds the result of an ALU operation. |
|
|
Term
|
Definition
|
|
Term
|
Definition
This is used to halt the program and get the attention of it (EG: Keyboard Input). |
|
|
Term
|
Definition
This register is the accumulator, IO. |
|
|
Term
|
Definition
This register holds a data address. |
|
|
Term
|
Definition
This register is the counter for a loop. |
|
|
Term
|
Definition
This register is used for string input. |
|
|
Term
|
Definition
This register is used as the destination index, address. |
|
|
Term
|
Definition
This register is used as a source index, address. |
|
|
Term
|
Definition
This register, base pointer, deals with stack addresses. |
|
|
Term
|
Definition
This register deals with the stack. |
|
|
Term
|
Definition
This register is the code segment. |
|
|
Term
|
Definition
This register is the data segment. |
|
|
Term
|
Definition
This register is the stack segment. |
|
|
Term
|
Definition
This register is the Extra Segment. |
|
|
Term
|
Definition
|
|
Term
|
Definition
This is used for memory addresses. |
|
|
Term
|
Definition
-Created the first compiler. -assisted in making mark 1, 2 and 3. -coined the term "bug". -Helped develop COBOL. -Made the original fortran. |
|
|
Term
|
Definition
Load Effective Address (Used in C++, replacing OFFSET) |
|
|
Term
|
Definition
Combines a collection of indepently assembled (or compiled) modules into one executable program |
|
|
Term
|
Definition
10101010
01100110
is: 00100010: compares two binary numbers and returns 1 in that area IF they both are there |
|
|
Term
|
Definition
1 0 =1
That, or that, OR both |
|
|
Term
|
Definition
ADD ADDY_DEST, TO_ADDY, ADDY SUB ADDY_DEST, FROM_ADDY, ADDY IMUL ADDY_DEST, BY_ADDY, ADDY |
|
|
Term
|
Definition
Older type uses [only] the stack (also called a stack machine). |
|
|
Term
MACRO name MACRO (instructions) endm |
|
Definition
A name representing more than one instruction. |
|
|