How do you start an HTML page?
<html></html>
What are different troubleshooting problems?
How do you make Karel move?
move();
What is the logo for Google Android OS?
The logo is a green robot
What is a network?
A connected chain, group, or system that lets you communicate to other devices
How do you start a paragraph in HTML tags?
<p></p>
What do you do if you have an over-do update?
Go to your settings in either the app store or settings app and check for your missing any updates
How do you make Karel place a ball?
putBall();
What is the reason for operating systems?
It manages your device
What is an application?
A specific task for a computer
What HTML tags emphasize a strong text?
<strong></strong> and <em></em>
What do you do when you're out of storage on your device?
What are the four built-in commands for Karel?
move();
turnLeft();
putBall();
takeBall();
What is Microsoft Windows?
It is an operating system by Microsoft Corporation
What are all the HTML text sizes?
<h1></h1> - <h6></h6>
(<h1> being the largest - <h6> being the smallest)
What do you do when your device is having an operating system issue?
Boot into your BIOS (Basic Input/Output System) and make sure everything is running correctly.
How do you make Karel turn right?
function turnRight() {
turnLeft();
turnLeft();
turnLeft();
}
What are some of the pros of MacOS?
MacOS is creative, original, and secure.
How do you make the HTML version?
<!DOCTYPE html>
What are the four C's in troubleshooting?
Concern, cause, countermeasure, and check
What is Karel Coding?
Karel is a simple, educational language program for beginners in software
What are the five operating systems?
Apple macOS, Microsoft Windows, Google's Android OS, Linux Operating System, and Apple iOS