Project Manager Questions


Q:

The intersection of a column and a row

A) Cell B) Menu
C) Key D) Field
 
Answer & Explanation Answer: A) Cell

Explanation:

The intersection of a column and a row in a spread sheet is called as a cell or a bon.

Report Error

View Answer Report Error Discuss

5 5151
Q:

The depth of a complete binary tree is given by

A) Dn = log 2 (n+1) B) Dn = log 1/2 (n+1)
C) Dn = log (n+1) D) Dn = log 2 (n-1)
 
Answer & Explanation Answer: A) Dn = log 2 (n+1)

Explanation:

A complete binary tree is a binary tree where all the levels have maximum number of nodes except possibly the last level.

 

The depth of complete binary tree of n nodes will be Dn=log 2 (n+1) where Dn is the height or depth of the tree and n is the number of nodes.

Report Error

View Answer Report Error Discuss

9 5098
Q:

Values that are used to end loops are referred to as _____ values.

A) stop B) sentinel
C) end D) finish
 
Answer & Explanation Answer: B) sentinel

Explanation:
Report Error

View Answer Report Error Discuss

4 5097
Q:

Which of the following type casts will convert an Integer variable named amount to a Double type ?

A) (int to double) amount B) int (amount) to double
C) int to double(amount) D) (double) amount
 
Answer & Explanation Answer: D) (double) amount

Explanation:
Report Error

View Answer Report Error Discuss

6 5015
Q:

A collection of interrelated records is called a

A) Datasheet B) Spreadsheet
C) Database D) Utility File
 
Answer & Explanation Answer: C) Database

Explanation:
Report Error

View Answer Report Error Discuss

5 4830
Q:

Which one of the following sorts rows in SQL?

A) ORDER BY B) GROUP BY
C) SORT BY D) ALIGN BY
 
Answer & Explanation Answer: A) ORDER BY

Explanation:
Report Error

View Answer Report Error Discuss

0 4808
Q:

The flow of information through MIS is

A) organization dependent B) information dependent
C) management dependent D) need dependent
 
Answer & Explanation Answer: D) need dependent

Explanation:

The flow of information through MIS - Management Information System is Need dependent.

The backbone of any organization is Information. The information of MIS comes from both internal and external sources.

Report Error

View Answer Report Error Discuss

5 4801
Q:

Which of the fallowing is not a leap year?

A) 2000 B) 2008
C) 2009 D) 2012
 
Answer & Explanation Answer: C) 2009

Explanation:

Leap year means the year that can be divisible by 4. From the above options 2009 is not divisible by 4. So it is not a leap year.

Report Error

View Answer Report Error Discuss

44 4792