Checkpoint 2 Assessment 2 - 12G

Checkpoint 2 Assessment 2 - 12G

12th Grade

11 Qs

quiz-placeholder

Similar activities

3. Potentiometer - PWM - RGB

3. Potentiometer - PWM - RGB

1st - 12th Grade

8 Qs

Arduino

Arduino

8th Grade - University

14 Qs

ASAS GANJIL XII 2024

ASAS GANJIL XII 2024

12th Grade

15 Qs

Arduino

Arduino

12th Grade

14 Qs

SINH HOAT BUOI 2

SINH HOAT BUOI 2

10th - 12th Grade

10 Qs

Day 1 Quiz

Day 1 Quiz

5th Grade - University

13 Qs

Programación: Medios de visualización e ingreso de datos

Programación: Medios de visualización e ingreso de datos

12th Grade

11 Qs

Arduino Board and Programming

Arduino Board and Programming

12th Grade

10 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?