Arduino programming

Arduino programming

12th Grade

10 Qs

quiz-placeholder

Similar activities

IT systems

IT systems

9th - 12th Grade

10 Qs

N5 SDD

N5 SDD

10th - 12th Grade

9 Qs

Quiz Rangkaian Minimal Mikrokontroler

Quiz Rangkaian Minimal Mikrokontroler

12th Grade

10 Qs

informatic XII

informatic XII

12th Grade

10 Qs

Class 12 Skill Competition 2023-24

Class 12 Skill Competition 2023-24

12th Grade

15 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

C - Language Quiz

C - Language Quiz

12th Grade

15 Qs

Arduino programming

Arduino programming

Assessment

Quiz

Computers

12th Grade

Hard

CCSS
HSF.IF.A.1, 8.F.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.HSF.IF.A.1

CCSS.8.F.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?