Arduino programming

Arduino programming

12th Grade

10 Qs

quiz-placeholder

Similar activities

C - Language Quiz

C - Language Quiz

12th Grade

15 Qs

Python End of Topic Quiz

Python End of Topic Quiz

8th Grade - University

15 Qs

OCR A Level Computer Science (H446) - Component 1.1.3 - Input, Output and Storage

OCR A Level Computer Science (H446) - Component 1.1.3 - Input, Output and Storage

9th Grade - University

13 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Revision for grade12- week 1 &2

Revision for grade12- week 1 &2

12th Grade

15 Qs

Arduino

Arduino

12th Grade

14 Qs

Asesmen Formatif  Arduino

Asesmen Formatif Arduino

12th Grade

10 Qs

Day#6

Day#6

1st Grade - University

10 Qs

Arduino programming

Arduino programming

Assessment

Quiz

Computers

12th Grade

Hard

CCSS
8.F.A.1, HSF.IF.A.1

Standards-aligned

Created by

Al-sh Al-sh

Used 65+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function is a series of programming statements that can be called by name. Which command is called once when the program starts:
loop()
setup()
(output)
(input)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function is a series of programming statements that can be called by name. Which command is called repetitively over and over again as long as the Arduino has power.
loop()
setup()
(output)
(input)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A==7 means

A is equal to 7

7 is assigned as an int A

A is not equal to 7

A is greater than 7

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does A&&B mean

It is a logical AND operator

It is a logical OR operator

It is a multiplication operator

it is a division operator

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

int Led1=4;

void setup(){

digitalWrite (LED1, High);

}

Find the errors?

LED 1

DigitalWrite

HIGH

Void Setup

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I use temperature sensor to read the room temperature. How do I write Temperature Sensor Set-up.

void setup(){

_______________________;

}

PinMode (Tsensor, Output);

pinMode (Tsensor, OUTPUT);

PinMode (Tsensor, Input);

pinMode (Tsensor, INPUT);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the definition of function?
Has inputs and outputs
Every input has only ONE output
Inputs have different outputs every time
x-values and y-values

Tags

CCSS.8.F.A.1

CCSS.HSF.IF.A.1

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?