Font size
WorksheetsComputer
Total questions: 137
Worksheet time: 3hrs 59mins
Problem-Solving Process
Reflect, Define, Try, Prepare
Define, Try, Prepare, Reflect
Define, Prepare, Try, Reflect
Try, Prepare, Define, Reflect
1st Step in the Problem-Solving Process
Prepare
Define
Reflect
Try
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
Define
Testing a plan
Identify
Brainstorming ideas
Thinking about improvements
Prepare
Testing a plan
Identify
Brainstorming ideas
Thinking about improvements
Try
Testing a plan
Identify
Brainstorming ideas
Thinking about improvements
Reflect
Testing a plan
Identify
Brainstorming ideas
Thinking about improvements
DEFINE the problem in the scenario. Getting to class on time.
Being on time to class
Going to class
Being late to class
Being in class
In the scenario; getting to class on time. What sentence best describes the PREPARE step actions in the problem-solving process?
create a plan to get to class
Continue same routine to get to class
Take time to talk to classmates on the way to class
Stop by locker before going to class
In the scenario; getting to class on time. What sentence best describes the TRY step actions in the problem-solving process?
Revise plan
Create plan
Test plan
Look at plan
In the scenario; getting to class on time. What sentence best describes the REFLECT step actions in the problem-solving process?
Create plan
Evaluate and edit plan
Trash plan
Use plan
A precise sequence of instructions for processes that can be executed by a computer
computer science
algorithm
processing
output
A device or component that allows information to be given to a computer
algorithm
output
input
storage
Any device or component that receives information from a computer
output
input
algorithm
processing
The 1st component of computing devices
storage
output
processing
input
The 2nd component of computing devices
output
storage
input
processing
The 3rd component of computing devices
input
output
processing
storage
The 4th component of computing devices
storage
processing
output
input
Keyboard, buttons on the keyboard, mouse, camera, and microphone
algorithm
examples of inputs
processing
examples of outputs
Screen, speakers, and printer
examples of outputs
examples of inputs
storage
processing
The study of the principles and use of computers
processing
algorithm
computer science
input
Which is NOT a process of problem solving?
Define
Prepare
Try
Reflect
Make
A computer is a machine that works with information
True
False
Input is the information computers give to users, devices, or other computers
True
False
Output is the information computers get from users, devices, or computers
True
False
The thinking work computers do to turn input into output
Brainstorming
Processing
Saving information to use in the future is hording
True
Fale
A problem should be interesting, well-defined, and computing is relevant
True
False
Web content is the text and images on a website
True
False
Website structure is how the content of a website is organized
True
False
HTML Tag is a piec of a website, marked by a start tag and often closed with an end tag
True
False
A title or summary for a document or section of a document is a paragraph
True
False
A digital footprint is collected information about an individual across multiple websites on the Internet
True
False
If something is true, do something else.
If/Then
Counting
Comparing
Matching
Check whether things are the same, or one is bigger than the other.
Matching
If/Then
Counting
Comparing
Search a list or group of things for a match.
Counting
Comparing
Matching
If/Then
Keep track of how many of something there are.
If/Then
Counting
Matching
Comparing
A computer's memory is used to _____________ information.
input
output
store
process
When information is manipulated or changed by the computer, it is being ______________.
input
output
processed
stored
Which of the following is not a common type of processing that is used in computing?
if/then
matching
counting
transposing
Define
Prepare
Try
Reflect
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?
Define
Prepare
Try
Reflect
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?
Define
Prepare
Try
Reflect
If you are attempting to put your plan into action, what part of the problem solving process are you working on?
Define
Prepare
Try
Reflect
Two students made a design to make unloading the dishwasher faster at home. The following is an example of which problem solving stage?
Define
Prepare
Try
Reflect
Johnny determines that he must find a way to get to class on time in order to avoid negative consequences from the teacher. Johnny thinks about what his constraints are: passing period length, classroom location, and congestion in the hallways. Which stage of the problem solving process is Johnny in?
Define
Prepare
Try
Reflect
Johnny thinks about why he is late. He brainstorms ways to get to his class on time such as: a different route, not stopping to talk to friends, limiting locker stops, etc. Which stage of the problem solving process is Johnny in?
Define
Prepare
Try
Reflect
The next day, Johnny eliminates his locker stop and proceeds straight to class. Which stage of the problem solving process is Johnny in?
Define
Prepare
Try
Reflect
Johnny arrives as the bell rings. He determines the plan has been partially successful- he begins to assess other things he can do to improve his plan before he tries it again.
Define
Prepare
Try
Reflect
What are the four things that all computers have in common?
input, storage, processing, output
input, sequencing, output, sound
monitor, keyboard, cords, mouse
display, keyboard, sound, memory
Typing on a keyboard or clicking on a mouse are examples of which stage of the computing process?
Input
Process
Output
Storage
Which of the items below is NOT an example of information being output from a computer?
Document shows up on your monitor
Music plays from your speakers
You print out your essay
You type on a keyboard
Processing is defined as:
A series of commands
Entering data into a computer
Storing data for later use
The work done possibly by a computer to turn input into an output
Define Storage in the computing process:
Storing a document in your drive
Storing information in the computer’s memory so it can be used again
Saving a song on your phone
Downloading an app to your tablet
The series of commands a computer uses to process information
Algorithm
Input
Output
Process
The work done (possibly by a computer) to turn an input into an output
Storage
Processing
Analyzing
Input
What does CSS stand for?
Cascading Style Sheets
Colorful Style Sheets
Computer Style Sheets
Creative Style Sheets
What is the correct HTML for referring to an external style sheet? (linking your HTML and Style sheet together)
<stylesheet>mystyle.css</stylesheet>
<style src="mystyle.css">
<link rel="stylesheet" type="text/css" href="mystyle.css">
Where in an HTML document is the correct place to refer to an external style sheet (style.css)?
At the end of the document
In the <body> section
In the <head> section
Which rule set is written correctly?
A
B
C
D
Which property is used to change the background color?
background-color
color
bgcolor
border-color
How do you add a background color for all <h1> elements?
A
B
C
D
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
Which number shows how to add a style sheet?
1
2
3
4
Which code would style the following picture?
A
B
C
D
Which rule-set would make all text in your web page blue and centered?
A
B
C
D
Which of the following is a component of CSS style rule?
Selector
Property
Value
All of the Above
Which of the following property is used to set the height of an image?
border
height
width
weight
Which of the following property specifies the color of the whole border?
border-color
border-style
border-width
border-bottom-color
A collection of interlinked web pages on the World Wide Web
website
content
footprint
heading
The raw text, images, and other elements included in a web page
website content
website structure
heading
website
HTML stands for
Hypretext Markup Language
Hypertext Media Language
Hyper Text Marker Line
Hypertext Mangement List
A piece of a website, marked by a start tag and often closed with an end tag
HTML element
HTML
HTML Tag
Website structure
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
The raw text, images, and other elements included in a web page
Website content
Website structure
Website
Digital footprint
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
Website structure
Website content
Intellectual property
Copyright
A title or summary for a document or section of a document.
Heading
Citation
Copyright
Comment
The collected information about an individual across multiple websites on the Internet.
Digital Footprint
Website structure
HTML Element
Heading
A quotation from or reference to a book, paper, or author, especially in a scholarly work.
Citation
Heading
Copyright
website element
the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
copyright
citation
heading
commons
A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work
creative copyright
intellectual property
website content
website structure
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/>
What is a collection of interlinked web pages on the World Wide Web?
website
HTML
content
structure
What is the raw text, images, and other elements included in a web page?
website content
website
element
CSS
What is a piece of a website, marked by a start tag and often closed with an end tag?
HTML element
CSS
source
citation
What is the special set of characters begins and ends your site?
HTML tag
paragraph tag
body tag
list tag
What is the purpose of different pieces of content in a web page for display purposes?
website structure
website content
website
source
What is a title or summary for a document or section of a document?
heading
paragraph
list
body
What is a reference to a book, paper, or author, especially in a scholarly work?
citation
HTML
content
structure
What is the exclusive legal right to print, publish, perform, film, or record?
copyright
music
picture
movie
What is a collection of public copyright licenses that enable the free distribution?
Creative Commons
copyright
music
movie
What is part of a program that does not work correctly?
bug
mosquito
fly
spider
What is finding and fixing problems in code?
debugging
solution
car wash
wax
What is Problem Solving Process?
Define Prepare Try Reflect
Prepare Try Reflect
Define Prepare Try
Reflect
What is the tag contains all the main contents of your web page?
HTML
paragraph
body
list
What is the tag for the dog image?
<img src = "dog.jpg" alt = "my dog"/>
<img scr = "dog.jpg" alt = "my dog"/>
<img src = dog.jpg alt = "my dog"/>
<img = "dog.jpg" alt = "my dog"/>
What is the tag for an ordered list?
OL
UL
LIST
listless
What is the tag for an unordered list?
UL
OL
BODY
HTML
A computer language used to describe how HTML elements should be styled.
CSS Selector
CSS
HTML
CSS Class
Part of a CSS rule-set that defines which HTML elements the style should be applied to
CSS Selector
CSS
HTML
CSS Class
If you wanted to change the font style for a selector in CSS, which code would you use in your CSS rule-set?
text-decoration: value;
text-align: value;
font-family: value;
color: value;
If you wanted to specify the horizontal alignment of text in a CSS element, which code would you use in your CSS rule-set?
text-decoration: value;
text-align: value;
font-family: value;
color: value;
If you wanted to specify the color of a text element, which code would you use in your CSS rule-set?
background-color: value;
border-color: value;
font-color: value;
color: value;
What code in the stylesheet could have made the text green? (Click on the image to make it larger)
1 and 3
2 and 4
2 and 3
3 and 4
1, 2, 3, and 4
The web developer wants to make the "My Page" text larger. Which TWO of the following would work? (Click on image to make it larger)
Use <h6> instead of <h3>
Use <h1> 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.
Which of these are the correct code used to link a style sheet to an html webpage?
<link rel="stylesheet" href="style.css">
<img src="bubble-gum.jpg" alt="chewing bubble"/>
<p> stylesheet </p>
<h1> stylesheet </h1>
a set of rules to specify the style of a selected element.
CSS selector
tag
CSS rule-set
style.css
CSS allows al sorts of style rules for properties. Which of the following are properties that you can make rules for in a CSS style sheet?
fonts
position
size
color
Which of the following properties would allow you to change the style of the text in a paragraph?
color
text-align
font-family
text-size
text-decoration
Which of the following properties would allow you to change the style of the non-text elements in a paragraph?
width
text-size
float
background-color
font-family
If you wanted to position the an image element on the left side in an html page, which css property would you use?
margin
float
border-width
border-radius
text-align
If you wanted all the contents of your webpage to have the same style, which CSS selector would you use to create a rule set in your style sheet?
body
head
paragraph
float
background color
If you wanted an element to have a curved corner, like an image, what CSS property would you use to do it?
float
border-style
border-width
border-radius
margin
Which property would you use to change how tall an image is on an html page?
width
height
margin
float
Which property would select to change the amount of space around an image on an html page?
float
margin
height
width
