Font size
WorksheetsIST Fall Semester Exam 2023
Total questions: 75
Worksheet time: 2hrs 53mins
A device or component that allows information to be given to a computer
Process
Storage
Input
Output
Any device or component that receives information from a computer
Storage
Output
Input
Process
Understanding the problem when it was assigned.
Try
Reflect
Define
Prepare
Examine results. Ask yourself: "What needs to change?"
Define
Prepare
Try
Reflect
The work done by a computer to turn input into output
Input
Storage
Output
Processing
Element(s) that make a computer a computer
Input
Output
Process
Storage
All of the above
Space in the computer's memory that saves data for later use.
Process
Storage
Input
Output
Brainstorming with team members to come up with a plan, think of any possible problems.
Define
Prepare
Try
Reflect
Actually run the plan. Observe any results.
Define
Prepare
Try
Reflect
Part of a program that does not work correctly
Debugging
Conditionals
Bug
Program
If you are identifying the problem you are trying to solve, figuring out what your constraints are and determining what success will look like, what part of the problem solving process are you working on?
If you are brainstorming and researching possible solutions, comparing pros and cons and/or making a plan, what part of the problem-solving process are you working on?
If you are attempting to put your plan into action, what part of the problem-solving process are you working on?
If you are comparing your results to the goals you set, determining what you can learn to do better next time, and/or identifying new problems that were discovered, what part of the problem-solving process are you working on?
My partner and I have determined that we must design a boat out of foil that holds as many pennies as possible without sinking. What part of the problem-solving process am I working on?
My partner and I brainstorm what we think will be the best way to build our boat to hold many pennies and write down what we are going to do. What part of the problem solving process are we working on?
My partner and I build our boat and test to see how many pennies our boat will hold. What part of the problem-solving process are we working on?
My partner and I looked at our results and determined what we could improve on our boat if we built another one. What part of the problem solving process are we working on?
What is a computer? (choose the best answer)
A machine that works with information to solve problems
Anything that computes
A machine that can go on the Internet
A machine that can solve any problem
When making a web page, which of the following tasks
is HTML the most important language for?
Making the text a different color
Separating out headings from paragraphs
Changing the background color of the page
Putting borders around an image
A group of artists is making a website. When should they use classes?
They want to make their h3 tags bigger than their h1 tags.
They want headings to be one color, but paragraphs to be a different color.
They want some images to float left, and other images to float right.
They want all the pages on their site to have the same style.
A student is using a stylesheet (style.css) to make paragraphs on the website green, but it's not working on index.html, What could be causing it?
The student forgot to link the stylesheet to the index.html page.
The student did not upload the images used in the index.html page
The student accidentally misspelled “green” in the stylesheet
What code in the stylesheet could have made the paragraph text green?
.p {
color: blue;
}
p {
color: green;
}
special {
color: green;
}
The web developer wants to make the “My Page” text larger. which option would work?
Use <h6> instead of <h3>
Put the 'My Page' text inside the tags
Use CSS to set the font-size property of the h3 tag
Put the code - style: "larger" -inside the h3 tag
Debugging - Which of these is NOT in the process for finding and fixing the bugs?
Describe or Identify the problem. What did you want the program to do?
Hunt for bugs. Sometimes look for 'red' text near the problem(s) in the code.
Try out solutions and see how they effect your code.
Just Skip It! The program will work anyway.
Click [Finish]
The collected information about an individual across multiple websites on the Internet.
Digital Footprint
Login
Password
Social Security
What does CSS stand for?
Computer Style Sheet
Creative Style Sheet
Cascading Style Sheet
Colorful Style Sheet
The part of a CSS rule-set that defines which HTML elements the style should be applied to
CSS Selector
HTML Selector
CSS Tag
CSS Select
Which file is the stylesheet?
index.html
style.css
This image is an example of a rule-set.
True
False
Which rule-set is written correctly?
A
B
C
D
Where in the HTML document is the correct location to insert code to link to your external CSS?
In the <head> section
In the <body> section
At the very end of a document
At the very beginning of a document
What's the difference between HTML and CSS?
CSS is a type of HTML
HTML gives webpage structure; CSS provides styling.
CSS structures a webpage. HTML provides styling.
There is no difference.
In CSS, what does px stand for?
pixel
picture
point
photo
Which CSS property controls text size?
text-decoration
text-align
font-size
font-family
A website is a collection of interlinked web pages on the World Wide Web
True
False
Which heading tag will give you the smallest text size?
<h1> </h1>
<h3> </h3>
<h4> </h4>
<h6> </h6>
Select ALL of the closing tags. (There are multiple correct answers.)
<p>
</h1>
</li>
<ol>
</ul>
Which property is used to change the background color?
background-color
color
bgcolor
border-color
Which of the following is true about copyright?
If an image is already on one web page, it's okay to use it on any web page
Make changes to an image, no permission to post it on your site is needed
Image creators decide who can use their images & how the images can be used
If no copyright information, anyone is free to use it on their own sites
Which license was developed to help content creators have
more specific control over how other people can use their work?
Examples: CC BY-SA; CC BY-NC;
Copyright
Creative Commons
Digital footprint
Plagiarism
Which of the following creates a rectangle with the x-coordinate at 60?
Which of the following creates an ellipse with the y-coordinate at 100?
Which of the following values can be returned by the code: randomNumber (0, 10)?
(5 < = 5)
What does the sprite animation look like?
Moves the sprite to the left
Rotates the sprite clockwise
Moves the sprite to the right
Makes the sprite grow
Moves the sprite up
Rotates the sprite clockwise
Moves the sprite to the right
Moves the sprite down
Moves the sprite up
Rotates the sprite clockwise
Makes the sprite grow
Moves the sprite down
Which of the following is the correct syntax to create a rectangle in Javascript?
What happens if the raceCar.x property is greater than 400?
It starts moving backwards
It sets the x-coordinate to 400
It rotates 400 degrees
It becomes invisible
Which code will draw this picture?
Which code will make the plane move to the right?
In which direction will the sprite in this code move?
Up and left
Up and right
Down and right
Down and left
What will Franklyn look like?
Franklyn will be an old dude with glasses.
Franklyn will be a blue circle.
Franklyn will be a gray square.
Franklyn is an orange and white stripped cat.
Where will Franklyn appear? (All options have Franklyn represented as a square.)
This code will draw a pink monster. Which of the pictures is drawn in the correct place?
Which image will this code produce?
Which image will this code produce?
What is the center of the grid in Game Lab?
(0, 0)
(400, 400)
(200, 200)
(250, 250)
In which direction will the sprite move?
plane.x = plane.x - 2
left
right
up
down
In which direction will the sprite move?
bee.y = bee.y + 2
left
right
up
down
Which sprite property would you change to make the sprite turn in a circle?
sprite.x
sprite.y
sprite.scale
sprite.rotation
