WPF uses _________ graphics, which allows graphics to scale without losing quality.

a) bitmap
b) vector
c) raster-based
d) jpeg


b) vector

Computer Science & Information Technology

You might also like to view...

What type of control displays the field names and data from a table or query?

A. bound B. unbound C. bound static D. unbound static

Computer Science & Information Technology

In a query, the ____ clause is used to sort the records in either ascending (the default) or descending order by one or more fields.

A. Order By B. Select C. From D. Where

Computer Science & Information Technology

Which of the following is required in a recursive function?

a) Exactly one recursive call and exactly one stopping case. b) Calls to functions other than itself. c) One or more stopping cases after a sequence of calls to one or more recursive cases. d) A static local variable. e) One or more stopping cases that are guaranteed to be reached.

Computer Science & Information Technology

In the Windows OS, services are usually initiated (loaded or started) at boot-up as ____, which consist of software code, data and/or other resources necessary to provide the service.

A. firmware B. daemons C. dynamic-link libraries (DLLs) D. cache

Computer Science & Information Technology