5.6 Computer Structure Flashcards
Computers functions by using 2 logic levels, name them.
On and Off.
How are the 2 logic levels On and Off operated?
By using a BIT of information 1 or 0, 1/High = ON (5V), 0/LOW = Off(0V)
Transistors are turned on or off by applying?
A Voltage to the base.
What is required to get this circuit to operate what gate function is it using?
Transistorized circuits using a simple AND gate function. both inputs to the base of each transistor must be a 1/High(5V) in order for the circuit to operate.
How many values are there for a bit?
2 (0 and 1)
How many values are there for 2 bits?
4 (00,01,10,11)
How many values are there for 3 bits?
8 Possible values
How many possible values are there for 4 bits (NIBBLE)
16 possible values
How many possible values in 8 bits (BYTE)?
256 possible values.
What forms the basic unit of memory?
Individual bytes or a group of bytes.
The ASCII codes use eight bits (byte) to represent?
A single character such as a letter A or the number 7
What letter is used whenever we refer to the size of memory?
K (eg: 512K) K is equal to 1024 units.
If a computer has 512K bytes of primary storage how much can it hold?
512 x 1024 = 524,288 bytes of data.
Every function performed by a computer is done at the most basic level by applying?
A bit of information to a transistor.
What is a “Adder”
A range or series of gates which are then represented by a single symbol.
With data processing circuits what can be used to produce circuits capable of performing calculations?
Transistorized gates.
A half adder (HA) is used to?
Add 2 binary digits together as well as a building block for larger adding circuits.
What must be considered when adding binary digits?
The circuit must have a line for carrying on any overflow.