The touch screen gesture of ____ means to move two fingers together.?

A. ?stretching
B. ?pinching
C. ?elongating
D. ?swiping


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. A dictionary associates keys with values. Each key maps to a specific value. b. A dictionary’s keys must be mutable (such as strings, numbers or tuples) and unique (that is, no duplicates). c. Multiple keys can have the same value, such as two different inventory codes that have the same quantity in stock. d. All of the above are true.

Computer Science & Information Technology

The _____________ manager places components into five regions.

a. BorderLayout b. FlowLayout c. GridLayout d. AbsoluteLayout

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or definition.

A. Describes the content and structure of data B. Signals to a program that a document is written in XML C. A markup language tailored to contain specific pieces of information D. Develops and maintains the standards for XML E. The basic building block of an XML file F. A command that provides an instruction to XML parsers G. Occurs after the document body in an XML document H. Attached to an XML document to control what code and content a document may have I. Another name for a feed reader J. One of the more important XML vocabularies on the Internet

Computer Science & Information Technology

Write a subquery that finds average salary by each department. Check to find if employee 543’s salary satisfies =ANY, ANY, ALL condition against those departmental average salaries.

Use the N2 Corporation database tables to design the following subqueries. (Use the spooling method to capture all queries and results in the CHAP8SP1.LST file.)

Computer Science & Information Technology