Questions

Q:

Who amongst the following is the author of the book ' Freedom from Fear '

A) Nelson Mandela B) Aung San Suukyi
C) Taslima Nasreen D) Benazir Bhutto
 
Answer & Explanation Answer: B) Aung San Suukyi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

10 4019
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 4019
Q:

Which form of verb is used with did?

A) V1 B) V2
C) V3 D) None of the above
 
Answer & Explanation Answer: A) V1

Explanation:

The words do, does and did often cause confusion in the English language. They are all forms of the verb to do.

 

It is also common to use do, does and did as auxiliary verbs (or helping verbs) together with another verb in its base form. This is used to create negative sentences, questions, or for adding emphasis.

 

Examples :: 

* Russel did a great job on his debut match for team.

* Did you catch the train this morning?

* When did they arrive home?

Report Error

View Answer Report Error Discuss

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

1 4019
Q:

The process of encoding refers to

A) getting information into memory. B) the recall of information previously learned.
C) a clear memory of an emotionally significant event. D) the persistence of learning over time.
 
Answer & Explanation Answer: A) getting information into memory.

Explanation:

Encoding refers to the getting information into memory.

Report Error

View Answer Report Error Discuss

6 4018
Q:

Which planet has maximum satellite?

A) Saturn B) Earth
C) Jupiter D) Mars
 
Answer & Explanation Answer: C) Jupiter

Explanation:

Jupiter has 67 natural satellites. Eight of Jupiter's moons are regular satellites, with 4 large, spherical moons, and 4 smaller moons that orbit closer to Jupiter. Jupiter has an additional 55 tiny irregular satellites.

 

The planet with the second highest number of moons is Saturn, with 61 moons.

Earth has only one natural satellite i.e, Moon.

Mercury and Venus have no satellites.

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

0 4018
Q:

An important tool for project scope management is

A) Fast tracking B) Work breakdown structure
C) Crashing D) A Gantt Chart
 
Answer & Explanation Answer: B) Work breakdown structure

Explanation:

Work breakdown structure is an important tool for project scope management.

 

Project Scope Management refers to the set of processes that ensure a project’s scope is accurately defined and mapped. Scope Management techniques enable project managers and supervisors to allocate just the right amount of work necessary to successfully complete a project—concerned primarily with controlling what is and what is not part of the project’s scope.

Report Error

View Answer Report Error Discuss

14 4018
Q:

Which among the following is the resting place of Morarji Desai?

A) Abhay Ghat B) Ekta Sthal
C) Shakti Sthal D) Vijay Ghat
 
Answer & Explanation Answer: A) Abhay Ghat

Explanation:

The resting place of Morarji Desai is Abhay Ghat.

Report Error

View Answer Report Error Discuss

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

9 4017
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 4017