Font size
WorksheetsIDT Fall Exam 25'
Total questions: 50
Worksheet time: 11hrs 59mins
What is the purpose of the `ellipse()` function in drawing?
To draw a straight line
To draw a circular or oval shape
To fill the background with color
To draw a rectangle
Which parameter in the `rect()` function specifies the width of the rectangle?
The first parameter
The second parameter
The third parameter
The fourth parameter
Which of the following is a basic shape that can be drawn using the `rect()` function?
Circle
Triangle
Rectangle
Ellipse
How do you set the color of a shape in a drawing program?
Using the `background()` function
Using the `fill()` function
Using the `stroke()` function
Using the `rect()` function
What is the purpose of the `stroke()` function in drawing?
To set the fill color of shapes
To set the outline color of shapes
To draw a rectangle
To draw an ellipse
Which function would you use to change the background color of a canvas?
`fill()`
`stroke()`
`background()`
`rect()`
What is the first parameter in the `ellipse()` function used for?
X-coordinate of the center
Y-coordinate of the center
Width of the ellipse
Height of the ellipse
What is the primary purpose of using the `rect()` function in a drawing program?
To draw a circle
To draw a rectangle
To set the background color
To draw an ellipse
Which answer contains the code to draw this image?
Which answer shows the code to draw this image?
The first parameter in the () after an ellipse or rectangle code is:
height
width
x coordinate point
y coordinate point
The third parameter in the () after an ellipse or rectangle code is:
height
width
x coordinate point
y coordinate point
Which answer contains the code to draw this image?
Why is the order of the code important?
It is important because it goes from top to bottom.
It is important because if you don't pay close attention to where you put things, you might not see all your shapes.
It is not important.
It is important because following the same order every time prevents you from making mistakes.
What are the rules you need to follow when naming variables?
Labels cannot include spaces. Labels cannot begin with a number.
Labels cannot include spaces. Labels cannot begin with a number. Be very careful with spelling. Labels are case sensitive.
Labels are case-sensitive. Labels need to be spelled correctly.
Labels should be in camel case. Labels should be spelled correctly. Labels cannot begin with a number.
Which of the numbers represents the width of the ellipse?
200
100
300
150
Which of the numbers represents the height of the ellipse?
200
100
300
150
What is a parameter?
What is a Bug?
What is Debugging?
A collection of interlinked web pages on the World Wide Web is a _______?
website
content
footprint
heading
HTML stands for
Hypertext Markup Language
Hypertext Media Language
Hyper Text Marker Line
Hypertext Mangement List
The special set of characters that indicates the start and end of an HTML element and that element's type
HTML Tag
DIgital Footprint
Heading
Citation
A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
intellectual property
citation
website content
creative commons
Opens a paragraph in HTML
<p>
</p>
<html>
<img>
Placed at the end of your website document
</html>
<hl>
</end>
</hl>
Tells the computer what type of document its reading
<!DOCTYPE>
<HTML>
<li>
<UL>
Where in an HTML you put the main information
<body>
<HTML>
<head>
<ol>
This will make the smallest heading on the page
<h6>
<h1>
<h3>
<heading>
This is used to create a numbered list on the HTML page
<ol>
<list>
<Number>
<li>
This tag is used to add a Picture on your webpage
<img />
<insert image>
<pic />
<add image/>
Look at the list above and predict the HTML code you would use to display it correctly. Choose from the following answers.
Which of the following Creative Common licenses is the LEAST restrictive?
Part of a program that does not work correctly.
bug
debugging
digital footprint
hyperlink
Which of the following Creative Common licenses is the MOST restrictive?
Debugging: Which of the following html elements contains a bug?
A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.
copyright
HTML tag
bug
hyperlink
citation
2nd Step in the Problem-Solving Process
Try
Reflect
Define
Prepare
3rd Step in the Problem-Solving Process
Try
Define
Reflect
Prepare
4th Step in the Problem-Solving Process
Prepare
Reflect
Try
Define
1st Step in the Problem-Solving Process
Prepare
Define
Reflect
Try
Problem-Solving Process
Reflect, Define, Try, Prepare
Define, Try, Prepare, Reflect
Define, Prepare, Try, Reflect
Try, Prepare, Define, Reflect
What does CSS stand for?
Cascading Style Sheets
Colorful Style Sheets
Computer Style Sheets
Creative Style Sheets
Which CSS property controls the text size?
text-size
font-size
text-style
font-style
Which property is used to change the font of an element?
font-style
font-family
font-weight
You are developing an app that will warn you when the air quality in your city is poor. Which two would measure today's air quality and retain the air quality data for each day?
Output
Input
Processing
Storage
What type of information could a computer store?
Apps
Photos
Music
Location
All of the Above
Which number shows how to add a style sheet?
1
2
3
4
What code will allow you to add color to an object?
shade
color
fill
fill in
Which of the following could be described as processing and the output of processing?
After counting the number of clicks, the screen updates.
If you guess wrong, then you get a message.
If your guess matches the right number, then music plays.
If your high score is greater than the last high score, then the score is updated on the screen.
All of the above
