Questions

Q:

Enumerators are stored by the compiler in

A) integer B) string
C) float D) any of above
 
Answer & Explanation Answer: A) integer

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

3 2018
Q:

An improvement in technology would shift

A) the demand curve rightward B) the supply curve rightward
C) the supply curve leftward D) the demand curve leftward
 
Answer & Explanation Answer: B) the supply curve rightward

Explanation:

An improvement in technology would shift the supply curve rightward.

Report Error

View Answer Report Error Discuss

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

1 2018
Q:

In the following question, out of the given four alternatives, select the one which best expresses the meaning of the given word.

Austerity

A)

Strict

B)

Moist

C)

Tolerant

D)

Kindness

 
Answer & Explanation Answer: A)

Strict



Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , CAT , GRE , TOEFL
Job Role: Bank Clerk , Bank PO

0 2018
Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Risk Identification?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Risk management plan

  • Project management plan


II. Tools and Techniques



  • Documentation reviews

  • Information gathering techniques

  • Checklist analysis

  • Assumptions analysis

  • Diagramming techniques


III. Outputs



  • Risk register

Report Error

View answer Workspace Report Error Discuss

0 2018
Q:

What will be output of following c code?

#include <stdio.h>
int main()

{
    int i;
    for(i=10;i<=15;i++){
         while(i){
             do{
                 printf("%d ",1);
                 if(i>1)
                      continue;
             }while(0);
             break;
         }
    }
    return 0;
}

Answer

Output: 1 1 1 1 1 1
For loop will execute six times.


 


 


 


Note: continue keyword in do-while loop bring the program its while condition (while(0)) which is always false.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2018
Q:

The Indus Valley Civilization flourished during

A) 2550 - 1900 BC B) 1900 - 1650 BC
C) 3600 - 2870 BC D) 3300 - 3000 BC
 
Answer & Explanation Answer: A) 2550 - 1900 BC

Explanation:

The Indus Valley Civilization which is also known as Bronze age civilization started around 3300 BC and flourished in between 2600 - 1900 BC and started to decline in 1800 BC.

Report Error

View Answer Report Error Discuss

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

2 2017
Q:

The Great wall of China was built in the year

Answer

214 BC

Report Error

View answer Workspace Report Error Discuss

Subject: World History

2 2017
Q:

Value added can be determined by

Answer

Value added is determined by the difference between the price of product or service and the cost of producing it.


 


Added Value = Price that the product or service is sold at - cost of producing the product.

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Economy Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2017