IT Trainer 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 2928
Q:

SNOBOL is mainly used for

A) Text Operation B) String operations
C) List operations D) Numerical operations
 
Answer & Explanation Answer: B) String operations

Explanation:

SNOBOL is a high-level computer programming language used especially in manipulating textual data. It is mainly used for string operations and was developed between 1962 and 1967.

Report Error

View Answer Report Error Discuss

11 2921
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 2921
Q:

Which of the following is not a relational database?

A) 4th Dimension B) Reflex
C) dBASE IV D) FoxPro
 
Answer & Explanation Answer: B) Reflex

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: SQL
Job Role: Database Administration , IT Trainer

1 2919
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 2919
Q:

At what temperature (in Fahrenheit) pure water freezes?

A) 0 B) 17
C) 32 D) 39
 
Answer & Explanation Answer: C) 32

Explanation:

32oFWe know that T(°F) = T(°C) × 1.8 + 3232(°F) = 0(°C)

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank PO , Database Administration , IT Trainer

10 2915
Q:

Makaibari is the costliest variety of what?

A) Coffee B) Pepper
C) Tea D) Water
 
Answer & Explanation Answer: C) Tea

Explanation:

Makaibari is the world's first tea factory and was established in 1859 in Darjeeling, West Bengal. 

 

It is most expensive tea in India which costs around 1.12 lakhs for 1 kg of tea.

 

Hence, Makaibari is the costliest variety of Tea.

Report Error

View Answer Report Error Discuss

6 2910
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 2909