WorksheetsAEE_Quiz
Total questions: 10
Worksheet time: 5mins
Which programming language is primarily used in Arduino IDE?
Assembly
Python
C/C++
Java
Which sensor is used to measure humidity?
DHT11
LDR
LM35
IR sensor
Business Process Reengineering (BPR) focuses on:
Minor changes
Incremental improvement
Radical redesign of business processes
Maintenance activities
The Finance module in ERP deals with:
Payroll, income, and expenses
Machine maintenance
Production scheduling
Sales return
Which module ensures machine upkeep and repair scheduling?
Materials Management
Quality Management
Plant Maintenance
Finance
SAP R/3 is an example of:
ERP software
Operating system
Database software
Programming IDE
Which type of switch we have used to turn LED On and OFF in Experiment No. 2
Limit switch
Relay
Tactile Switch
Proximity Switch
What are the possible addresses of LCD's I2C?
0X27
0X3F
16X2
both A and B
How to set cursor to the rightmost column of 16X2 I2C LCD?
lcd.setCursor(15,0);
lcd.setCursor(16,0);
lcd.setCursor(0,15);
lcd.setCursor(0,16);
Which type of Motor we have interphased to Arduino Uno?
Servo motor
Stepper Motor
DC Motor
Universal Motor
