Choose the correct pronoun in the following sentence.?
The cheapest tickets were for the groundlings, __________ paid a penny and stood on the ground before the stage under the open sky.

A. ?who
B. ?whom


Answer: A

Computer Science & Information Technology

You might also like to view...

What is Hyper-V?

a. A virtualization program provided by Microsoft b. The name for cloud virtual services c. A virtualization program developed by Apple

Computer Science & Information Technology

Which of the following statements creates a multidimensional array with 3 rows, where the first row contains 1 element, the second row contains 4 elements and the final row contains 2 elements?

a. int[][] items = {{1, null, null, null}, {2, 3, 4, 5}, {6, 7, null, null}}; b. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}}; c. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}, {}); d. int[][] items = {{1}, {4}, {2}};

Computer Science & Information Technology

Only the first example in this chapter uses the movie object. Rewrite any of the other example programs to create a movie object and return the movie object.

Note: For most examples this only involves adding the final two lines from program 170 onto the end of the example.

Computer Science & Information Technology

Which of the following does TCP support, which is a management method for data transmission used to determine the amount of unacknowledged data that can go out on the wire from any sender?

A. congestion mechanism B. retry mechanism C. sliding window mechanism D. watchdog mechanism

Computer Science & Information Technology