Project Manager Questions


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 4409
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 4351
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 4247
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 4153
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 4017
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 3894
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 3861
Q:

Which of the following is Not an Operating System?

A) UNIX B) Windows NT
C) C++ D) DOS
 
Answer & Explanation Answer: C) C++

Explanation:

C++ is not an Operating System.

 

An Operating System is a collection of system programs that manages all the other programs application programs in a computer as well as the allocation and use of hardware resources such as the CPU, Memory and the Hard Disk Drive.

It acts as an interface between the hardware and the user level program.

It controls and facilitates the overall operation of a computer. 

 

Here

UNIX : UNIX is a popular multi-user, multitasking operating system (OS) developed at Bell Labs.

 

Windows NT : Windows NT is a family of operating systems produced by Microsoft, the first version of which was released in July 1993.

 

DOS : DOS is Disk Operating System. The term DOS can refer to any operating system.

 

C++ : C++ is a programming language and computing platform.

 

Hence, C++ is not an Operating System.

Report Error

View Answer Report Error Discuss

6 3826