WorksheetsPage 1
Total questions: 105
Worksheet time: 53mins
Embedded system is also called as ______
All the given option
General system
Multi task system
Dedicated system
What are the two types of systems the real-time systems is categorized? Select all that apply.
a & b
None of the given
hard real time
Soft real time
Some specific work has to be done in a specific time period—what are such systems called as?
Network system
Real time
Stand-alone
Mobile system
What are the inbuilt components does an embedded system has?
All the given option
I/O Device
Memory
µP or µC
What can be the CPU of an embedded system?
µp
All the given option
µC
DSP
In which real time systems- missing dead lines may lead to a catastrophic failure of system?
Multi tasking system
Soft real time
hard real time
Networking system
Which unit fetches the instruction from memory- decodes them and executes them?
Execution unit
ALU
Memory unit
Control unit
An embedded system is a combination of _____.
Both a and b
Software
Devices
Hardware
Which of the following are hardware components of an embedded system?
Device peripherals
Computer memory
Computer processor
All the given option
Which of the following is not the hardware components of an embedded system?
Loader
All the given option
Linker
Loader
Which of the following are the embedded components of plug-in based card?
External interfaces
Power supply
All the given option
Memory
Which of the following are current embedded system being used in modern technology?
DSP processors
Microprocessors
All the given option
Micro controllers
Which of the following designed system factors are minimized for an embedded application?
Both a and b
Performance
Cost
Size
WHAT IS THE USE OF ESP8266 NODE MCU
SWITCHES CIRCUIT
MONITOR MOTION
NETWORK PROVIDER
EVALUATE AIR PRESSURE
WHAT IS THE OPERATING VOLTAGE OF NODMCU ESP8266
44623
44654
5
44625
WHAT IS THE OPERATING FREQUENCY OF NODEMCU 8266
30MHz
0 -20MHz
20MHz
80MHZ TO 160MHz
HOW MANY GPIO PINS ARE PRESENT IN ESP8266
40
10
12
16
WHAT IS THE USE OF TX PIN IN ESP8266
GROUND
UPLOAD
DOWNLOAD
POWER PIN
WHAT KIND OF DEVICE IS THE ESP8266
PASSIVE SENSOR
ACTIVE SENSOR
All the given option
NETWORKING DEVICE
IOT STANDS FOR
INTERNET OF TRIGGER
All the given option
INTERNET OF THINGS
INTERNET OF TOUCH
HOW MANY ANALOG PIN PRESENT IN ESP8266
4
3
1
2
NodeMCU 8266 has ___ no. of UART.
2
3
4
1
The size of flash program memory available in NodeMCU 8266 is ___ .
20MB
4MB
12MB
8MB
The microcontroller used in NodeMCU is
ATmega328
PIC 16
ESP8266
PIC18
The operating voltage of NodeMCU is
4V
3.3V
5V
4–5V
What is the use of the ESP8266 WiFi module?
Switches circuits
Monitors motion
Evaluates air pressure
Network provider for wireless connectivity
How many pins are present in the ESP8266 Wifi module
12
50
8
10
The fullform of IDE is
integrated development enable
integrated design environment
Integrated Development Environment
none of the above
The operating voltage for arduino uno is
5v
3-3v
4-5v
4v
Arduino IDE uses a simplified version of ____ programming language
JAVA
none of the above
C PROGRAMMING
PYTHON
The microcontroller used in NODE MCU is
PIC 16F877A
ESP8266
ATmega328
PIC18
The variables which are declared inside the function or a block is called ________
formal variables
none of the above
global variables
local variables
The variables which are declared in the definition of function parameters is called
none of the above
local variables
formal variables
global variables
The variables which are declared outside of all the function is called
global variables
formal variables
none of the above
local variables
An extensive system in C used for declaring variables or functions of different types
codes
Data types
constants
variables
The void keyword is used only in
function declarations
for return
all of the above
inside the loop
The unit of code that is uploaded to and run on an Arduino board is called as
variable
structure
function
sketch
The void setup() function is used to
both a) & b)
none of the above
initialize the variables, pin modes, start using libraries, etc
loops consecutively
The void loop() function is used to
both a) & b)
initialize the variables, pin modes, start using libraries, etc
none of the above
loops consecutively
What is the use of the TX pin?
ground
upload
download
power pin
The full form of IDE is
Integrated Development Environment
none of the above
integrated design environment
integrated development enable
The operating voltage for Arduino Uno is
4 V
5 V
4–5 V
3–3 V
Arduino IDE uses a simplified version of ____ programming language
none of the above
PYTHON
C PROGRAMMING
JAVA
The microcontroller used in NODE MCU is
PIC 16F877A
ESP8266
PIC18
ATmega328
The variables which are declared inside the function or a block is called
local variables
none of the above
formal variables
global variables
The variables which are declared in the definition of function parameters is called
none of the above
global variables
local variables
formal variables
The variables which are declared outside of all the function is called
none of the above
global variables
local variables
formal variables
An extensive system in C used for declaring variables or functions of different types
Data types
constants
variables
codes
The void keyword is used only in _____________
function declarations
inside the loop
for return
all of the above
The unit of code that is uploaded to and run on an Arduino board is called as
structure
sketch
variable
function
The void setup() function is used to
initialize the variables, pin modes, start using libraries, etc
both a) & b)
loops consecutively
none of the above
The void loop() function is used to
both a) & b)
initialize the variables, pin modes, start using libraries, etc
loops consecutively
none of the above
How many voltage levels are present when a pin uses digitalWrite()?
3
4
2
1
Can the digitalWrite() function be used from any analog pin?
No, it cannot
Yes, it can
Yes, it can, but only on certain Arduino Boards
Yes, it can, but only through certain pins
What is the numeric base of the math operations performed in binary?
4
2
3
1
What type of signal does the analogWrite() function output?
Frequency Modulated Signal
Pulse Width Modulated Signal
Pulse Amplitude Modulated Signal
Pulse Code Modulated Signal
Can the analogRead() function be used from any digital pin?
Yes- it can- but only on certain Arduino Boards
No- it cannot
Yes- it can
Yes- it can- but only through certain pins
How many arguments does the shiftOut() function require?
3
2
4
1
What is the name for the library to manipulate data in and out of the EEPROM of the Arduino Board?
eepROM-h
EEPROM-h
eeprom-h
Eeprom-h
What is the use of the Ethernet library?
To connect the Arduino to Li-Fi
To connect the Arduino to Ethernet
To connect the Arduino to Bluetooth
To connect the Arduino to Wi-Fi
What is the maximum number of arguments that the pulseIn() function accepts?
3
4
1
2
Can the digitalRead() function identify analog voltages?
Yes, it can but only 2
Yes, it can
No, it cannot
Yes, it can but only 4
With a pull-up resistor and the button unpressed, the logic state will
logic state vary
no change
logic OFF
logic state ON
What is the resolution of analog readings on the Arduino Uno?
3-3V/100
5V/1024
5V/1023
3-3V/1024
What is the use of the analogReference() function?
To print the analog signal reference voltage
To change the analog signal reference value
To print the digital signal reference voltage
To change the digital signal reference value
On which of the following Arduino Boards does the analogReadResolution() function not work?
Arduino MKR Vidor 4000
Arduino Zero
Arduino Uno
Arduino Due
What happens to the output if the analogReadResolution() function is invoked with a resolution higher than the board’s ADC can physically handle?
The output is padded with ones
The output is not obtained as an error is thrown during run time
The output is padded with zeros
The output is not obtained as an error is thrown during compile time
How many arguments does the analogRead() function have?
4
1
3
2
What is the return type for the shiftOut() function?
null
double
int
long
How many Analog Inputs does Arduino Uno R3 has?
5
6
4
3
What is the maximum operating voltage of the Arduino?
20V
5V
19V
3.3V
What is the operating frequency of the Arduino UNO board?
16 MHz
20 MHz
6 MHz
10 MHz
What is the full form of UART?
Universal Asynchronous Receiver/Transmitter
Universal Asynchronous Radio Transmitter
Universal Asynchronous Rectifier Transistor
Universal Anti-Rectifying Transmitter
In serial communications, into how many sections is a data packet divided?
3
2
1
4
What is the maximum number of arguments the find() function accepts?
1
4
2
3
How many parameters does the flush() function accept?
0
1
2
3
What is the default time limit that is set automatically if no value is passed as the limit to the setTimeout() function?
100 milliseconds
1000 milliseconds
2432 milliseconds
1500 milliseconds
IoT stands for
Industrial Of Things
Internet Of Things
Internet Of Trends
International Of Trends
An IoT can:
All of the above
Talk with other devices
Can connect to the Internet
Collect and send data to the servers
_____ is an advanced automation and analytics system which deals with artificial intelligence- sensor- networking- electronic- cloud messaging etc- to deliver complete systems for the product or services-
1-0 Industrial Revolution
Internet Of Things
VLSI
Data processing
Features of IoT include
Integrating
All of the above
Analyzing
Connectivity
________ are the applications of IoT
House
Office
All of the above
Virtual environment
In IoT a key component that helps us collect live data from the surrounding environment
Controller
Actuator
Sensor
None of the above
________ are the main components in IoT
Network Connection
Low power Embedded system
EuAll of the above
Cloud Computing
In IoT a sensor output can be connected to cloud by means of
Mobile
Satellite
All of the above
WiFi
The output is generally a signal that is converted to ________
Sinewave
Digital Signals
Analog signals
Human-Readable format
All sensors are primarily classified into ___ and ___. Select all that apply.
None Of These
Both a & b
Analog
Digital
Gyroscope–RFID is an example of
Actuator
Protocol
Sensor
Software
The stage 1 of IoT Architecture is commonly
Sensor
Data center
Edge IT
Cloud
____ is an example of high-speed Gateways and Networks to transfer the data coming from sensors
Temperature Sensor
Hardware
LAN
Transducer
Data analysis—management of device and security controls is provided by
Sensor
LAN
Actuator
Data center
In the IoT Architecture, which component is the hardware and software gateways that analyze and pre-process the data before transferring it to the cloud?
Actuator
Sensor
LAN
Edge IT
How many layers are in the Architecture of IoT?
7
5
3
4
In the IoT Architecture, all physical devices are present in which layer?
Layer 3
Layer 4
Layer 1
Layer 2
In the IoT Architecture, all types of connectivity are present in which layer?
Layer 1
Layer 2
Layer 3
Layer 4
In the IoT Architecture, information interpretation occurs in which layer?
Layer 6
Layer 4
Layer 3
Layer 5
In the IoT Architecture, data abstraction is provided in which layer?
Layer 6
Layer 4
Layer 3
Layer 5
How many numbers of the element in the open IoT architecture?
Five elements
Four elements
Six elements
Seven elements
Which of the following is the way in which an IoT device is associated with data?
Internet
Network
Automata
Cloud
Which of the following IoT networks has a very short range?
Short Network
SigFox
LPWAN
Short-range Wireless Network
IIoT stands for
Input Internet Of Things
Internal Internet Of Things
Inter Internet Of Things
Industrial Internet Of Things
_____ uses interconnected smart sensors and edge technology in industrial settings, such as manufacturing, energy, and facilities management, to help businesses run smoothly and utilize data to improve operations.
Industrial IoT
Industrial Revolution 2.0
Industrial Revolution 1.0
Industrial Revolution 3.0
_____ is the use of smart sensors and actuators to enhance manufacturing and industrial processes.
Industrial Revolution 2.0
Industrial Revolution 3.0
Industrial IoT
Industrial Revolution 1.0
Applications of IIoT include
Inventory Management
Smart Packaging
All of the above
Digital Industries
Advantages of IIoT include
Smart Metering
Predictive Maintenance
All of the above
Enhanced safety
