Practice Question and Answer
8 Q: How many countries have been declared as COVID-19 free till 9 June?
15839 05ef067c481a47f2e7ae4738e
5ef067c481a47f2e7ae4738e- 14false
- 27false
- 39true
- 412false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "9"
Q: Term Chinaman is related to which sports ? 15765 05b5cc701e4d2b4197774f193
5b5cc701e4d2b4197774f193- 1Footballfalse
- 2Hockeyfalse
- 3Golffalse
- 4Crickettrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "Cricket"
Explanation :
Answer: D) Cricket Explanation: Chinaman bowling is left-arm unorthodox spin, where the bowler spins the ball into a right-handed batsman. Leg spinner Kuldeep Yadav, who debuted in the Dharamsala Test against Australia, has become the first-ever men’s Chinaman bowler to represent India.
Q: The cell reference for cell range of G2 to M12 is
15753 05e4e13481b69e805d0bc124c
5e4e13481b69e805d0bc124c- 1G2 . M12false
- 2G2 ; M12false
- 3G2 : M12true
- 4None of thesefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "G2 : M12"
Q: In a code language, SEDATIVE is coded as ATDESEVI. How would PERSONAL be coded in that manner?
15740 05d43b55aea329e61f31b3427
5d43b55aea329e61f31b3427- 1OSREPLANfalse
- 2SOREPLANtrue
- 3SOERPANLfalse
- 4SOPERLANfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "SOREPLAN"
Q: What can be the maximum interval between two sessions of Parliament?
15676 75d42c14457579c3e8f50ae25
5d42c14457579c3e8f50ae25- 13 monthsfalse
- 24 monthsfalse
- 36 monthstrue
- 49 monthsfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "6 months"
Explanation :
undefined
Q: We want to round off x, a Float to an Int value. The correct way to do so would be 15635 05b5cc7dde4d2b419777515e9
5b5cc7dde4d2b419777515e9- 1Y = ( int ) ( x + 0.5 ) ;true
- 2Y = int ( x + 0.5) ;false
- 3Y = ( int ) x + 0.5;false
- 4Y = ( int ) ( ( int ) x + 0.5 )false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "Y = ( int ) ( x + 0.5 ) ;"
Explanation :
Answer: A) Y = ( int ) ( x + 0.5 ) ; Explanation: Rounding off a value means replacing it by a nearest value that is approximately equal or smaller or greater to the given number. y = (int)(x + 0.5); here x is any float value. To roundoff, we have to typecast the value of x by using (int) Example: #include int main () { float x = 2.6; int y = (int)(x + 0.5); printf ("Result = %d\n", y ); return 0; } Result : 3
Q: In the question find the number of triangles.

15622 05d2c47732bb9b81db4a97f02
5d2c47732bb9b81db4a97f02
- 127true
- 225false
- 323false
- 421false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "27"
Explanation :
In the figure the simplest Triangles are GLK, DLJ, DJM,HMN,QRE,IRA,IPA, and FPO is the 8 triangle
and another is BDO,CDQ,DLM, PRA, KFI, NEI, HJI, GJI,DKI, and DNI is the 10 triangle
and another is DIE, DFI, DOA, DQA, and GHI is the 5 triangle
and DCA, DBA is the 2 triangle and DEF and ABC so that according to the figure the total no. of triangle is 8+10+5+2+1+1=27

Q: A car travelled 80% of the distance from town A to B by traveling at T hours at an average speed of V km/h. The car travels at an average speed of S km/h for the remaining part of the trip. Which of the following expressions represents the average speed for the entire trip?
15382 05e84293441a4013349c13fc1
5e84293441a4013349c13fc1- 112VS/(9V+S)false
- 25VS/(4S+V)true
- 3VT/3Sfalse
- 49VS/(4S+V)false
- 5None of thesefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice

