NEW
Font size
WorksheetsCF1 3rd 9weeks Test
Total questions: 50
Worksheet time: 25mins
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
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
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
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 Problem-Solving Process
Reflect, Define, Try, Prepare
Define, Try, Prepare, Reflect
Define, Prepare, Try, Reflect
Try, Prepare, Define, Reflect
A collection of interlinked web pages on the World Wide Web
Heading
Website
Digital Footprint
HTML
Hypertext Markup Language, a language used to create web pages
Website Content
Website Structure
Heading
HTML
A piece of a website, marked by a start tag and often closed with an end tag
HTML Element
Digital Footprint
Website Content
Website Structure
The collection of information about an individual across multiple websites on the internet
HTML Element
Website Content
Digital Footprint
HTML Tag
A title or summary for a document or section of a document
HTML
Website Structure
Website
Heading
The special set of characters that indicates the start and end of an HTML element and that element's type
HTML Element
Website Content
HTML Tag
Heading
The raw text, images, and other elements included in a web page
Digital Footprint
Website Content
Website
Website Structure
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
HTML Tag
Website Structure
Website
Heading
Which code defines a paragraph
<!DOCTYPE html>
<html>
<p>
<head>
Which code tells the computer that this is a document written in HTML
<!DOCTYPE html>
<html>
<head>
<p>
Which code defines that it contains all the main content of your web page
<!DOCTYPE html>
<html>
<head>
<body>
Line Break Tag
<br>
<p>
<body>
<html>
Ordered List Tag
<ul>
<li>
<ol>
<br>
Unordered List Tag
<ol>
<ul>
<br>
<li>
List Tag
<ul>
<li>
<ol>
<br>
Part of a program that does not work correctly
Whitespace
Bug
Debugging
Citation
Finding and fixing problems in an algorithm or program
Intellectual Property
Bug
Comment
Debugging
A collection of public copyright licenses that enable the free distribution of copyrighted work
Common License
Creative Commons
Creative License
Common Copyright
This is the Creative Commons licensing symbol for:
Attribution (BY)
Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator
No Derivative Works (ND)
Others can only copy, distribute, display, or perform copies of your work with no changes
Non-Commercial (NC)
Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.
Share Alike (SA)
Others can distribute any derivative works, but only under the same license to the one you have chosen for your work
This is the Creative Commons licensing symbol for:
Attribution (BY)
Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator
No Derivative Works (ND)
Others can only copy, distribute, display, or perform copies of your work with no changes
Non-Commercial (NC)
Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.
Share Alike (SA) - Users must distribute any derivative works under the same license
This is the Creative Commons licensing symbol for:
Attribution (BY)
Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator
No Derivative Works (ND)
Others can only copy, distribute, display, or perform copies of your work with no changes
Non-Commercial (NC)
Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.
Share Alike (SA)
Others can distribute any derivative works, but only under the same license to the one you have chosen for your work
In Web Design, CSS is the abbreviation for…
Common Style System
Cascading Style Sheet
Computer System Sheet
Computer Style Source
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" href="mystyle.css">
Which rule set is written correctly?
A
B
C
D
How do you add a background color for all <h1> elements?
A
B
C
D
Which of the following property specifies the color of the whole border?
border-color
border-style
border-width
border-bottom-color
RGB stands for
Red, Gold, Blue
Red, Green, Blue
Red Green, Black
Red, Gold, Black
All the content of a webpage must go between which set of tags?
<h1> and </h1>
<body> and </body>
</head> and </head>
<html> and </html>
Which heading would appear the largest on the webpage?
They will all be the same size
Movies
Songs
Books
Which HTML heading is the smallest of ALL?
<h3>
<h1>
<h2>
<h6>
<h5>
True/False: RGB color mixing uses light instead of paint
True
False
Which of the following is a component of CSS style rule?
Selector
Property
Value
All of the Above
