________ refers to the object that is selected and currently being acted upon

Fill in the blank(s) with correct word


Focus

Computer Science & Information Technology

You might also like to view...

Are the following array initializations correct? If not, why not?

a) int x[4] = {8, 7, 6, 5, 4}; b) int x[] = {8, 7, 6, 5, 4}; c) int x[4] = {8, 7, 6}; d) const int SIZE =4; int x[SIZE]; e) const int SIZE =4; int x[SIZE-4];

Computer Science & Information Technology

The ____ attribute of a table specifies the width of the cell walls in pixels.

A. Width B. Border C. Cell padding D. Cell spacing

Computer Science & Information Technology

The condition expression1 ^ expression2 evaluates to true when .

a) expression1 is true and expression2 is false b) expression1 is false and expression2 is true c) both expression1 and expression2 are true d) Both a and b.

Computer Science & Information Technology

The Disposal Rule contained in the Fair and Accurate Credit Transactions Act ("FACTA") applies to which type of documents?

A. Educational records B. Financial data C. Consumer reports and records D. Employee evaluations

Computer Science & Information Technology