Arduino Code Revision

Arduino Code Revision

11th Grade

6 Qs

quiz-placeholder

Similar activities

VB programming

VB programming

10th - 11th Grade

7 Qs

Mon Sep 13 Java Quiz

Mon Sep 13 Java Quiz

10th - 12th Grade

10 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

Python Input/Output

Python Input/Output

9th - 12th Grade

10 Qs

CDI Arduino 11G

CDI Arduino 11G

11th Grade

8 Qs

Python - Lists and Elements

Python - Lists and Elements

9th - 12th Grade

10 Qs

Arduino Code Revision

Arduino Code Revision

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Maha Shehada

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The arduino code can work using the setup function alone?

false, it needs also the loop function

true

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable can not store values like numbers or letters

false , it is used to store values of different types

true

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The letter "Q" can be stored in a variable of type

Char

int

bool

float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1, 3, 8 and 10 are examples of

integers

float

boolean

characters

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Serial.println(".....");

will print in new line

will print on the same line

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The output of the following code is

Serial.print("num is ");

Serial.print (4);

num is 4

num is

4

4

num is