Explore topic-wise InterviewSolutions in Current Affairs.

This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.

1.

When a hydrometer is dipped in a liquid, the reading is found to be 1.25. What is the density of the liquid?

Answer»

Relative density = \(\frac{density\,of\,liquid}{density\,of\,water}\)

∴ Density of liquid = Relative density x density of water

= 1.25 × 1000 = 1250 kg/m3

2.

What will be the reading when the hydrometer is dipped in water?

Answer»

The reading will be 1 When dipped in water.

3.

Suppose the hydrometer is dipped in a liquid of density greater than that of water. Will the liquid surface be above or below the marking of 1?

Answer»

The liquid surface will be below the marking of 1.

4.

In which case does the hydrometer sink more? In liquids of greater density or those with a lower density?

Answer»

In liquids of lower density.

5.

Why do the markings on the hydrometer increase towards the bottom?

Answer»

When a hydrometer is dipped in a liquid of greater density, the liquid surface will be below the marking of 1. But in a liquid of lower density, the hydrometer sinks more and the liquid surface will be above the marking of 1. Relative density of water is 1, and that of liquids with higher density will be greater than 1 and that of liquids with lower density will be less than 1.

6.

Give example to understand operator precedence available in Python programming language.

Answer»

Following example to understand operator precedence available in Python programming language :

#!/usr/bin/python

a = 20

 b = 10 

c = 15 

d = 5 

e = 0 

e = (a + b)*c/d #(30*15)/5 

print “Value of (a + b) * c / d is “, e

e = ((a + b) * c)/d #(30*15)/5 

print “Value of ((a + b) * c) / d is “, e

e = (a + b) * (c / d); # (30) * (15/5) 

print “Value of (a + b) * (c / d) is “, e

e = a + (b*c)/d; # 20 + (150/5) 

print “Value of a + (b * c) / d is “, e

When you execute the above program it produces following result:

Value of (a + b) * c / d is 90 

Value of ((a + b) * c) / d is 90 

Value of (a + b) * (c / d) is 90 

Value of a + (b * c) / d is 50

7.

Rewrite the following statements by selecting the correct options:i. The device used for producing a current is called………. (a) a voltmeter (b) an ammeter (c) a galvanometer (d) a generatorii. At the time of short circuit, the current in the circuit……… (a) increases (b) decreases (c) remains the same (d) increases in stepsiii. The direction of the magnetic field around a straight conductor carrying current is given by…… (a) the right hand thumb rule (b) Fleming’s left hand rule (c) Fleming’s right hand rule (d) none of theseiv. The resistance of a wire is 100 Ω. If it carries a current of 1A for 10 seconds, the heat produced will be………. (a) 1000 J (b) 10 J (c) 0.1 J (d) 10000 Jv. If 220 V potential difference is applied across an electric bulb, a current of 0.45 A flows in the bulb. What must be the power of the bulb?(a) 99 W (b) 70 W (c) 45 W (d) 22 W

Answer»

i. (d) a generator

ii. (a) increases

iii. (a) the right hand thumb rule

iv. (a) 1000 J

v. (a) 99 W

8.

Which of the statements given below correctly describes the magnetic field near a long, straight current-carrying conductor?(1) The magnetic lines of force are in a plane, perpendicular to the conductor in the form of straight lines.(2) The magnetic lines of force are parallel to the conductor on all the sides of conductor.(3) The magnetic lines of force are perpendicular to the conductor going radially outward.(4) The magnetic lines of force are in concentric circles with the wire as the center, in a plane perpendicular to the conductor.

Answer»

(4) The magnetic lines of force are in concentric circles with the wire as the centre, in a plane perpendicular to the conductor.

9.

Electrical appliances are connected in parallel. What are the advantages of this arrangement?

Answer»

In the parallel arrangement of electric appliances, the applied potential difference is the same in each case. Further, even if one of the appliances does not work or is removed for repairing, the other appliances can still be used.

10.

Give scientific reasons:In practice the unit kWh is used for the measurement of electric energy, rather than the joule.

Answer»

(1) If an electric device rated 230 V, 5 A is operated for one hour, electric energy used

= VIt = 230 V × 5 A × 3600 s = 4140000 joules.

(2) If this energy is expressed in kW.h, it will be \(\frac{4140000}{3.6\times10^6}\) kW·h = 1.15 kW·h (more convenient). 3.6 × 106

Hence, in practice the unit kW·h is used for the measurement of electric energy, rather than the joule.

11.

Who is Andhra Pradesh R.T.I commissioner? A) Dr. Imtiyaz Ahmed B) Smt. Lam Thantiya Kumari C) M. Vijaya Nirmala D) All the above

Answer»

(D) All the above

12.

How does the short circuit form? What is its effect?

Answer»

If a bare live wire (phase wire) and a bare neutral wire touch each other (come in direct contact) or come very close to each other, the resistance of the circuit becomes very small and hence huge (very high) electric current flows through it. This condition is called a short circuit or short circuiting.

In this case, a large amount of heat is produced and the temperature of the components involved becomes very high. Hence, the circuit catches fire.

13.

In which of the following cases children can complain to the courts against the authorities.A) The neighbourhood schools are not available B) Sufficient no. of teachers are not available in the schools C) If a child is beaten or terrorised D) All the above

Answer»

(D) All the above

14.

Do you think your school confirms to these norms?

Answer»

Yes, I do think so. 

e.g :

1. There are learned teachers in our school. 

2. We have all the needed facilities. 

3. Lessons are taught in Labs and LCD room. 

4. We enjoy freedom with responsibility. 

5. Our teachers are the architects of our future.

15.

Read the given para and answer the questionChristopher Columbus determined to find new route to the east. He believed that the eastern shores of Asia lay across the dark Atlantic, and so he set out with three small ships to get there. After a long, dangerous voyage, Columbus reached land on an island on October 12, 1492. He thought he had reached the East Indies and called the natives, Indians. Amerigo Vespucci an Italian sailor, followed Columbus. He confirmed that the new world discovered (America) by Columbus was quite different from Asia.Ferdinand Magellan a sailor of Spain made the voyage round the world with the help of Spanish King Charles I. He crossed the Atlantic, went around the southern tip of South America and sailing through the straits, he reached the Pacific Ocean and landed at the Islands of Philippines. This voyage was great landmark in the history of exploration of the sea routes.i. Which island did Columbus want to discover? A) East Indies B) West Indies C) Newzealand D) Japanii. What was the Island discovered by Columbus? A) East Indies B) West Indies C) Australia D) Madagascariii. Magellan belongs to the following country A) England B) Spain C) Portugal D) Italyiv. Who followed Columbus? A) Columbus B) Amerigo Vespucci C) Vasco Da Gama D) Copernicusv. Amerigo Vespucci an ……….. sailor. A) Italian B) Spain C) Portuguese D) English

Answer»

i. A) East Indies

ii. B) West Indies

iii. B) Spain

iv. B) Amerigo Vespucci

v. A) Italian

16.

These preached that the purchase of “Indulgence certificates” would be freed from their “sins” A) Clergies B) Peasants C) Labourers D) Kings

Answer»

Answer is (A) Clergies

17.

Identify the odd oneA) Spinning B) Smelting C) Ginning D) Weaving

Answer»

Answer is (C) Ginning

18.

This man observed birds in flight, and designed a flying machine. A) Write brothers B) Leonardo da Vinci C) Luther king D) None of these

Answer»

B) Leonardo da Vinci

write brother
is correct answer
19.

Derive the relationship between density and pressure.

Answer»

Relationship between density and pressure: With increase in pressure, gas molecules get closer and the density (d) of the gas increases. Hence, at constant temperature, pressure is directly proportional to the density of a fixed mass of gas.

From Boyle’s law,

PV = k1 …….(1)

∴ V = \(\frac{k_1}P\)

But, d = \(\frac{m}V\)

On substituting, V from equation (2),

d = \(\frac{m}{k_1}\) x P

∴ d = k P …….(3) 

where k = New constant 

∴ d ∝ P

Above equation shows that at constant temperature, the pressure is directly proportional to the density of a fixed mass of the gas.

20.

Define the term absolute zero.

Answer»

The lowest hypothetical or imaginary temperature at which gases are supposed to occupy zero volume is called absolute zero.

21.

Name five elements and five compounds those exist as gases at room temperature.

Answer»

Five elements and five compounds that exist as gases at room temperature are as follows :

No.Elements
a.Nitrogen
b.Oxygen
c.Hydrogen
d.Chlorine
e.Argon
No.Compounds
a.Carbon dioxide
b.Carbon monoxide
c.Nitrogen dioxide
d.Sulphur dioxide
e.Methane
22.

What is air?

Answer»
  • Air is a mixture of various gases.
  • One cannot see air but can feel the cool breeze.
  • The composition of air by volume is around 78 percent N2, 21 percent O2 and 1 percent other gases including CO2
23.

What is the difference between boiling and evaporation ?

Answer»

(i) Evaporation occurs at the surface of the liquid whereas boiling occurs at the entire liquid.

(ii) Evaporation occurs at any temperature whereas boiling occurs at a specific temperature.

24.

State Boyle’s law. Give its mathematical expression.

Answer»

Boyle‟s law states that “at constant temperature, the pressure of affixed amount of gas is inversely proportional to its volume”.

Mathematically, Pα 1/V at constant T or P = k/V

25.

If absolute temperature of an ideal gas is doubled and pressure is halved then volume of gas will be :(a) Double(b) Four times(c) One-fourth(d) Unchanged

Answer»

(b) Four times

26.

State Ideal gas equation and law.

Answer»

Ideal gas law is a law relating the pressure, temperature and volume of an ideal gas.
Ideal gas equation is combination of three laws (Boyle’s Law, Charles’ Law and Avogadro Law) and gives a single equation (PV = nRT) called as Ideal gas equation.
Mathematically,
According to Boyle’s law; at constant T and n,
V ∝ 1/P …(1)
According to Charle’s law; at constant P and n,
V ∝ T …(2)
According to Avogadro law; at constant T and n,
V ∝ n …(3)
From equation 1, 2 and 3; we get,
V ∝ nT/P …(4)
Or, V = RnT/P …(5)
or, PV = nRT …(6)
Then, R = PV/nT …(7)
Where, R is a gas constant which is same for all gases and known as Universal gas constant and equation (6), PV = nRT is known as ideal gas equation.

27.

What is Electrophiles?

Answer»

A reagent that takes away electron pair is called electrophile

i.e.electron seeking e.g., > C= O , R3C – X 

28.

Unit of R in Ideal gas equation is(a) mole atm K-1(b) lit mole(c) erg K-1(d) lit atm K-1 mole-1

Answer»

(d) lit atm K-1 mole-1

29.

The temperature and pressure at which water, ice and water vapour exist together is called:(a) 0°C, 1 atm(b) 0°C, 4.7 atm(c) 2° C, 4.7 atm(d) -2° C , 4.7 atm

Answer»

(b) 0°C, 4.7 atm

30.

Why are vegetables cooked with difficulty at a hill station?

Answer»

The atmospheric pressure is less and so boiling point is lowered.

31.

What will be the volume of hydrogen when 3 litres of it are cooled from 15°C to -73°C at constant pressure?

Answer»

T1 = 15+273 = 288K , V1 = 3L

T2 = -73 + 273 = 200 K , V2 = ?

V1/T1 = V2 / T2 , V2 

= ( 3 x 200) /288 

= 2.08 L.

32.

Use the information and data given below to answer the questions • Stronger intermolecular forces result in higher boiling point • Strength of London forces increases with the number of electrons in the molecule • Boiling point of HF ,HCl, HBr and HI are 293K,189K,206K and 238K respectively (a) Which type of intermolecular forces are present in the molecules HCl, HBr and HI? (b) Looking at the trend of boiling points of HCl, HBr and HI, explain, out of dipole interaction and London interaction, which one predominant here? (c) Why is the boiling point of HF highest while that of HCl lowest?

Answer»

(a) In the molecules HCl, HBr and HI, dipole-dipole interaction and London forces are present. 

(b) Dipole moment of HCl > HBr > HI but boiling point of HCl < HBr <HI.It means London forces are predominant over dipole-dipole interaction which depends upon surface area.HCl has least surface area, Whereas HI has maximum surface area. 

(c) HF has highest dipole moment due to highest difference in electronegativity, therefore hydrogen bonding is also present due to which force of attraction will increase, hence it has higher boiling point. 

33.

In which two conditions, ideal gases show deviation?

Answer»

The causes of deviations from ideal behaviour may be due to the following two assumptions of kinetic theory of gases:

The volume occupied by gas molecules is negligibly small as compared to the volume occupied by the gas. The forces of attraction between gas molecules are negligible.

This is valid only at low pressure and high temperature, when the volume occupied by the gas molecules is negligible as compared to the total volume of the gas. Two conditions in which ideal gases show deviation:

1. At low temperature or

2. At high pressure

The volumes of molecules are no more negligible as compared to the total volume of the gas and the gas molecules interact with each other due to proximity.

34.

Which of the two, ‘Ax’ or ‘Kr’ has higher boiling point and why?

Answer»

Kr has higher boiling point because it has a higher molecular weight (84 amu vs 40 amu). Consider the size pf the atoms and the interatomic forces (since the noble gases exist as single atoms) involved. The only forces are van der Waal’s (or London Dispersion) forces. These are a function of the polarizability of the atom, which is determined by diffusion of the electron cloud. The size of the atoms increases as we go down the group in Periodic table. It also increases as number of electrons increases. Hence, the electron cloud gets bigger, and the polarizability also increases. The electrons can move around easily so there will be instantaneous dipole moments (one side will be + and the other side will be -) which will also result in greater van der Waal’s/London Dispersion forces. Therefore, Kr has higher boiling point than Argon.

35.

Mixture of NH3 and HCl gases do not follow Dalton’s law of partial pressure. Why?

Answer»

Mixture of NH3 and HCl gases do not follow Dalton’s law of partial pressure because the gases are reactive. They react to form ammonium chloride which is solid and Dalton’s law of partial pressure is not applicable to solids and reactive gases.
NH3 + HCl ➝ NH4Cl

36.

Give three differences between evaporation and boiling.

Answer»

i) Evaporation occurs at all temperatures while boiling occurs at boiling point. 

ii) Evaporation is surface phenomenon while boiling occurs throughout the bulk of liquid. 

iii) Evaporation is slow while boiling is rapid. 

37.

Calculate the number of unpaired electrons in the B2 molecule.

Answer»

The number of unpaired electrons in the B2 molecule is 2.

38.

Define bond order and give the relationship between bond order and bond length 

Answer»

Bond order (b.o.) is defined as one half the difference between the number of electrons present in the bonding and the antibonding orbitals i.e., Bond order (b.o.) = ½ (Nb–Na) 

Bond order is inversely proportional to bond length

39.

Which is largest in size- Cu+ , Cu+2, Cu and why?

Answer»

Cu is largest due to less effective nuclear charge. It has 29 electrons, 29 protons, Cu+ has 28 electrons and 29 protons, Cu2+ has 27 electrons and 29 protons.

40.

Define-Give their units.

Answer»

The force of friction which one part of the liquid offers to another part of the liquid is called viscosity. Its unit is poise.

41.

Write any two chemical similarities between lithium and magnesium.

Answer»

(i) Both lithium and magnesium react slowly with water. Their oxides and hydroxides are less soluble in water. 

(ii) Both are harder and lighter than other elements in the group.

42.

Define-surface tension

Answer»

The force acting parallel to the surface and perpendicular to a line of unit length anywhere in the surface is called surface tension. Its unit is Nm-1 .

43.

Explain the term: Metallic character

Answer»

Metallic character. Lower the ionization energy more will be the tendency to lose electron, higher will be the metallic character. 

44.

Explain how can gases be liquefied?

Answer»

Gases can be liquefied by decrease of temperature and increase of pressure.

45.

Name the property of liquids which i)causes internal resistance to flow ii)causes capillary action. Give their units.

Answer»

i) viscosity. Its unit is poise. 

 ii) surface tension. Its unit is Nm-1

46.

What is diagonal relationship? What are its main causes?

Answer»

In addition to horizontal and vertical trends in a periodic table; there is a diagonal relationship between certain sets of elements (Li and Mg, Be and Al, B and Si) that have upper left/lower right relative location in the periodic table. These pairs of elements share similar size and electronegativity, resulting in similar properties. Diagonal relationship is due to the increase in the charge in the ion and decrease in the size of ion as we move along the period.

47.

What do you mean by thermal energy?

Answer» Thermal energy is the energy of a body arising from motion of its atoms or molecules.
48.

Explain the term: Penetration effect

Answer»

Penetration effect. Due to a shape of the orbital,selectron penetrates nearer to the nucleus than p, d or f-electrons and are more tightly held.

49.

Define: Dipole-Dipole Forces

Answer» Dipole-dipole forces: The force of attraction which acts between two molecules having permanent dipoles.
50.

What is the effect of temperature on surface tension and viscosity of a liquid?

Answer»

 Both decrease by increasing temperature.