Grade 6

Grade 6

6th Grade

10 Qs

quiz-placeholder

Similar activities

Ôn thi HKII lớp 6

Ôn thi HKII lớp 6

6th Grade

15 Qs

VEX V5 Coding Blocks

VEX V5 Coding Blocks

6th - 8th Grade

12 Qs

SKF1 INTRODUCTION TO PROGRAMMING

SKF1 INTRODUCTION TO PROGRAMMING

6th Grade

10 Qs

RBT_T6_UASA

RBT_T6_UASA

6th Grade

6 Qs

7th grade Quizz

7th grade Quizz

6th Grade

8 Qs

Cuestionario Arduino Básico Grupo 1

Cuestionario Arduino Básico Grupo 1

6th - 8th Grade

11 Qs

Grade 6

Grade 6

Assessment

Quiz

Engineering

6th Grade

Hard

Created by

Mostafa Aly

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the digitalWrite() function do in Arduino?

Reads the value from a pin

Writes a digital value to a pin

Delays the program

Initializes the program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is called only once at the start of an Arduino program?

void loop()

void setup()

digitalWrite()

delay()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the context of Arduino, what does the delay() function do?

It stops the program

It pauses the program for a specified time

It initializes variables

It reads sensor data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to declare a pin as an output in void setup()?

pinMode(pin, INPUT);

pinMode(pin, OUTPUT);

digitalWrite(pin, HIGH);

delay(pin);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to turn on an LED connected to pin 7, which command should you use?

digitalWrite(7, HIGH);

digitalWrite(7, LOW);

pinMode(7, HIGH);

delay(7);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the void loop() function in Arduino?

To execute code only once

To repeat the code continuously

To read input from sensors

To set up the initial conditions

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which unit is used to measure electric current?

Volt

Ampere

Ohm

Watt

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?