Questions

Q:

Which of the properties of the element is a whole number

A) atomic mass B) atomic number
C) atomic radius D) atomic volume
 
Answer & Explanation Answer: B) atomic number

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

5 4003
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 4000
Q:

How would you choose the best media to promote your advertisement?

Answer

It depends on the following factors:



  •        Reach

  •        Geographical spread

  •        Nature of target audience/clusters

  •        Previous successful track records

  •        Low budget; high returns etc. 

Report Error

View answer Workspace Report Error Discuss

9 3999
Q:

How would you free the memory allocated by the following program?

#include "alloc.h"

#define MAXROW 3

#define MAXCOL 4

main()

{

     int **p, i;

     p = (int **) malloc (MAXROW * sizeof (int *));

      for ( i = 0; i < MAXROW ; i++)

            p[i] = (int *) malloc (MAXCOL * sizeof (int ));

}

Answer

for ( i=0; i < MAXROW ; i++)


free (p[i]);


free (p);

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3998
Q:

Largest gulf in the world

A) Persian Gulf B) Gulf of Mannar
C) Gulf of Mexico D) Gulf of Carpentaria
 
Answer & Explanation Answer: C) Gulf of Mexico

Explanation:

*  The Gulf of Mexico, bordered by the United States, Mexico, and the island nation of Cuba, is the worlds largest gulf.

It has a coastline of about 5,000 kilometers (3,100 miles).

*  The Gulf of Mexico is connected to the Atlantic Ocean by the Straits of Florida, between Cuba and the U.S. state of Florida.

It is largely surrounded by the North American continent.

Report Error

View Answer Report Error Discuss

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

8 3998
Q:

Main memory works in conjunction with

A) CPU B) Intel
C) RAM D) Special function cards
 
Answer & Explanation Answer: A) CPU

Explanation:

Main memory works in conjunction with CPU.

Report Error

View Answer Report Error Discuss

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

8 3996
Q:

90% of people fail to solve this math puzzle?

ninety_percent_fail_to_answer_this1588595933.jpg image

A) 45 B) -20
C) 35 D) -60
 
Answer & Explanation Answer: D) -60

Explanation:

A - A - A = 20
B - B - B = 15
C - C - C = 25

A = -20
B = -15
C = -25

=> A + B + C = (-20)+(-15)+(-25) = -20 - 15 - 25 = -60.

Report Error

View Answer Report Error Discuss

Filed Under: Math Puzzles
Exam Prep: CAT , Bank Exams
Job Role: Bank Clerk , Bank PO

21 3995
Q:

Select the correct statement about the pharynx.

A) The auditory tube drains into the nasopharynx B) The laryngopharynx blends posteriorly into the nasopharynx
C) The palatine tonsils are embedded in the lateral walls of the nasopharynx D) The pharyngeal tonsil is located in the laryngopharynx
 
Answer & Explanation Answer: A) The auditory tube drains into the nasopharynx

Explanation:
Report Error

View Answer Report Error Discuss

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

3 3995