wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Kalakriti S1 Quiz JIDO

Total questions: 15

Worksheet time: 6mins

Name
Class
Date
1.

Which pin on the Arduino do you connect the HC05 module's RX pin to?

a)

Pin 10

b)

Pin 0

c)

Pin 13

d)

Pin 1

2.

Which pin on the Arduino do you connect the HC05 module's TX pin to?

a)

Pin 10

b)

Pin 0

c)

Pin 1

d)

Pin 13

3.

What voltage does the HC05 module operate on?

a)

3.3 V

b)

5 V

c)

9 V

d)

12 V

4.

What is the primary function of the HC05 module in an Arduino voice command project?

a)

To generate voice commands

b)

To receive and transmit Bluetooth signals

c)

To power the Arduino UNO

d)

To display text on an LCD screen

5.

Which Arduino board is commonly used in conjunction with the HC05 module for voice command projects?

a)

Arduino Nano

b)

Arduino Mega

c)

Arduino Uno

d)

Arduino Leonardo

6.

Which component is essential for connecting the HC05 module to the Arduino?

a)

Potentiometer

b)

Light-dependent resistor (LDR)

c)

Jumper wires

d)

Piezo buzzer

7.

What is the role of Breadboard in making project?

a)

to bake bread

b)

to provide a platform for easy circuit prototyping

c)

to amplify sound

d)

to store voice commands

8.

What type of communication does the HC05 module use for wireless connectivity?

a)

Wi-Fi

b)

Infrared

c)

Bluetooth

d)

NFC

9.

What is the primary function of a jumper wire in an Arduino project?

a)

To measure temperature

b)

To connect components on a breadboard

c)

 To control servos

d)

To record voice commands

10.

Which of the following is NOT a common use case for voice command Arduino projects?

a)

Home automation

b)

Robotic control

c)

Weather forecasting

d)

Voice-activated appliances

11.

What is the difference between analog and digital pins on an Arduino Uno, and which type is commonly used with the HC05 module?

a)

Analog pins read continuous voltage levels, while digital pins read binary states; digital pins are commonly used with HC05.

b)

Digital pins read continuous voltage levels, while analog pins read binary states; analog pins are commonly used with HC05.

c)

Both analog and digital pins are identical, and either can be used with HC05.

d)

Neither analog nor digital pins can be used with HC05.

12.

What is the purpose of the "AT commands" often associated with the HC05 module, and how are they typically used?

a)

They are used to program the Arduino Uno; uploaded via Bluetooth.

b)

They configure the HC05 module settings; sent via a serial connection.

c)

They generate voice commands; spoken into a microphone.

d)

They control servo motors; sent through Wi-Fi.

13.

How does the HC05 module establish a connection with a smartphone for voice commands?

a)

Through NFC

b)

Via Wi-Fi

c)

Using Bluetooth pairing

d)

By connecting a USB cable

14.

Which programming language is commonly used for Arduino development?

a)

Python

b)

C++

c)

Java

d)

Ruby

15.

What is the correct execution process of an Arduino code?

a)

Editor->Preprocessor->Compiler

b)

Editor->Preprocessor->Compiler

c)

Compiler->Preprocessor->Editor

d)

Editor->Compiler->Preprocessor