Arduino Basic Programming

Arduino Basic Programming

12th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz Arduino & Buzzer

Quiz Arduino & Buzzer

9th - 12th Grade

15 Qs

Arduino

Arduino

12th Grade

10 Qs

UJi Pemahaman Wokwi dan perintah sederhana pemrograman arduino

UJi Pemahaman Wokwi dan perintah sederhana pemrograman arduino

12th Grade

10 Qs

Robot Enspiro

Robot Enspiro

5th - 12th Grade

15 Qs

3 Arduino: IF and IF-ELSE

3 Arduino: IF and IF-ELSE

9th - 12th Grade

15 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

engineering science questions topic 5&6 MUHAMMAD ZIDANNE BIN AMIR FIRDAUSE 1IH

engineering science questions topic 5&6 MUHAMMAD ZIDANNE BIN AMIR FIRDAUSE 1IH

9th - 12th Grade

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

Discover more resources for Computers