Practice Question and Answer
8 Q:In each of the following questions, sentences are given with blanks to be filled in with an appropriate word (s). Four alternatives are suggested for each question. Choose the correct alternative out of the four and indicate your choice for the correct answer.
He is confident______ his success.
14884 05f9a7f7859bcb042781a2af5
5f9a7f7859bcb042781a2af5- 1oftrue
- 2forfalse
- 3aboutfalse
- 4towardsfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "of"
Q: 'मधुर' विशेषण से बनी भाववाचक संज्ञा है
14783 05e58ac352ec0ee6eac155eb1
5e58ac352ec0ee6eac155eb1- 1मधुfalse
- 2माधुर्यtrue
- 3मधुर्यताfalse
- 4माधूरीfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "माधुर्य"
Q: We want to round off x, a Float to an Int value. The correct way to do so would be 14662 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:Change the sentences as directed, choosing from the options given below
He kept looking at her, wondering where he ______ her before.
14657 05e6a4f17ee03046acc587a38
5e6a4f17ee03046acc587a38- 1had seentrue
- 2have seenfalse
- 3was seenfalse
- 4was seeingfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "had seen "
Q: In a code language, SEDATIVE is coded as ATDESEVI. How would PERSONAL be coded in that manner?
14610 05d43b55aea329e61f31b3427
5d43b55aea329e61f31b3427- 1OSREPLANfalse
- 2SOREPLANtrue
- 3SOERPANLfalse
- 4SOPERLANfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "SOREPLAN"
Q: The chairman entered in the Assembly Hall at 10 min. before 12.30 hours to conduct the interview. The chairman was 20 min. earlier than the managing director. The chairman was 30 min. late as per the time fixed. What was the time fixed for interview? 14555 15be00164b7bd8e12e9fcf478
5be00164b7bd8e12e9fcf478- 112:50false
- 212:10true
- 312:40false
- 412:00false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "12:10"
Q: It was Monday on 5 March 2012. What day will it be on 5 November 2012?
14504 05e1425a0358773126e37a455
5e1425a0358773126e37a455- 1Mondaytrue
- 2Sundayfalse
- 3Tuesdayfalse
- 4Wednesdayfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "Monday"
Q: 'महापुरुष' में कौन - सा समास है?
14501 05e58e1c8db545f45b2be9ea2
5e58e1c8db545f45b2be9ea2- 1द्वन्द्व समासfalse
- 2द्विगु समासfalse
- 3बहुब्रीहिfalse
- 4कर्मधारयtrue
- Show AnswerHide Answer
- Workspace
- SingleChoice