Project Manager Questions


Q:

A Transparent DBMS

A) Keep its logical structure hidden from users B) Can access control
C) Keeps its physical structure hidden from users D) Can not hide sensitive information from users
 
Answer & Explanation Answer: C) Keeps its physical structure hidden from users

Explanation:

DBMS :: Database Managemet System.

A DBMS which keeps its physical structure hidden from the user is known as a transparent DBMS.

Report Error

View Answer Report Error Discuss

2 2674
Q:

Programs stored in ROM are called

A) Firmware B) Software
C) Hardware D) None of above
 
Answer & Explanation Answer: A) Firmware

Explanation:

ROM stands for read-only-memory.

 

It's used to store the start-up instructions for a computer, also known as the firmware.

 

Most modern computers use flash-based ROM. It is part of the BIOS chip, which is located on the motherboard.

Report Error

View Answer Report Error Discuss

4 2649
Q:

Who Creates The Project Charter?

A) Sponser B) Stake holder
C) Customer D) None
 
Answer & Explanation Answer: D) None

Explanation:

The project initiator or sponsor should be at a level that is appropriate to funding the project. They will either create the project charter or delegate that duty to the project manager.

Projects are authorized by someone external to the project such as a sponsor, PMO or portfolio steering committee.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification
Job Role: Analyst , Project Manager

9 2631
Q:

Size of the primary memory of a pc ranges between

A) 256 kb to 640 kb B) 64 kb to 256 kb
C) 256 kb to 512 kb D) 2 kb to 8 kb
 
Answer & Explanation Answer: A) 256 kb to 640 kb

Explanation:

Size of the primary memory of a PC ranges between 256 KB to 640 KB.

Report Error

View Answer Report Error Discuss

6 2618
Q:

High level language is also called as ?

A) Business oriented language B) Mathematically oriented language
C) Problem oriented language D) All of above
 
Answer & Explanation Answer: D) All of above

Explanation:
Report Error

View Answer Report Error Discuss

9 2580
Q:

public static void main string[] args Meaning is?

Answer

Here in this declaration public static void main string[] args, each keyword has its importance.


 


1. public - Here public is an access specifier which allows the main method to be accessible everywhere.


 


2. static - static helps the main method to get loaded without getting called by any instance/object.


 


3. void - void clarifies that the main method will not return any value.


 


4. main - It's the name of the method.


 


5. String[] args - Here we are defining a String array to pass arguments at the command line. args is the variable name of the String array.

Report Error

View answer Workspace Report Error Discuss

8 2567
Q:

Nuclear Fission is caused by the impact of

A) Electron B) Neutron
C) Proton D) Deutron
 
Answer & Explanation Answer: B) Neutron

Explanation:

In nuclear physics, nuclear fission is either a nuclear reaction or a radioactive decay process in which the nucleus of an atom splits into smaller parts (lighter nuclei). The fission process often produces free neutrons and releases a very large amount of energy.

 

Thus, The Nuclear Fission is caused by the impact of Neutrons.

Report Error

View Answer Report Error Discuss

5 2476
Q:

The SQL keyword BETWEEN is used:

A) for ranges B) as a wildcard
C) to limit the columns displayed D) All the above
 
Answer & Explanation Answer: A) for ranges

Explanation:

In SQL, BETWEEN Keyword is used for ranges like Number Ranges, Date Ranges, etc...

Report Error

View Answer Report Error Discuss

0 2456