Arduino practice 2

Arduino practice 2

9th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

Найрозповсюджені формати векторної та растрової графіки

Найрозповсюджені формати векторної та растрової графіки

1st - 12th Grade

10 Qs

Grade 11 Term 4 Practice 2

Grade 11 Term 4 Practice 2

11th Grade

10 Qs

Database Concepts

Database Concepts

11th - 12th Grade

15 Qs

AĞ TEKNOLOJİLERİ

AĞ TEKNOLOJİLERİ

9th - 10th Grade

20 Qs

Basic Docs

Basic Docs

8th - 9th Grade

17 Qs

Q2 M4 ACTIVITY

Q2 M4 ACTIVITY

10th Grade

10 Qs

Revision Quiz 2 Technical Drawing Standards

Revision Quiz 2 Technical Drawing Standards

10th - 12th Grade

10 Qs

Clasificación de sistemas

Clasificación de sistemas

9th Grade

12 Qs

Arduino practice 2

Arduino practice 2

Assessment

Quiz

Instructional Technology, Computers

9th - 11th Grade

Medium

Created by

Mohamed Ben-Taher

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the image. The right code is:

int sensorValue = analogRead(A0);

int sensorValue = analogRead(A4);

digitalWrite(2, HIGH);

analogWrite(ledPin, HIGH);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the image. The right code is:

int sensorValue = analogRead(A0);

int sensorValue = analogRead(A4);

digitalWrite(ledPin, HIGH);

analogWrite(ledPin, HIGH);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the image. The right code is

int sensorValue = analogRead(A0);

digitalRead(8, HIGH);

digitalWrite(8, LOW);

analogWrite(ledPin, HIGH);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the image, the code:

int sensorValue = analogRead(A0);

Serial.println(sensorValue);

will print on screen:

5

1023

0

1024

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the image, the code:

int sensorValue = analogRead(A0);

float voltage = sensorValue * (5.0 / 1023.0);

Serial.println(voltage);

will print on screen:

5

1023

0

1024

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Look at the image. A part of the code for this circuit is: (2 answers)

pinMode(9, INPUT)

pinMode(4, OUTPUT)

pinMode(4, INPUT)

pinMode(9, OUTPUT)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the image. A pinMode instruction is likely to be in:

the comments

the loop

the setup

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?

Discover more resources for Instructional Technology