Questions

Q:

A sentence/a part of the sentence is underlined. Four alternatives are given to the underlined part which will improve the sentence. Choose the correct alternative and click the button corresponding to it. In case no improvement is needed, click the button corresponding to "No improvement".

The Vice Chancellor congratulated the blind student for his success in the examination

A) in his B) on his
C) over his D) No improvement
 
Answer & Explanation Answer: B) on his

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2109
Q:

Four statements are given below at A, B, C and D. There may be some errors in the given statement(s). The incorrect statement is your answer.

A) Many Japanese cities had extensive tram systems until the 1960s, when increased motorization started to make some lines disappear. B) Increased motorization started to make some lines disappear after the1960s until when many Japanese cities had extensive tram systems.
C) When increased motorization started to make lines disappear, many Japanese cities have extensive tram systems until the 1960s. D) Until the 1960s, when increased motorization started to make some lines disappear, many Japanese cities had extensive tram systems.
 
Answer & Explanation Answer: C) When increased motorization started to make lines disappear, many Japanese cities have extensive tram systems until the 1960s.

Explanation:

‘has’ is incorrectly used since the sentence is in past tense. Moreover, the subject is cities, which is plural.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: CAT , GRE , TOEFL

0 2108
Q:

A man with colour blindness will see red as

A) green B) red
C) orange D) yellow
 
Answer & Explanation Answer: A) green

Explanation:

A man with colour blindness will see red and green as same. 

A_man_with_colour_blindness_will_see_red_as11556517569.jpg image

a_man_with_colour_blindness_will_see_red_as1556517492.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 2108
Q:

What are good sources of fat for the body?

A) Fish and eggs B) Nuts
C) Cheese D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The foods that are good source of fat and incredibly healthy to the body ar fatty fish, eggs, nuts, cheese, avocados, dark chocolates, etc...

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2108
Q:

Who is the current Chairman of Indian Space Research Organisation(ISRO)?

A) Kailasavadivoo Sivan B) G. Satheesh Reddy
C) A. S. Kiran Kumar D) K. Radhakrishnan
 
Answer & Explanation Answer: A) Kailasavadivoo Sivan

Explanation:

The current Chairman of Indian Space Research Organisation(ISRO) is Kailasavadivoo Sivan.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2108
Q:

Swap two variables without using third variable.

Answer

#include<stdio.h>
int main(){
    int a=5,b=10;
    a=b+a;
    b=a-b;
    a=a-b;
    printf("a= %d  b=  %d",a,b);
}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2108
Q:

Explain compiler?

Answer

compiler is used to translate the high-level language program into machine code at a time. It doesn't require special instruction to store in a memory, it stores automatically. the execution time is less compared interpreter.


A compiler is a program that translates a source program written in some high-level programming langualge (such as Java) into machine code for some computer architecture (such as the Inter Pentium archiecture).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2108
Q:

Project Cost Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Cost Budgeting ?

Answer

I. Inputs



  • Project scope statement

  • Work breakdown structure

  • WBS dictionary

  • Activity cost estimates

  • Activity cost estimate supporting detail

  • Project schedule 

  • Resource calendars 

  • Contract

  • Cost management plan


II. Tools and Techniques



  • Cost aggregation

  • Reserve analysis

  • Parametric estimating 

  • Funding limit reconciliation


III. Outputs



  • Cost baseline 

  • Project funding requirements 

  • Cost management plan (updates)

  • Requested changes

Report Error

View answer Workspace Report Error Discuss

0 2108