Arduino Basic Programming

Arduino Basic Programming

12th Grade

10 Qs

quiz-placeholder

Similar activities

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Robot Enspiro

Robot Enspiro

5th - 12th Grade

15 Qs

Blinking LED

Blinking LED

12th Grade

10 Qs

Arduino Board and Programming

Arduino Board and Programming

12th Grade

10 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

Arduino programming

Arduino programming

12th Grade

10 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

CSF U5 Physical

CSF U5 Physical

9th - 12th Grade

13 Qs

Arduino Basic Programming

Arduino Basic Programming

Assessment

Quiz

Computers

12th Grade

Medium

Created by

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

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?