wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GRADE 7- ROBOTIC WORLD

Total questions: 15

Worksheet time: 15mins

Name
Class
Date
1.

Which of the following is an example for a variable?

a)

If(x>5)

b)

int temp=7;

c)

pulseIn(5);

d)

void setup()

2.

Which of the following is an Actuator?

a)

Light Bulb

b)

Power supply

c)

Resistor

d)

Photoresistor

3.

What is digitalWrite(4) ?

a)

A variable

b)

A condition

c)

A function

d)

A value

4.

How many analog pins are present in Arduino

a)

5

b)

4

c)

6

d)

3

5.

Which of the following is used for programming big applications?

a)

Microcontroller

b)

Microchip

c)

Minicontroller

d)

Microprocessor

6.

Potentiometer is a

a)

Power supplier

b)

Voltage regulator

c)

Resistance regulator

d)

Photo Resistor

7.

What is the use of pulseIn() function?

a)

It helps in triggering the Ultrasonic sensor

b)

It helps in powering the Ultrasonic sensor

c)

It helps in capturing the Echo signals in Ultrasonic sensor

d)

It helps in calculating the distance from Ultrasonic sensor and the obstacle

8.

Which block in this code will do a looping operation?

a)

count

b)

rotate

c)

wait

d)

set

9.

The cathode of the LED is connected to

a)

5V

b)

Power supply

c)

Ground

d)

Digital pins

10.

Name the numbered boxes. Choose the best answer

a)

operator,conditional statement,expression,variable

b)

conditional statement,operator,variable,expression

c)

loop,conditional statement,variable,operator

d)

loop,expression,variable,operator

11.

Which of the following is used as an amplifier to increase the power voltage

a)

Potentiometer

b)

Resistor

c)

Sensors

d)

NPN transistor

12.

Which of the following functions is used to set the right amount of signal transmission to Arduino Board?

a)

Serial.println(9600)

b)

Serial.begin(9600)

c)

Serial.write(9600)

d)

Signal.begin(9600)

13.

Which function here can be used in place of the "wait" block?

a)

hold()

b)

timer()

c)

break()

d)

delay()

14.

What is the output of the following code?

speed=450;

speed++;

print(speed);

a)

450

b)

449

c)

452

d)

451

15.

What is the full form of IDE

a)

Integrated Development Environment

b)

Intelligent Distance Environment

c)

Integrated Design Environment

d)

Integrate Deployment Environment