HTML
Coding with Karel
Troubleshooting
Operating systems
Vocab
100

How do you start an HTML tag?

<HTML></HTML>

100

How do you make Karel move?

move();

100

What do you do when you have over-due updates on your device?

Go to app settings to see if there are any over-due updates. 

100

What is the logo of Linux?

A penguin

100

What is an application 

A computer program designed to help people perform an activity

200

How do you make something italic?

<i></i>

200

What do you do to make Karel turn Left?

turnLeft();

200

What are some troubleshooting issues that commonly happen?

-Keyboard not working

-Printer problems 

-computer will not start

200

What is an operating system?

A software system that manages the computers software and hardware componnets. 

200

What is a network

a system that connects two or more computing devices for transmitting and sharing information

300

How do you make a text bold in HTML?

<b></b> or <strong></strong>

300

How do you make Karel take and put balls?

takeBall();

putBall();

300

What do you do when you are out of storage?

Delete other applications to make more room for more storage. 

300

What happens without a operating system?

It will become limited to basic functions.
400

Name all 6 of the HTML text sizes.

<h5>, <h4>, <h3>, <h2>, <h1>

400

How do you make Karel turn right? 

function turnRight();

or 

turnLeft();

turnLeft();

turnLeft();

400

What do you do to fix your operating system issues?

Some ways to fix your operating system issue include:

-Restart your device 

-Disconnect wires and cables 

- Boot into BIOS

400

What are the five operating systems?

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

500

How do you make an HTML table with rows and columns.

<table></table>

<tr>, <td>, <th>

500

How do you make Karel make a pancake?

placeBall();

placeBall();

placeBall();

500

What are the 7 steps to troubleshooting 

Define Problem, Identify Probable Cause, Test Hypothesis, Create Action Plan, finish Action Plan, Verify Problem Resolution, Create Post-Martum report

500

What are the 3 main purposes of an operating system?

1. helps manage the computer's resources, such as the cpu, memory, drives, and printers, 

2. Helps establish a user interface

3.  It provides services for applications software.