MYP3

MYP3

8th Grade

23 Qs

quiz-placeholder

Similar activities

Desafios em Programação e Robótica

Desafios em Programação e Robótica

6th - 8th Grade

20 Qs

ICT 2 - I/O Devices

ICT 2 - I/O Devices

6th - 10th Grade

20 Qs

Arduino - 8º Ano

Arduino - 8º Ano

8th Grade

20 Qs

Robotics Mid-term Assessment Grade VII

Robotics Mid-term Assessment Grade VII

6th Grade - University

25 Qs

Arduino

Arduino

KG - Professional Development

20 Qs

Aprendendo sobre Arduino

Aprendendo sobre Arduino

6th - 8th Grade

20 Qs

Coding and Robotics Review

Coding and Robotics Review

8th Grade

20 Qs

Ardinuo

Ardinuo

8th Grade

18 Qs

MYP3

MYP3

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Fatema Dhorajiwala

Used 2+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An if statement can be followed by an optional else statement, which executes when the boolean expression is ____.

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An LED has two legs, a positive, and a negative, the positive leg can go to the positive ____of the Arduino, and the negative leg can go to the negative _____ of the Arduino.

GND, VCC

VCC, GND

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the digitalWrite() function, ___means On, and ___means Off.

High, Low

LOW, HIGH

Low, High

HIGH, LOW

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The delay() function helps us ________.

Skip few lines of instructions

Makes computer faster

Allows you to pause the execution of your program for a specified period

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The___________ function tells your Arduino to change the state of the device connected at a pin no.

digitalRead()

digitalWrit()

digitalWrite()

digitalRW()

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A buzzer is a basic audio device that _______ a sound from an incoming electrical signal. 

generates

reflects

sends

recevies

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Variable declarations usually follow the syntax _______

  1. variable_name datatype;

  1. datatype variable_name;

  1. variable_name datatype

datatype variable_name

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?