This is a
Does Arduino provides IDE Environment?
What determines the total resistance in a series circuit?
What are the types of linkages?
Specify the 2 library functions to dynamically allocate memory?
With a 900 V source, voltage is divided across 3 series resistors of...
What is the microcontroller used in Arduino UNO?
MQTT stands for _____________
How will you free the allocated memory ?
Input/output function prototypes and macros are defined in which...
Which equation determines individual resistor voltage drop?
Which of the following special symbol allowed in a variable name?
Which header file should be included to use functions like malloc()...
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...
Which of the following correctly shows the hierarchy of arithmetic...
What is (void*)0?
Does the level shifter converts the voltage levels between RS-232 and...
What is the similarity between a structure, union and enumeration?
Five resistors are connected in a series and there is a current of 3 A...
___________ are pre built circuit boards that fit on top of Arduino
This component is
What will the function rewind() do?
What function should be used to free the memory allocated by calloc()...
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
The binary equivalent of 5.375 is
Arduino IDE consists of 2 functions. What are they
A series circuit schematic is recognized because all the components...
Power is defined as:
In a series circuit, the voltage measured across a short will be:
A series circuit current:
What will you do to treat the constant 3.14 as a float?
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:
If a 24 V and a 6 V battery are series opposing, the total voltage is
In mathematics and computer programming, which is the correct order of...
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:
If 5 V and 16 V power supplies are connected in series-opposing, what...
The total power in a certain circuit is 12 W. Each of the four...
How will an open resistor affect a series circuit?
All the voltage drops and the source voltage added together in a...
What is the default bootloader of the Arduino UNO?
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...
With a total resistance of 3300 ohms and a 45 V source, if R3 is 1200...
In which numbering system can the binary number 1011011111000101 be...
With 20 V applied, an 8-ohm resistor is in series with a lamp. When...
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 string of five series resistors is connected across a 6 V battery....
Which of the following is not logical operator?
A short circuit has:
Resistance in a series circuit will:
The voltage drop across a series resistor is proportional to what...
When a battery is connected to a series circuit, it delivers current...
Which of the following cannot be checked in a switch-case statement?
MQTT is _________ protocol.
An 8-ohm resistor is in series with a lamp. The circuit current is 1...
What will you do to treat the constant 3.14 as a long double?
Is there any difference between following declarations? 1 : extern int...
Which of the following statements should be used to obtain a remainder...
If a variable is a pointer to a structure, then which of the following...
Which standard library function will you use to find the last...
What is stderr ?
In C, if you pass an array as an argument to a function, what actually...
What will happen if in a C program you assign a value to an array...
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?
Given a series circuit containing resistors of different values, which...
When one of three series resistors is removed from a circuit and the...
We want to round off x, a float, to an int value, The correct way to...
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...