प्रश्न और उत्तर का अभ्यास करें

प्र:

Change the sentences as directed, choosing from the options given below

He kept looking at her, wondering where he ______ her before. 

15470 0

  • 1
    had seen
    सही
    गलत
  • 2
    have seen
    सही
    गलत
  • 3
    was seen
    सही
    गलत
  • 4
    was seeing
    सही
    गलत
  • उत्तर देखेंउत्तर छिपाएं
  • Workspace

उत्तर : 1. "had seen "

प्र:

एक कोड भाषा में, SEDATIVE को ATDESEVI के रूप में कोडित किया जाता है। उस तरीके से PERSONAL कैसे कोडित किया जाएगा?

15427 0

  • 1
    OSREPLAN
    सही
    गलत
  • 2
    SOREPLAN
    सही
    गलत
  • 3
    SOERPANL
    सही
    गलत
  • 4
    SOPERLAN
    सही
    गलत
  • उत्तर देखेंउत्तर छिपाएं
  • Workspace

उत्तर : 2. "SOREPLAN"

प्र:

9 जून तक कितने देशों को COVID-19 मुक्त घोषित किया गया है?

15406 0

  • 1
    4
    सही
    गलत
  • 2
    7
    सही
    गलत
  • 3
    9
    सही
    गलत
  • 4
    12
    सही
    गलत
  • उत्तर देखेंउत्तर छिपाएं
  • Workspace

उत्तर : 3. "9"

प्र:

संसद के दो सत्रों के बीच अधिकतम अंतराल क्या हो सकता है?

15334 7

  • 1
    3 महीने
    सही
    गलत
  • 2
    4 महीने
    सही
    गलत
  • 3
    6 महीने
    सही
    गलत
  • 4
    9 महीने
    सही
    गलत
  • उत्तर देखेंउत्तर छिपाएं
  • Workspace

उत्तर : 3. "6 महीने"

प्र: We want to round off x, a Float to an Int value. The correct way to do so would be 15230 0

  • 1
    Y = ( int ) ( x + 0.5 ) ;
    सही
    गलत
  • 2
    Y = int ( x + 0.5) ;
    सही
    गलत
  • 3
    Y = ( int ) x + 0.5;
    सही
    गलत
  • 4
    Y = ( int ) ( ( int ) x + 0.5 )
    सही
    गलत
  • उत्तर देखेंउत्तर छिपाएं
  • Workspace

उत्तर : 1. "Y = ( int ) ( x + 0.5 ) ;"
व्याख्या :

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

प्र:

Directions (62): In these questions, a sentence has been given in Active/Passive Voice. Out of the four suggested alternatives, select the one which best expresses the same sentence Passive/Active Voice.
Did you visit a zoo?

15019 1

  • 1
    Was a zoo being visited by you?
    सही
    गलत
  • 2
    Was a zoo be visited by you?
    सही
    गलत
  • 3
    Was a zoo been visited by you?
    सही
    गलत
  • 4
    Was a zoo visited by you?
    सही
    गलत
  • उत्तर देखेंउत्तर छिपाएं
  • Workspace

उत्तर : 4. "Was a zoo visited by you? "

प्र:

एनालॉग लाइनों पर डिजिटल डेटा ले जाने के लिए उपयोग किए जाने वाले उपकरण को कहा जाता है

14989 1

  • 1
    मोडम
    सही
    गलत
  • 2
    मल्टीप्लेक्सर
    सही
    गलत
  • 3
    मोडूलेटर
    सही
    गलत
  • 4
    डिमॉड्युलेटर
    सही
    गलत
  • उत्तर देखेंउत्तर छिपाएं
  • Workspace

उत्तर : 1. "मोडम"

प्र: In a town of 500 people, 285 read Hindu and 212 read Indian Express and 127 read Times of India, 20 read Hindu and Times of India and 29 read Hindu and Indian Express and 35 read Times of India and Indian express . 50 read no news paper . Then how many read only one paper ? 14963 0

  • 1
    123
    सही
    गलत
  • 2
    231
    सही
    गलत
  • 3
    312
    सही
    गलत
  • 4
    321
    सही
    गलत
  • उत्तर देखेंउत्तर छिपाएं
  • Workspace

उत्तर : 4. "321"
व्याख्या :

Answer: D) 321 Explanation: No. of people who read Hindu = 285No. of people who read TOI = 127No. of people who read IE = 212Now, No. of people who read Hindu and TOI both is = 20No. of people who read TOI and IE both is = 35No. of people who read Hindu and IE both is = 29Let No. of people who read Hindu , TOI and IE all is = x ;So, only Hindu is = 285-20-29-x = 236-x ;Only TOI is = 127-20-35-x = 72-x ;Only IE is = 212-35-29-x = 148-x ;Now, 236-x + 72-x + 148-x + 20 + 29 + 35 + x + 50 = 500 590 -2x = 500 So, x = 45 this is the value who read all the 3 dailies.So, No. of people who read only one paper is = 236-45 + 72-45 + 148-45 = 191 + 27 + 103 = 321.

      त्रुटि की रिपोर्ट करें

    कृपया संदेश दर्ज करें
    त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई

      त्रुटि की रिपोर्ट करें

    कृपया संदेश दर्ज करें
    त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई

      त्रुटि की रिपोर्ट करें

    कृपया संदेश दर्ज करें
    त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई

      त्रुटि की रिपोर्ट करें

    कृपया संदेश दर्ज करें
    त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई

      त्रुटि की रिपोर्ट करें

    कृपया संदेश दर्ज करें
    त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई

      त्रुटि की रिपोर्ट करें

    कृपया संदेश दर्ज करें
    त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई

      त्रुटि की रिपोर्ट करें

    कृपया संदेश दर्ज करें
    त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई

      त्रुटि की रिपोर्ट करें

    कृपया संदेश दर्ज करें
    त्रुटि रिपोर्ट सफलतापूर्वक जमा हुई