This is a
Does Arduino provides IDE Environment?
What are the types of linkages?
What determines the total resistance in a series circuit?
Specify the 2 library functions to dynamically allocate memory?
MQTT stands for _____________
What is the microcontroller used in Arduino UNO?
With a 900 V source, voltage is divided across 3 series resistors of...
How will you free the allocated memory ?
Which equation determines individual resistor voltage drop?
Input/output function prototypes and macros are defined in which...
Which header file should be included to use functions like malloc()...
Which of the following special symbol allowed in a variable name?
Which of the following correctly shows the hierarchy of arithmetic...
If series resistors dissipate 16 mW, 107 mW, 146 mW, and 243 mW, what...
If a 6 V and a 9 V source are connected series aiding, the total...
What is (void*)0?
Five resistors are connected in a series and there is a current of 3 A...
Does the level shifter converts the voltage levels between RS-232 and...
___________ are pre built circuit boards that fit on top of Arduino
This component is
What is the similarity between a structure, union and enumeration?
What function should be used to free the memory allocated by calloc()...
What will the function rewind() do?
How many analog pins are used in Arduino Mega board?
MQTT is better than HTTP in IOT application for sending &...
How many digital pins are there in the UNO board?
Is a symbol of
Arduino IDE consists of 2 functions. What are they
The binary equivalent of 5.375 is
In a series circuit, the voltage measured across a short will be:
Power is defined as:
A series circuit schematic is recognized because all the components...
What will you do to treat the constant 3.14 as a float?
A series circuit current:
How many bytes are occupied by near, far and huge pointers (DOS)?
What does p refer to in ATmega328p
A program written with the IDE for Arduino is called _________
What will the function randomize() do in Turbo C under DOS?
If the resistance total in a series circuit doubles, current will:
In mathematics and computer programming, which is the correct order of...
If a 24 V and a 6 V battery are series opposing, the total voltage is
In which stage the following code #include gets replaced by the...
A string of resistors in a series circuit will:
How would you round off a value from 1.66 to 2.0?
Which protocol is lightweight?
When a fourth resistor is connected in series with three resistors,...
What does the following declaration mean? int (*ptr)[10];
If series current doubles, then:
The total power in a certain circuit is 12 W. Each of the four...
How will an open resistor affect a series circuit?
If 5 V and 16 V power supplies are connected in series-opposing, what...
What is the default bootloader of the Arduino UNO?
All the voltage drops and the source voltage added together in a...
Which bitwise operator is suitable for turning off a particular bit in...
If two resistors have the same voltage drop in a series circuit, it...
In which numbering system can the binary number 1011011111000101 be...
With a total resistance of 3300 ohms and a 45 V source, if R3 is 1200...
With 20 V applied, an 8-ohm resistor is in series with a lamp. When...
A string of five series resistors is connected across a 6 V battery....
If three resistors of 1.5 kilohms, 470 ohms, and 3300 ohms are in...
A float occupies 4 bytes. If the hexadecimal equivalent of these 4...
Increasing the frequency of operation of an processor is called as
A short circuit has:
Which of the following is not logical operator?
The voltage drop across a series resistor is proportional to what...
Resistance in a series circuit will:
When a battery is connected to a series circuit, it delivers current...
Which of the following cannot be checked in a switch-case statement?
What will you do to treat the constant 3.14 as a long double?
An 8-ohm resistor is in series with a lamp. The circuit current is 1...
Is there any difference between following declarations? 1 : extern int...
MQTT is _________ protocol.
Which standard library function will you use to find the last...
If a variable is a pointer to a structure, then which of the following...
Which of the following statements should be used to obtain a remainder...
What is stderr ?
What will happen if in a C program you assign a value to an array...
In C, if you pass an array as an argument to a function, what actually...
What is the value of this resistor?
What is the value of the resistor?
Which of the following is the correct order of evaluation for the...
To measure the current out of the second resistor in a circuit...
Which board is first to use microcontroller with in-built USB?
We want to round off x, a float, to an int value, The correct way to...
When one of three series resistors is removed from a circuit and the...
Given a series circuit containing resistors of different values, which...
There are five resistors in a given series circuit and each resistor...
One of the most common applications of a potentiometer is as an...
Which bitwise operator is suitable for turning on a particular bit in...
Which is the software or a programming language used for controlling...
PubNub publishes and subscribes _________ in order to send and receive...
Which of the following is the correct usage of conditional operators...
What is the purpose of fflush() function.
Kirchhoff's voltage law states that:
What are the different types of real data type in C ?
In a file contains the line "I am a boy\r\n" then on reading this line...
How many types of arduinos do we have?
Arduino shields are also called as_________
The keyword used to transfer control from a function back to the...