Project Manager Questions


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

3 3334
Q:

Digitized information can be used by computers.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

TRUE. The computers and electronic devices use digitized information which is easily understood by them.


 


Digitization is the process of converting analog signals or information of any form into a digital format that can be understood by computer systems or electronic devices. The term is used when converting information, like text, images or voices, and sounds, into binary code.

Report Error

View Answer Workspace Report Error Discuss

5 3267
Q:

Difference between Candidate key and Primary key?

Answer

Candidate Key – A Candidate Key can be any column or a combination of columns that can qualify as unique key in database. There can be multiple Candidate Keys in one table. Each Candidate Key can qualify as Primary Key. 


Primary Key – A Primary Key is a column or a combination of columns that uniquely identify a record. Only one Candidate Key can be Primary Key.






        • One needs to be very careful in selecting the Primary Key as an incorrect selection can adversely impact the database architect and future normalization. For a Candidate Key to qualify as a Primary Key, it should be Non-NULL and unique in any domain.




Report Error

View answer Workspace Report Error Discuss

6 3222
Q:

Alone I am 24th, with a friend I am 20. Another friend and I am unclean. What am I?

Answer

The answer is 'X'.


1. It is the 24th letter in the alphabetical order.


2. XX (20 in Roman)


3. XXX is used to refer dirty.

Report Error

View answer Workspace Report Error Discuss

7 3217
Q:

When was the Internet available to the Public?

A) 1970 B) 1980
C) 1990 D) 2000
 
Answer & Explanation Answer: C) 1990

Explanation:

Internet service providers (ISP's) emerged in the late 1980's and early 1990's.

The ARPANET was decommissioned in 1990.

By 1995, the Internet was fully commercialized in the U.S., when the NSFNet was decommissioned, removing the last restrictions on use of the Internet to carry commercial traffic.

Report Error

View Answer Report Error Discuss

6 3146
Q:

Which technology is used in compact disc or disks?

A) Laser B) Mechanical
C) Electrical D) Electro magnetic
 
Answer & Explanation Answer: A) Laser

Explanation:

                                    Which_technology_is_used_in_compact_disc_or_disks1538026052.jpg image

Compact disc (CD) is a digital optical disc data storage format that was co-developed by Philips and Sony and released in 1982. 

These are actually made to replace floppy disks that were used to store files and programs from the computer.

 

The format was originally developed to store and play only sound recordings but was later adapted for storage of data (CD-ROM).ese CD's uses Laser technology.

Report Error

View Answer Report Error Discuss

5 3091
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 3035
Q:

Which Word Does Not Belong with the Others

A) VDU B) Speakers
C) Plotter D) Joystick
 
Answer & Explanation Answer: D) Joystick

Explanation:

Here Joystick is the word doesn't belong with the others.

Because Except Joystick all others are Output Devices whereas Joystick is Input Device.

VDU - Visual Display Unit - Monitor to display

Speakers - Output sound

Plotter - used to produce single or multiple colored images.

Report Error

View Answer Report Error Discuss

49 3016