Arduino and Flowchart Quiz

Arduino and Flowchart Quiz

12th Grade

60 Qs

quiz-placeholder

Similar activities

Arduino Series Quiz

Arduino Series Quiz

12th Grade

56 Qs

8.1.1 - Principles of Mechanical Engineering

8.1.1 - Principles of Mechanical Engineering

10th Grade - University

55 Qs

PRESSURE CHANGE MEASUREMENT TESTING METHOD I

PRESSURE CHANGE MEASUREMENT TESTING METHOD I

7th Grade - University

55 Qs

Design Thinking Process-Ballon Car

Design Thinking Process-Ballon Car

12th Grade

61 Qs

Python Programming Basics

Python Programming Basics

12th Grade

56 Qs

Construction Project Planning Quiz

Construction Project Planning Quiz

12th Grade

65 Qs

2024-4

2024-4

11th Grade - University

60 Qs

Arduino and Flowchart Quiz

Arduino and Flowchart Quiz

Assessment

Quiz

Engineering

12th Grade

Easy

Created by

Dennis Nobleza

Used 12+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary programming language used for Arduino?

Python

Java

C++

JavaScript

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to set up the initial state of an Arduino program?

loop()

setup()

init()

start()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create a delay in milliseconds in Arduino programming?

wait()

pause()

delay()

sleep()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the loop() function in an Arduino sketch?

To initialize variables

To run code once

To run code repeatedly

To stop the program

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to read the value from a digital pin?

digitalWrite()

digitalRead()

analogRead()

analogWrite()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to set a pin as an output in Arduino?

pinMode(pin, OUTPUT);

setPinMode(pin, OUTPUT);

pinMode(OUTPUT, pin);

setMode(pin, OUTPUT);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to write a HIGH or LOW value to a digital pin?

digitalWrite()

digitalRead()

analogWrite()

analogRead()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?