Questions

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

3 6057
Q:

The first speaker of the Lok Sabha was 

A) GV Mavlankar B) Hukum Singh
C) MA Ayyangar D) GS Dhillon
 
Answer & Explanation Answer: A) GV Mavlankar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

22 6055
Q:

Improve the bracketed part of the sentence.

 

You can play video games and paint or (draw) from anywhere.

 

A) be drawing B) can draw
C) could draw D) no improvement
 
Answer & Explanation Answer: D) no improvement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 6054
Q:

Kilohertz is a unit which measures

A) Electromagnetic radio wave frequencies B) Electric resistance
C) Power used by a current of one ampere D) Voltage
 
Answer & Explanation Answer: A) Electromagnetic radio wave frequencies

Explanation:

The hertz (Hz) is defined as one cycle per second and is a SI unit of frequency. Here kilohertz is also a unit of frequency of waves and is defined as 1000 cycles per second. Radio waves are measured in kilohertz (KHz).

 

Kilohertz_is_a_unit_which_measures1561453991.jpg image

Report Error

View Answer Report Error Discuss

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

6 6053
Q:

Who invented fuel cells in 1839?

A) Buckminster Fuller B) Sir William Grove
C) Sylvester Graham D) Joyce Hall
 
Answer & Explanation Answer: B) Sir William Grove

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

11 6050
Q:

Solve this logical Math puzzle?

logical_thinking_puzzle1536132282.jpg image

Answer

Let that something be 'x'


From the given data,


x + x/5 = 21


5x + x/5 = 21


6x = 21 x 5


=> x = 17.5


 


Hence, that something is x = 17.5.

Report Error

View answer Workspace Report Error Discuss

8 6048
Q:

On which day ' National Science Day ' is celebrated in India ?

A) February 23 B) February 25
C) February 26 D) February 28
 
Answer & Explanation Answer: D) February 28

Explanation:

National Science Day is celebrated in India on 28 February each year to mark the discovery of the Raman effect by Indian physicist Sir Chandrashekhara Venkata Raman on 28 February 1928.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk

23 6048
Q:

Which country recently signed an order to allow Transgender persons to serve in Military roles?

 

A) India B) United States
C) New Zealand D) Singapore
 
Answer & Explanation Answer: B) United States

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

2 6048