Does the Pen tool create vector or raster lines?

What will be an ideal response?


Vector.

Computer Science & Information Technology

You might also like to view...

Here is an iterative function. Write a recursive function that does the same thing. Be sure you write the correct number of copies of the cheer, “Hip, Hip, Hurray!”. For this problem, ignore namespace issues.

What will be an ideal response? ``` void iter_cheers(int n){ for(int i = 0;i m n-1; i++)//this is the tricky part! cout << "Hip, " cout << "Hurray!" << endl; } ```

Computer Science & Information Technology

When you send email, it goes directly from your computer to the computer of the email recipient

Indicate whether the statement is true or false

Computer Science & Information Technology

In Excel, cells can contain text, formulas, and functions

Indicate whether the statement is true or false.

Computer Science & Information Technology

A client wants to create and develop software in a cloud environment. Which of the following types of cloud computing supports this?

a. IaaS b. Hybrid c. PaaS d. SaaS

Computer Science & Information Technology