Arduino Quiz G10 Magnolia

Arduino Quiz G10 Magnolia

10th Grade

18 Qs

quiz-placeholder

Similar activities

Motherboard Form Factors & Overview

Motherboard Form Factors & Overview

6th - 12th Grade

18 Qs

Arduino practice 2

Arduino practice 2

9th - 11th Grade

15 Qs

Aurdino Quiz

Aurdino Quiz

5th - 12th Grade

13 Qs

Cuarta Liceo Diagnóstico

Cuarta Liceo Diagnóstico

9th - 12th Grade

13 Qs

แบบทดสอบ เรื่องการอ่านเซนเซอร์วัดแสง

แบบทดสอบ เรื่องการอ่านเซนเซอร์วัดแสง

9th Grade - University

20 Qs

Basic Electronics & Microbit

Basic Electronics & Microbit

9th - 12th Grade

20 Qs

STARFIELD MID-TERM 2

STARFIELD MID-TERM 2

9th - 12th Grade

15 Qs

IOT - 2

IOT - 2

10th Grade

15 Qs

Arduino Quiz G10 Magnolia

Arduino Quiz G10 Magnolia

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Salman Alasyi

Used 2+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following variable names is invalid in Arduino?

sensorValue

123data

temperature_sensor

motorSpeed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of "String" data type?

For declaring alphabetical value

For wiring the circuit

For storing number

For displaying the data

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is a string stored in Arduino?

As an array of characters

As a single number

As binary code

As an integer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of values does a digital pin read?

Any value between 0 and 1023

Only HIGH (1) or LOW (0)

Any floating point value

A value between 0 and 255

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions writes a HIGH signal to a digital pin?

digitalWrite(pin, 1);

analogWrite(pin, HIGH);

digitalRead(pin, HIGH);

analogRead(pin, 1);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare an integer variable named speed in Arduino?

int speed = 10;

integer speed = 10;

var speed = 10;

speed = 10;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a variable in Arduino?

To store and manipulate data

To create new functions

To directly control hardware

To print values on the screen

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?