Searching for "="

Q:

How long is an IPv6 address?

A) 128 bytes B) 32 bits
C) 128 bits D) 32 bytes
 
Answer & Explanation Answer: C) 128 bits

Explanation:

IPv6 - Internet Protocol Version 6.

IPv6 addresses have a size of 128 bits.

Internet Protocol Version 6 [IPv6] is the successor to the Internet's first addressing infrastructure, Internet Protocol version 4 (IPv4).

In contrast to IPv4, which defined an IP address as a 32-bit value, IPv6 address have a size of 128 bits. 

Report Error

View Answer Report Error Discuss

Q:

Which of the following is not a Fixed Cost?

A) Insurance B) Salaries
C) Depreciation D) Direct Materials
 
Answer & Explanation Answer: D) Direct Materials

Explanation:

Direct Materials doesn't come under Fixed Cost because it vary with changes in the activity level of a business.

Fixed Cost :

A fixed cost is a cost that does not change over the short-term, even if a business experiences changes in its sales volume or other activity levels.

It is of some importance to understand the extent and nature of the fixed costs in a business, since a high fixed-cost level requires a business to maintain a high revenue level in order to avoid generating losses.

Examples of Fixed Cost are:

Insurance, Salaries, Rent, Property Taxes,...

Report Error

View Answer Report Error Discuss

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

Q:

74.99% of 1299 + 8.98% of 1899 = ? 

A) 1378 B) 1301
C) 1212 D) 1197
 
Answer & Explanation Answer: C) 1212

Explanation:

74.99% of 1299 + 8.98% of 1899 = ? 

? = 75 x 1400100 + 9 x 1800100 ? = 1050 + 162? = 1212.

Report Error

View Answer Report Error Discuss

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

Q:

8(6+5) - 10 =?

A) 76 B) 78
C) 80 D) 82
 
Answer & Explanation Answer: B) 78

Explanation:

8(6+5) - 10 = ?

? = 8(11) - 10

? = 88 - 10

? = 78.

Report Error

View Answer Report Error Discuss

Filed Under: Analytical Reasoning
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:

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

Q:

Mg+O2=MgO

Balance the above Chemical equation?

A) 2Mg + O2 ----> 2MgO B) 2Mg + O ----> 2MgO
C) 2Mg + O ----> MgO2 D) 2Mg + O2 ----> MgO2
 
Answer & Explanation Answer: A) 2Mg + O2 ----> 2MgO

Explanation:

Given Equation is 

Mg + O2  MgO

Balancing the Chemical Equation is nothing but Conservation of Matter. As Matter is Neither created nor Destroyed, it must be conserved.

Here we have 1 Mg and 2 O on the left side and 1 Mg and 1 O on the right side

To balance that, add 1 Mg on the left side so that it becomes 2 Mg and 2 O on the left side

i.e,

2 Mg + O2  2 MgO

Here it has 2 Mg & 2 O on the left side and 2 Mg and 2 O on the right side and the Chemical equation is Balanced.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: GATE , AIEEE
Job Role: Analyst