NEW
Font size
WorksheetsArduino and Programming Basics – Worksheet Questions
Total questions: 24
Worksheet time: 12mins
What Software is used to drive Microprocessor based system?
Firmware
Machine language
Assembly Language
Basic Interpreter Instructions
Which Architecture is used in Microcontroller?
IBM Architecture
Harvard Architecture
Venasula Architecture
Microcontroller Architecture
What is the purpose of the Power In (Barrel Jack) on the Arduino Uno Microcontroller?
To manually reset the Arduino.
To be used with a 9V or 12V supply.
To receive data from the computer.
To provide power and communicate with the board.
What happens if the Arduino Uno Microcontroller is connected to a power source that is more than 12V?
The microcontroller will be damaged.
The microcontroller will not function properly.
The microcontroller will be unaffected.
The microcontroller will automatically adjust to the higher voltage.
How many types of Arduinos we have?
4
8
12
16
What does GPIO stands for??
General Purpose in-out pins
General Purpose IN-OUT Processor
General Purpose Interested Old pin
General Purpose Inner-Outer Propeller
What company owned Python (TM)?
Google (c)
Microsoft (c)
Sun Microsystems (c)
Python (TM) is open source and free to use.
What language is the Arduino IDE built?
A/C/C++
HTML
Java
python
What are strings in programming?
Carries out an action.
Collection of characters.
The elements of a command.
How elements in a command are arranged.
What are blocks in programming?
The structure and form of the code
Source code that is grouped together
A statement including elements of a command
Meaning assigned to symbols, characters and words
What symbol comes before a comment?
#
>>
!
$
What is debugging in programming?
Removing viruses from a computer.
How characters are arranged in a statement.
Detecting or removing errors from a program.
The meaning of each of the characters and symbols in the program.
What Sensors are used in Smart dustbin?
IR
Ultrasonic
Ultrasonic and IR
Ultrasonic and servo
What Microcontroller is used in Arduino UNO?
ATmega 324p
Atmega 326p
ATmega 328p
ATmega 330p
What are the different types of loops in C programming?
If loop, else loop, and switch loop
Start loop, stop loop, and pause loop
For loop, while loop, and do-while loop
Repeat loop, until loop, and when loop
What is transmitted through the LED (TX: Transmitting) on the Arduino Uno Microcontroller?
Power
Reset signal
Data going to the computer
Troubleshooting information
What are the function(s) of the pins (Analog In, Power In, Ground Power Out, Reset) on the Arduino Uno microcontroller?
Input only
Power only
Output only
Input, output, power, and ground
What is the purpose of the Power In (Barrel Jack) on the Arduino Uno Microcontroller when plugged into a computer via USB
To manually reset the Arduino
To receive data from the computer
To be used with a 9V or 12V supply
To provide power and communicate with the board.
What does the LED (RX: Receiving) on the Arduino Uno Microcontroller indicate?
It indicates if there is power.
It blinks when receiving data.
It blinks when transmitting data.
It blinks when the program is running properly.
Why was Python (TM) developed?
To make it easier to learn Java.
Python was developed by accident.
To go back to the old way of programming.
To create a programming language for students in grade school.
What is exception in programming?
The structure and form of the code.
The statement that is missing from the instructions.
The meaning of the characters and words in the code.
An event occurring during execution of a program which disrupts the flow of the program's instructions.
What are values that can change, depending on conditions or on information passed to the program?
Block
Instruction
String
Variable
What type of device is stepper motor?
Analogue
Electrical
Incremental
Mechanical
What does the LED (Troubleshooting) on the Arduino Uno Microcontroller indicate?
It indicates if there is power.
It blinks when receiving data.
It blinks when transmitting data.
It blinks when the program is running properly.
