Html tags
Coding with Karel
Operating Systems
HTML
Digital Footprints
100

Which code allows you to display a text in bold?

<strong>

100

How many times should Karel turn left in order to turn right?

3

100

Which is a task that the operating system is NOT responsible for?

Manages hardware, keeps track of files, and secures the computer.

100

Which of the following is an example of metadata about a webpage?

The title of the webpage

100

True or False. The information about a particular person that exists on the Internet is a result of only a portion of their online activity. Some things don’t matter or are not part of a person’s digital footprint.

false

200

 Which code allows you to create a numbered list?

<ol>

200

What can be used to teach Karel to turn right?

Functions

200

Which type of operating system is permanently programmed into a hardware device?

Firmware.

200

Which of the following is a valid HTML tag?

<h1>

200

A person’s digital footprint consists of the following:

I. Comments you leave
II. Pictures you post
III. Topics you search
IV. Apps you use
V. Music you download
VI. Emails you send

I - VI all

300

Which code defines an image in an HTML page?

<img>

300

Which function will teach Karel how to spin in a circle one time?

function spin() {
    turnLeft();
    turnLeft();
    turnLeft();
    turnLeft();
}

300

What is a server OS used for?

Handling requests and supplying responses.

300

What does HTML stand for?

Hyper Text Markup Language

300

Question: 3


Which of the following can help you to maintain your digital footprint?
I. Using privacy settings to limit your exposure
II. Posting long rants when you are angry about something
III. Reviewing posts you are tagged in and taking action if needed
IV. Googling yourself on a regular basis


  1. I, III, and IV


400

Which tag defines a thematic break with a horizontal rule?

<hr>

400

What's a valid Karel command code?

move();

400

Which OS is currently the most popular for desktops and laptops?

Microsoft Windows

400

What's the point of HTML?

To structure a web page and it's content

400

What's the point of digital footprint

the trail of data you leave when using the internet

500

Which tag highlights texts?

<mark>

500

What is an avenue in a Karel world?

A column

500

Linux is an open-source operating system. What does “open source” mean?

It means that anyone can view, copy and then change the source code.

500

What is the backbone of a website?

Html framework

500

Can you erase your digital footprint?

No

M
e
n
u