Units/lessons/bubbles
Vocabulary
Codes
Career Opportunities
Code.org Questions
100

What are the three main parts of the screen in Web Lab?

Files, Workspace, Preview

100

What is Input?

The information computers get from users, devices, or other computers

100

What is the <p> tag used for?

The <p> tag is used to define a paragraph of text

100

What does a web developer do?

 create and maintain websites.

100

How can we tell the computer both what to put on the web page, and how to organize it?

Code

200

How do you use the Inspector Tool?

To turn on the Inspector Tool, click the "Inspector: Off" button.

200

What is Output?

The information computers give to users, devices, or other computers

200

What is the <!DOCTYPE> tag used for?

Using <!DOCTYPE> to declare the version of HTML the page is written in.

200

What does a Software application developer do?

 Design computer applications, such as word processors and games, for consumers.

200

 How can we work together to fix problems with our websites with distanced learning?

Facetime, shared document, text groupchat etc.

300

Why does the code sometimes turn pink?

When it notices a mistake, it turns that code pink.

300

What is Website Content?

The text and images on a website

300

what is the <body> tag used for?

The <body> tag defines the main content of the HTML document that will be directly visible on your web page.

300

What does a computer systems engineer do?

Develops, tests, and evaluates software and personal computers by combining their knowledge of engineering, computer science, and math analysis.

300

 Why do people create web pages?

To share specific information with anyone who wants to see it.

400

What is a bug?

Bugs are mistakes in code which causes it not to work as planned.

400

What is HTML?

Hypertext Markup Language, a language used to create web pages

400

What is the <head> tag used for?

Using <head> is to contain metadata about the HTML document.

400

What does a database administrator do?

 make sure that data analysts and other users can easily use databases to find the information they need and that systems perform as they should.

400

Why is storage an important part of the computing process?

So the processor can persorm what it needs to with the stored information

500

What is debugging?

Debugging is the process of finding and fixing bugs.  

500

What is Website Structure?

How the content of a website is organized

500

What is the <li> tag used for?

It is used to add a bullet to a part of text.

500

What does a Computer systems anylyst do?

Create diagrams to help programmers and architects build computer systems.

500

What are the 4 types of processing?

If/then, finding a match, counting, and comparing