The ____ Tool selects an ellipsis, oval, or circular portion of a document window.?

A. ?Single Row Marquee
B. ?Single Column Marquee
C. ?Rectangular Marquee
D. ?Elliptical Marquee


Answer: D

Computer Science & Information Technology

You might also like to view...

A(n) ______________________ is usually implemented as an array of linked lists, showing connections between vertices in a graph.

A. adjacency matrix B. connection matrix C. adjacency list D. connection array

Computer Science & Information Technology

Suppose we are given an STL vector container named vec that holds values of type double. What do each of vec[vec.size()-1], vec.back(), *(vec.end()-1), *(vec.begin()+vec.size()-1)and *vec.rbegin() mean?

What will be an ideal response?

Computer Science & Information Technology

Describe the chief information security officer (CISO) position.

What will be an ideal response?

Computer Science & Information Technology

A List is similar to an array, but can also _________.

a) dynamically resize b) add items anywhere in the List c) contain objects of any one type d) Both a and b

Computer Science & Information Technology