How do you start an HTML tag?
<HTML></HTML>
How do you make Karel move?
move();
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.
What is the logo of Linux?
A penguin
What is an application
A computer program designed to help people perform an activity
How do you make something italic?
<i></i>
What do you do to make Karel turn Left?
turnLeft();
What are some troubleshooting issues that commonly happen?
-Keyboard not working
-Printer problems
-computer will not start
What is an operating system?
A software system that manages the computers software and hardware componnets.
What is a network
a system that connects two or more computing devices for transmitting and sharing information
How do you make a text bold in HTML?
<b></b> or <strong></strong>
How do you make Karel take and put balls?
takeBall();
putBall();
What do you do when you are out of storage?
Delete other applications to make more room for more storage.
What happens without a operating system?
Name all 6 of the HTML text sizes.
<h5>, <h4>, <h3>, <h2>, <h1>
How do you make Karel turn right?
function turnRight();
or
turnLeft();
turnLeft();
turnLeft();
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
What are the five operating systems?
Apple macOS, Microsoft Windows, Google's Android OS, Linux Operating System, and Apple iOS
How do you make an HTML table with rows and columns.
<table></table>
<tr>, <td>, <th>
How do you make Karel make a pancake?
placeBall();
placeBall();
placeBall();
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
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.