Checkpoint 2 Assessment 2 - 12G

Checkpoint 2 Assessment 2 - 12G

12th Grade

11 Qs

quiz-placeholder

Similar activities

Day#7

Day#7

1st Grade - University

12 Qs

STARFIELD MID-TERM 2

STARFIELD MID-TERM 2

9th - 12th Grade

15 Qs

Pemrograman Arduino

Pemrograman Arduino

12th Grade

10 Qs

Awesome MyReSkill IoT

Awesome MyReSkill IoT

12th Grade - Professional Development

10 Qs

Arduino

Arduino

KG - University

8 Qs

EMTECH POP QUIZ

EMTECH POP QUIZ

9th - 12th Grade

12 Qs

Circuits Quizizz 2

Circuits Quizizz 2

12th Grade - University

10 Qs

Aurdino Quiz

Aurdino Quiz

5th - 12th Grade

13 Qs

Checkpoint 2 Assessment 2 - 12G

Checkpoint 2 Assessment 2 - 12G

Assessment

Quiz

Computers, Education, Instructional Technology

12th Grade

Hard

Created by

Raghad Ibhais

Used 9+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the flowchart symbol represented below.

Decision

Start / Stop

Process

Input / Output

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

 Refer to the image shown below. Which of the following Arduino commands is used to initialise pin ‘7’ as an OUTPUT?

digitalWrite(7, OUTPUT);

pinMode(7, HIGH);

pinMode(7, OUTPUT);

analogRead(7);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we write (A = A + 1) in Arduino syntax?

A++

A+=B

A--

A*=B

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a digital input component?

Servo Motor

Pushbutton

Potentiometer

Buzzer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Arduino functions is used to generate a PWM signal?

analogRead();

digitalWrite();

analogWrite();

digitalRead();

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Refer to the Arduino code shown below and identify the error in the given code for changing the brightness of an LED.

Missing semicolon before the void setup() function

No change in the brightness of the LED

Extra curly brackets added in the void loop() function

Variable ‘i’ is not declared

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we call an electric device that emits infrared radiation to detect certain characteristics of the surrounding environment?

IR sensor

Ultrasonic sensor

DC motor

L298N motor driver

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?