MYP3

MYP3

8th Grade

23 Qs

quiz-placeholder

Similar activities

Maker Uno Quiz 1

Maker Uno Quiz 1

8th Grade

23 Qs

9.3 - End of cycle assessment

9.3 - End of cycle assessment

8th Grade

23 Qs

EXERCÍCIO 10 PROGRAMAÇÃO E ROBÓTICA DURVAL 2025

EXERCÍCIO 10 PROGRAMAÇÃO E ROBÓTICA DURVAL 2025

7th Grade - University

20 Qs

Arduino y Tinkercad - ALIANZA 2025

Arduino y Tinkercad - ALIANZA 2025

8th Grade - University

27 Qs

Technology 2nd

Technology 2nd

8th Grade

25 Qs

Electrónica Programada

Electrónica Programada

8th - 12th Grade

25 Qs

Motherboard Form Factors & Overview

Motherboard Form Factors & Overview

6th - 12th Grade

18 Qs

Evaluación de Sensor de pH

Evaluación de Sensor de pH

8th Grade

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