wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Intro to PS6 FINAL review 2019-2020

Total questions: 21

Worksheet time: 11mins

Name
Class
Date
1.

Which HEX code represents the color RED?

a)

#00FF00

b)

#FF0000

c)

#0000FF

d)

(255,0,0)

2.

Select the term that best describes the checkerboard area of this this image.

a)

clear

b)

invisible

c)

transluscent

d)

transparent

3.

Consider the following ellipse(); commands. Which line of code draws a circle?

a)

ellipse(200,200,78,24);

b)

ellipse(100, 50,20,20);

c)

ellipse(50,50,25,26);

d)

ellipse(150,100,100,150);

4.

Which Photoshop Tool will allow you to insert text?

a)
b)
c)
d)
5.

A digital image is made from thousand of these tiny colored squares.

a)

pixels

b)

resolution

c)

dots

d)

color

6.

What does the Photoshop command 'File/Place' do?

a)

Opens a new graphic in a new window.

b)

Opens a graphic in a currently open project.

c)

Saves the file with a new name.

d)

Saves the file with the previous name.

7.

Which keyboard shortcut makes a copy of the currently selected layer and pastes that new copy onto its own new layer?

a)

Ctrl+U

b)

Ctrl+V

c)

Ctrl+J

d)

Ctrl+C

8.

The Photoshop command Ctrl+J does which task?

a)

Copies the selected layer.

b)

Pastes the selected object.

c)

Copies the selected layer and pastes it onto a new layer.

d)

Undoes the preview command.

9.

The Photoshop command Ctrl+C does which task?

a)

Copies the selected layer.

b)

Pastes the selected object.

c)

Copies the selected layer and pastes it onto a new layer.

d)

Undoes the preview command.

10.

In JavaScript, this code will create what shape?

rect(25,25,50,50);

a)

a rectangle

b)

an ellipse

c)

a circle

d)

a square

11.

Consider this JavaScript code. What does it do?

fill(255,0,0);

a)

raws a rectangle

b)

Sets the color to white.

c)

Sets the color to Red.

d)

Sets the color to Black.

12.

What is the color name for this HEX code? #000000

a)

Red

b)

Green

c)

Black

d)

White

13.

What is the color name for this HEX code #FFFFFF

a)

White

b)

Black

c)

Red

d)

Green

14.

Which file type is the most commonly use to save images on cameras.

a)

PSD

b)

JPG

c)

PNG

d)

GIF

15.

A .PSD file is

a)

An image file created by a camera.

b)

A graphic file editable in Photoshop.

c)

A file to be shared on the web.

d)

A file that cannot be saved.

16.

A .PNG file is usually used to save images that have what quality?

a)

color

b)

transparency

c)

moving graphics

d)

landscapes

17.

Which of the following terms is used to describe the size of an electronic screen and the number of pixels contained in the screen?

a)

resolution

b)

pixels

c)

clarity

d)

pixelation

18.

Which of the following lines of code will increment the value of the 'eyeSize' variable by 1?

a)

eyeSize+=1;

b)

eyeSize =1;

c)

eyeSize - =1;

d)

eyesize +=1;

19.

What is this PhotoShop tool?

a)

Move tool

b)

text tool

c)

visibility tool

d)

eraser tool

20.

What does this Photoshop tool do?

a)

Moves an object.

b)

Copies the layer.

c)

Makes the layer visible or invisible.

d)

Makes the layer selected.

21.

In JavaScript, mouseX and mouseY represent .

a)

A mouse the size of X.

b)

The x, y positions of the mouse on the screen.

c)

A variable the user creates.

d)

A circle the size of the mouse.