Checkpoint 2 Assessment 2 - 12G

Checkpoint 2 Assessment 2 - 12G

12th Grade

11 Qs

quiz-placeholder

Similar activities

Arduino - Contador

Arduino - Contador

9th Grade - University

11 Qs

CODING UNOARDUINO

CODING UNOARDUINO

12th Grade

10 Qs

Tema 2.  Microcontrolador Arduino

Tema 2. Microcontrolador Arduino

12th Grade

14 Qs

UNOARDUINO

UNOARDUINO

12th Grade

10 Qs

CSF U5 Physical

CSF U5 Physical

9th - 12th Grade

13 Qs

Unit 6 Microcontrollers Intro 2022

Unit 6 Microcontrollers Intro 2022

11th Grade - University

14 Qs

Analogue and Digital Signals

Analogue and Digital Signals

11th - 12th Grade

12 Qs

Arduino Level 2

Arduino Level 2

12th Grade

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