Questions

Q:

The 2014-2015 interim budget implemented a subcharge of 10 percent on super-rich people who have having income above how much rupees in a financial year?

A) 50 Lakhs B) 1 Crore
C) 2 Crore D) 3 Crore
 
Answer & Explanation Answer: B) 1 Crore

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Job Role: Bank PO

5 3420
Q:

How would you dynamically allocate a 2-D array of integers?

Answer

#include "alloc.h"


#define MAXROW 3


#define MAXcol 4


main()


{


        int *p, i, J;


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


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


         {


                for (j=0; j < MAXCOL ; j++)


                { 


                      p [ i * MAXCOL + j] = i;


                       printf ( "%d", p [i * MAXCOL + j] );


                 }


                  printf ("\n");


          }


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3420
Q:

In the context of memory management, what are placement and replacement algorithms?

Answer

Placement algorithms determine where in available real-memory to load a program. Common methods are first-fit, next-fit, best-fit. Replacement algorithms are used when memory is full, and one process (or part of a process) needs to be swapped out to accommodate a new program. The replacement algorithm determines which are the partitions to be swapped out.

Report Error

View answer Workspace Report Error Discuss

3 3420
Q:

Inhabit most nearly means

A) Vacate B) Move
C) Reside D) Leave
 
Answer & Explanation Answer: C) Reside

Explanation:

Inhabit means a place or environment to live in for a person or animal or a group.

 

Vacate, move and reside means to leave a place and are opposite to live. Reside is the only word most nearly means as inhabit.

Report Error

View Answer Report Error Discuss

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

4 3418
Q:

Strong language often means

A) strong feelings B) weak feelings
C) shared knowledge D) risk-taking
 
Answer & Explanation Answer: A) strong feelings

Explanation:
Report Error

View Answer Report Error Discuss

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

1 3418
Q:

 The ODBC Level 1 API contains which of the following functions?

A) Browse possible connections and data sources only B) Connect to data sources with driver-specific information only
C) Process a scrollable cursor only D) Both 1 and 3 above are in the OBDC Level 1 API.
 
Answer & Explanation Answer: B) Connect to data sources with driver-specific information only

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

1 3417
Q:

Which statement best describes electrons?

A) Electrons orbit around the nucleus B) Electrons are composed of protons and neutrons
C) Electrons reside in the nucleus D) Electrons have a positive charge
 
Answer & Explanation Answer: A) Electrons orbit around the nucleus

Explanation:

Electrons orbit around the nucleus is correct about them.

Report Error

View Answer Report Error Discuss

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

3 3417
Q:

Which one of the following is the Highest Award in India ?

A) Bharat Ratna B) Padma Bushan
C) Khel Ratna D) None of these
 
Answer & Explanation Answer: A) Bharat Ratna

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams
Job Role: Bank Clerk , Bank PO

3 3417