Looks like no one added any tags here yet for you.
What general types of information does a computer store?
Files
Which of the following is part of the "Define" phase of solving a problem?
Determine the problem you are trying to solve.
A collection of interlinked web pages on the World Wide Web
Website
2. Hypertext Markup Language, a language used to create web pages
HTML
A piece of a website, marked by a start tag and often closed with an end tag
HTML Element
The collection of information about an individual across multiple websites on the internet
Digital Footprint
5. A title or summary for a document or section of a document
Heading
The special set of characters that indicates the start and end of an HTML element and that element's type
HTML Tag
The raw text, images, and other elements included in a web page
Website Content
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
Website Structure
Pair Programming
One person writes code, while the other reviews each line of code as it is typed in
What is the driver role during pair programming
The driver draws code
What is the navigator's role in pair programming
The navigator reviews each line of code as it is typed in
Which code defines a paragraph
<p>
13. Which code tells the computer that this is a document written in HTML
<!DOCTYPE html>
Which code defines that it contains all the main content of your web page
<body>
Which code defines that it contains information (sometimes called "metadata") about your web page
<head>
is facts, information, or statistics, typically used for analysis, reference, or as a basis for calculation.
Data
is the process by which a human or computer selects, compiles, selects/cleans, reviews,
Data Analysis
is a cyclical, multi-step process designers and engineers use to design and build new products.
Design Process
designs and prototypes new products.
Product Designer
is a method of protecting personal information with a key that only the user knows.
Secure Password
Which of the following passwords would be considered the most secure?
Cut3!8Sk1pD0g!2
Which of the following passwords would be the most secure version of the unsecure password:
!Cu2t31C4t$!
What element(s) are NOT part of a secure password?
Common Phrases
Which of the following actions might contribute to recommendations you see online?
All of the above
When an independent variable changes...
The dependent variable changes
The refers to a network of physical devices that use sensors, software, and connectivity to share data.
Internet of Things
A scatter plot graphs shows the relationship between ___ variables.
two
Which of the following statements is TRUE about the design process?
In the design process, you do not test your prototype
Part of a program that does not work correctly
Bug
Finding and fixing problems in an algorithm or program
Debugging
The placement of text farther to right or left of the surrounding text, making it easier to understand the program's structure
Indentation
Any character that shows up as a blank space on the screen, such as a space, a tab, or a new line; helps separate different parts of the document to make it easier to read
Whitespace
A collection of interlinked web pages on the World Wide Web
Website
collection information about an individual across multiple websites on the internet
Digital Footprint
The special set of characters that indicates the start and end of an HTML element and that element's type
HTML Tag
The work done (possibly by a computer) to turn an input into an output
Processing
A precise sequence of instructions for processes that can be executed by a computer.
Algorithm
A place to hold information until it is needed for processing.
Storage
Define "Input"
A device or component that allows information to be given to a computer
Output
Any device or component that receives information from a computer and produces a result.
What is 'input' for a computer?
Keyboard and data entered
An 'App' should
Solve a problem
What is a way that information is output from a computer?
Data being displayed on a monitor
What general types of information does a computer store?
Files
Which of the following is part of the "Define" phase of solving a problem?
Determine the problem you are trying to solve.