Questions

Q:

In ancient Greek city states the central district would be built on a hilltop and it would contain the chief municipal and religious buildings . What was this place called?

Answer

Acropolis

Report Error

View answer Workspace Report Error Discuss

1 3331
Q:

The first cellular phone service in india was introduced by ________

Answer

The first cellular phone service in india was introduced by Modi Telstra on August 23, 1995 in calcutta under the name Mobile Net. 

Report Error

View answer Workspace Report Error Discuss

1 3330
Q:

Who amongst the following won a Nobel Prize for literature when he was the head of the Government

A) Shimon peres B) Henry Kissinger
C) Sir Winston Churchill D) James earl carter
 
Answer & Explanation Answer: C) Sir Winston Churchill

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

1 3330
Q:

Who gave the Slogan Inquilab Zindabadh ?

A) M.K.Gandhi B) Nehru
C) Iqbal D) Bal Gangadhar Thilak
 
Answer & Explanation Answer: C) Iqbal

Explanation:

It was given by Iqbal

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

0 3330
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 3330
Q:

Management by projects views aspects of ongoing operations as projects in order to apply Project Management techniques to them. This can be used to describe an oranizational approach to the management of ongoing operations. Why would a company want to utilize this methodology on nonprojects?

A) To keep project managers employed B) To provide better estimates about durations
C) To allow the utilization of PM tools, such as earned value, to calculate ROI D) To specify the different phases within the operations
 
Answer & Explanation Answer: C) To allow the utilization of PM tools, such as earned value, to calculate ROI

Explanation:

Answer A is incorrect because project managers are not effectively utilized if they are always scheduling and coordinating resources for daily operations. Answer B is incorrect because project managers are not the best resource for providing estimates on daily operations and time allocations;people doing the actual work are the best resources. Answer D is incorrect because you do not specify different phases of ongoing operations.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 3330
Q:

Which team advanced to the Coap America Finals 2011 without winning any of its five matches in open play?

A) Brazil B) Paraguay
C) Venezuela D) Peru
 
Answer & Explanation Answer: B) Paraguay

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

2 3330
Q:

 Which of the following occurs when a transaction rereads data it has previously read and finds modification or deletions caused by a committed transaction?

A) Nonrepeatable read B) Phantom read
C) Dirty read D) Consistent read
 
Answer & Explanation Answer: A) Nonrepeatable read

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 3330