Arduino programming

Arduino programming

12th Grade

10 Qs

quiz-placeholder

Similar activities

Numpy-1

Numpy-1

9th - 12th Grade

10 Qs

Test on Python Function

Test on Python Function

11th - 12th Grade

12 Qs

Types of Mass Media

Types of Mass Media

10th Grade - Professional Development

11 Qs

Word 2016 Lesson 1

Word 2016 Lesson 1

9th - 12th Grade

10 Qs

ICT as Platform for Change

ICT as Platform for Change

11th - 12th Grade

10 Qs

Cyber Security Quiz

Cyber Security Quiz

12th Grade

10 Qs

emtech

emtech

12th Grade

10 Qs

Visual Basic 2010

Visual Basic 2010

8th Grade - University

10 Qs

Arduino programming

Arduino programming

Assessment

Quiz

Computers

12th Grade

Practice Problem

Hard

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

Standards-aligned

Created by

Al-sh Al-sh

Used 69+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?