Database Administration Questions


Q:

public static void main string[] args Meaning is?

Answer

Here in this declaration public static void main string[] args, each keyword has its importance.


 


1. public - Here public is an access specifier which allows the main method to be accessible everywhere.


 


2. static - static helps the main method to get loaded without getting called by any instance/object.


 


3. void - void clarifies that the main method will not return any value.


 


4. main - It's the name of the method.


 


5. String[] args - Here we are defining a String array to pass arguments at the command line. args is the variable name of the String array.

Report Error

View answer Workspace Report Error Discuss

8 2904
Q:

Which key is used for the last action?

A) Ctrl + D B) Alt + Z
C) Ctrl + Z D) Alt + D
 
Answer & Explanation Answer: C) Ctrl + Z

Explanation:

For undo the action or last action [Ctrl + Z] is used.

Report Error

View Answer Report Error Discuss

7 2903
Q:

What travels around the world and stays in one spot?

A) Slippers B) Walking stick
C) Stamps D) None of the above
 
Answer & Explanation Answer: C) Stamps

Explanation:

Stamps are what travel around the worldstaying in one spot. Slippers and walking stick can also travel around the world but they will not stay at one spot. So they are eliminated.

Report Error

View Answer Report Error Discuss

3 2899
Q:

The no of entities participating in a relation is called

A) Relation B) Degree of relationship
C) Recursive relationship D) None of the above
 
Answer & Explanation Answer: B) Degree of relationship

Explanation:

The no of entities participating in relation is called Degree of relationship

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Database Administration

0 2892
Q:

What place is designated as 0 degrees longitude?

A) Greenwich B) Prime meridian
C) Tibet D) Norway
 
Answer & Explanation Answer: A) Greenwich

Explanation:

The place which is designated as 0 degrees longitude is Greenwich, England.

Report Error

View Answer Report Error Discuss

1 2888
Q:

I have 9 letters, Nobody can read without me, 4+5+6 is an animal, 7 is me, 3 is u, 2+8+9+1 is completed. Who am I ?

A) Literature B) Dictionary
C) Education D) Dedication
 
Answer & Explanation Answer: C) Education

Explanation:

The answer is EDUCATION

 

4,5,6 make up the word cat,

7th is 'i' which means me,

3rd letter is 'u' which mean you,

2,8,9,1 make up the word done, which means completed

and nobody can read without education.

Report Error

View Answer Report Error Discuss

6 2882
Q:

Which of the following is the largest unit of information?

A) 1 TB B) 1 GB
C) 1 MB D) 1 KB
 
Answer & Explanation Answer: A) 1 TB

Explanation:

1 TB  >  1 GB  >  1 MB  >  1 KB

 

1 Tb (Tera Byte) = 1024 GB

 

1 GB (Giga Byte) = 1024 MB

 

1 MB (Mega Byte) = 1024 KB

 

1 KB (Kilo Byte) = 1024 Bytes

 

1 Byte = 8 Bit

 

Hence, largest unit of information is TB (Tera Byte) and smallest unit of information is Bit.

 

Report Error

View Answer Report Error Discuss

4 2879
Q:

An image created to accompany words is called

A) A Heirogylph B) An Illustration
C) A Logo D) An Icon
 
Answer & Explanation Answer: B) An Illustration

Explanation:

An Illustration is a visual image created to accompany words to depict them.

Report Error

View Answer Report Error Discuss

1 2876