Arduino and Flowchart Quiz

Arduino and Flowchart Quiz

12th Grade

60 Qs

quiz-placeholder

Similar activities

DM - Unit 1 - Intro to Design

DM - Unit 1 - Intro to Design

8th Grade - University

56 Qs

Regulations Quiz

Regulations Quiz

12th Grade

62 Qs

Data Communication and Networking Quiz

Data Communication and Networking Quiz

12th Grade

60 Qs

A4: SAR-66 Aircraft Maintenance Licensing

A4: SAR-66 Aircraft Maintenance Licensing

9th - 12th Grade

62 Qs

Sistemas de Control

Sistemas de Control

12th Grade

60 Qs

Quiz sulla normativa energetica del settore edilizio

Quiz sulla normativa energetica del settore edilizio

12th Grade

60 Qs

CN GIỮA KÌ 2

CN GIỮA KÌ 2

12th Grade

60 Qs

Health and Safety Quiz

Health and Safety Quiz

12th Grade

56 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?