Finals - L6 - Processor and Logic Flashcards
CPU is an example of?
Microprocessor
What is the integrated circuit that is programmed to do a specific task and execute one specific application?
Microcontroller
What is the integrated circuit that is programmed to do a specific task and execute one specific application?
Microcontroller
What is the type of surface-mount packaging for integrated circuits (ICs) that uses an array of flat contacts on the bottom of the chip instead of pins (used by intel)?
Land Grid Array (LGA)
What is the type of integrated circuit (IC) packaging that uses a regular array of pins on the bottom of a square or rectangular package to make connections to a chip (used by AMD)?
Pin Grid Array (PGA)
What is the type of integrated circuit (IC) packaging that uses a regular array of pins on the bottom of a square or rectangular package to make connections to a chip (used by AMD)?
Pin Grid Array (PGA)
These are components of what?
Transistor - gives 1 and 0 (binary system), integrated chip, consists of 4 metal pins
Capacitor - stores electrical energy
Resistor - resist the flow of current
Diode - for rectifier
Components of IC and Microcontroller
What is the type of RAM that is:
* Very fast, but small in capacity
* Very expensive
SRAM – Static Random Access Memory
What is the type of RAM that is:
* Very fast, but small in capacity
* Very expensive
SRAM – Static Random Access Memory
What is the table that:
* Determines true or false outcomes based on input values.
* Mathematical table used in logic which sets out the functional values of logical expressions.
Truth table
What is the table that:
* Determines true or false outcomes based on input values.
* Mathematical table used in logic which sets out the functional values of logical expressions.
Truth table
Flll in the blanks
Propositional logic:
blank ( ^ ) (CONJUNCTION) - true if both inputs are true. Uses multiply operation
blank (V) (DISFUNCTION) - true if at least one input is true, otherwise false. Uses + operation
blank ( ~ ) (NEGATION) - inverts the truth value (true becomes false and vice versa)
- And
- Or
- Negation