Practice Question and Answer

  • Show AnswerHide Answer
  • Workspace

Answer : 1. "of"

Q:

'मधुर' विशेषण से बनी भाववाचक संज्ञा है 

14783 0

  • 1
    मधु
    Correct
    Wrong
  • 2
    माधुर्य
    Correct
    Wrong
  • 3
    मधुर्यता
    Correct
    Wrong
  • 4
    माधूरी
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "माधुर्य"

Q: We want to round off x, a Float to an Int value. The correct way to do so would be 14662 0

  • 1
    Y = ( int ) ( x + 0.5 ) ;
    Correct
    Wrong
  • 2
    Y = int ( x + 0.5) ;
    Correct
    Wrong
  • 3
    Y = ( int ) x + 0.5;
    Correct
    Wrong
  • 4
    Y = ( int ) ( ( int ) x + 0.5 )
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

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 0

  • 1
    had seen
    Correct
    Wrong
  • 2
    have seen
    Correct
    Wrong
  • 3
    was seen
    Correct
    Wrong
  • 4
    was seeing
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 1. "had seen "

Q:

In a code language, SEDATIVE is coded as ATDESEVI. How would PERSONAL be coded in that manner?

14610 0

  • 1
    OSREPLAN
    Correct
    Wrong
  • 2
    SOREPLAN
    Correct
    Wrong
  • 3
    SOERPANL
    Correct
    Wrong
  • 4
    SOPERLAN
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

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 1

  • 1
    12:50
    Correct
    Wrong
  • 2
    12:10
    Correct
    Wrong
  • 3
    12:40
    Correct
    Wrong
  • 4
    12:00
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 2. "12:10"

Q:

It was Monday on 5 March 2012. What day will it be on 5 November 2012?

14504 0

  • 1
    Monday
    Correct
    Wrong
  • 2
    Sunday
    Correct
    Wrong
  • 3
    Tuesday
    Correct
    Wrong
  • 4
    Wednesday
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 1. "Monday"

Q:

'महापुरुष' में कौन - सा समास है? 

14501 0

  • 1
    द्वन्द्व समास
    Correct
    Wrong
  • 2
    द्विगु समास
    Correct
    Wrong
  • 3
    बहुब्रीहि
    Correct
    Wrong
  • 4
    कर्मधारय
    Correct
    Wrong
  • Show AnswerHide Answer
  • Workspace

Answer : 4. "कर्मधारय"

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully

      Report Error

    Please Enter Message
    Error Reported Successfully