Questions

Q:

By default, a real number is treated as a

A) Integer B) Float
C) Double D) Long double
 
Answer & Explanation Answer: B) Float

Explanation:

By default, a real number is treated as a float variable.

Report Error

View Answer Report Error Discuss

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

29 15076
Q:

The KeyPress event will capture pressing the key

A) control. B) A.
C) Both a and b. D) shift.
 
Answer & Explanation Answer: B) A.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

10 15073
Q:

What part of a check is the least important?

A) Memo line B) The check number
C) Routing number D) Signature line
 
Answer & Explanation Answer: A) Memo line

Explanation:

The parts of a check are :

 

1. Name & Address

2. Date

3. Pay to the order of

4. Written amount

5. Numeric amount box

6. For or Memo line 

7. Signature line

8. Check number

9. Account number

10. Bank name etc... 

mb_check_labeled1530955248.gif image

 

Hence, the Memo line which describes the purpose of the check is of least important in all the parts of a check.

Report Error

View Answer Report Error Discuss

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

15 15066
Q:

Which of the following features is the product of vulcanicity

A) Geosyncline B) Escarpment
C) Atoll D) Fold mountain
 
Answer & Explanation Answer: C) Atoll

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

31 15062
Q:

What color does blue and yellow make?

A) Green B) Black
C) Red D) White
 
Answer & Explanation Answer: A) Green

Explanation:

Mixing of blue and yellow colors make Green Color.

                                 400px-Color_mixture.svg_1521793884.png image

 

RYB (an abbreviation of red–yellow–blue) is a historical set of colors used in subtractive color mixing and is one commonly used set of primary colors. It is primarily used in art and design education, particularly painting.

RYB predates modern scientific color theory, which has determined that cyan, magenta, and yellow are the best set of three colorants to combine, for the widest range of high-chroma colors.

Report Error

View Answer Report Error Discuss

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

2 15041
Q:

Which High Court for the first time in India declared "Bandh" as illegal

A) Allahabad High Court B) Gujarat High Court
C) Kerala High Court D) Rajasthan High Coutrt
 
Answer & Explanation Answer: C) Kerala High Court

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

24 15033
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

9 14998
Q:

What Does My Name Mean, If my Mother is a Mathematician, and my Father is a Chemist. And they gave a Code to My Name as "Iron59".

Crack my Name?

A) Elix B) Alex
C) Selix D) Felix
 
Answer & Explanation Answer: D) Felix

Explanation:

Here my name "Iron59" means Felix.

Since my father is a chemist he gave code Iron for Fe as chemical symbol for Iron is Fe and my mother is a mathematician she gave 59 for Lix as Roman word for 59 is Lix.

 

Hence my name is FELIX.

Report Error

View Answer Report Error Discuss

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

17 14987