____ masks are resolution independent and are created with a pen or shape tool.

a. Bitmap
b. Vector
c. Rendered
d. Raster


b. Vector

Computer Science & Information Technology

You might also like to view...

Which of the following are correct C# statements for this equation?

Given that

a) y = a * x * x * x + 7;
b) y = a * x * x * (x + 7);
c) y = (a * x) * x * (x + 7);
d) y = (a * x) * x * x + 7;
e) y = a * (x * x * x) + 7;
f) y = a * x * (x * x + 7);

Computer Science & Information Technology

A(n) ________________ tells a computer what to do based on whether a condition is true or false.?

A. sequence control structure? B. ?selection control structure C. ?repetition control structure D. ?walkthrough

Computer Science & Information Technology

A recursive helper method __________ (select all that are true)

A- Should only be used when recursing on arrays. B- Allows you to add parameters to simplify the recursive calls on a method, but forces external code to use a more restricted parameter list. C- Will generally have the same return type as the original method. D- Must be written for every method that we'd like to define recursively.

Computer Science & Information Technology

A technician needs to create a rule in the firewall to convert the directory server's private IP address to its public IP address. Which of the following should the technician enable to accomplish this?

A. NAT B. VPN C. DNS D. DMZ

Computer Science & Information Technology