Questions

Q:

Solve the value of D?

Answer

A + B = 15 .... (1)


B x C = 84 .... (2)


C ÷ 4 = 3  .... (3)


B + D = 18 .... (4)


From (3), we get C = 12


From (2), we get B = 84/12 = 7


From (1), we get A = 15 - 7 = 8


From (4), we get D = 18 - 7 = 11


 


Hence, D = 11.

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles Exam Prep: Bank Exams
Job Role: Bank Clerk , Bank PO

26 8260
Q:

Which social evil was conspicuously absent in ancient India?

A) Polygamy B) Sati system
C) Devadasi system D) Purdah system
 
Answer & Explanation Answer: D) Purdah system

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

8 8259
Q:

What is the motto Incorporated under our National Emblem?

A) Satyam Shivam B) Satyam Shivam Sundaram
C) Satyameva Jayate D) Jai Hind
 
Answer & Explanation Answer: C) Satyameva Jayate

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

15 8253
Q:

Who amongst the following is a famous Sarod player

A) Zakir Hussain B) Hari Prasad Chourasia
C) Ram Narain D) Amjad Ali Khan
 
Answer & Explanation Answer: D) Amjad Ali Khan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

6 8253
Q:

The country in which Yak is found

Answer

Tibet

Report Error

View answer Workspace Report Error Discuss

56 8253
Q:

If the binary equivalent of 5.375 in normalised form is 0100 0000 1010 1100 0000 0000 0000 0000, what would be the output of the following program?

main()

{

    float a = 5.375 ;

    char *p;

    int i;

    p = ( char* ) &a ;

    for ( i = 0; i <= 3 ; i++ )

          printf ( " %02x ", (unsigned char ) p[i] );

}

Answer

00 00 AC 40

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

7 8236
Q:

If you have anything against the company’s policy, what should you do?

Answer

Like many other profession, customer service jobs have work ethics and rules that must be obeyed. With this, stick to the complaint procedure. Tell them we don’t need to rush things and submit complaints to highest official. Instead, approach the team leader first, the administrator and so on.

Report Error

View answer Workspace Report Error Discuss

6 8231
Q:

SNOBOL is mainly used for

A) Text Operation B) String operations
C) List operations D) Numerical operations
 
Answer & Explanation Answer: B) String operations

Explanation:

SNOBOL is a high-level computer programming language used especially in manipulating textual data. It is mainly used for string operations and was developed between 1962 and 1967.

Report Error

View Answer Report Error Discuss

52 8228