2 Flashcards
How are computers constructed?
Using individual transistors. Which form circuits that enable various operations and logic.
What is current?
Current is the flow of electric charge through a conductor, like a wire, measured in units of amperes (A).
What are transistors made of?
Semiconductor materials that amplify/switch electrical signals and electrical power.
A transistor is equal to…
a switch.
Name three parts of small input signal
Emitter, base, collector
Which are the four types of gates?
AND Gate, OR Gate, NOT Gate, XOR Gate
AND Gate is like…
multiplication.
OR Gate is like…
sum.
The XOR Gate follows…
Boolean Algebra.
For what do we use the Half Adder (HA)?
We use it to handling the carry bit.
Abstraction in Hardware design consists of…
Design more complex devices in terms of logic, not electronics
How we tend to represent the world?
With 8 bit numbers.
What the Arithmetic Logic Unit (ALU) does?
It combines multiple full adders & additional logic circuits to perform arithmetic and logical operations (AND, XOR, OR).
Why we have to use CPU (Central Processing Unit)?
Because ALU’s are no capable of perform multiplication (more than 1 inst.)
What the control unit does?
Receives instructions from memory & controls the flow of data within CPU. Also, interprets opcode.
What is RAM?
Random Access Memory. Is the computer’s temporary workspace.
Registers are
temporary storage units within the CPU that hold data during processing