Examlex

Solved

Make a Preference Table for the Given Voting Situation Determine the Winner Using the Plurality Method and If the Condominium

question 44

Multiple Choice

Make a preference table for the given voting situation.
-A condominium association is holding an election for president of the board of directors. Each Member ranks the candidates from first to third. The preference table below shows the results of The ballots with candidates Abbott(A) , Blake (B) , Cleary (C) , and Downs (D) .  Number of Votes 375874664 First  A  B  A  A C B  D CC Second  C  A BCDDBBA Third  B CCD A  A  A DD Fourth  D DDBBCCAB\begin{array} { l l l l l l l l l l } \hline \text { Number of Votes } & 3 & 7 & 5 & 8 & 7 & 4 & 6 & 6 & 4 \\\hline \text { First } & \text { A } & \text { B } & \text { A } & \text { A } & C & \text { B } & \text { D } & C & C \\\text { Second } & \text { C } & \text { A } & B & C & D & D & B & B & A \\\text { Third } & \text { B } & C & C & D & \text { A } & \text { A } & \text { A } & D & D \\\text { Fourth } & \text { D } & D & D & B & B & C & C & A & B \\\hline\end{array}
Determine the winner using the plurality method and if the winner received a majority of first Place votes.


Definitions:

Java

A high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible, widely used for building application software.

Escape Sequence

A series of characters in programming used to represent special characters within strings, such as newlines or tabs.

New-Line Character

A special character or sequence of characters signifying the end of a line of text and the start of a new line.

Block Comment

A block comment is a type of syntax in programming languages used to include a larger section of explanatory text or code explanation, typically spanning multiple lines, that is not executed.

Related Questions