Finals - L6 - Processor and Logic Flashcards

1
Q

CPU is an example of?

A

Microprocessor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the integrated circuit that is programmed to do a specific task and execute one specific application?

A

Microcontroller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the integrated circuit that is programmed to do a specific task and execute one specific application?

A

Microcontroller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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)?

A

Land Grid Array (LGA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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)?

A

Pin Grid Array (PGA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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)?

A

Pin Grid Array (PGA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

Components of IC and Microcontroller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the type of RAM that is:
* Very fast, but small in capacity
* Very expensive

A

SRAM – Static Random Access Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the type of RAM that is:
* Very fast, but small in capacity
* Very expensive

A

SRAM – Static Random Access Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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.

A

Truth table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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.

A

Truth table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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)

A
  • And
  • Or
  • Negation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly