wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AEE_Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which programming language is primarily used in Arduino IDE?

a)

Assembly

b)

Python

c)

C/C++

d)

Java

2.

Which sensor is used to measure humidity?

a)

DHT11

b)

LDR

c)

LM35

d)

IR sensor

3.

Business Process Reengineering (BPR) focuses on:

a)

Minor changes


b)

Incremental improvement

c)

Radical redesign of business processes

d)

Maintenance activities

4.

The Finance module in ERP deals with:

a)

Payroll, income, and expenses

b)

Machine maintenance

c)

Production scheduling

d)

Sales return

5.

Which module ensures machine upkeep and repair scheduling?

a)

Materials Management

b)

Quality Management

c)

Plant Maintenance

d)

Finance

6.

SAP R/3 is an example of:

a)

ERP software

b)

Operating system

c)

Database software

d)

Programming IDE

7.

Which type of switch we have used to turn LED On and OFF in Experiment No. 2

a)

Limit switch

b)

Relay

c)

Tactile Switch

d)

Proximity Switch

8.

What are the possible addresses of LCD's I2C?

a)

0X27

b)

0X3F

c)

16X2

d)

both A and B

9.

How to set cursor to the rightmost column of 16X2 I2C LCD?

a)

lcd.setCursor(15,0);

b)

lcd.setCursor(16,0);

c)

lcd.setCursor(0,15);

d)

lcd.setCursor(0,16);

10.

Which type of Motor we have interphased to Arduino Uno?

a)

Servo motor

b)

Stepper Motor

c)

DC Motor

d)

Universal Motor