Questions

Q:

________ is the process of dividing the disk into tracks and sectors

A) Tracking B) Formatting
C) Crashing D) Allotting
 
Answer & Explanation Answer: B) Formatting

Explanation:

The process of dividing the disk into tracks and sectors is called as formatting.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

436 71521
Q:

Rearrange the parts of the sentence in correct order.

 

After walking around

P-­to quench their thirst
Q­-a bit, the women searched
R­-for a hand pump

 

A) RQP B) QRP
C) PRQ D) PQR
 
Answer & Explanation Answer: B) QRP

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 71500
Q:

Rearrange the parts of the sentence in correct order.

 

It is hard to

P-­of some
Q­-miss the political significance
R­-of these beneficiaries

 

A) PQR B) RQP
C) QPR D) RPQ
 
Answer & Explanation Answer: C) QPR

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 71396
Q:

Rearrange the parts of the sentence in correct order.

 

A significant number

P-­in the rural non-­farm sector
Q-­to be created
R­-of these jobs will have

 

A) QRP B) RQP
C) PRQ D) PQR
 
Answer & Explanation Answer: B) RQP

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 71338
Q:

public abstract interface Frobnicate { public void twiddle(String s); } 

Which is a correct class?

A) public abstract class Frob implements Frobnicate { public abstract void twiddle(String s) { } } B) public abstract class Frob implements Frobnicate { }
C) public class Frob extends Frobnicate { public void twiddle(Integer i) { } } D) public class Frob implements Frobnicate { public void twiddle(Integer i) { } }
 
Answer & Explanation Answer: B) public abstract class Frob implements Frobnicate { }

Explanation:

B is correct, an abstract class need not implement any or all of an interface’s methods

Report Error

View Answer Report Error Discuss

Filed Under: Programming

22 71291
Q:

Rearrange the parts of the sentence in correct order.

Do people take

P-­rejection of every candidate?
Q-­the trouble to go and
R­-vote only to register their

A) RQP B) RPQ
C) PRQ D) QRP
 
Answer & Explanation Answer: D) QRP

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 71253
Q:

Match List -I with List -II and select the correct answer using the code given below the Lists :

            List -I                               List-II

(Compound/Molecule)         (Shape of Molecule)

A. CH3F                            1. Trigonal planar

B. HCHO                           2. Tetrahedral

C. HCN                             3. Trigonal pyramidal

D. NH3                             4. Linear

A) 2 4 1 3 B) 2 1 4 3
C) 3 4 1 2 D) 3 1 4 2
 
Answer & Explanation Answer: B) 2 1 4 3

Explanation:

HCHO: The carbon and and the oxygen are bonded through a double bond which counts as "one electron pair". Hence the molecule has three electron pairs and is trigonal planar.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 71210
Q:

In HTML, ______________ is at the bottom of the page and usually contains disclaimers, copyright information etc.

 

A) Header area B) Menu bar
C) Body of the page D) Footer area
 
Answer & Explanation Answer: D) Footer area

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

54 71199