A data type that is put into quotes
A string
The first step of the problem solving process is
Define the problem
The tag that specifies an HTML doctype
<!DOCTYPE html>
This is the opening tag of the body section
<body>
A program used to think closely to a human but is ran by a computer
AI
A chunk of code that is repeated as specified
Loop
The third step of the problem solving process is
Try - carry out the plan
The tag that begins the head section
<head>
This is a paragraph tag
<p>
The process of giving instructions to AI
Prompting
A chunk of code that is ran until a condition is met
conditional
The 5th step of the problem solving process is to
Repeat as needed
The largest heading tag
<h1>
This the smallest heading tag
<h6>
What's it called when you have predictions that come from previous information
Bias or stereotype
This is when you look through an algorithm for errors
Debugging
What is the error is this HTML file:
<h1>This is heading 1<h1>
H1 not closed
This list type tag will add numbered list items
<ol>
What are principles that govern right and wrong behaviors?
Ethics
This type of peripheral device puts information into the computer
input device
What is the error in this HTML file:
<img href="soccer.jpg">
Img should use src not href
This is the correct way to add inline styling to change an h1 tag to the color blue
<h1 style="color:blue;">
a computer program designed to simulate conversation with human users, especially over the internet
Chatbot