Questions

Q:

Tap water is placed in an open pad and allowed to evaporate. After some time the temperature of water 

A) increases to a great extent B) increases slightly
C) decreases slightly D) decreases rapidly
 
Answer & Explanation Answer: C) decreases slightly

Explanation:

Evaporation causing cooling.Here the evaporation is less. Therefore cooling is less.

Report Error

View Answer Report Error Discuss

Filed Under: Physics

3 3366
Q:

From which direction does foul weather typically approach?

A) East B) North
C) West D) South
 
Answer & Explanation Answer: C) West

Explanation:

If the barometer rises, it indicates that good or fair weather is coming and if the falling barometer reading indicates that bad or foul weather is coming. Usually bad weather approaches from the west direction.

Report Error

View Answer Report Error Discuss

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

1 3366
Q:

The project life cycle can be broken into five phases that tend to overlap with each other frm one phase to another;however ,the control phase does not overlap with a specific phase. why?

A) Change control management is seperate from the other phases B) Change control management has a plan that can be usede throughout the initiation, planning, execution, and closeout of the project
C) Because the project sponsor is responsible for change control management , the project manager is not involved with that phase of the project D) Change control extends throughout the entire project from initiation to closeout
 
Answer & Explanation Answer: D) Change control extends throughout the entire project from initiation to closeout

Explanation:

Change control management is utilized from the begining to the end of the project in order to keep it focused with an emphasis on the time and budget. Answer A is incorrect because change control management is not seperate from the other phases. Answer B is incorrect because the control plan must be throughout the other phases of a project. Its usage is not optional, and consistent utilization is imperative to managing scope creep and other scope expansions. Answer C is incorrect because the project sponsors is generally not responsible for the change control documentation, although it should be involved in the buy-in and approval process.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 3365
Q:

What will be output of following c code?

void main()
{
struct bitfield
{
unsigned a:5;
unsigned c:5;
unsigned b:6;

}bit;
char *p;
struct bitfield *ptr,bit1={1,3,3};
p=&bit1;
p++;
clrscr();
printf("%d",*p);
getch();
}

Answer

Output: 12

Explanation:
Binary value of a=1 is 00001 (in 5 bit)
Binary value of b=3 is 00011 (in 5 bit)
Binary value of c=3 is 000011 (in 6 bit)

In memory it is represented as:
Let address of bit1 is 500 which initialize to char pointer p. Since can is one byte data type so p++ will be 501. *p means content of memory location 501 which is (00001100) and its binary equivalent is 12. Hence output is 12.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3364
Q:

Washing soda is the common name for

A) Sodium Bicarbonate B) Calcium Carbonate
C) Sodium Carbonate D) Calcium Bicarbonate
 
Answer & Explanation Answer: C) Sodium Carbonate

Explanation:

Washing soda is the common name for Sodium Carbonate (Na2CO3). It is also called as Soda Ash.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

2 3364
Q:

What does the Mount protocol do?

Answer

The Mount protocol returns a file handle and the name of the file system in which a requested file resides. The message is sent to the client from the server after reception of a client's request.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

3 3364
Q:

The instrument of instructions contained in the Government of India Act, 1935 has been incorporated in the Constitution of India in the year 1950 as ______ 

A) Fundamental Rights B) Directive Principles of the State Policy
C) Fundamental Duities D) Emergency Provisions
 
Answer & Explanation Answer: D) Emergency Provisions

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

5 3363
Q:

During Mughal period there was continuous emigration of the .........to places ruled by Hindu Rajas

A) Nobles B) Poor
C) Middle Class D) Foreign residents
 
Answer & Explanation Answer: B) Poor

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

0 3362