Project Manager Questions


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 3375
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 3339
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 3339
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

22 3277
Q:

The Study of Universe is called

A) Universology B) Cosmetology
C) Petology D) Cosmology
 
Answer & Explanation Answer: D) Cosmology

Explanation:

Cosmology is the scientific study of the large scale properties of the universe as a whole. It endeavors to use the scientific method to understand the origin, evolution and ultimate fate of the entire Universe.

Depending on the outcome of the observations, the theories will need to be abandoned, revised or extended to accommodate the data. The prevailing theory about the origin and evolution of our Universe is the so-called Big Bang theory.

Report Error

View Answer Report Error Discuss

7 3221
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 3176
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 3161
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 3158