Learning Guide Unit 2/3 Flashcards

More computer stuff.

1
Q

What is N-Type Silicon ‘doped’ with?

A

Arsenic, Phosphorus, Antimony

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

What is P-Type Silicon ‘doped’ with?
BGA

A

Boron, Gallium, Aluminum

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

2’s Complement is also known as?

A

Radix complement

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

What is -8 in 2’s Complement?

A

1000

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

What is the 2’s complement of 0001?

A

1111 = -1

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

A special-purpose chip designed to add 1 to a given number.

A

Incrementer

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

This chip was designed to add three bits.

A

Full-Adder

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

A “ “ consists of logic gates whose outputs, at any time, are determined by combining the values of the inputs.

A

Combinational Circuit
Source: Taipala, D. (2013, June 6). CS1104 computer systems unit 3 lecture 1

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

For n input variables, there are “ “ possible binary input combinations.

A

2n
Source: Taipala, D. (2013, June 6). CS1104 computer systems unit 3 lecture 1

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

How many possible outputs are there for each binary combination of the input variables?

A

One.
Source: Taipala, D. (2013, June 6). CS1104 computer systems unit 3 lecture 1

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

A combinational Circuit can be described by? Hint: 2 answers

A
  1. A truth table that lists the output values for each combination of the input variables, or
  2. m Boolean functions, one for each output variable

Source: Taipala, D. (2013, June 6). CS1104 computer systems unit 3 lecture 1

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

Combinational circuits are “ “. Thus, the output value depends ONLY on the current input values.

A

Memory-less.
Source: Taipala, D. (2013, June 6). CS1104 computer systems unit 3 lecture 1

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

What two things do sequential circuits consist of?
Hint: how do they remember?

A

Combinational logic as well as memory elements (used to store certain circuit states). Outputs depend on BOTH current input values and previous input values (kept in the storage elements).
Source: Taipala, D. (2013, June 6). CS1104 computer systems unit 3 lecture 1

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

What type of decoder is this? For each possible input combination, there are seven outputs that are equal to 0 and only one that is equal to 1.

A

3-to-8 Line Decoder.

Source: Taipala, D. (2013, June 6). CS1104 computer systems unit 3 lecture 1

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

The decoder is also used in conjunction with other code converters such as a “ “ decoder.

A

BCD-to-seven_segment decoder.
Source:
Taipala, D. (2013, June 6). CS1104 computer systems unit 3 lecture 1

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

A decoder with an enable input is referred to as a?

A

Decoder/Demultiplexer
Source: Taipala, D. (2013, June 6). CS1104 computer systems unit 3 lecture 1

17
Q

This device uses a set of control inputs to select which of several data inputs is to be connected to a single data output.

A

A multiplexer

18
Q

The simplest output from a digital circuit is an?

A

LED (Light-Emitting Diode)

19
Q

What circumstances would cause an LED to not light up? Hint: 3 potential answers.

A
  1. If there is no current
  2. If the current tries to flow in the opposite direction
    2a. You may also have the LED turned around.
20
Q

How do you reduce the current to an LED?

A

With a resistor.

21
Q

Selects or enables a specific device or it routes data to the appropriate subsystem.

A

Scheme

22
Q

What is an Active-Low Operation?

A

Using Logic 0 to enable devices and a logic 1 to disable them.

23
Q

What is the special notation that is used to indicate an active-low signal?

A

The signal input has a bar over it or sometimes the line that is drawn into or out of the system diagram will also pass through an inverter circle to identify the signal as active-low.

24
Q

The simplest input to a digital circuit is a?

A

switch

25
Q

What is a pull-up resistor?

A

A pull-up resistor protects the integrated circuit by limiting the current flow while still providing a positive voltage that can be read as a logic one.