0% found this document useful (0 votes)
150 views7 pages

Class 9 Notes

The document contains questions and answers related to robotics topics. It includes multiple choice questions about components like DC motors, sensors, and their uses. Example questions cover logic statements, Bluetooth programming requirements, sensor principles and more.

Uploaded by

jesi2210
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
150 views7 pages

Class 9 Notes

The document contains questions and answers related to robotics topics. It includes multiple choice questions about components like DC motors, sensors, and their uses. Example questions cover logic statements, Bluetooth programming requirements, sensor principles and more.

Uploaded by

jesi2210
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

ROBOTICS QUESTION AND ANSWERS

1) The maximum speed of DC motor is


a) 250 b)255
c)280 d)200
ans: 255

2) “ If- Then” is_______ statement?


a) control b) math
c) logic d) variable
ans: control

3)Pick out the visible component in the designsr interface


a) bluetoothclient b) ultrasonic sensor
c) list picker c) buzzer
ans: listpiicker

4) what are the components required to program for bluetooth


a) Listpicker, Bluetoothclient,notifier
b) Listpicker , ir sensor, pumpmotor
c)bluetoothclient,notifier,DC motor
d)bluetoothclient,notifier,slider
Ans: Listpicker,Bluetoothclient,notifier

5)DC stands for_______


a) Direct Current b) diversion current
c) Deputy Current d) desk current
ans: Direct current

6)what is the name of the component used for CONNECT in the designar
part ?
a) button b) checkbox
c) listpicker d) bluetoothclient
ans: Listpicker

7) where do we find Motor in the designer interface?


a) user interface b)qtpi megablocks
c) media d) connectivity
8) Buzzer is an__________
a) piezoelectric b) mechanical
c) sensor
Ans: piezoelectric

9) under which you will find “Button”?


a) user interface b) connectivity
b) media c) qtpi megablocks
ans: User interface

10) What is the maximum value of RGB?


a) 225 c) 1024
b) 255 d) 128
ans: 255

Answer the following:

1) what will be the LOGIC if the sensor detects the obstacle?


Ans: TRUE
when sensor detects any obstacles the logic will be true and if it does not
the logic will be false

2) write the use of the sensor?


Ans: sensor helps to detect the obstacle

3) what is the full form of LDR ?


Ans: Light dependant resistor

4) what is the principle of the LDR sensor?


Ans:ldr sensor works on photoconductivity principle means that resistance
chsnges according to the intensity of light.
i
5) As the light intensity increases , the resistance of LDR sensor_____
ans:decreases

6) what is the difference between a sensor and an actuator?


Ans: sensoor is a device that converts physical events or characteristics
into the electrical signals
Actuator is the device that converts the electrical signals into the physical
events oe characteritics.

7)what is the principle of IR sensor?


Ans; IR sensor has transmittor and receiver where transmittor transmits IR
signals and receiver recieves the IR signal
when the ir signal from transmittor hits on any object it will bounce back
to reciver that is how an object is detected

8) what is the use of “List picker” in the designar part?


Ans : LIST PICKER is used to list out all the accesable bluetooth adresses.
Which is renamed as “CONNECT”

9) what is name of processing unit used in our projects?


Ans: Motherboard

10) what is a IPO cycle illustrate with an example?


Ans:IPO defined as a computer procedure for the processing of
information.
I stands for input.
P stans for processing
o stands for output
example: RC CAR
here input is the android device
processing is the Qbrick or motherboard
output is the DC motor
match the following:
11) a) listpicker

1)
b) qtpi mega blocks

2)
c) text

3)

d) user interface 4)

e)logic 5)

ANS:(a)(4)
(b)(5)
(c)(2)
(d) (3)
(e)(1)
12) Correct the following

Ans: since the direction is FORWARD , both the dc motor shoud move in clockwise
direction so the logic should be TRUE for the both the motors.

13)correct the following

Ans: here setting block should be bluetoothclient addresses and names


14)Pick the right one

A)

B)

C)

Ans: option B

15) Consider

what is the value displayed in the label COUNT?

ANS : 3

You might also like