Project Manager Questions


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 3540
Q:

_U_R_Y_

Complete this 7 letter word _U_R_Y_

1. Girls like it
2. Boys use it
3. Parents hate it.

Answer

HURRAYS.

Report Error

View answer Workspace Report Error Discuss

24 3520
Q:

Who among the following took over as the 25th Director General of the Border Roads(DGBR) ?

A) Lt. Gen. Suresh Sharma B) Lt. Gen. David R. Syiemlieh
C) Lt. Gen. Srikanth Mishra D) Lt. Gen. Sanjeev Kumar Shrivastava
 
Answer & Explanation Answer: D) Lt. Gen. Sanjeev Kumar Shrivastava

Explanation:

Lt. Gen. Sanjeev Kumar Shrivastava took over as the 25th Director General of the Border Roads (DGBR). He has replaced Lt. Gen. Suresh Sharma. Prior to it, he was holding the appointment of Director General Combat Engineers at Integrated Headquarters of Ministry of Defence(Army).

Report Error

View Answer Report Error Discuss

2 3475
Q:

What do you mean by undeclared and undefined variables ?

Answer

Difference between undeclared and undefined variables is defined as


Undeclared variables are those that do not exist in a program and are not declared. If the program tries to read the value of an undeclared variable, then a runtime error is encountered.


Undefined variables are those that are declared in the program but have not been given any value. If the program tries to read the value of an undefined variable, an undefined value is returned.

Report Error

View answer Workspace Report Error Discuss

4 3417
Q:

'.bak' extension refers to what kind of file?

A) Document B) Movie/Video file
C) Backup file D) Audio file
 
Answer & Explanation Answer: C) Backup file

Explanation:

In computing, ".bak" is a filename extension commonly used to signify a backup copy of a file.

Report Error

View Answer Report Error Discuss

3 3338
Q:

Is MS Word an operating system?

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

False. MS-Word is not an Operating system.


 


Microsoft Word or MS-Word is an Application software developed by the company Microsoft. It allows users to Type and Save documents.

Report Error

View Answer Workspace Report Error Discuss

2 3301
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 3272
Q:

What is immutable object? Can you write immutable object ?

Answer

Immutable classes are Java classes whose objects can not be modified once created. Any modification in Immutable object result in new object. For example is String is immutable in Java. Mostly Immutable are also final in Java, in order to prevent sub class from overriding methods in Java which can compromise Immutability. You can achieve same functionality by making member as non final but private and not modifying them except in constructor.

Report Error

View answer Workspace Report Error Discuss

3 3250