Questions

Q:

Which city topped in city governance ranking of the Annual Survey of India’s City Systems (ASICS) 2016 ?

A) Hyderabad B) Bangalore
C) Thiruvananthapuram D) Pune
 
Answer & Explanation Answer: C) Thiruvananthapuram

Explanation:

Thiruvananthapuram, capital of Kerala has topped in city governance ranking of the Annual Survey of India’s City Systems (ASICS) 2016 conducted by Janaagraha Centre for Citizenship and Democracy. This year it was the fourth edition the annual survey which had evaluated 21 major cities from the 18 states. It highlighted inadequacies in urban governance that could affect public service delivery and quality of life.

Report Error

View Answer Report Error Discuss

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

3 3302
Q:

Per Captain Income of a country derived from

A) National Income B) Population
C) National Income and Population both D) none of these
 
Answer & Explanation Answer: C) National Income and Population both

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

1 3302
Q:

Explain the concept of Reentrancy?

Answer

It is a useful, memory-saving technique for multiprogrammed timesharing systems. A Reentrant Procedure is one in which multiple users can share a single copy of a program during the same period. Reentrancy has 2 key aspects: The program code cannot modify itself, and the local data for each user process must be stored separately. Thus, the permanent part is the code, and the temporary part is the pointer back to the calling program and local variables used by that program. Each execution instance is called activation. It executes the code in the permanent part, but has its own copy of local variables/parameters. The temporary part associated with each activation is the activation record. Generally, the activation record is kept on the stack.


Note: A reentrant procedure can be interrupted and called by an interrupting program, and still execute correctly on returning to the procedure.

Report Error

View answer Workspace Report Error Discuss

0 3301
Q:

Point out the error, if any, in the following program.

#include "stdio.h"

main()

{

      unsigned char;

       FILE *fp;

       fp = fopen ("trail", "r");

       while (( ch = getc (fp)) ! = EOF)

               printf ("%c", ch);

       fclose (fp);

}  

Answer

EOF has been defined as #define EOF -1 n the file "stdio.h" and an unsigned char ranges from 0 to 255 hence when EOF is read from the file it cannot be accommodated in ch. Solution is to declare ch as an int.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 3300
Q:

Which is the first news paper in India?

A) Peking Gazette B) Kashmir Times
C) Dainik Jagran D) Bengal Gazette
 
Answer & Explanation Answer: D) Bengal Gazette

Explanation:

Hicky's Bengal Gazette was the first English-language newspaper and the first printed newspaper to be published in both the Indian sub-continent and in Asia. James Augustus Hicky, an Irishman started this in 1780.

Which_is_the_first_news_paper_in_India1560942398.jpg image

Report Error

View Answer Report Error Discuss

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

25 3300
Q:

5 F on a H?

Answer

5 F on a H is a letter equation which indicates that 5 Fingers on a hand.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

3 3300
Q:

'River' Brand of MP3 player has been launched in india  by Salora International. The Brand which is competing with apple's ipod is owned by which company?

A) ReignCom B) TEAc
C) Toshiba D) Panasonic
 
Answer & Explanation Answer: A) ReignCom

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

7 3300
Q:

In which sport did an Indian team comprising Kishen Singh, Bijay Singh, Hanut Singh and Sawai Man Singh win the World Cup in France in 1957?

Answer

Polo

Report Error

View answer Workspace Report Error Discuss

2 3300