5.1 State TWO uses of a microcontroller in industrial control devices - NSC Electrical Technology Digital - Question 5 - 2019 - Paper 1
Question 5
5.1 State TWO uses of a microcontroller in industrial control devices.
Microcontrollers are used in industrial control devices for:
- **Industrial instrumentation*... show full transcript
Worked Solution & Example Answer:5.1 State TWO uses of a microcontroller in industrial control devices - NSC Electrical Technology Digital - Question 5 - 2019 - Paper 1
Step 1
State TWO uses of a microcontroller in industrial control devices.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Microcontrollers are used in industrial control devices for:
Industrial instrumentation: They facilitate effective monitoring and control of various instruments.
Monitoring: Essential for systems ensuring optimal performance and safety.
Step 2
State the basic function that random access memory (RAM) performs.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The RAM stores all data required by the CPU during program execution.
Step 3
State the basic function of a read-only memory (ROM).
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The ROM contains permanently required information, including programs and data necessary for the system to boot.
Step 4
Draw the block diagram of a microcontroller, clearly indicating the THREE system buses.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The block diagram includes CPU, Memory, Input/Output with interconnected System Buses for Control, Address, and Data.
Step 5
Define the term interface.
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
A shared boundary where two components of a computer system exchange information.
Step 6
Explain the function of a programme counter.
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
It counts instructions executed by the CPU, adding one each cycle.
Step 7
Explain the function of a memory address register.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The MAR stores the address of the next instruction for the processor to execute.
Step 8
State ONE type of communication protocol.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
RS 232 or RS 485.
Step 9
Define communication protocol.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
A set of rules enabling two electronic devices to connect and exchange data.
Step 10
Illustrate the following data transfer methods with a block diagram.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
5.8.1 Serial: Data sent bit by bit.
5.8.2 Parallel: All bits sent simultaneously.
Step 11
Write out the acronym UART in full.
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
USART Asynchronous Receiver Transmitter.
Step 12
Explain the function of the UART.
97%
121 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
It sends and receives data serially, converting parallel data to serial and vice versa.
Step 13
Explain the term flowchart.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
A visual representation of an algorithm, illustrating the flow of a program.
Step 14
Define an algorithm.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
A precise set of steps to be followed to solve a particular problem.
Step 15
Describe an instruction cycle.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The CPU fetches, decodes, considers inputs, and executes a program instruction.
Step 16
Study the following algorithm and draw a flow chart thereof.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The algorithm describes a bistable device controlled by two inputs, maintaining state until reset.