Logic 3: Binary Codes Flashcards

1
Q

Graph of digital waveform showing actual time relationship between two or more waveforms

A

Timing Waveform

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

Group of bits that convey come type of information

A

Data

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

Binary Digit

A

Bit

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

The time interval occupied by each bit in a digital waveform

A

Bit Time

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

An 8-bit group of data

A

Byte

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

A large data group

A

Word

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

The width of a single unit of data

A

Word Size

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

A 4-bit group of data

A

Nibble

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

A half byte

A

Nibble

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

Also known as 8421 code

A

Binary Coded Decimal

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

Maximum valid digits for BCD

A

1001

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

A 4-bit binary number used to represent each character of the decimal number

A

Binary Coded Decimal (BCD)

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

It is derived by adding 0011 to the decimal value

A

Excess-3 Code

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

A special code that allows only a single bit to change from one consecutive number to another

A

Gray Code

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

Used in transmitting written information via a computer

A

Alphanumeric Binary Codes

16
Q

ASCII

A

American Standard Code for Information Interchange

17
Q

Is a 7-bit binary code

18
Q

How many characters does ASCII have?

19
Q

EBCDIC

A

Extended Binary Coded Decimal Information Code

20
Q

Sign bit of positive numbers

21
Q

Sign bit of negative numbers

22
Q

Positive numbers are stored in ____ form, and negative numbers are stored in _____ form

A

true:complement

23
Q

How to convert positive to negative in binary signed numbers

A

2’s complement

24
Q

What are the basic logical operators

A

AND, OR, NOT

25
Q

They implement logic functions

A

Logic Gates

26
Q

A useful mathematical system for specifying and transforming logic functions

A

Boolean Algebra

27
Q

A tabular listing of the values of a function for all possible combinations of values on its arguments

A

Truth Table