1.
Which memory storage is widely used in embedded systems?
2.
which of the following challenge arises when we use many devices on the same network?
3.
SPRING BOOT ACTUATOR EXPOSES OPERATIONAL INFORMATION ABOUT RUNNING APPLICATION USING ___ ENDPOINTS?
4.
THE PROCESS OF REMOVING CERTAIN BAND OF FREQUENCIES FROM A SIGNAL WHILE PERMITTING OTHER IS CALLED AS?
5.
the purpose of communication is to help officials___ the employees?
6.
HC-05 IS A BLUETOOTH MODULE THAT CAN COMMUNICATE IN WHICH MODE?
7.
SENSOR EFFECTIVENESS DEPENDS ON WHICH OF THE FOLLOWING PARAMETERS?
8.
WHAT INDICATES TO THE READER THE PURPOSE OF A LETTER?
9.
WHILE PRESENTING USING PROJECTORS INFORMATIONS LINE CAN BE REVEALED BY USING AN___ SHEET TO OVER THE___?
10.
LDR sensor works on the principle of ?
11.
what is the use of the interrupt service routine in an Arduino?
12.
WHAT IS THE BIT SIZE USED IN 8051?
13.
HOW ARE COMMENTS DENOTED IN EMBEDDED C?
14.
during embedded design which design considers both hardware and software?
15.
____ IS MEANT FOR A SPECIFIC GROUP OF PEOPLE WHILE _ MAY BE AIMED FOR THE GENERAL PUBLIC?
16.
___ IS A COMBINATION OF HARDWARE AND SOFTWARE TO PERFORM A SPECIFIC TASK?
17.
The stress management technique based on mental exercise which to produces the relaxation response?
18.
AN IOT NETWORK IS A COLLECTION OF ___ DEVICES?
19.
which are the major categories of communications?
20.
WHAT TYPE OF SIGNAL DOES THE ANALOG WRITE() FUNCTION OUTPUT?
21.
WHAT IS THE RESOLUTION OF THE MICROS () FUNCTION ON THE ARDUINO NANO?
22.
What language is the Arduino IDE built on?
23.
which of the following helps to collaborate in IOT development?
24.
WHAT IS THE OUTPUT OF THE FOLLOWING PROGRAM?FOR (; 😉 [ STATEMENTS }
26.
which processor helps in carrying out floating point calculations?
27.
how should the tone of a speaker be like?
28.
WHICH OF THE FOLLOWING IS USED TO UPLOAD THE ARDUINO SKETCHES TO THE BOARD?
29.
what is the size of RAM memory in 8051?
30.
which of the following is the basic functions of a timer?
31.
what will be the output of the following code? #include void solve() { char ch[5]= "abcde"; int ans=0; for (int i= 0;
32.
USING LECTURERS AND HANDOUTS, INFORMATION IS ACQUIRED VIA__ WHEREAS BY USING TUTORIALS AND CONVERSATIONS, INFORMATION IS ACQUIRED THROUGH_?
33.
which of the following prevents someone from denying the accessed resource?
34.
PREDICT THE OUTPUT OF THE FOLLOWING CODE IF THE OBJECT IS MOVING AWAY FROM THE SENSOR? INT OP =7; INT IS BARRIER= HIGH VOID SETUP() { PINMODE ( OP, INPUT); SERIAL. BEGIN(9600); } VOID LOOP() { ISBARRIER = DIGITAL READ (OP); IF (IS BARRIER==LOW) {SERIAL. PRINTH("1+"); } ELSE { SERIAL. PRINT (" CLEAR+"); } DELAY (1000; }
35.
HOW MANY TIMES DOES THE SETUP() FUNCTION RUN ON EVERY STARTUP OF THE ARDUINO SYSTEM?
36.
WHICH RULE IS USED TO DECIDE THE DIRECTION OF ROTATION OF DC MOTOR?
37.
what are the functions preprocessor directive in embedded c programming?
38.
WHAT WILL BE THE OUTPUT OF THE FOLLOWING ARDUINO CODE? VOID MAIN() { INT K=0; DOUBLE D=10,21; PRINTF ("%LU" , SIZEOF(K+D)); } VOID LOOP() {}
39.
WHAT IS THE CORRECT EXECUTION PROCESS OF AN ARDUINO CODE?
40.
THE MAIN OBJECTIVE OF WOT (WEB OF THINGS) IS?
41.
how are multiline comments denoted in embedded c?
42.
THE SCOPE THAT HACKER CAN USE TO BREAK INTO A SYSTEM IS CALLED AS?
43.
A SET OF HOMEGENOUS DATA STORED IN CONSECUTIVE MEMORY LOCATIONS IS CALLED?
44.
MAJOR COMPONENT OF IOT IS/ ARE?
45.
how to research and enquire about the company?
46.
WHICH OF THESE DOES NOT ENHANCE LISTENING SKILLS?
47.
WHICH ONE IS NOT A CONTROL STRUCTURE?
48.
In the IOT network secure shell (SSH) is?
49.
WHICH OF THE FOLLOWING IS THE KEY TO AN EFFECTIVE PRESENTATION ?
50.
what is the feeling of competence to cope with life's challenges and of being worthy of happiness called?
51.
A GOOD PRESENTER AND COMMUNICATION SHOULD:?
52.
requests package is very popular______ library?
53.
WHICH ONE IS NOT LEADING CLOUD SERVICES FOR IOT DEPLOYMENT?
54.
which one is the most discussed challenge in IOT?
55.
functions can pass information in which of the following ways?
56.
what is the use of IR sensor?
57.
what is the number of elements in open IOT architecture?
58.
what is the equation of internet of things?
59.
WHICH OF THESE MAY CONVEY ARROGANCE?
60.
THE ADVANTAGES OF USING FUNCTIONS IS__?
61.
Most sensors have what type of transfer function?
62.
if 1 means an object is detected and 0 meaning no object is detected, then considering the sensor stationary what can be the possible movement of object if the output by the sensor is observed as 111000?
63.
the actuators used in IOT applications are?
64.
which of the following must be present in a microcontroller?
65.
IOT AND CLOUD COMPUTING HAS WHAT KIND OF RELATIONSHIP?
66.
WHICH OF THE FOLLOWING METHOD IS BETTER FOR ASK SWAPPING IN THE EMBEDDED SYSTEMS?
67.
THE ATMEGA 168 IS AN __ BIT CHIP?
68.
what are Arduino codes are referred to?
69.
WHICH OF THE FOLLOWING IS AN ESTABLISHED SET OF RULES THAT DETERMINES HOW DATA IS TRANSMITTED BETWEEN DIFFERENT DEVICE IN THE SAME NETWORK?
70.
what is the outcome of the following Arduino code? void setup() { serial. begin(9600); } void setup() { serial. write(20); }
71.
THESE APPLICATIONS TAKE DATA OR INPUT FROM VARIOUS DEVICES AND CONVERT IT INTO VIABLE ACTIONS OR CLEAR PATTERNS FOR HUMAN ANALYSIS__?
72.
Identify the polite method of beginning a business letter ?
73.
what is the efficiency of the dc motor at maximum power?
74.
The IOT networks that has a very short range is?
75.
IOT DEVICES CAN EASILY LEAD TO CATASTROPHE WITHOUT?
76.
WHAT IS THE REAL EXAMPLE OF A SMART GRID DEVICE IN IOT?
77.
PREDNICT THE OUTPUT OF THE FOLLOWING CODE IF THE OBJECT IS MOVING !? INT OP = 6; INT IS BARRIER=HIGH; VOID SETUP() [ PINMODE (OP, IPUT); SERIAL. BEGIN (9600); } VOID LOOP () { IS BARRIER= DIGITAL READ (op); IF ( IS BARRIER== LOW) { SERIAL PRINTLN("1+"); } ELSE{ SERIAL. PRINT (" CLEAR+"); } DELAY (100); }
78.
____ ALLOW DATA PROCESSING CLOSE TO DEVICE?
79.
____ is heart of computer system?
80.
report are usually utilized to present the outcome of?
82.
WHAT TYPE OF SPEAKER LOOKS INTO THE EYES OF THE AUDIENCE?
83.
WHICH ONE OF THESE IS NOT THREAT MODELLING METHODOLOGY?
84.
WHICH OF THE FOLLOWING IS FALSE ABOUT IOT DEVICES?
85.
How can you throw an error with preprocessor directives to Arduino compiler, forcing to stop compilation?
86.
WHICH OF THE FOLLOWING PROCESS IS USED TO KEEP TRACK OF USER'S ACTIVITY?
87.
which of the following is the property of embedded c language ?
88.
HOW MANY ANALOG PINS ARE USED IN ARDUINO MEGABOARD?
89.
WHAT IS THE OBJECTIVE OF THE CODE GIVEN BELOW IF IT IS EXECUTED ON THE ARDUINO UNO? # INCLUDEINT PIN===13; VOID SETUP() { PIN MODE 9PIN, OUTPUT); SERIAL. BEGIN (9600); ] VOID LOOP () { FOR (INT I=0;< EEPROM. LENGTH();I++){ EEPROM. WRITE(I,1); } DIGITAL WRITE (PIN, HIGH); EXIT (0); }
91.
HOW POWER SUPPLY IS DONE TO RASPBERRY PI?
92.
which company first coined fog computing?
94.
which of the following is used to capture data from the physical world in IOT devices?
95.
which of the following devices are specifically being used for converting serial to parallel and from parallel to serial respectively?
97.
WHAT WILL BE THE OUTPUT OF THE FOLOWING CODE? # INCLUDE VOID SOLVE() { INT B=4; INT RES=B+++++B+++B; PRINTF("%D",RES); } INT MAIN() [ SOLVE(); RETURN 0;]
98.
WHICH OF THE FOLLOWING IS NOT A DATA TYPE?
99.
which type of variables are retained foe use throughout the program in ram and not reallocated during program execution?
100.
In IOT transport layer set up connections without handshakes/ acknowledgements using?