Which of the following is NOT a program automatically installed with Windows 8?

A) WordPad B) Snipping Tool C) Snap D) Paint


C

Computer Science & Information Technology

You might also like to view...

Case-based Critical Thinking QuestionsCase 14-1Betty Trooper owns and operates a realty company. She has provided you with properties.xml, which is a file that contains a list of properties enrolled in the multiple listing database. She has created three different versions of a schema for the properties vocabulary and needs help in choosing the most appropriate schema design for her needs. In Flat Catalog design, every element and attribute definition is a direct _______ of the root element and thus has been defined globally.

A. parent B. child C. sibling D. root

Computer Science & Information Technology

A key part of the solution to both the data redundancy and data dependency problems is organizing the data as a single, integrated __________.

a. object b. database c. structure d. file

Computer Science & Information Technology

To eliminate the space between table cells, use the ___________ property

a. border: none; b. border-style: 0; c. border-spacing: 0; d. cellspacing: 0;

Computer Science & Information Technology

Which of the following statements about pointer arithmetic is true?

A. Any arithmetic operator can be used to change the value of a pointer. B. Given a pointer ptr, ptr + n is a pointer to the value n elements away. C. Pointer arithmetic is a short-hand notation that changes the value that a pointer is referencing. D. Pointer arithmetic is valid only with pointers to arithmetic variables, such as pointer to integer. E. Pointer arithmetic is valid only with the name of the array.

Computer Science & Information Technology