What is the navigator's role in pair programming
The navigator reviews each line of code looking for errors.
What does HTML stand for?
Hypertext Markup Language
When one person writes code, while the other reviews each line of code as it is typed in is called ?
Paired programming
A title or summary for a document or section of a document is called a _________?
Heading
The special set of characters that indicates the start and end of an HTML element and that element's type?
HTML tags
All content on a web page must go between what type of starting and closing tags?
Body
What does RGB stand for?
Red, Green, Blue
What is the driver role during pair programming?
Driver writes the code
What does this code <p> stand for?
Paragraph
What does this code <!DOCTYPE html> tell the computer about what the program is being written in?
HTML
What is an error is programming called?
Bug
What does CC stand for regarding copyright?
Creative Commons
The exclusive legal right to print, publish, perform, film, or record literacy, artistic, or musical material, and to authorize others to do the same is called?
The Copyright
What does this code stand for <li>
List item
What does this tag stand for <h>?
Header
A precise sequence of instructions for processes that can be executed by a computer is called _________?
Algorithm
What does DPTR stand for in the problem solving process?
Define, Prepare, Try, and Reflect
What does this opening tag stand for <img>
Image
What does this codes stand for img src?
Image Source
What does this tag identify </>
Closing tag
A language used to describe how HTML elements should be styled is called ________?
CSS or Cascading Style Sheets
CSS stands for ?
Cascading Style Sheets
The collection of information about an individual across multiple websites on the internet is called a person's _______?
Digital Footprint
What does this code stand for <ul>
Unorder list
Finding and fixing the problems in an algorithm, program, or code is called?
Debugging?