The responsible use of technology
Digital Citizenship
Name the four steps of the problem solving process IN CORRECT ORDER!
Define, Prepare, Try Reflect
Name the four parts of the IOSP model IN CORRECT ORDER!
Input, Output, Storage, Processing
Which of these parts of the website are most appropriate for CSS? Website Content, Website Structure, Website style
Style
Which shape block would I use to draw a circle?
The trail of data that is left behind when you use the internet
Digital Footprint
A scholar is researching recipes to make a pizza. Which step of the problem solving process is this an example of?
Prepare
This is called the "thinking work" of the computer
Processing
Which of these parts of the website are most appropriate for HTML? Website Content, Website Structure, Website style
Content AND Structure
This is additional information provided as input to a block to customize its functionality
Parameter
To intimidate, harm, bully, or upset someone online.
Cyberbullying
A scholar asks their family to eat the pizza and give feedback on how to improve the recipe. Which step of the problem solving process is this an example of?
Reflect
This is the information computers give to users, devices, or other computers
Output
Describe what this line of the code means:
h1 { text-align: center; }
The heading "H1" will be centered on the web page.
What is a variable?
A label for a piece of information used in a program.
Ms. Renaud watches 8 hours of Netflix every day. Is this a positive or negative digital habit? What can Ms. Renaud do to make this digital habit more healthy?
It is a negative habit. Ms. Renaud could take breaks or replace Netflix with off-screen activities.
A scholar follows the recipe to make the pizza. Which step of the problem solving process is this an example of?
Try
Name TWO of the four types of processing.
If/Then, Comparing, Finding a Match, Counting
Describe what this line of the code means:
<a href=index.html>Home</a>
It is a hyperlink to the home page of the website.
Where will this rectangle appear on the grid?
rect (200, 350)
In the center towards the bottom of the grid
Ms. Renaud tracks her zumba class workout progress by using a fitness app. Is this a positive or negative digital habit? What can Ms. Renaud do to make this digital habit more healthy?
This is a positive habit. Ms. Renaud could improve by setting goals for herself and tracking those goals.
A scholar decides the want to make a pizza, but they don't have a recipe. Which step of the problem solving process is this an example of?
Define
A mobile game tracks the number of times a player is hit by an obstacle. If the player hits 10 obstacles, then the game will display "Game Over" on the screen. What type(s) of processing are happening in this example?
Counting and If/Then
Debug the following HTML:
<p class:"Special">This webpage is amazing!</P>
class should have "=" instead of ":" AND the end tag should be a small "p" instead of a capital "P"
What will happen to this shape every time the programmer runs the code?
ellipse (200, randomNumber (0,200), 100, randomNumber (100,300))