A
B
C
D
100

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

100

What is the sizeof(char) in a 32-bit C compiler?

a) 1 bit
b) 2 bits
c) 1 Byte
d) 2 Bytes

100

What is the value of π (pi) to three decimal places?

 3.142

100

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

200

Which of the following structural loads are not commonly applied to a building?

Rain load

200

 

  1. #include <stdio.h>

  2.     int main()

  3.     {

  4.         int main = 3;

  5.         printf("%d", main);

  6.         return 0;

  7.     }

A C program can have same function name and same variable name

3

200

If a triangle has angles measuring 45°, 45°, and 90°, what type of triangle is it?

Right

200

Stones are obtained from rocks that are made up of:

a) Ores
b) Minerals
c) Chemical compounds
d) Crystals

300

At ----------- the shearing stress in a beam are maximum

Neutral Axis

300

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

300
Who is considered to be the Father of Mathematics


Archimedes is considered to be the Father of Mathematics. Aryabhatta is known as the Father of Indian Mathematics

300

What will be the output of the following C code?

  1.     #include <stdio.h>

  2.     int main()

  3.     {

  4.         int i = -3;

  5.         int k = i % 2;

  6.         printf("%d\n", k);

  7.     }

-1

400

Which of the following is not the environment effect of indutrialization in general?

Economic growth

400

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;”

400
  • #include <stdio.h>

  •     void main()

  •     {

  •         int x = 5 * 9 / 3 + 9;

  •     }

24

400

What is the 100 degree celsius  in degree Fahrenheit?

9(100)/5 + 32 = 212 Degree F.

500

Green house effect is related to

Global Warming 

500

If a triangle has angles measuring 60°, 60°, and 60°, what type of triangle is it?

a) Acute b) Obtuse c) Right d) Equilateral

500

What is the value of 3!×4!3!×4!?

288

500

A vehicle moving on a circular path experiences ________?

[centripetal force]