You open a file in Photoshop using the File command on the ____ bar.

a. options
b. tools
c. status
d. menu


d. menu

Computer Science & Information Technology

You might also like to view...

A collection of related radio buttons is usually placed in a .A collection of related radio buttons is usually placed in a .

(A) List box (B) Text box (C) Collection Editor (D) Group box

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. A computer is a machine (hardware) that processes data under control of a stored program (software). 2. A program is a series of instructions that guides a computer through a process. 3. A typical instruction contains an operand that specifies the function to be performed and one or more operation codes that specify the memory locations or registers that hold the data to be manipulated. 4. A program stored in memory must be in source code form. 5. Hardware works with relative addresses, fetching and storing the contents of individual bytes by referencing their byte numbers.

Computer Science & Information Technology

What is wrong with this code?

``` if(x = 2) { cout<<”The number is 2”; }``` A. There should not be { }’s B. A semicolon is missing in the if statement – if (x = 2 ) C. The if statement should be if ( x == 2 ) D. Nothing

Computer Science & Information Technology

You have to issue locks to each subdocument individually

Indicate whether the statement is true or false

Computer Science & Information Technology