Arduino Basic Programming

Quiz
•
Computers
•
12th Grade
•
Medium
LAWRENCE BUENAOBRA
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In Arduino, which data type is most suitable for storing the value 3.14?
int
char
bool
float
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
How do you create a comment in an Arduino sketch?
# This is a comment
// This is a comment
/* This is a comment */
Both B and C
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which loop structure is commonly used in Arduino sketches to run code repeatedly?
void setup ()
void loop ()
void for ()
void while ()
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will the delay(1000); function do in an Arduino program?
Pause the program for 1000 milliseconds
Pause the program for 1 second
Pause the program for 1000 microseconds
Both A and B
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
In programming, we use a combination of letters, words, and symbols, which are known as TOKENS.
TRUE
FALSE
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
C and C++ does not use the same syntax.
TRUE
FALSE
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
void setup () run once while void loop () can run in continuous pattern.
TRUE
FALSE
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Quiz Arduino

Quiz
•
9th - 12th Grade
12 questions
Day#7

Quiz
•
1st Grade - University
15 questions
JAVA: Level-1

Quiz
•
5th - 12th Grade
13 questions
LEGO MINDSTORMS

Quiz
•
11th - 12th Grade
10 questions
Pemrograman Arduino

Quiz
•
12th Grade
12 questions
EMTECH POP QUIZ

Quiz
•
9th - 12th Grade
5 questions
Pemrograman Arduino-LED RGB

Quiz
•
12th Grade
15 questions
C# Structured, Selection and Iteration

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade