Digital System: Review on Hardware

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/102

flashcard set

Earn XP

Description and Tags

Last updated 4:53 PM on 8/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

103 Terms

1
New cards

What is a digital system?

"A system that represents data using discrete states

2
New cards

What are the two basic states used in digital systems?

"0 and 1

3
New cards

How did the telegraph represent information?

Using short or long electric pulses and the dot-and-dash Morse code.

4
New cards

What does logic 0 commonly represent?

"False

5
New cards

What does logic 1 commonly represent?

"True

6
New cards

What is a timing diagram?

"A diagram showing which state

7
New cards

How are modern digital circuits primarily implemented?

Using sophisticated integrated circuits (ICs) electronically configured or tailored for their applications.

8
New cards

What is the difference between analog and digital quantities?

"Analog quantities vary continuously

9
New cards

Which numbering system is base 10?

Decimal.

10
New cards

How many symbols does the decimal system use?

10 symbols: 0 through 9.

11
New cards

Which numbering system is base 16?

Hexadecimal.

12
New cards

How many symbols does hexadecimal use?

16 symbols: 0–9 and A–F.

13
New cards

Which numbering system is base 8?

Octal.

14
New cards

How many symbols does octal use?

8 symbols: 0 through 7.

15
New cards

Which numbering system is base 2?

Binary.

16
New cards

How many symbols does binary use?

2 symbols: 0 and 1.

17
New cards

Why is binary well suited to electronic circuit design?

Only two different voltage levels are required to represent 0 and 1.

18
New cards

What is the basic idea of binary-to-decimal conversion?

Sum the positional values of the binary digits that contain 1.

19
New cards

How do you convert decimal to binary?

Repeatedly divide the decimal number by 2 and record the remainders until the quotient is 0; read the remainders from last to first.

20
New cards

What is the LSB?

The Least Significant Bit; in decimal-to-binary conversion it is the first remainder obtained.

21
New cards

What is the MSB?

The Most Significant Bit; in decimal-to-binary conversion it is the last remainder obtained.

22
New cards

What are examples of two-state devices?

"A light bulb

23
New cards

What two states can a light bulb represent?

Off or on.

24
New cards

What two states can a diode represent?

Conducting or not conducting.

25
New cards

What two states can a relay represent?

Energized or not energized.

26
New cards

What two states can a transistor represent?

Cutoff or saturation.

27
New cards

What two states can a photocell represent?

Illuminated or dark.

28
New cards

What is a logic circuit?

A digital circuit that operates using logic values 0 and 1.

29
New cards

What are the three basic logic operations?

"OR

30
New cards

What is an OR gate?

A logic gate with two or more inputs whose output is HIGH when any input is HIGH.

31
New cards

When is an OR gate output LOW?

Only when all of its inputs are LOW.

32
New cards

What is an AND gate?

A logic gate whose output is HIGH only when all inputs are HIGH.

33
New cards

What is the AND operation similar to?

Multiplication.

34
New cards

When is an AND gate output LOW?

Whenever at least one input is LOW.

35
New cards

What is a NOT gate?

A one-input circuit whose output is always the opposite logic level of its input.

36
New cards

What does a NOT gate do to 0?

It changes 0 to 1.

37
New cards

What does a NOT gate do to 1?

It changes 1 to 0.

38
New cards

What is a truth table?

A table that describes the relationship between the inputs and output of a logic circuit.

39
New cards

What is a logic circuit application?

Using combinations of logic gates to perform useful digital functions in electronic systems.

40
New cards

What is memory capacity?

A specification of how many bits can be stored in a memory device or system.

41
New cards

What is a read operation in memory?

The binary word stored at a specific memory address is sensed and transferred to another device.

42
New cards

What is a write operation in memory?

Placing a new binary word into a particular memory location.

43
New cards

What is a memory address?

A code used to identify a specific location or word in memory.

44
New cards

How are the eight words in an 8-word memory addressed?

Using three-bit addresses from 000 through 111.

45
New cards

How many different addresses can 3 bits represent?

8 addresses.

46
New cards

What does a 32 × 4 memory contain?

"32 memory words

47
New cards

What is a memory word?

A group of bits stored together as one unit at a particular memory address.

48
New cards

What is an integrated circuit (IC)?

An electronic circuit implemented on a small chip containing interconnected electronic components.

49
New cards

What is an LED?

A Light Emitting Diode.

50
New cards

What is a resistor?

An electronic component used to provide electrical resistance in a circuit.

51
New cards

What are power and ground symbols used for?

They identify the power supply connection and the reference/return connection in a circuit.

52
New cards

What is a breadboard?

A reusable board used to prototype and connect electronic circuits without permanent soldering.

53
New cards

What is a connection in an electronic circuit?

An electrical path that allows components to be connected so current/signals can flow between them.

54
New cards

What is a microprocessor?

An integrated circuit that incorporates the core functions of a computer's central processing unit (CPU).

55
New cards

What is the main role of a microprocessor?

To perform the core processing functions of a computer's CPU.

56
New cards

What is the Intel 8085?

"An 8-bit Intel microprocessor

57
New cards

When was the Intel 8085 introduced?

1976.

58
New cards

How many transistors did the Intel 8085 have?

"About 6

59
New cards

How many pins did the Intel 8085 have?

40 pins.

60
New cards

What does 8-bit mean for the Intel 8085?

Its processor architecture operates on 8-bit data units.

61
New cards

What is a microcontroller?

"A small

62
New cards

How does a microcontroller differ conceptually from a microprocessor?

A microcontroller integrates processing with memory and I/O/peripheral functions on a chip for embedded applications.

63
New cards

What components can a microcontroller usually include?

"An 8- or 16-bit microprocessor

64
New cards

What is embedded system use?

Using a computing device as part of a larger electronic product or system to perform a dedicated function.

65
New cards

What are common types of microcontrollers listed in the lecture?

"8051

66
New cards

What does AVR stand for in the lecture?

Atmel (Alf and Vegard's RISC).

67
New cards

What is the 8051?

A family/type of microcontroller.

68
New cards

What is PIC?

A family/type of microcontroller.

69
New cards

What are common microcontroller applications?

"Mobile phones

70
New cards

How are microcontrollers used in automobiles?

They can control dedicated automotive functions and systems.

71
New cards

How are microcontrollers used in washing machines?

They control dedicated appliance functions such as operating cycles and controls.

72
New cards

How are microcontrollers used in cameras?

They control embedded camera functions and processing.

73
New cards

How are microcontrollers used in security alarms?

They monitor inputs and control alarm-related functions.

74
New cards

How are microcontrollers used in industrial automation?

They control and monitor automated industrial processes.

75
New cards

How are microcontrollers used in motor control?

They generate and manage control signals for motors.

76
New cards

How are microcontrollers used in medical applications?

They provide embedded control and measurement functions in medical equipment.

77
New cards

Why are digital systems important for Arduino?

"Arduino is a microcontroller-based system

78
New cards

What is a two-state electronic system?

"A system in which information is represented using two possible states

79
New cards

What is the relationship between 0/1 and OFF/ON?

"Logic 0 commonly corresponds to OFF/LOW

80
New cards

What is the purpose of an OR operation?

To produce a HIGH output when at least one input is HIGH.

81
New cards

What is the purpose of an AND operation?

To produce a HIGH output only when every input is HIGH.

82
New cards

What is the purpose of a NOT operation?

To invert a logic signal.

83
New cards

What is the difference between read and write in memory?

Read retrieves a stored word; write places a new word into a memory location.

84
New cards

Why are memory addresses necessary?

They identify the specific location from which data is read or to which data is written.

85
New cards

What does 32 × 4 describe in a memory device?

"The memory has 32 words

86
New cards

What is a digital integrated circuit used for?

To implement electronic/digital functions in a compact IC.

87
New cards

What is the difference between a microprocessor and a microcontroller?

"A microprocessor primarily provides CPU functions

88
New cards

Which device is more suited to dedicated embedded control: microprocessor or microcontroller?

"A microcontroller

89
New cards

Why are microcontrollers useful in embedded systems?

"They are compact

90
New cards

What is an IC?

An Integrated Circuit.

91
New cards

What is a digital signal?

"A signal represented by discrete values

92
New cards

What is an analog signal?

A continuously varying signal or quantity.

93
New cards

What does HIGH mean in digital logic?

Logic 1.

94
New cards

What does LOW mean in digital logic?

Logic 0.

95
New cards

What is the main purpose of a truth table when studying logic gates?

To show every relevant input combination and the corresponding output.

96
New cards

What is the binary base?

Base 2.

97
New cards

What is the decimal base?

Base 10.

98
New cards

What is the octal base?

Base 8.

99
New cards

What is the hexadecimal base?

Base 16.

100
New cards

Which numbering system uses only 0 and 1?

Binary.