Searching for "F"

Q:

Which statement fits the Frontier Ethic?

A) Recycle plastic B) Help those in need
C) He who has more toys wins D) Walk lightly on Earth
 
Answer & Explanation Answer: C) He who has more toys wins

Explanation:

Frontier Ethic is Spending Earth's assets at the cost of losing resource capital. A frontier ethic assumes that the earth has an unlimited supply of resources. It is the notion of disregarding the Earth for the benefit or gain of man.

If resources run out in one area, more can be found elsewhere or alternatively human ingenuity will find substitutes. This attitude sees humans as masters who manage the planet. It is completely Anthropocentric.

Report Error

View Answer Report Error Discuss

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

Q:

Which Word Does Not Belong with the Others

A) VDU B) Speakers
C) Plotter D) Joystick
 
Answer & Explanation Answer: D) Joystick

Explanation:

Here Joystick is the word doesn't belong with the others.

Because Except Joystick all others are Output Devices whereas Joystick is Input Device.

VDU - Visual Display Unit - Monitor to display

Speakers - Output sound

Plotter - used to produce single or multiple colored images.

Report Error

View Answer Report Error Discuss

Q:

 Find the Odd One Out?

3, 4, 14, 48, 576, 27648

A) 4 B) 14
C) 48 D) 27648
 
Answer & Explanation Answer: B) 14

Explanation:

Given Number series is :

 

3   4   14   48   576   27648

 

It follows a pattern that,

 

3

 

4

 

4 x 3 = 12   but not 14

 

12 x 4 = 48

 

48 x 12 = 576

 

576 x 48 = 27648

 

 

 

Hence, the odd one in the given Number Series is 14.

Report Error

View Answer Report Error Discuss

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

Q:

Mirage is an example of

A) Reflection of light & Refraction of light B) Dispersion of light
C) Total Internal Reflection D) Refraction of light & Total Internal Reflection of light
 
Answer & Explanation Answer: D) Refraction of light & Total Internal Reflection of light

Explanation:

A Mirage is a naturally occurring optical phenomenon in which light rays bend to produce a displaced image of distant objects or the sky.




      • It is caused due to Total internal Reflection.

 

      • It is an optical illusion observed in deserts or hot summer days due to which a person sees a pond of water some distance ahead of him in which the surrounding objects appear inverted.

Mirage_is_an_example_of1556276063.jpg image


How Mirage Forms::

 

1. The temperature of other layers of atmosphere goes on decreasing as we go up.
2. Therefore density and refractive index of air changes as one goes up.
3. Thus a ray of light,gets refracted more and more away from the normal.
4. At a particular angle when a ray of light exceeds critical angle, total internal reflection takes place and ray of light gets reflected in the same medium.
5. when the reflected ray reaches our eye, it appears as coming from tree or sky .
6. Hence the inverted image of tree creates an impression from a pond of water.

Report Error

View Answer Report Error Discuss

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

Q:

A sum of Rs. 4,300 is distributed among M, N and O, such that M receives 25% more than N and N receives 25% less than O. What is O’s share in the amount?

A) 1564 B) 1600
C) 1632 D) 1714
 
Answer & Explanation Answer: B) 1600

Explanation:

Let O's share = Rs. P

=> N's share = 75100 x P = 3P4

M's share = 54 x 3P4 = 15P16

15P16 + 3P4 + P = 4300=> P = 4300 x 1643 = 1600 

Report Error

View Answer Report Error Discuss

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

Q:

A solution developer needs to configure the HTTP listener of an Integration Server on a Linux Server.

Which operating system privileges does the developer need to modify Integration node
properties and properties of integration node resources?

A) root user B) mqm
C) mqbrks D) mqm and mqbrks
 
Answer & Explanation Answer: A) root user

Explanation:
Report Error

View Answer Report Error Discuss

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

Q:

18 as a decimal?

A) 0.375 B) 0.247
C) 0.214 D) 0.125
 
Answer & Explanation Answer: D) 0.125

Explanation:

Here  18 in decimal means 8th part in 1.

We know that 110 = 0.1

Then,   18 = ?

=> ? = 18 x 0.1110= 0.1 x 108= 0.5418= 0.125

Report Error

View Answer Report Error Discuss

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