Searching for "BEST"

Q:

void main()

{

char good *better, *best;

printf( "%d..%d", sizeof(better), sizeof(best) );

}

A) 1..2 B) 4..4
C) 4..2 D) 2..2
 
Answer & Explanation Answer: C) 4..2

Explanation:

The second pointer is of char type and not a good pointer.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

Q:

What are the best way to prevent a computer virus from entering your computer?

Answer

1.Logout of your computer each time you have finished using it


2.Install and use anti-virus software on your computer 


3.Do not use emails on your machine


4.Make sure all your files are safely stored to your floppy disks

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

A team of 8 persons joins in a shooting competition. The best marksman scored 85 points. If he had scored 92 points, the average score for the team would have been 84. The number of points, the team scored was :

A) 665 B) 657
C) 658 D) 678
 
Answer & Explanation Answer: A) 665

Explanation:

Let the total score be x.

(x + 92 - 85) / 8 = 84.

So,  x + 7 = 672   => x = 665.

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

Which king class properly represents the relationship "King has a best friend who is a Soldier"?

A) class King extends Soldier { } B) class King implements Soldier { }
C) class King { private BestFriend Soldier; } D) class King { private Soldier bestFriend; }
 
Answer & Explanation Answer: D) class King { private Soldier bestFriend; }

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Java

Q:

There is a certain relation between two given words on one side of : : and one word is given on another side of : : while another word is to be found from the given alternatives, having the same relation with this word as the given pair has. Select the best alternative Aeroplane:Cockpit::Train:?

A) Wagon B) Coach
C) Compartment D) Engine
 
Answer & Explanation Answer: D) Engine

Explanation:

As the pilot of an aeroplane sits in the cockpit,
the driver of a train works in the engine.

Report Error

View Answer Report Error Discuss

Q:

George is very open with his team members. He invites questions and discussion, and encourages new suggestions and ideas. He considers all this carefully before making any but the most minor project decisions, but ultimately chooses the course he personally believes is the right one. His leadership style is best characterized as

A) Democratic B) Consultative
C) Participative D) Benevolent
 
Answer & Explanation Answer: C) Participative

Explanation:

The Participative leadership style is characterized by 1) allowing a great deal of freedom in identifying problems and solutions, 2) working closely with subordinates, 3) allows extensive participation, but 4) reserving to him/herself the final decision. The consultative style is not so open, with discussion more focused around the leader’s uncertainties than asking for new ideas.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification