0% found this document useful (0 votes)
11 views

UNIT III T Two marks

The document is a question bank for the V Semester B.Tech. IT course on Embedded Systems and IoT at Ramco Institute of Technology. It covers key topics such as differences between sensors and actuators, definitions of sketches and Arduino, classifications of sensors, challenges faced by IoT, and types of Arduino shields. Additionally, it includes questions for deeper exploration of IoT technical building blocks and communication technologies.

Uploaded by

swathisemmanan91
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

UNIT III T Two marks

The document is a question bank for the V Semester B.Tech. IT course on Embedded Systems and IoT at Ramco Institute of Technology. It covers key topics such as differences between sensors and actuators, definitions of sketches and Arduino, classifications of sensors, challenges faced by IoT, and types of Arduino shields. Additionally, it includes questions for deeper exploration of IoT technical building blocks and communication technologies.

Uploaded by

swathisemmanan91
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

RAMCO INSTITUTE OF TECHNOLOGY

Department of Electronics and Communication Engineering


Academic Year: 2024 - 2025 (Odd Semester)
QUESTION BANK
Degree, Semester& Branch: V Semester B.Tech. IT
Course Code & Title : CS3691 Embedded Systems and IoT
Name of Faculty member: Mr.G.Sivakumar
UNIT III IOT AND ARDUINO PROGRAMMING
1. Mention few differences between sensor and transducer.

Sensor Actuators
It is input device. It is output device.
Convert a Physical parameter to an electrical Convert an electrical signal to a Physical output.
output.
A device that detects events or changes in the A component of a machine that is responsible for
environment and send that information to moving and controlling mechanism.
another electronic device.
It help to monitor the changes in the It helps to control the environment or physical
environment. changes.
Example: Biosensors, image sensors, motion Example: Electric motors, Stepper motors, Comb
sensors, and, chemical sensors are some drives, and Hydraulic cylinder.
examples of sensors while electric motors,
stepper motors, comb drives, and, hydraulic
cylinders are some examples of actuators.

2. Define Sketches.

A program written in the Arduino programming language is called sketch. A sketch is


normally saved with the “.ino” extension (from Arduino).

3. Draw the block diagram of sensor node.


4. What is tool chain?

A tool chain is simply a set of software tools that work together to complete a task. for
example, if we were going to hang a picture, the tool chain might include a hammer, maybe a
tape measure and some nails. The Arduino tool chain refers to the set of software tools used to
develop and deploy programs for Arduino microcontroller boards.

5. What is Arduino Shields?

Arduino shields are the boards, which are plugged over the Arduino board to expand its
functionalities. Shield is defined as the hardware device that can be mounted over the board to
increase the capabilities of the projects.

6. List the examples of sensor and transducers.


Sensor:
1. Barometer
2. Gyroscope
3. Accelerometer.
Transducers
1. Thermocouple
2. Thermistor
3. Antennas
7. Define Actuators.

Actuators are devices or mechanisms that convert electrical, hydraulic, pneumatic, or


mechanical energy into physical movement or action. They are commonly used in various
systems and applications to control or manipulate objects, components, or processes. Actuators
can produce linear, rotary, or oscillating motion, depending on their design and intended
function. Examples of actuators include electric motors, hydraulic cylinders, pneumatic valves,
solenoids, and piezoelectric transducers.

8. Classify the different types of Sensors

Active or passive:

• Sensors can be categorized based on whether they produce an energy output and typically
require an external power supply (active) or

• Whether they simply receive energy and typically require no external power supply
(passive).

Invasive or non-invasive:

• Sensors can be categorized based on whether a sensor is part of the environment it is


measuring (invasive) or
• External to it (non-invasive).

Contact or no-contact:

• Sensors can be categorized based on whether they require physical contact with what
they are measuring (contact) or not (no-contact).

Absolute or relative:

• Sensors can be categorized based on whether they measure on an absolute scale


(absolute) or based on a difference with a fixed or variable reference value (relative)

9. Define Arduino.

Arduino is an open source microcontroller which can be easily programmed, erased and
reprogrammed at any instant of time.

10. What are the key application functionalities of IoT systems?

Information and analysis


 Tracking behavior
 Enhanced situational awareness
 Sensor-driven decision analytics
Automation and control
 Process optimization
 Optimized resource consumption
 Complex autonomous system
11. Point out the challenges faced by Internet of Things.
 Security. In our opinion, security is the most crucial issue that needs to be addressed
for IoT.
 Costs.
 Reliability and Hardware.
 Ease of Integration.
 Connectivity.
 Development Skill set.
12. In what way Raspberry pi is better than arduino ?

In summary, Arduino has a simpler software environment that is well-suited for basic
control of inputs and outputs, while Raspberry Pi has a more powerful and versatile
operating system that provides greater functionality for complex projects.

13. Point out the challenges faced by Internet of Things.


1. Security. In our opinion, security is the most crucial issue that needs to be
addressed for IoT.
2. Costs.
3. Reliability and Hardware.
4. Ease of Integration.
5. Connectivity.
6. Development Skill set.
14. Define I2C
SCL/SDA pins are the dedicated pins for I2C communication. On the Arduino Uno they
are found on Analog pins A4 and A5.
15.What are the Types of Arduino Shields?
The popular Arduino shields are listed below:
o Ethernet shield
o Xbee Shield
o Proto shield
o Relay shield
o Motor shield
o LCD shield
o Bluetooth shield
o Capacitive Touchpad Shield

PART –B
1.Briefly explain the Technical Building blocks of IoT,
2.Describe the Communication Technologies of IOT
3.Draw the Physical design of IOT and explain .
4.Explain the Sensors and sensor Node and interfacing using any Embedded target boards
Raspberry Pi.
5.Explain about Arduino shieds
6.Explain the types of Arduino in detail.

You might also like