IT Trainer Questions


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 4670
Q:

Find the Missing Number Puzzle for the Given

number011517998001.jpg image

A) 8 B) 16
C) 9 D) 12
 
Answer & Explanation Answer: C) 9

Explanation:

Given

 

6 = 3 => Number of letters in SIX = 3

 

12 = 6 => Number of letters in TWELVE = 6

 

14 = 8 => Number of letters in FOURTEEN = 8

 

Similarly,

 

22 = 9 => Number of letters in TWENTY TWO = 9

 

 

 

 

 

Therefore, 22 = 9.

Report Error

View Answer Report Error Discuss

18 4669
Q:

Inside an interface when should the variables be initialized?

A) Globally B) Whenever required
C) Inside a function D) During the time of declaration
 
Answer & Explanation Answer: D) During the time of declaration

Explanation:

They should be initialized during the time of declaration itself otherwise it is a compilation eror

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: IT Trainer

0 4623
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 4609
Q:

What is conversion operator ?

Answer

Class can have a public method for specific data type conversions.
for example:
class B
{
double value;
public  B(int i )
operator double()
{
return value;
}
};
B BObject;
double i = BObject; // assigning object to variable i of type double.
now conversion operator gets called to assign the value.

Report Error

View answer Workspace Report Error Discuss

11 4609
Q:

Galileo was an Italian Astronomer who

A) Discovered 4 satellites of Mars B) Developed the Telescope
C) Discovered that the movement of pendulum produces a regular time measurement D) Both B & C
 
Answer & Explanation Answer: D) Both B & C

Explanation:

Galileo Galilei (1564-1642) was an Italian Astronomer who

1) Discovered 4 satellites of Jupiter

2) Developed Telescope

3) Discovered that the movement of pendulum produces a regular time measurement

 

Galileo_was_an_Italian_Astronomer_who1559023780.png image

 

He is Physicist, Mathematician, inventor, and philosopher Too.

Report Error

View Answer Report Error Discuss

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

6 4598
Q:

IF YOU HAVE ME, YOU WANT TO SHARE ME. IF YOU SHARE ME, YOU HAVEN'T GOT ME. WHAT AM I?

Answer

A Secret is what you want to share if you have with you. And if you share that secret with anyone, then secret will not be with you only.

Report Error

View answer Workspace Report Error Discuss

24 4565
Q:

Which of the following method declarations are allowed inside interface?

A) public void m1() B) private void m1()
C) protected void m1() D) abstract public void m1()
 
Answer & Explanation Answer: D) abstract public void m1()

Explanation:

Inside an interface every method will be by default abstract and public

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: IT Trainer

0 4558