Using a touchscreen, which of the following actions is the same as right-clicking the mouse?

A) Press and hold for a few seconds B) Touch the screen with two fingers
C) Slide right D) Slide right and then press


A

Computer Science & Information Technology

You might also like to view...

_____ are types of changes that occur when text has been omitted from a document and must be inserted later.

A. Additions B. Deletions C. Modifications D. All of the above

Computer Science & Information Technology

________ makes assumptions based on what we have heard or believe to be true

A) Channeling B) Stereotyping C) Nonverbal communication D) Feedback

Computer Science & Information Technology

Which of the following will cause a syntax error?

A. for (index = 0; index < 6000000;) {      x = 123.456789 / 987.654321; } B. numberArray = new Array(SIZE); C. for (index = 0; index < SIZE; index++) {    numberArray[index] = index + 1; } D. for (index = 0; index < SIZE; index++) {    bookTitles[index] = prompt ("Enter title for book #" + (index + 1) + ":",ES); }

Computer Science & Information Technology

Rows and columns of totals are usually included in a column chart

Indicate whether the statement is true or false.

Computer Science & Information Technology