The ability to work with others easily and without problem.
What is Collaboration?
Input device for moving your cursor?
What is a mouse?
A test to see if a piece of code is allowed to run.
What is condition?
True or false
It is safe to click random hyperlinks on the internet
What is false?
Someone who steals your personal information without consent
What is a hacker?
The ability to try something again and again multiple times for a long period
What is Paitience?
Output device that allows you to see this question?
What is a Display or Monitor?
A secret word or phrase used to access your computer
What is a password?
What is phishing?
The ability to adjust to new conditions
What is Adaptability?
A hacker that gets permission for hacking a system to test its security
What is a White hat?
U use word speak good
What is communication skills?
Input device used to type this question
What is a keyboard?
The type of programming term that can be used to describe Digital safety for 100?
What is boolean?
Teh Aiitbly ot seu craticil tkininhg ot iditnefy nad slove ploebmes wtih lmietid dtaa
What are Problem Solving skills?
When the following scratch code is ran, what will the sprite connected to it do?
When Green flag clicked:
Go to (0,0)
set [Max speed] to 5
Forever
| Set [Control y] to {(up arrow pressed?) - (down arrow pressed?)}
|Set [Control x] to {(right arrow pressed?) - (left arrow pressed?)}
| Change y by {[Max speed]*[control y]}
| Change x by {[Max speed]*[Control x]}
What is move?