DE 2.3 Flashcards

1
Q

A seven-segment LED display where the anodes of all the LEDs are connected to the circuit supply voltage. Each segment is illuminated by a logic LOW at its cathode.

A

Common Anode Display

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

A seven-segment display in which the cathodes of all the LEDs are connected together and grounded. A logic HIGH illuminates a segment when applied to its anode.

A

Common Cathode Display

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

A printed specification giving details of the pin configuration, electrical properties, and mechanical profile of an electronic device.

A

Datasheet

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

A circuit that uses a binary decoder to direct a digital signal from a single source to one of several destinations.

A

De-multiplexer

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

A?detailed description, especially one providing information needed to make, build, or produce something.

A

Design Specifications

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

A digital circuit that produces an output code depending on which of its inputs is activated.

A

Encoder

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

Two-input logic circuit that produces a high output only when the inputs are equal.

A

Exclusive-NOR (XNOR) Circuit

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

Two-input logic circuit that produces a high output only when the inputs are different.

A

Exclusive-OR (XOR) Circuit

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

Logic circuit with three inputs and two outputs. The inputs are a carry bit (CIN) from a previous stage, a bit from the augend, and a bit from the addend, respectively. The outputs are the sum bit and the carry-out bit (COUT) produced by the addition of the bit from the addend with the bit from the augend and CIN.

A

Full Adder

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

Logic circuit with two inputs and two outputs. The inputs are a bit from the augend and a bit from the addend. The outputs are the sum bit produced by the addition of the bit from the addend with the bit from the augend and the resulting carry (COUT) bit, which will be added to the next stage.

A

Half Adder

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

Base-16 number system. Hexadecimal numbers are written with sixteen digits, 0-9 and A-F, with power-of-16 positional multipliers.

A

Hexadecimal Number System

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

A circuit that directs one of several digital signals to a single output, depending on the states of several select inputs.

A

Multiplexer

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

A number system that has a base of 8; digits from 0 to 7 are used to express an octal number.

A

Octal Number System

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

An array of seven independently controlled light-emitting diodes (LED) or liquid crystal display (LCD) elements, shaped like a figure-8, which can be used to display decimal digits and other characters by turning on the appropriate elements.

A

Seven-Segment Display

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

A binary number of fixed length whose sign is represented by one bit, usually the most significant bit, and whose magnitude is represented by the remaining bits.

A

Signed Binary Number

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

A binary bit that is added to the leftmost position of a binary number to indicate whether that number represents a positive or a negative quantity.

A

Sign Bit

17
Q

A form of signed binary notation in which negative numbers are created by complementing all bits of a number, including the sign bit.

A

1?s Complement

18
Q

A form of signed binary notation in which negative numbers are created by adding 1 to the 1?s complement form of the number.

A

2?s Complement