LE1 Flashcards

1
Q

What are the 4 number systems?

A

Binary
Decimal
Octal
Hexadecimal

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

What are the 5 data organizations starting from the smallest unit.

A
Bit (Binary Digit)
Nibble [4 bits]
Byte [8 bits, 2 nibbles]
Word [16 bits, 2 bytes, 4 nibbles]
Double Word [32 bits, 2 words, 4 bytes, 8 nibbles]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How many bits are there in a nibble?

A

4 bits

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

How many bits and nibbles are there in a byte?

A

8 bits, 2 nibbles

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

How many bits, nibbles, and bytes are there in a word?

A

16 bits, 2 bytes, 4 nibbles

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

How many bits, nibbles, bytes, and words are there in a double word?

A

32 bits, 2 words, 4 bytes, 8 nibbles

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

This complement negates the value of 1’s or 0’s

A

1’s complement

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

This complement applies the 1’s complement on the left side of the the least significant 1

A

2’s complement

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

What do you call the literal at the right side most of a term?

A

Least Significant Bit

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

What do you call the literal at the left side most of a term?

A

Most Significant Bit

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

A group of n bits that assume up to 2n distinct combinations of 1s and 0s, with each combination representing one element of the set being coded.

A

Binary codes

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

What is ASCII?

A

American Standard Code for Information Interchange

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

In signed binary numbers, what is the equivalent sign of 0 and 1?

A

0 - positive

1 - negative

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

It is a bit added to ASCII character for error detection

A

Parity bit

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

It may be defined with a set of elements, a set of operators, and a number of unproved axioms or postulates

A

Boolean Algebra

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

It is a collection of object having common property

A

Set

17
Q

Every algebraic expressions from postulates of Boolean algebra remains valid if the operators and identity are interchanged

A

Duality Principle

18
Q

An expression formed with binary variables, the two binary operators OR and AND, the unary operator NOT, parenthesis, and equal sign

A

Boolean Function

19
Q

Single variable within a term

A

Literal

20
Q

It is a silicon semiconductor crystal, called chip, containing electronic components for constructing digital gates

A

Integrated circuit (IC)

21
Q

The level of integration is less than 10 gates and limited by # of pins

A

Small Scale Integration (SSI)

22
Q

The level of integration is 10 - 1,000 gates; elementary operation

A

Medium Scale Integration (MSI)

23
Q

The level of integration is on thousands of gates

A

Large Scale Integration (LSI)

24
Q

The level of integration is on hundres of thousands of gates

A

Very Large Scale Integration (VLSI)

25
Q

What are the digital logic families?

A

TTL (Transistor to Transistor Logic), ECL (Emitter – Coupled Logic), MOS (Metal Oxide Semiconductor), CMOS (Complementary MOS)

26
Q

It is a diagram made up of squares with each square representing one minterm of function.
A pictorial representation of a truth table

A

Karnaugh Map