Project Manager Questions


Q:

What kind of Room has No Doors or Windows

Answer

Mushroom.

Report Error

View answer Workspace Report Error Discuss

2 1980
Q:

What is a word made up of 4 letters, yet is also made up of 3. Everything is written with 9 letters, and then with 4. Rarely consists of 6, and never is written with 5.

Answer

The Riddle itself has the Answers.


What is a 4 letter word


Yet is written in 3 letters


Everything is written with 9 letters


Then with 4 letters


Rarely has 6 letters


Never is written in 5 letters.

Report Error

View answer Workspace Report Error Discuss

9 1978
Q:

How many bits are in a MAC address?

A) 64 B) 48
C) 32 D) 16
 
Answer & Explanation Answer: B) 48

Explanation:

MAC - Media Access Control, address is a globally unique identifier assigned to network devices, and therefore it is often referred to as hardware or physical address.

 

MAC addresses are 6-byte (48-bits) in length, and are written in MM:MM:MM:SS:SS:SS format.

Report Error

View Answer Report Error Discuss

0 1973
Q:

A subquery in an sql select statement.

Answer

A Subquery or Inner query or a Nested query is a query within another SQL query and embedded within the WHERE clause.


Subqueries are most frequently used with the SELECT statement. The basic syntax is as follows::


SELECT column_name [, column_name ]
FROM table1 [, table2 ]
WHERE column_name OPERATOR
(SELECT column_name [, column_name ]
FROM table1 [, table2 ]
[WHERE])



A subquery is used to return data that will be used in the main query as a condition to further restrict the data to be retrieved.


Subqueries can be used with the SELECT, INSERT, UPDATE, and DELETE statements along with the operators like =, <, >, >=, <=, IN, BETWEEN, etc.


 


There are a few rules that subqueries must follow −


 


1. Subqueries must be enclosed within parentheses.


2. A subquery can have only one column in the SELECT clause, unless multiple columns are in the main query for the subquery to compare its selected columns.


3. An ORDER BY command cannot be used in a subquery, although the main query can use an ORDER BY. The GROUP BY command can be used to perform the same function as the ORDER BY in a subquery.


4. Subqueries that return more than one row can only be used with multiple value operators such as the IN operator.


5. The SELECT list cannot include any references to values that evaluate to a BLOB, ARRAY, CLOB, or NCLOB.


6. A subquery cannot be immediately enclosed in a set function.


7. The BETWEEN operator cannot be used with a subquery. However, the BETWEEN operator can be used within the subquery.

Report Error

View answer Workspace Report Error Discuss

0 1958
Q:

Statement: Properly fed and starved monkeys were made to run through a network of paths designed as a puzzle. It was observed that the starved monkeys could not run faster. This proved that the people with lower intelligence in poor countries are a victim of malnutrition.
Course of action:
a. The effects of nutrition on the intelligence of the monkeys is parallel to those on human beings.
b. Captive monkeys are more intelligent than wild monkeys.

A) Only b follows B) Only a follows
C) Both a & b follows D) Neither a nor b follows
 
Answer & Explanation Answer: B) Only a follows

Explanation:

The proper nourishment will make the monkeys or human beings work properly. So, the course of action I follows. Course of action II does not follow as there is no information about captive or wild monkeys.

Report Error

View Answer Report Error Discuss

4 1952
Q:

In HTML, ___________ tag is used to construct drop-down list boxes and scrolling list boxes.

A) <SELECT> B) <OPTION>
C) <TEXTAREA> D) <INPUT>
 
Answer & Explanation Answer: A) <SELECT>

Explanation:
Report Error

View Answer Report Error Discuss

9 1926
Q:

On BBC World News channel last night they showed an informative program about new innovations in medical imaging, which you would have found interesting.

A) there was an informative program about innovations in medical imaging, a program you would have found interesting. B) they showed an informative program about innovations in medical imaging, which you would have found interesting.
C) there was an informative program about new innovations in medical imaging, that you would have found interesting. D) they showed an informative program about new innovations in medical imaging, which you would have found interesting.
 
Answer & Explanation Answer: A) there was an informative program about innovations in medical imaging, a program you would have found interesting.

Explanation:

They is incorrect when talking of the television channel.

New is redundant.

And which must have a clear antecedent.

 

Hence, Only Option A satisfies and clears all the flaws in the given sentence.

Report Error

View Answer Report Error Discuss

5 1916
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

0 1889