Checkpoint 2 Assessment 2 - 12G

Checkpoint 2 Assessment 2 - 12G

12th Grade

11 Qs

quiz-placeholder

Similar activities

Parcial - Robótica

Parcial - Robótica

12th Grade

10 Qs

TinkerCad Quiz

TinkerCad Quiz

7th Grade - Professional Development

10 Qs

Arduino Quiz

Arduino Quiz

10th Grade - University

11 Qs

Arduino - Contador

Arduino - Contador

9th Grade - University

11 Qs

Conceptos Básicos de Arduino

Conceptos Básicos de Arduino

9th - 12th Grade

15 Qs

Kuis Pengenalan Bahasa C Part 2

Kuis Pengenalan Bahasa C Part 2

12th Grade - University

15 Qs

Quizizz - 10 Questionário avaliativo Robótica

Quizizz - 10 Questionário avaliativo Robótica

12th Grade

10 Qs

NRW 2022

NRW 2022

7th - 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

AI

Enhance your content

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

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

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 Computers