IT Trainer Questions


Q:

Which of the following is Not a form of Energy?

A) Heat B) Sound
C) Motion D) Pressure
 
Answer & Explanation Answer: D) Pressure

Explanation:

Pressure is Not a form of Energy.

 

Energy : It is defined as the ability to do work.

Energy comes in two basic forms. They are :

1. Potential Energy

2. Kinetic Energy

 

Potential Energy is any type of stored energy. It can be chemical, nuclear, gravitational, or mechanical.

Kinetic Energy is found in movement. An airplane flying or a meteor plummeting each have kinetic energy. Even the tiniest things have kinetic energy, like atoms vibrating when they are hot or when they transmit sound waves. Electricity is the kinetic energy of flowing electrons between atoms.

Report Error

View Answer Report Error Discuss

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

6 3255
Q:

What is the difference between int and int32 ?

Answer

There is no difference between int and int32. System. Int is an alias name for System.Int32 which is a .Net Class.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Analyst , IT Trainer

1 3255
Q:

Which continent has the least countries?

A) Africa B) South America
C) Antarctica D) Europe
 
Answer & Explanation Answer: C) Antarctica

Explanation:

Africa - 54 countries

South America - 12 countries

Antarctica - 0 countries

Europe - 43 countries.

 

Hence, Antarctica continent has the least countries.

Report Error

View Answer Report Error Discuss

0 3254
Q:

What is a Contact Force and explain with an example?

Answer

A Contact force is a force applied to a body by another body that is in contact with it. Contact force acts on a point of direct contact between the two objects. This force can either be continuous as a continuous force or can be momentary in the form of an impulse. Contact force is governed by Newton’s Laws.


Examples :: Contact force is responsible for most of the interactions we experience in the daily life.


1. Writing your name with a pen, pushing a car up a hill, lifting an object, etc...


2. Kicking a ball, hammering a nail, etc...


are some of the everyday examples where contact forces are at work.


In the first case, the force is continuously applied by the person on the car or pen or an object while in the second case the force is delivered in a short impulse.


 


Contact forces are often decomposed into orthogonal components


one perpendicular to the surface in contact called the normal force, and


one parallel to the surface in contact, called the friction force.

Report Error

View answer Workspace Report Error Discuss

Subject: Physics Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer , Network Engineer

3 3244
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 3241
Q:

In each question given below four conclusions are followed by statements. You have to take the three given statements to be true (even if they seem to be at variance from the commonly known facts). Read the conclusions and decide which of the following set of statement indicate that conclusion is logically follows.

Statements :
1. All chairs are tents.

2. No chairs is jugs.

3. No jugs is glasses.

4. No glasses is pots.

Conclusions :
I. All pots are tents.

II. All glasses are chair.

III. Some jugs are tents.

A) Only conclusion I follows B) Both conclusion II & III follows
C) None follows D) Only conclusion II follows
 
Answer & Explanation Answer: C) None follows

Explanation:
Report Error

View Answer Report Error Discuss

5 3241
Q:

What are Spring beans ?

Answer

The Spring Beans are Java Objects that form the backbone of a Spring application. They are instantiated, assembled, and managed by the Spring IoC container. These beans are created with the configuration metadata that is supplied to the container.
Beans defined in spring framework are singleton beans. There is an attribute in bean tag named "singleton" if specified true then bean becomes singleton and if set to false then the bean becomes a prototype bean. By default it is set to true. So, all the beans in spring framework are by default singleton beans.

Report Error

View answer Workspace Report Error Discuss

Subject: Java
Job Role: Analyst , IT Trainer

4 3241
Q:

What is an error in a program called

A) Power fail B) Crash
C) Virus D) Bug
 
Answer & Explanation Answer: D) Bug

Explanation:

In computer technology, a coding error in a computer program is called a bug.

Report Error

View Answer Report Error Discuss

2 3238