Questions

Q:

Out of the four alternatives, choose the one which can be substituted for the given words/sentences and click the button corresponding to it.

A person who is working in the same institution.

A) Guide B) Collector
C)  Captain D) Colleague
 
Answer & Explanation Answer: D) Colleague

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2195
Q:

In the following question, a word has been written in four different ways out of which only one is correctly spelt. Select the correctly spelt word.

 

A) Ambarass B) Embarass
C) Embarrs D) Embarrass
 
Answer & Explanation Answer: D) Embarrass

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , GRE , TOEFL

3 2195
Q:

Your ad includes the phrase, "Your friend has a crush on you. See who!" and it gets disapproved. Why?

Answer

AdWords policy does not allow ads to simulate email inbox notifications or fake friend/crush requests.

Report Error

View answer Workspace Report Error Discuss

0 2195
Q:

The expansion of the rail networks led to

A) Growth in trading between parts of the country B) Growth in Steel industry
C) Both A & B D) Decline in textile industry
 
Answer & Explanation Answer: C) Both A & B

Explanation:

The expansion of the rail networks led to better transport system for trading between many parts of the nation and the steel is the main component in making the rails and the locomotive itself resulting in the growth of the steel industry.

Report Error

View Answer Report Error Discuss

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

1 2195
Q:

What is program counter in 8085?

Answer

Program counter holds the address of either the first byte of the next instruction to be fetched for exectuion or the address of the next byte of a multi byte instruction, which has not beeb completely fetched. in both the cases it gets increnented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2195
Q:

A factory employs skilled workers, unskilled workers and clerks in the proportion 8 : 5 : 1, and the wages of a skilled worker, an unskilled worker and a clerk are in the ratio 5 : 2 : 3. When 20 unskilled workers are employed, the total daily wages of all amount to Rs 318. Total wages paid to each category of workers are

A) Rs 240, Rs 60, Rs 18 B) Rs 200, Rs 90,Rs 28
C) Rs 150, Rs 108, Rs 60 D) Rs 250, Rs 50, Rs 18
 
Answer & Explanation Answer: A) Rs 240, Rs 60, Rs 18

Explanation:
Report Error

View Answer Report Error Discuss

0 2195
Q:

Explain Data Definition Language

Answer

Data Definition Language (DDL):- are the SQL statements that define the database structure.


Example:



  1.  CREATE

  2.  ALTER

  3.  DROP

  4.  TRUNCATE

  5.  COMMENT

  6.  RENAME

Report Error

View answer Workspace Report Error Discuss

1 2194
Q:

Point out the error, if any, in the following program.

main()

{

    int a = 10;

    void f();

    a = f();

    printf ( "\n %d", a );

}

void f()

{

    printf ( "\n Hi ");

}

Answer

In spite of defining the function f() as returning void, the program is trying to collect the value returned by f() in the variable a.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2194