IT Trainer Questions


Q:

Find the odd one out of the floowing number series?

270, 261, 279, 252, 289, 243

A) 270 B) 279
C) 289 D) 243
 
Answer & Explanation Answer: C) 289

Explanation:

Here the given number series is 270, 261, 279, 252, 289, 243

270 - 9 = 261

261 + 18 = 279

279 - 27 = 252

252 + 36 = 288 (not equals to 289)

288 - 45 = 243

 

Hence, the odd number in the given number series is 289.

Report Error

View Answer Report Error Discuss

5 44786
Q:

Storage capacity of magnetic disk depends on

A) disk pack in disk surface B) tracks per inch of surface
C) bits per inch of tracks D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Magnetic disk is a kind of data storage device. Storage capacity of magnetic disk depends on 

1. tracks per inch of surface

2. bits per inch of tracks

3. disk pack in disk surface

 

It can be shown as ::

 

magnetic_disc1532069041.jpg image

Report Error

View Answer Report Error Discuss

136 44499
Q:

Find the odd man out?

16, 254, 1296, 4096, 10000

A) 16 B) 254
C) 1296 D) 10000
 
Answer & Explanation Answer: B) 254

Explanation:

The given series 16, 254, 1296, 4096, 10000 follows a pattern that

 

24, 44, 64, 84, 104,...

Hence, the odd man in the series is 4 x 4 x 4 x 4 = 256 not 254.

Report Error

View Answer Report Error Discuss

3 44163
Q:

Yard is to Fence as Cell is to

A) Mitochondria B) Cytoplasm
C) Membrane D) Nucleus
 
Answer & Explanation Answer: C) Membrane

Explanation:

Fence protects the Yard & Membrane protects the Cell.

Fence surrounds the Yard and allows the certain objects in & out of it whereas a Membrane surrounds the Cell & only allows specific nutrients inside of it.

Hence, Yard is to Fence as Cell is to Membrane.

Report Error

View Answer Report Error Discuss

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

62 44114
Q:

What is the Full Form of INTERNET ?

Answer

what_is_the_full_form_of_internet1543382839.jpg image


'Internet' is the shortened form of 'INTERnational-NETwork' which is the interconnected network of all the Web Servers worldwide. It is often called the 'World Wide Web'. 

Report Error

View answer Workspace Report Error Discuss

418 43588
Q:

Find the next number in the sequence?

28, 16, 28, 76, 274

A) 1233 B) 1243
C) 1256 D) 1276
 
Answer & Explanation Answer: B) 1243

Explanation:

Given number sequence is 28, 16, 28, 76, 274

Here the sequence follows a pattern that

28

28 x 0.5 + 2 = 14 + 2 = 16

16 x 1.5 + 4 = 24 + 4 = 28

28 x 2.5 + 6 = 70 + 6 = 76

76 x 3.5 + 8 = 266 + 8 = 274

274 x 4.5 + 10 = 1233 + 10 = 1243

 

Hence, the next number in the given number sequence is 1243.

Report Error

View Answer Report Error Discuss

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

1 42611
Q:

 What is the string contained in s after following lines of code?

StringBuffer s = new StringBuffer(“Hello”); s.deleteCharAt(0);  ?

A) llo B) Hllo
C) ello D) H
 
Answer & Explanation Answer: C) ello

Explanation:

deleteCharAt() method deletes the character at the specified index location and returns the resulting StringBuffer object.

So after deleting the character at 0 ie 'H', the string returns 'ello' as the output.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Analyst , IT Trainer

3 41820
Q:

Find the next number in the given number series?

50, 51, 47, 56, 40, ?

A) 58 B) 65
C) 76 D) 81
 
Answer & Explanation Answer: B) 65

Explanation:

The given number series is 50, 51, 47, 56, 40, ?

 

5050 + 12 = 5151 - 22 = 4747 + 32 = 5656 - 42 = 4040 + 52 = 65

 

Hence, the next number in the given number series is 65.

Report Error

View Answer Report Error Discuss

3 41732