Questions

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

Can you find the mistake 1 2 3 4 5?

can_you_find_the_mistake_1_2_3_4_51539067038.jpg image

Answer

Here in the above given question, the mistake is "the is reapeated twice" before mistake.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

53 13934
Q:

Buddha attained Mahaparinirvana in the republic of the

A) Mallas B) Lichhavis
C) Sakyas D) Palas
 
Answer & Explanation Answer: A) Mallas

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

19 13933
Q:

Who among the following writers was, on August 30, 2017, honoured with the Sarswati Samman for 2016?

 

A) Kedarnath Singh B) Mahabaleshwar Sail
C) Rajen Toijmba D) Autar Krishen Rahbar
 
Answer & Explanation Answer: B) Mahabaleshwar Sail

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

2 13927
Q:

Which device is required for the internet connection?

A) cd drive B) modem
C) nic card D) joystick
 
Answer & Explanation Answer: B) modem

Explanation:

The device required for the internet connection is a MODEM.

which_device_is_required_for_the_internet_connection1537861312.png image

A modem (modulator–demodulator) is a network hardware device that modulates one or more carrier wave signals to encode digital information for transmission.

Report Error

View Answer Report Error Discuss

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

13 13919
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 13896
Q:

A semi-mechanised car park, the first of its kind in Jammu and Kashmir, was inaugurated by ___________.

A) Mehbooba Mufti B) Narendra Modi
C) Nitin Gadkari D) Pranab Mukherjee
 
Answer & Explanation Answer: A) Mehbooba Mufti

Explanation:

A semi-mechanised car park, the first of its kind in Jammu and Kashmir, was inaugurated by Chief Minister Mehbooba Mufti who hoped the facility would ease traffic congestion in and around Lal Chowk. The multi-level car park, located near the old KMD bus stand on Maulana Azad Road, has been set up at a cost of Rs 27.15 crore and has a capacity to hold 288 vehicles.

Report Error

View Answer Report Error Discuss

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

11 13879
Q:

Formatting a cell in currency you can specify

A) Percentage symbol B) Currency symbol
C) Decimal places D) Both B & C
 
Answer & Explanation Answer: B) Currency symbol

Explanation:

Formatting a cell in currency you can specify Currency symbol.

Report Error

View Answer Report Error Discuss

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

10 13877