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. |
Which of the following is a state function?(a) Work(b) Entropy(c) Heat(d) None of the mentioned |
|
Answer» Correct choice is (b) Entropy Explanation: Entropy is a state function as it does not depend on the path of the process. |
|
| 2. |
a) What is thermite reaction ?b) Q is an element which is one in copper, zinc, aluminium and iron, its properties are as follows.i) Q2 Q3 is found in nature but not affected by water.ii) Two chlorides with formula QCl2 and QCl3 are formed by the metal. Identify the metal |
|
Answer» a) The displacement reaction which is. highly exothermic and the metal produced is in molten state is called thermite reaction. |
|
| 3. |
Which of the following is correct about an isothermal process?(a) ∆T = 0(b) dT = 0(c) ∆T /= 0(d) None of the mentioned |
|
Answer» Correct option is (b) dT = 0 Easy explanation: In an isothermal process, temperature does not changes throughout the process, => dT = 0. |
|
| 4. |
For an ideal gas isothermal process what is the work done by the gas from 1 m^3 to 2 m^3 at 300 K?(a) 0.69 kJ(b) 1.24 kJ(c) 1.73 kJ(d) 2.45 kJ |
|
Answer» The correct answer is (c) 1.73 kJ To explain I would say: W = RTln (V2/V1) = 8.314*300 ln (2/1) = 1.73 kJ. |
|
| 5. |
For an ideal gas isobaric process at pressure 1 Pa, the volume of the gas changes from 1 m^3 to 5 m^3, what is the work done by the gas?(a) 1 J(b) 4 J(c) 5 J(d) 10 J |
|
Answer» Correct answer is (b) 4 J The explanation is: W = P∆V = 1*(5 – 1) = 4 J. |
|
| 6. |
If `a = log_245 175` and `b = log_1715 875`, then the value of `(1-ab)/(a-b)` is |
|
Answer» `175=5xx5xx7` `245=5xx7xx7` `875=5xx5xx5xx7` `1715=5xx7xx7xx7` `a(log_(5)175)/(log_(5)245)=(2+log_(5)7)/(1+2log_(5)7)` `b=(log_(5)875)/(log_(5)1715)=(3+log_(5)7)/(1+3log_(5)7)` Let ` log_(5)y=t` `(1-ab)/(a-b)=(1-((2+t)/(1+2t))((3+t)/(a+3t)))/(((2+t)/(1+2t))-((3+t)/1+3t))` `=(5t^(2)-5)/(t^(2)-1)=5` |
|
| 7. |
An object comprises of a uniform ring of radius `R` and its uniform chord `AB` (not necessarily made of the same material) as shown. Which of the following can not be the centre of mass of object A. `(R//3,R//3)`B. `(R//sqrt(2),R//sqrt(2))`C. `(R//4,R//4)`D. None of these |
|
Answer» Correct Answer - B Ans. (2) COM will be about line `y=x` |
|
| 8. |
If `P=x+1/x` and `P(tan alpha)=2, P(tan beta)=2sqrt2, P(cot gamma)=4` where `alpha, beta, gamma` are acute angles and sum of all possible distinct values of `alpha, beta` and `gamma `is given by `(mpi)/n` where `m` and `n` are coprime, then find the value of `(m+n)` |
|
Answer» `tanalpha+1/tanalpha=2impliestan alpha=1impliesa (pi)/(4)" "("only acute solution")` `tan alpha+(1)/(tan alpha)=2sqrt2impliestanbeta=sqrt2-1,sqrt2+1" " beta=(pi)/(8),(3pi)/(8)` `cotgamma+(1)/(cotgamma)=4impliescot gamma=2+sqrt3, 2-sqrt3" "gamma=(pi)/(12),(5pi)/(12)` sum of all values `=(5pi)/(4)=(mpi)/(n)` `thereforem=5and n=4 Ans."]"` |
|
| 9. |
Let V denote the root mean square speed of the molecules in an ideal diatomic gas at absolute temperature T. The mass of a molecule is m. Neglecting vibrational energy terms, which is True?A. a molecule can have a speed greater than `sqrt(2)v`B. v is proportional to `sqrt(T) `C. the average rotational kinetic energy of a molecule is `(mv^(2))/(4)`D. the average kinetic energy of a molecule is `(5mv^(2))/(6)` |
|
Answer» Correct Answer - A AVG.`K.E.=(5)/(2)KT=(5)/(6)mv^(2)" "[:.(1)/(2)mv^(2)=(3)/(2)KT]` |
|
| 10. |
State True/ False a string is automatically appended by a null character. |
|
Answer» The statement is True. |
|
| 11. |
Pick the octal integer from the following a) 217 b) 0x217 c) 0217 d) None of these |
|
Answer» c) 0217, an octal integer precedes |
|
| 12. |
Symbols used to perform an operation is called .........(a) Operand (b) Operator (c) Variable (d) None of these |
|
Answer» Symbols used to perform an operation is called Operator. |
|
| 13. |
You are about to study the fundamentals of C++ programming Language. Do a comparative study of the basics of the new language with that of a formal language like English or Malayalam to familiarize C++? Provide sufficient explanations for the compared items in C++ Language. |
|
Answer» 1. Character set: To study a language first we have to familiarize the character set. For example, to study English language first we have to study the alphabets. Similarly here the character set includes letters(A to Z & a to z), digits(0 to 9), special characters(+, -, ?, *, /, …..) white spaces(non printable), etc. 2. Token: It is the smallest individual units similar to a word in English or Malayalam language. C++ has 5 tokens
Eg: float is used to declare variable to store numbers with decimal point. We can’t use this for any other purpose
Eg: variable name, function name, class name, object name, etc…
eg: In maths % = 3.14157 and boiling point of water is 100.
eg:{,}, (,), ……..
|
|
| 14. |
Consider the following code The new line character is \n. The output of the following code does not contain the \n. Why it is happened? Explain. |
||||||||||||||||||||||||
|
Answer» \n is a character constant and it is also known as escape sequence. This is used to represent the non graphic symbols such as carriage return key(enter key), tab key, backspace, space bar, etc. It consists of a backslash symbol and one more characters.
|
|||||||||||||||||||||||||
| 15. |
Write a program to print the message“SMOKING IS INJURIOUS TO HEALTH” on |
|
Answer» #include<iostream> using namespace std; int main() { cout<<” SMOKING IS INJURIOUS TO HEALTH”; } |
|
| 16. |
The dental formula of human is represented as i\(\frac{2}{2}\) , C\(\frac{1}{1}\) , Pm \(\frac{2}{2}\), m \(\frac{3}{3}\) . What do i, c, pm, m indicate? |
|
Answer» i – Incisors, c-Canines, pm – Pre molars, m – Molars |
|
| 17. |
C++ was developed at ....... a) AT & T Bell Laboratory b) Sanjose Laboratory c) Kansas University Lab d) None of these |
|
Answer» a) At & T Bell Laboratory |
|
| 18. |
Why are villi present in the intestine and not in the stomach? |
|
Answer» The major portion of absorption takes palce in small intestines. In stomach simple sugars, water and alcohol absorbed. Villi are specialized projections in small intestine with large absorbent area. This facilities better absorption of complex molecules as well. As food is fit to be absorbed only after complete digestion so villi’s turn comes after all the digestive processes are complete. |
|
| 19. |
1. Mention the factor ‘x’ involved in the process. 2. Identify the process and write its importance. |
|
Answer» 1. Bile salts 2. Emulsification. The conversion large fat globules into tiny fat droplets is called emulsification. Bile salt helps emulsification. Emulsification increase the surface area for lipase action. |
|
| 20. |
Strong acidic food in the stomach stimulate the secretion of secretin from duodenal wall. 1. On which part of the digestive tract, secretion act? 2. What is the role of secreting in digestion? |
|
Answer» 1. Secretin acts on exocrine part of pancreas. 2. Secretin stimulates secretion of water and bicarbonate ions from pancreas. It protects the intestinal mucosa from acid as well as provide an alkaline medium for enzymatic activity in intestine. |
|
| 21. |
Below are given the names of the enzymes and their source of secretion. Match them. Enzymes Source of secretion Amylase Stomach Nuclease Pancreas Lipase Small intestine Protease Salivary gland |
||||||||||
Answer»
|
|||||||||||
| 22. |
From the following which is a valid declaration. (a) int 91; (b) int x; (c) int 9x; (d) int “x”; |
|
Answer» int x; is a valid declaration. |
|
| 23. |
Which one of the following is a user defined name? (a) Keyword (b) Identifier (c) Escape sequences (d) All of these |
|
Answer» (b) Identifier b Identifier |
|
| 24. |
The caloric value of respiratory substrates are different. Do you agree? Give reasons |
|
Answer» Yes, The caloric values of carbohydrates, proteins and fats are 4.1 kcal /g, 5.65 kcal /g and 9.45 kcal /g, respectively |
|
| 25. |
From the following which is not a character constant. (а) ‘c’ (b) ‘e’ (c) ‘d’ (d) “c” |
|
Answer» (d) “c”, It is a string constant the others are character constant. |
|
| 26. |
Adeline wrote a C++ program namely sum.cpp and she compiled the program successfully with no error. Some files are generated namely sum.obj and sum.exe. From this which file is not needed to run the program. |
|
Answer» sum.obj is not needed and can be deleted. |
|
| 27. |
Pick the odd one out: a) float b) void c) break d) Alvis |
|
Answer» d) Alvis, the others are keywords. |
|
| 28. |
Pick an identifier from the following a) auto b) age c) float d) double |
|
Answer» age is an identifier. |
|
| 29. |
To write a C++ program, from the following which statement is a must ........ a) sum( ) b) main( ) c) #include d) #include |
|
Answer» b) main( ). A C++ program must contains at least one main( ) function. |
|
| 30. |
Adeline wrote a C++ program namely sum.cpp and she compiled the program successfully with no error. Some files are generated. From the following which file is a must to run the program .a) sum.exe b) sum.obj c) sum.vbp d) sum.htm |
|
Answer» sum.exe file is a must to run the program. |
|
| 31. |
Reserved words for the compiler is ........a) Literals b) Identifier c) Key words d) None of these |
|
Answer» c) Key words |
|
| 32. |
Ajo wants to print a matter in a new line. Which escape sequence is used for this? (a) \a (b) \n (c) \s (d) None of these |
|
Answer» \n escape sequence is used. |
|
| 33. |
What is responsive website? |
|
Answer» A typical website is comprised of a set of files (each web page—home page, about page, etc.—is an individual file). Each file contains HTML code and content (text and images). Web pages are styled with files called Cascading Style Sheets (CSS). For ease of explanation, let’s say that a standard (non-responsive) website has a set of files and a few CSS files that govern the look of the site. A responsive website applies an alternate set of CSS files depending on the device being used to access the site. The site looks and ‘responds’ differently based on the device. For example, while someone viewing the site from a desktop device sees a horizontally aligned navigation menu, someone viewing the site from a mobile device gets a vertically aligned navigation menu with larger text that is easier to read on a smaller screen. |
|
| 34. |
Correct and Rewrite the following HTML code |
|
Answer» Correct HTM code will be: <img src="c:\desktop\one.jpg" align="center" /> |
|
| 35. |
Next page Correct and Rewrite the following HTML code |
|
Answer» In <a> tag we take href. href specifies the URL of the page the link goes to So the correct code will be: <a href="c:\desktop\abc.html"> Next page <a/> |
|
| 36. |
Evaluate the following expression and identify the correct answer. 16 - (4 + 2) * 5 + 2**3 * 4 a. 54 b. 46 c. 18 d. 32 |
|
Answer» Answer is c. 18 |
|
| 37. |
What will be the output of the following code? import randomList=["Delhi","Mumbai","Chennai","Kolkata"] for y in range(4): x = random.randint(1,3) print(List[x],end="#") a. Delhi#Mumbai#Chennai#Kolkata# b. Mumbai#Chennai#Kolkata#Mumbai# c. Mumbai# Mumbai #Mumbai # Delhi# d. Mumbai# Mumbai #Chennai # Mumbai |
|
Answer» b. Mumbai#Chennai#Kolkata#Mumbai# |
|
| 38. |
What will be the output of the following code? def my_func(var1=100, var2=200):var1+=10 var2 = var2 - 10 return var1+var2 print(my_func(50),my_func()) a. 100 200 b. 150 300 c. 250 75 d. 250 300 |
|
Answer» Answer is d. 250 300 |
|
| 39. |
What will be the output of the following code? value = 50def display(N):global value value = 25 if N%7==0: value = value + Nelse:value = value - N print(value, end="#") display(20) print(value) a. 50#50 b. 50#5 c. 50#30 d. 5#50# |
|
Answer» Answer is b. 50#5 |
|
| 40. |
Correct and Rewrite the following HTML code |
|
Answer» Correct HTML Code is: <table border="1" bgcolor=”red” style="border-color: green;"> or <table border="1" style="border-color: green; background-color:red;"> or <table style="border: 1px solid green; background-color:red;"> |
|
| 41. |
Is there a k-competitive online algorithm for the k-server problem? |
|
Answer» The general form of this will be: |
|
| 42. |
Who wrote 'Origin of Species'?1. Einstein2. Gibbs3. Newton4. Charles Darwin |
||||||||||
|
Answer» Correct Answer - Option 4 : Charles Darwin Origin of Species by Natural Selection:
Charles Darwin:
Thus, Charles Darwin wrote 'Origin of Species'.
|
|||||||||||
| 43. |
Ranjeet Singh belonged to Sikh Misls of1. Kanhaiya2. Sukerchakia3. Ahluwalia4. Bhangi |
Answer» Correct Answer - Option 2 : Sukerchakia
Ranjeet Singh:
Ranjeet Singh belonged to Sikh Misls of Sukerchakia. The 12 Misls in Punjab: - Ahluwalia, Sukrachakia, Bhangi, Phulkia, Dalwalia, Faljulapuria, Kanhaiya, Karoda Sinhaia, Nakai Nihog, Nishanwala, Ramgarhia. |
|
| 44. |
A formula in calc always starts with ___ a) An equal to (=) sign b) An operator (+) sign c) A parenthesis d) None of the above |
|
Answer» a) An equal to (=) sign A formula in calc always starts with An equal to (=) sign. |
|
| 45. |
This fibre has high strength. Therefore used to make sacks but due to rough texture it is unsuitable to be used for clothing. a. Jute b. Flax c. Cotton d. Wool |
|
Answer» a. Jute Jute has high strength. Therefore used to make sacks but due to rough texture it is unsuitable to be used for clothing. |
|
| 46. |
Deficiency symptoms of a disease are given below: Identify it. Thin Limbs, retarded growth of body and brain, swelling of legs due to retention of water (oedema), reddish hair, pot belly and diarrhea. |
|
Answer» It is Kwashiorkor |
|
| 47. |
A formula in calc always starts with a) An equal to (=) sign b) An operator (+) sign c) A parenthesis d) Greater than (>) sign |
|
Answer» Correct option: a) An equal to (=) sign |
|
| 48. |
Consider the following code { cout<<“welcome to C++”; } After you compile this program there is an error called prototype error. Why it is happened? Explain |
|
Answer» Here we used the output operator cout<<. It is used to display a message “welcome to C++” to use this operator the corresponding header file must be included. We didn’t included the header file hence the error. |
|
| 49. |
Find the set most suitable with “succus entericus (a) bilirubin and biliyerdin (b) salivary amylase and lysozymes(c) disaccharides, dipeptidases and lipases (d) Trypsinogen, chymotrypsinogen procarboxypeptidases |
|
Answer» (c) Disaccharides, dipeptidase and lipases |
|
| 50. |
To represent null character is used ..........(a) \n (b) \0 (c) \f (d) As |
|
Answer» To represent null character is used \0. |
|