Sei sulla pagina 1di 12

1.Which of the following special symbol allowed in a variable name?

A.

* (asterisk)

B.

| (pipeline)

C.

- (hyphen)

D.

_ (underscore)

Answer & Explanation


Answer: Option D
Explanation:
Variable names in C are made up of letters (upper and lower case) and digits. The underscore
character ("_") is also permitted. Names must not begin with a digit.

2. Which of the following is not user defined data type?


1:

struct book
{
char name[10];
float price;
int pages;
};

2:

long int l = 2.35;

3:

enum day {Sun, Mon, Tue, Wed};

A.

B.

C.

D.

Both 1 and 2

Answer & Explanation


Answer: Option B
Explanation:
C data types classification are
1. Primary data types

1. int
2. char
3. float
4. double
5. void
2. Secondary data types (or) User-defined data type
1. Array
2. Pointer
3. Structure
4. Union
5. Enum
So, clearly long int l = 2.35; is not User-defined data type.
(i.e.long int l = 2.35; is the answer.)

3.
Which of the following statements should be used to obtain a remainder after dividing
3.14 by 2.1 ?
A.

rem = 3.14 % 2.1;

B.

rem = modf(3.14, 2.1);

C.

rem = fmod(3.14, 2.1);

D.

Remainder cannot be obtain in floating point division.

Answer & Explanation


Answer: Option C
Explanation:
fmod(x,y) - Calculates x modulo y, the remainder of x/y.
This function is the same as the modulus operator. But fmod() performs floating point

divisions.
Example:

#include <stdio.h>
#include <math.h>
int main ()
{
printf ("fmod of 3.14/2.1 is %lf\n", fmod (3.14,2.1) );
return 0;
}
Output:
fmod of 3.14/2.1 is 1.040000

4.What are the types of linkages?


A.

Internal and External

B.

External, Internal and None

C.

External and None

D.

Internal

Answer & Explanation


Answer: Option B
Explanation:
External Linkage-> means global, non-static variables and functions.
Internal Linkage-> means static variables and functions with file scope.
None Linkage-> means Local variables.

5.

What is the power in the given circuit?


A.

3.6 W

B.

35 W

C.

175 W

D.

245 W

Answer & Explanation


Answer: Option B

6.
Ohm's law describes the mathematical relationship between
A.

ohms, kilohms, and megohms

B.

resistor size and resistor value

C.

resistance, voltage, and current

D.

none of the above

Answer & Explanation


Answer: Option C

7. If voltage across a resistance doubles

A.

the current is halved

B.

the resistance doubles

C.

the current is unchanged

D.

none of the above

Answer & Explanation


Answer: Option D

8.

View Answer & Explanation

Answer

: 6

Explanatio
n

: Looking at the diagram in rows, the central circle equals


half the sum of the numbers in the other circles to the
left and right of the centre.

9. What electromotive force would cause 20 A of current to flow through a 500


A.

0.04 V

resistor?

B.

2.5 V

C.

25.0 V

D.

10,000 V

Answer & Explanation


Answer: Option D

10. Nuclear sizes are expressed in a unit named


A.

Fermi

B.

angstrom

C.

newton

D.

tesla

Answer & Explanation


Answer: Option A
Explanation:
Fermi - A unit of length equal to 10-15 meter (one femtometer), used in nuclear physics. It is
similar to the diameter of a proton

11. Metals are good conductors of electricity because


A.

they contain free electrons

B.

the atoms are lightly packed

C.

they have high melting point

D.

All of the above

Answer & Explanation


Answer: Option A

12. Isotopes of an element contain


A.

the same number of protons but different number of neutrons

B.

the same number of neutrons but different number of protons

C.

equal number of protons and electrons

D.

equal number of nucleons

Answer & Explanation


Answer: Option A

13. Sir C.V. Raman was awarded Nobel Prize for his work connected with which of the
following phenomenon of radiation?
A.

Scattering

B.

Diffraction

C.

Interference

D.

Polarization

Answer & Explanation


Answer: Option A

14. The number of moles of solute present in 1 kg of a solvent is called its


A.

molality

B.

molarity

C.

normality

D.

formality

Answer & Explanation


Answer: Option A

15. The mass of one Avogadro number of helium atom is

A.

1.00 gram

B.

4.00 gram

C.

8.00 gram

D.

4 x 6.02 x 1023 gram

Answer & Explanation


Answer: Option B

16. The hardest form of carbon is


A.

coke

B.

graphite

C.

diamond

D.

charcoal

Answer & Explanation


Answer: Option C

17. What was the active medium used in the first working laser ever constructed?
A.

A diamond block

B.

Helium-neon gas

C.

A ruby rod

D.

Carbon dioxide gas

Answer & Explanation


Answer: Option C
Explanation:
Theodore Maiman built the first working laser using a ruby rod while working at Hughes
Research Laboratories in Malibu, California. It lased for the first time on May 16, 1960.

18. Which consists of two plates separated by a dielectric and can store a charge?
A.

Inductor

B.

Capacitor

C.

Transistor

D.

Relay

Answer & Explanation


Answer: Option B
Explanation:
Useful in tuning and filtering circuits, it blocks DC while passing AC. How much charge a
capacitor can store is its capacitance, measured in farads.nn
19. What do we call a collection of two or more computers that are located within a limited
distance of each other and that are connected to each other directly or indirectly?
A.

Inernet

B.

Interanet

C.

Local Area Network

D.

Wide Area Network

Answer & Explanation


Answer: Option C

20. Ozone hole refers to


A.

hole in ozone layer

B.

decrease in the ozone layer in troposphere

C.

decrease in thickness of ozone layer in stratosphere

D.

increase in the thickness of ozone layer in troposphere

Answer & Explanation


Answer: Option C

21. Plants receive their nutrients mainly from


A.

chlorophyll

B.

atmosphere

C.

light

D.

soil

Answer & Explanation


Answer: Option D

22. Pigmentation of skin is due to


A.

lymphocytes

B.

monocytes

C.

leucocytes

D.

melanocytes

Answer & Explanation


Answer: Option D

23. Monocot root differs from dicot root in having


A.

open vascular bundles

B.

scattered vascular bundles

C.

well developed pith

D.

radially arranged vascular bundles

Answer & Explanation

Answer: Option C

24. Who was the 1st president of BCCI ( Board of Control for Cricket in India )?
A.

R.E. Grant Govan

B.

Dr. Maharajkumar Sir Vijaya Ananda

C.

Sikandar Hyat Khan

D.

Anthony S. D'Mello

Answer & Explanation


Answer: Option A

25. Who was the first Indian to win an individual medal in Olympics?
A.

Milkha Singh

B.

P.T.Usha

C.

Karnam Malleshwari

D.

K.D.Jadhav

Answer & Explanation


Answer: Option D
Explanation:
Mr. Khashaba Dadasaheb Jadhav or KD Jadhav, widely known as 'Pocket Dynamo', was
independent India's first individual Olympic medalist when he won the freestyle wrestling
bronze medal at the 1952 Helsinki Games

Potrebbero piacerti anche