HTML
TROUBLESHOOTING
CODING WITH KAREL
OPERATING SYSTEMS
VOCABULARY
100

How do you start an HTML page?

<html></html>

100

What are different troubleshooting problems?

Updates, storage, BIOS, wire problems, applications, and more. 
100

How do you make Karel move?

move();

100

What is the logo for Google Android OS?

The logo is a green robot

100

What is a network?

A connected chain, group, or system that lets you communicate to other devices

200

How do you start a paragraph in HTML tags?

<p></p>

200

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

200

How do you make Karel place a ball?

putBall();

200

What is the reason for operating systems?

It manages your device

200

What is an application?

A specific task for a computer

300

What HTML tags emphasize a strong text?

<strong></strong> and <em></em>

300

What do you do when you're out of storage on your device?

Go to your permission settings and make sure everything is correct
300

What are the four built-in commands for Karel?

move();

turnLeft(); 

putBall();

takeBall();

300

What is Microsoft Windows?

It is an operating system by Microsoft Corporation

400

What are all the HTML text sizes?

<h1></h1> - <h6></h6>

(<h1> being the largest - <h6> being the smallest)

400

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.

400

How do you make Karel turn right?

function turnRight() {

turnLeft();

turnLeft();

turnLeft();

}

400

What are some of the pros of MacOS?

MacOS is creative, original, and secure.

500

How do you make the HTML version?

<!DOCTYPE html>

500

What are the four C's in troubleshooting?

Concern, cause, countermeasure, and check  

500

What is Karel Coding?

Karel is a simple, educational language program for beginners in software

500

What are the five operating systems?

Apple macOS, Microsoft Windows, Google's Android OS, Linux Operating System, and Apple iOS

M
e
n
u