Algorithms
Problem Solving
HTML 1
HTML 2
Artificial Intelligence
100

A data type that is put into quotes

A string

100

The first step of the problem solving process is

Define the problem

100

The tag that specifies an HTML doctype

<!DOCTYPE html>

100

This is the opening tag of the body section

<body>

100

A program used to think closely to a human but is ran by a computer

AI

200

A chunk of code that is repeated as specified

Loop

200

The third step of the problem solving process is

Try - carry out the plan

200

The tag that begins the head section

<head>

200

This is a paragraph tag

<p>

200

The process of giving instructions to AI

Prompting

300

A chunk of code that is ran until a condition is met

conditional

300

The 5th step of the problem solving process is to

Repeat as needed

300

The largest heading tag

<h1>

300

This the smallest heading tag

<h6>

300

What's it called when you have predictions that come from previous information

Bias or stereotype

400

This is when you look through an algorithm for errors

Debugging

400

What is the error is this HTML file:


<h1>This is heading 1<h1>

H1 not closed

400

This is the correct way to add an image to my HTML file

<img src = "link.com">

400

This list type tag will add numbered list items

<ol>

400

What are principles that govern right and wrong behaviors?

Ethics

500

This type of peripheral device puts information into the computer

input device

500

What is the error in this HTML file:

<img href="soccer.jpg">

Img should use src not href

500

This is the correct way to add a link to espn.com with the text click here

<a href="espn.com">Click Here</a>

500

This is the correct way to add inline styling to change an h1 tag to the color blue

<h1 style="color:blue;">

500

a computer program designed to simulate conversation with human users, especially over the internet

Chatbot

M
e
n
u