Module 4

Module 4

7th Grade

15 Qs

quiz-placeholder

Similar activities

Arduino

Arduino

8th - 10th Grade

12 Qs

Arduino Lesson 3 Starter

Arduino Lesson 3 Starter

8th Grade

15 Qs

2 . Traffic Lights

2 . Traffic Lights

6th - 8th Grade

10 Qs

Day#6

Day#6

1st Grade - University

10 Qs

DDapps S7-10

DDapps S7-10

11th Grade

10 Qs

Intro to coding arduino unit

Intro to coding arduino unit

9th - 12th Grade

20 Qs

Introduction of Arduino

Introduction of Arduino

6th - 8th Grade

12 Qs

NRW 2022

NRW 2022

7th - 12th Grade

13 Qs

Module 4

Module 4

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Rachel Kadaviparambil

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the types of line follower robots?

Black line on white surface

White line on black surface

Black line on white surface and white line on black surface

Blue line on white surface and white line on blue surface

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an example of where line follower robots are used?

Factories

Restaurants

Stores

Hospitals

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct sensor that is used for line follower robots?

Line Sensors

IR Sensors

PIR Sensors

Servo Motors

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to get the car to move forward?

digitalWrite(5, HIGH);

digitalWrite(6, HIGH);

digitalWrite(10, HIGH);

digitalWrite(11, HIGH);

digitalWrite(5, LOW);

digitalWrite(6, LOW);

digitalWrite(10, LOW);

digitalWrite(11, LOW);

digitalWrite(5, HIGH);

digitalWrite(6, LOW);

digitalWrite(10, HIGH);

digitalWrite(11, LOW);

digitalWrite(5, LOW);

digitalWrite(6, HIGH);

digitalWrite(10, LOW);

digitalWrite(11, HIGH);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to get the car to move backward?

digitalWrite(5, HIGH);

digitalWrite(6, HIGH);

digitalWrite(10, HIGH);

digitalWrite(11, HIGH);

digitalWrite(5, LOW);

digitalWrite(6, LOW);

digitalWrite(10, LOW);

digitalWrite(11, LOW);

digitalWrite(5, HIGH);

digitalWrite(6, LOW);

digitalWrite(10, HIGH);

digitalWrite(11, LOW);

digitalWrite(5, LOW);

digitalWrite(6, HIGH);

digitalWrite(10, LOW);

digitalWrite(11, HIGH);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to get the car to turn right while moving forward? (first motor is the left motor)

digitalWrite(5, HIGH);

digitalWrite(6, LOW);

digitalWrite(10, LOW);

digitalWrite(11, LOW);

digitalWrite(5, LOW);

digitalWrite(6, LOW);

digitalWrite(10, HIGH);

digitalWrite(11, LOW);

digitalWrite(5, LOW);

digitalWrite(6, HIGH);

digitalWrite(10, LOW);

digitalWrite(11, LOW);

digitalWrite(5, LOW);

digitalWrite(6, LOW);

digitalWrite(10, LOW);

digitalWrite(11, HIGH);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to get the car to turn left while moving forward? (first motor is the left motor)

digitalWrite(5, HIGH);

digitalWrite(6, LOW);

digitalWrite(10, LOW);

digitalWrite(11, LOW);

digitalWrite(5, LOW);

digitalWrite(6, LOW);

digitalWrite(10, HIGH);

digitalWrite(11, LOW);

digitalWrite(5, LOW);

digitalWrite(6, HIGH);

digitalWrite(10, LOW);

digitalWrite(11, LOW);

digitalWrite(5, LOW);

digitalWrite(6, LOW);

digitalWrite(10, LOW);

digitalWrite(11, HIGH);

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?