wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Module 3 - Introduction to Embedded Systems

Total questions: 30

Worksheet time: 11mins

Name
Class
Date
1.

In the context of a Data Flow Graph (DFG), what does an inward arrow represent?

a)

Output data

b)

Input data

c)

Process execution

d)

Data storage

2.

What does the Control Data Flow Graph (CDFG) model represent?

a)

Only data operations

b)

Both data operations and control operations

c)

Only control operations

d)

Only sequential program execution

3.

Which of the following is NOT present in a Data Flow Graph (DFG)?

a)

Data flow nodes

b)

Operations or processes

c)

Decision nodes

d)

Arrows representing the movement of data

4.

In the context of the State Machine Model, what is an "Action"?

a)

A system state

b)

A transition between states

c)

A condition for triggering events

d)

An activity performed by the state machine

5.

What defines a Finite State Machine (FSM)?

a)

It has an infinite number of states

b)

The number of states is finite

c)

It only accepts input from external sources

d)

It does not involve transitions between states

6.

In a Flow Chart, which of the following symbols is typically used to represent a decision or conditional?

a)

Rectangle

b)

Circle

c)

Arrow

d)

Diamond

7.

In the Object-Oriented Model (OOM), which concept is used to hide the internal details of an object?

a)

Inheritance

b)

Encapsulation

c)

Polymorphism

d)

Classes

8.

Which programming language would be used to design the hardware for the Coffee Machine?

a)

C++

b)

Java

c)

Verilog or VHDL

d)

Python

9.

Which of the following analog components is used to control the flow of current in a circuit?

a)

Capacitor

b)

Resistor

c)

Transistor

d)

Voltage Regulator

10.

Which component is used to amplify weak signals in analog electronics?

a)

Voltage Regulator

b)

Resistor

c)

Operational Amplifier (Op-Amp)

d)

Capacitor

11.

Which of the following components is typically used for energy storage in analog circuits?

a)

Capacitor

b)

Diode

c)

Resistor

d)

Operational Amplifier (Op-Amp)

12.

Identify the component.

a)

Diode

b)

Resistor

c)

Capacitor

d)

Op-Amp

13.

What is the main function of a P-N Junction diode?

a)

Amplifies signals

b)

Allows current to flow in both directions

c)

Allows current to flow in one direction, used for rectification

d)

Regulates voltage output

14.

(a)   diode allows current to flow in both directions.

15.

In which type of application would a transistor be in either the ON or OFF state?

a)

Amplification

b)

Signal filtering

c)

Switching

d)

Voltage regulation

16.

Which of the following components performs basic logical operations in digital circuits?

a)

Transistor

b)

Logic gates

c)

Voltage regulator

d)

Capacitor

17.

Which of the following is NOT a type of logic gate?

a)

AND

b)

OR

c)

XOR

d)

ADD

18.

Which of the following is the output of a NAND gate when both inputs are 1?

a)

0

b)

1

c)

Undefined

d)

Both 1 and 0

19.

What is the output of an XNOR gate when both inputs are the same?

(a)  

20.

What is the function of a Non-Inverting Buffer?

a)

To invert the input signal

b)

To output the same value as the input signal

c)

To amplify the signal while altering its logic

d)

To disconnect the circuit

21.

Which of the following is a key characteristic of a Tri-State Buffer?

a)

It can only output High (1) or Low (0)

b)

It has three states: High (1), Low (0), and High Impedance (Z)

c)

It alters the logic of the input signal

d)

It connects multiple devices without any interference

22.

How many output combinations can a 3-to-8 decoder produce?

a)

2

b)

4

c)

6

d)

8

23.

What would be the output of a 4-to-2 encoder with input 0100?

a)

01

b)

10

c)

00

d)

11

24.

What is the number of inputs and outputs in a 4-to-1 multiplexer?

a)

1 input, 4 outputs

b)

4 inputs, 1 output

c)

2 inputs, 1 output

d)

4 inputs, 2 outputs

25.

How many selection lines are required for an 8-to-1 multiplexer?

a)

2

b)

3

c)

4

d)

5

26.

Which of the following is an example of a combinational circuit?

a)

Flip-flops

b)

Counters

c)

Multiplexers

d)

Registers

27.

Which of the following is NOT a type of combinational circuit?

a)

Adder

b)

Decoder

c)

Comparator

d)

Flip-flop

28.

What happens when both inputs S and R are 1 in an S-R flip-flop?

a)

The output remains at logic high

b)

The output remains at logic low

c)

The output becomes undefined or indeterminate

d)

The output changes based on the previous state

29.

What happens when both J = K = 0 in a J-K flip-flop?

a)

The output toggles its state

b)

The output remains in the previous state

c)

The output becomes undefined

d)

The output is set to logic high

30.

What is the maximum number of logic gates contained in a Medium-Scale Integration (MSI) IC?

a)

Up to 10 gates

b)

Up to 100 gates

c)

More than 1,000 gates

d)

Millions of gates