When 500 voltage (V) applied to the 2k ohm Resistance (R) then what will be Current (I) according to the ohm's law
Current = 0.25 A
What is the sizeof(char) in a 32-bit C compiler?
a) 1 bit
b) 2 bits
c) 1 Byte
d) 2 Bytes
What is the value of π (pi) to three decimal places?
3.142
The system which has ______ signal to noise ratio can tolerate larger timing error.
a) Large
b) Small
c) Large & Small
d) None of the mentioned
Which of the following structural loads are not commonly applied to a building?
Rain load
#include <stdio.h>
int main()
{
int main = 3;
printf("%d", main);
return 0;
}
A C program can have same function name and same variable name
3
If a triangle has angles measuring 45°, 45°, and 90°, what type of triangle is it?
Right
Stones are obtained from rocks that are made up of:
a) Ores
b) Minerals
c) Chemical compounds
d) Crystals
At ----------- the shearing stress in a beam are maximum
Neutral Axis
Which of the following two disciplines are tied by a common database?
a) CAD and CAM
b) drafting and documentation
c) documentation and geometric modeling
d) none of the mentioned
Archimedes is considered to be the Father of Mathematics. Aryabhatta is known as the Father of Indian Mathematics
What will be the output of the following C code?
#include <stdio.h>
int main()
{
int i = -3;
int k = i % 2;
printf("%d\n", k);
}
-1
Which of the following is not the environment effect of indutrialization in general?
Economic growth
Which of the following declaration is not supported by C language?
a) String str;
b) char *str;
c) float str = 3e2;
d) Both “String str;” and “float str = 3e2;”
#include <stdio.h>
void main()
{
int x = 5 * 9 / 3 + 9;
}
24
What is the 100 degree celsius in degree Fahrenheit?
9(100)/5 + 32 = 212 Degree F.
Green house effect is related to
Global Warming
If a triangle has angles measuring 60°, 60°, and 60°, what type of triangle is it?
a) Acute b) Obtuse c) Right d) Equilateral
What is the value of 3!×4!3!×4!?
288
A vehicle moving on a circular path experiences ________?
[centripetal force]