
ENI611-Practical Microcontroller Engineering-Quiz 2
Authored by Farouk Halawani
Professional Development
11th Grade
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select the result of the following Arduino Sketch:
int i = 0;
void setup()
{
Serial.begin(9600);
}
void loop() {
while (i < 10) {
Serial.print("i = ");
Serial.println(i);
i++;
}
}
i from 0 to 9
i from 10 to 100
i from 100 to 1
i from 9 to 10
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What the following sketch can do ?
Serial.println(i);
Print the value of (i)
Do not show (i)
hide (i)
define it as integer
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select the result of the following Arduino Sketch:
int i = 0;
void setup()
{
Serial.begin(9600);
}
void loop() {
while (i<=10) {
Serial.print("i = ");
Serial.println(i);
i++;
}
}
i from 0 to 10
i from 10 to 100
i from 100 to 1
i from 9 to 10
4.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
Did you understand the lesson ?
Yes
No
Yes and we need more activity
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The pins on your Arduino are the places where you connect wires to construct a circuit, Identifiy pins A & B
Ground & Power
Analog & Digital Pins
Power Indicator LED & Reset button
Usb & power input
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?