Choose the correct pronoun in the following sentence.?Someone lost __________ ATM card.

A. ?his or her
B. ?their


Answer: A

Computer Science & Information Technology

You might also like to view...

Show the output of running the class Test in the following code lines:

``` interface A { } class C { } class B extends D implements A { } public class Test { public static void main(String[] args) { B b = new B(); if (b instanceof A) System.out.println("b is an instance of A"); if (b instanceof C) System.out.println("b is an instance of C"); } } class D extends C { }``` a. Nothing. b. b is an instance of A. c. b is an instance of C. d. b is an instance of A followed by b is an instance of C.

Computer Science & Information Technology

You can lock all of the artwork on a layer by clicking the empty gray square next to the eyeball icon.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A _________ is a text file in which columns are separated by a special character

A) plain text file B) rich text file C) delimited text file D) standard data file

Computer Science & Information Technology

Use ________ to apply preselected borders by brushing them on a border with the mouse

Fill in the blank(s) with correct word

Computer Science & Information Technology