Arduino programming

Arduino programming

12th Grade

10 Qs

quiz-placeholder

Similar activities

ผังงานและอัลกอริทึม

ผังงานและอัลกอริทึม

12th Grade

15 Qs

algoritma

algoritma

12th Grade

11 Qs

CODING UNOARDUINO

CODING UNOARDUINO

12th Grade

10 Qs

Quiz- BIOS VS. UEFI

Quiz- BIOS VS. UEFI

12th Grade

10 Qs

Perangkat Input dan Output Komputer

Perangkat Input dan Output Komputer

10th Grade - University

10 Qs

CSF U5 Physical

CSF U5 Physical

9th - 12th Grade

13 Qs

Computer Parts Review

Computer Parts Review

6th - 12th Grade

10 Qs

CyberSecurity Basics

CyberSecurity Basics

6th - 12th Grade

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 68+ 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?