Arduino programming

Arduino programming

12th Grade

10 Qs

quiz-placeholder

Similar activities

BTEC Level 2 Technology Systems W1-4

BTEC Level 2 Technology Systems W1-4

11th - 12th Grade

15 Qs

Input and Output

Input and Output

9th - 12th Grade

15 Qs

Arduino - Contador

Arduino - Contador

9th Grade - University

11 Qs

Flujos en Java/Android

Flujos en Java/Android

12th Grade - University

10 Qs

Intro to PC's

Intro to PC's

6th - 12th Grade

15 Qs

Conceptos Básicos de Arduino

Conceptos Básicos de Arduino

9th - 12th Grade

15 Qs

Arduino Quiz

Arduino Quiz

10th Grade - University

11 Qs

NRW 2022

NRW 2022

7th - 12th Grade

13 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 69+ 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?