IT Trainer Questions


Q:

Father of Indian Engineering -

A) James Hickey B) Dr. M.S. Swaminathan
C) Nandalal Bose D) M.Visweswariah
 
Answer & Explanation Answer: D) M.Visweswariah

Explanation:

M.Visweswariah is known as the Father of Indian Engineering.

 

Father of Indian Printing - James Hickey

Father of Indian Green Revolution - Dr. M.S. Swaminathan

Father of Indian Painting - Nandalal Bose.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

3 3331
Q:

Which protocol does ping use?

A) ICMP B) TCP
C) BootP D) ARP
 
Answer & Explanation Answer: A) ICMP

Explanation:

ICMP means Internet Control Message Protocol and is always coupled with the IP protocol (There are 2 ICMP variants one for IPv4 and one for IPv6.) echo request and echo response are the two operation codes of ICMP used to implement ping.

Report Error

View Answer Report Error Discuss

4 3320
Q:

Which of the following is system software?

A) MS Paint B) MS Excel
C) MS Word D) MS Windows
 
Answer & Explanation Answer: D) MS Windows

Explanation:

We know that, the collection of programs which performs specific tasks in a computer is called as software. Software in a computer is of two types. They are :

 

1. Aplication Software

2. System Software

 

System software is a computer program that performs the basic functionaility of a computer i.e, running a systems hardware and applications like loading programs, saving data, displaying, etc...

Report Error

View Answer Report Error Discuss

2 3310
Q:

What is an error-first callback ?

Answer

Error-first callbacks are used to pass errors and data as well. You have to pass the error as the first parameter, and it has to be checked to see if something went wrong. Additional arguments are used to pass data.


 


fs.readFile(filePath, function(err, data) {
if (err) {
// handle the error, the return is important here
// so execution stops here
return console.log(err)
}
// use the data object
console.log(data)
})

Report Error

View answer Workspace Report Error Discuss

2 3309
Q:

Which of the following is a secondary air pollutant?

A) Acid rain B) SO2
C) CO2 D) Dust particles
 
Answer & Explanation Answer: A) Acid rain

Explanation:

Secondary pollutants include ozone, which is formed when hydrocarbons (HC) and nitrogen oxides (NOx) combine in the presence of sunlight.

 

Whereas Primary pollutant are those pollutants that are directly emitted from their sources, like CO2, CO, SO2 as these gases are directly emitted form burning of fossil fuels.

 

Acid rain, which is formed when sulfur dioxide or nitrogen oxides react with water, sulfuric acid etc.

 

Hence, Acidrain is a secondary air pollutant.

 

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

5 3308
Q:

X2+X2 =

A) 4X B) 2X
C) 2X^2 D) X/2
 
Answer & Explanation Answer: C) 2X^2

Explanation:

Here the given expression, 

X2 + X is an algebraic expression. Here in this expression the terms are like terms. Now to add them, add their coefficients.

Here in the given expression, the like terms are two X

Hence, adding their coefficients i.e, 1 + 1 = 2

Therefore, 

 

X2 + X2 = 2X2.

Report Error

View Answer Report Error Discuss

Filed Under: Mathematical Operations
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: IT Trainer , Bank PO , Bank Clerk , Analyst

14 3306
Q:

What does submissive mean in a relationship?

Answer

Being submissive to somebody is to acknowledge somebody to be in a greater authority than you are.


Submissive mean in a relationship is you obey that person without complaining or arguing about it.


 


In short, a submissive is a person who enjoys giving control of themselves to their life partners.

Report Error

View answer Workspace Report Error Discuss

0 3305
Q:

What is the term used in tennis when the score is 40-40?

A) Ace B) Led
C) Deuce D) Tie
 
Answer & Explanation Answer: C) Deuce

Explanation:

When both sides have won the same number of points then: when each side has won one, or two, points, the score is described as "15-all" and "30-all" (or "15-up" and "30-up"), respectively.

However, if each player has won three points, the score is called as "deuce", not "40–all". From that point on in the game, whenever the score is tied, it is described as "deuce", regardless of how many points have been played.

Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

4 3303