Questions

Q:

In the question below, there is a word given in bold which is followed by five options. In each of the options, a pair of words is given which is either the pair of synonyms or antonyms or synonym & antonym of the word given in bold. Choose that pair as your answer.

Tremulous

A) Stringent, Garrulous B) Quivery, Steady
C) Conjunctive, Desist D) Abstain, Defer
 
Answer & Explanation Answer: B) Quivery, Steady

Explanation:

The meanings of the given words are as follows:
Tremulous: shaking or quivering slightly 

 

Stringent: (of regulations, requirements, or conditions) strict, precise, and exacting

 

Garrulous: excessively talkative, especially on trivial matters
Quivery: shaking or trembling slightly
Steady: firmly fixed, supported, or balanced; not shaking or moving
Conjunctive: relating to or forming a connection or combination of things
Desist: stop doing something; cease or abstain

 

Abstain: restrain oneself from doing or enjoying something
Defer: put off (an action or event) to a later time; postpone
Terse: sparing in the use of words; abrupt
Abrupt: sudden and unexpected
Therefore, it can be observed that option B i.e. ‘quivery, steady’ forms a synonym-antonym pair of ‘tremulous’.

Report Error

View Answer Report Error Discuss

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

1 2203
Q:

What is the first thing that alcohol effects?

A) Judgement B) Speech
C) Vision D) Balance
 
Answer & Explanation Answer: A) Judgement

Explanation:

Alcohol impairs your judgement. Judgement is in your brain stupid and it impairs your brain. 

Report Error

View Answer Report Error Discuss

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

0 2203
Q:

Through specialization and international trade, a nation

A) will attain some combination of goods lying inside its production possibilities curve B) will shift its production possibilities curve towards left
C) can attain some combination of goods lying outside its production possibilities curve D) will shift its production possibilities curve towards right
 
Answer & Explanation Answer: C) can attain some combination of goods lying outside its production possibilities curve

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2203
Q:

In the following question, some part of the sentence may have errors. Find out which part of the sentence has an error and select the appropriate option. If a sentence is free from error, select 'No Error'.

There was already a sizable(A)/ gap between her car and(B)/the one front of her.(C)/No error(D)

 

A) A B) B
C) C D) D
 
Answer & Explanation Answer: C) C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2203
Q:

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Develop Project Charter phase?

Answer

I. Inputs



  • Contract (when applicable)

  • Project statement of work

  • Enterprise environmental factors

  • Organizational process assets


II. Tools and Techniques



  • Project selection methods

  • Project management methodology

  • Project management information system

  • Expert Judgment


III. Outputs


         1. Project charter

Report Error

View answer Workspace Report Error Discuss

0 2203
Q:

Project Time Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Schedule Development?

Answer

I. Inputs



  • Organizational process assets

  • Project scope statement

  • Activity list

  • Activity attributes

  • Project schedule network diagrams

  • Activity resource requirements

  • Resource calendars

  • Activity duration estimates 

  • Project management plan


                - RisK register


II. Tools and Techniques



  • Schedule network analysis

  • Critical path method

  • Schedule compression

  • What-if scenario analysis

  • Resource leveling

  • Critical chain method

  • Project management software

  • Applying calendars

  • Adjusting leads and lags 

  • Schedule model


III. Outputs



  • Project schedule

  • Schedule model data

  • Schedule baseline

  • Resource requirements (updates)

  • Activity attributes (updates)

  • Project calendar (updates)

  • Requested changes

  • Project management plan (updates)


                 - Schedule management plan(updates)

Report Error

View answer Workspace Report Error Discuss

0 2203
Q:

In which language did Vardhaman Mahavira taught?

A) Prakrit B) Hindi
C) Pali D) Sanskrit
 
Answer & Explanation Answer: A) Prakrit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 2203
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 2203