There are two main types of computer graphics. What are they?

What will be an ideal response?


Bitmap and Vector graphics.

Computer Science & Information Technology

You might also like to view...

If you want to set the number of places after the decimal point in a numeric data type, what should you set?

A. precision B. length C. scale D. size

Computer Science & Information Technology

Randysets up a home server that will allow him to securely access his stored content remotely via the Internet. Here, Randy has created a _____.

A. ?logical cloud B. ?personal cloud C. ?cloud gate D. ?cloud agent

Computer Science & Information Technology

The Average or AVG function can only be used with the Number datatype

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the value of alpha[2] after the following code executes?  int alpha[5];int j;for (j = 0; j < 5; j++)  alpha[j] = 2 * j + 1; 

A. 1 B. 4 C. 5 D. 6

Computer Science & Information Technology