Project Manager Questions


Q:

Can character data be stored in computer memory? 

A) Yes---a primitive data type is used to store characters B) No---computer memory can only store patterns
C) Yes---characters are stored in special memory D) No---computers can only store numbers
 
Answer & Explanation Answer: A) Yes---a primitive data type is used to store characters

Explanation:
Report Error

View Answer Report Error Discuss

7 4982
Q:

A watch which gains uniformly is 2 minutes low at noon on Tuesday and is 4 min 48 sec fast at 2 p.m. on the following Tuesday. When was it correct ?

A) 12 p.m. on Wednesday B) 2 p.m. on Thursday
C) 3 p.m. on Thursday D) 2 p.m. on Wednesday
 
Answer & Explanation Answer: B) 2 p.m. on Thursday

Explanation:

Time from 12 p.m. on Tuesday to 2 p.m. on the following Tuesday = 7 days 2 hours.
= 170 hours.
The watch gains = (2 + 4 x 4/5) min
= 34/5 min. in 170 hrs.
Now, 34/5 min are gained in 170 hrs.
Then, 2 min are gained in (170 x 5/34 x 2) hrs.
Watch is correct after 2 days 2 hrs after 12 p.m. on Tuesday, i.e., it will be correct at 2 p.m. on Thursday.

Report Error

View Answer Report Error Discuss

Filed Under: Clocks
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Network Engineer , Project Manager

9 4902
Q:

What is an Extension of Entity Type?

Answer

The collections of entities of a particular Entity Type are grouped together into an entity set.

Report Error

View answer Workspace Report Error Discuss

26 4891
Q:

The command to eliminate a table from a database is

A) REMOVE TABLE CUSTOMER; B) UPDATE TABLE CUSTOMER;
C) DELETE TABLE CUSTOMER; D) DROP TABLE CUSTOMER;
 
Answer & Explanation Answer: D) DROP TABLE CUSTOMER;

Explanation:

The SQL DROP TABLE statement is used to remove a table definition and all data, indexes,...

Report Error

View Answer Report Error Discuss

36 4810
Q:

Only For Geniuses

Solve this MathPuzzle if you can?

num11515666627.jpg image

Answer

Let the required number be 'X'


Condition 1 :  


XX = 2X  => 2X2 = X => X = 12


 


Condition 2 :


X × X = X2=> X = 12


 


Therefore, 12 is the number which becomes double when it is divided by itself and becomes half when it is multiplied by itself.


 

Report Error

View answer Workspace Report Error Discuss

17 4769
Q:

What operator tests column for the absence of data?

A) NOT operator B) IS NULL operator
C) EXISTS operator D) All of the above
 
Answer & Explanation Answer: B) IS NULL operator

Explanation:

SELECT "column_name"


FROM "table_name"


WHERE "column_name" IS NULL.

Report Error

View Answer Report Error Discuss

1 4687
Q:

How important is positive attitude to you ?

Answer

With a positive attitude you see the bright side of life, become optimistic, and expect the best to happen. It is certainly a state of mind that is well worth developing. Not only it enriches one’s experience of life, but it also paves the way for self-development leading one towards attaining the desired results. As regards employment, it is a valuable thing to maintain positive attitude. Whether you are a manager or a subordinate, maintaining positive attitude in the work place brings lots of benefits while allowing you to fulfill your objectives successfully.
A positive frame of mind can help you in many ways, such as:
- Making you feel inspired.
- Identification.
- Believing in yourself and in your abilities.
- You look for solutions, instead of dwelling on problems.
- The most important thing is building relations.

Report Error

View answer Workspace Report Error Discuss

52 4663
Q:

In latest generation computers, the instructions are executed

A) Sequentially only B) Parallelly only
C) Both sequentially and parallelly D) None of the above
 
Answer & Explanation Answer: C) Both sequentially and parallelly

Explanation:

In_latest_generation_computers,_the_instructions_are_executed1556257673.jpg image

 

In latest generation computers, the instructions are executed both sequencially and parallelly.

Report Error

View Answer Report Error Discuss

3 4642