
For loop and motor driver
Quiz
•
Engineering
•
5th Grade
•
Hard
Doaa Fouad
Used 1+ times
FREE Resource
Enhance your content in a minute
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
which for loop is correct ?
for (int i = 0 , i < 5 , i++)
for (int i = 0 , i ++ , i <5)
for (int i = 0 ; i < 5 ; i++)
for (i = 0 , i < 5 , i++)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for (int i = 0 , i < 4 , i++)
This for loop will count from ....................
0 to 3
0 to 4
0 to 5
1 to 5
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
for ( int i = 0 , i < 5 , i -- ) {
Serial.println("Hello !"); }
The word (Hello) will be printed .............................
4 times
5 times
6 times
0 times
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for (int i = 0; i < 5; i++)
{
pinMode(ledPins[i], OUTPUT);
}
Serial.println("Hello !");
"Hello" will be printed 1 time
"Hello" will be printed 4 times
"Hello" will be printed 5 times
"Hello" will NOT be printed
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
To import motor driver library .....
include <L298N.h>
#include <l298n.h>
#include <L298N>
#include <L298N.h>
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
L298N motor1 (5,6,11);
Motot1 speen control is on pin :
5
6
11
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
Discover more resources for Engineering
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
States of Matter
Quiz
•
5th Grade
20 questions
Multiplying Decimals
Quiz
•
5th Grade
10 questions
End Punctuation
Quiz
•
3rd - 5th Grade
20 questions
Adding and Subtracting Decimals
Quiz
•
5th Grade
