Questions

Q:

Who was the first Musilm invader to enter India?

A) Mohammed Ghauri B) Mohammed - bin - Qasim
C) Mohammed Ghazni D) Qutab-ud-din Aibak
 
Answer & Explanation Answer: B) Mohammed - bin - Qasim

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 3498
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 3497
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 3495
Q:

Cortisol is secreted by

A) Thyroid gland B) Pituitary gland
C) Adrenal gland D) Parathyroid gland
 
Answer & Explanation Answer: C) Adrenal gland

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

6 3495
Q:

What is the use of MAU?

Answer

In token Ring , hub is called Multistation Access Unit(MAU).

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 3495
Q:

Which country has successfully launched the world's smallest rocket to carry tiny satellite into orbit?

A) India B) Russia
C) Japan D) Australia
 
Answer & Explanation Answer: C) Japan

Explanation:

Japan's - Japan Aerospace Exploration Agency (JAXA) has successfully launched the world's smallest rocket with the ability to put a tiny satellite into orbit. Rocket -  SS-520 which was pnce failed in 2017 lifted off from the Space Center carrying a microsatellite TRICOM-1R, a three-unit CubeSat weighing about 3 kilograms. The CubeSat will now be used to collect images of the Earth's surface via multiple cameras.

Report Error

View Answer Report Error Discuss

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

5 3495
Q:

Which is true of loyalty boards?

A) They did not care about individual civil rights B) They carefully reveiwed all evidence in open court
C) They were careful to pertect the civil rights of government workers D) They asked for voluntary statements
 
Answer & Explanation Answer: C) They were careful to pertect the civil rights of government workers

Explanation:
Report Error

View Answer Report Error Discuss

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

2 3493
Q:

Open market operation is a part of

A) Debit Policy B) Deposit Policy
C) Credit Policy D) None of above
 
Answer & Explanation Answer: C) Credit Policy

Explanation:

Open market operations (OMO) refer to the buying and selling of government securities in the open market in order to expand or contract the amount of money in the banking system.

Report Error

View Answer Report Error Discuss

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

4 3493