Questions

Q:

Is steel a compound?

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

Steel is not a compound or element. Steel is an alloy of iron and carbon and other elements and hence it is a mixture. Because of its high tensile strength and low cost, it is a major component used in buildings, infrastructure, tools, ships, automobiles, machines, appliances, and weapons.

Report Error

View Answer Workspace Report Error Discuss

Subject: Chemistry
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

2 4198
Q:

How long is an IPv4 address?

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

Explanation:

Internet Protocol version 4 (IPv4) which defined an IP address as a 32-bit value

IPv4 is in contrast to IPv6, which defined an IP address as a 128 bits value.

Report Error

View Answer Report Error Discuss

Filed Under: Networking
Job Role: Analyst , Bank Clerk , Network Engineer

0 4198
Q:

Nuclear Fission is caused by the impact of

A) Electron B) Neutron
C) Proton D) Deutron
 
Answer & Explanation Answer: B) Neutron

Explanation:

In nuclear physics, nuclear fission is either a nuclear reaction or a radioactive decay process in which the nucleus of an atom splits into smaller parts (lighter nuclei). The fission process often produces free neutrons and releases a very large amount of energy.

 

Thus, The Nuclear Fission is caused by the impact of Neutrons.

Report Error

View Answer Report Error Discuss

5 4198
Q:

_______ own's world's top 4 most downloaded apps ?

A) Amazon B) Facebook
C) Myntra D) Flipkart
 
Answer & Explanation Answer: B) Facebook

Explanation:
Report Error

View Answer Report Error Discuss

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

3 4198
Q:

What would be the output of the following program?

main()

{

        char huge * near * far *ptr1;

        char near * far * huge *ptr2;

        char far * huge * near *ptr3;

         printf ("%d%d%d", sizeof (ptr1), sizeof (ptr2), sizeof (ptr3));

}

Answer

4  4  2

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 4196
Q:

Which of the following is the world's most poisonous snake called Hydrophis ?

A) Adder B) Boa
C) Cobra D) Sea Snake
 
Answer & Explanation Answer: D) Sea Snake

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank PO

20 4195
Q:

What is fragmentation? Different types of fragmentation?

Answer

Fragmentation occurs in a dynamic memory allocation system when many of the free blocks are too small to satisfy any request. 


External Fragmentation: External Fragmentation happens when a dynamic memory allocation algorithm allocates some memory and a small piece is left over that cannot be effectively used. If too much external fragmentation occurs, the amount of usable memory is drastically reduced. Total memory space exists to satisfy a request, but it is not contiguous. 


Internal Fragmentation: Internal fragmentation is the space wasted inside of allocated memory blocks because of restriction on the allowed sizes of allocated blocks. Allocated memory may be slightly larger than requested memory; this size difference is memory internal to a partition, but not being used

Report Error

View answer Workspace Report Error Discuss

1 4195
Q:

The famous Eiffel Tower is in

A) France B) Italy
C) Paris D) Germany
 
Answer & Explanation Answer: C) Paris

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places

9 4195