NEW
Font size
WorksheetsIntro to PS6 FINAL review 2019-2020
Total questions: 21
Worksheet time: 11mins
Which HEX code represents the color RED?
#00FF00
#FF0000
#0000FF
(255,0,0)
Select the term that best describes the checkerboard area of this this image.
clear
invisible
transluscent
transparent
Consider the following ellipse(); commands. Which line of code draws a circle?
ellipse(200,200,78,24);
ellipse(100, 50,20,20);
ellipse(50,50,25,26);
ellipse(150,100,100,150);
Which Photoshop Tool will allow you to insert text?
A digital image is made from thousand of these tiny colored squares.
pixels
resolution
dots
color
What does the Photoshop command 'File/Place' do?
Opens a new graphic in a new window.
Opens a graphic in a currently open project.
Saves the file with a new name.
Saves the file with the previous name.
Which keyboard shortcut makes a copy of the currently selected layer and pastes that new copy onto its own new layer?
Ctrl+U
Ctrl+V
Ctrl+J
Ctrl+C
The Photoshop command Ctrl+J does which task?
Copies the selected layer.
Pastes the selected object.
Copies the selected layer and pastes it onto a new layer.
Undoes the preview command.
The Photoshop command Ctrl+C does which task?
Copies the selected layer.
Pastes the selected object.
Copies the selected layer and pastes it onto a new layer.
Undoes the preview command.
In JavaScript, this code will create what shape?
rect(25,25,50,50);
a rectangle
an ellipse
a circle
a square
Consider this JavaScript code. What does it do?
fill(255,0,0);
raws a rectangle
Sets the color to white.
Sets the color to Red.
Sets the color to Black.
What is the color name for this HEX code? #000000
Red
Green
Black
White
What is the color name for this HEX code #FFFFFF
White
Black
Red
Green
Which file type is the most commonly use to save images on cameras.
PSD
JPG
PNG
GIF
A .PSD file is
An image file created by a camera.
A graphic file editable in Photoshop.
A file to be shared on the web.
A file that cannot be saved.
A .PNG file is usually used to save images that have what quality?
color
transparency
moving graphics
landscapes
Which of the following terms is used to describe the size of an electronic screen and the number of pixels contained in the screen?
resolution
pixels
clarity
pixelation
Which of the following lines of code will increment the value of the 'eyeSize' variable by 1?
eyeSize+=1;
eyeSize =1;
eyeSize - =1;
eyesize +=1;
What is this PhotoShop tool?
Move tool
text tool
visibility tool
eraser tool
What does this Photoshop tool do?
Moves an object.
Copies the layer.
Makes the layer visible or invisible.
Makes the layer selected.
In JavaScript, mouseX and mouseY represent .
A mouse the size of X.
The x, y positions of the mouse on the screen.
A variable the user creates.
A circle the size of the mouse.
