What are the three main parts of the screen in Web Lab?
Files, Workspace, Preview
What is Input?
The information computers get from users, devices, or other computers
What is the <p> tag used for?
The <p> tag is used to define a paragraph of text
What does a web developer do?
create and maintain websites.
How can we tell the computer both what to put on the web page, and how to organize it?
Code
How do you use the Inspector Tool?
To turn on the Inspector Tool, click the "Inspector: Off" button.
What is Output?
The information computers give to users, devices, or other computers
What is the <!DOCTYPE> tag used for?
Using <!DOCTYPE> to declare the version of HTML the page is written in.
What does a Software application developer do?
Design computer applications, such as word processors and games, for consumers.
How can we work together to fix problems with our websites with distanced learning?
Facetime, shared document, text groupchat etc.
Why does the code sometimes turn pink?
When it notices a mistake, it turns that code pink.
What is Website Content?
The text and images on a website
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.
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.
Why do people create web pages?
To share specific information with anyone who wants to see it.
What is a bug?
Bugs are mistakes in code which causes it not to work as planned.
What is HTML?
Hypertext Markup Language, a language used to create web pages
What is the <head> tag used for?
Using <head> is to contain metadata about the HTML document.
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.
Why is storage an important part of the computing process?
So the processor can persorm what it needs to with the stored information
What is debugging?
Debugging is the process of finding and fixing bugs.
What is Website Structure?
How the content of a website is organized
What is the <li> tag used for?
It is used to add a bullet to a part of text.
What does a Computer systems anylyst do?
Create diagrams to help programmers and architects build computer systems.
What are the 4 types of processing?
If/then, finding a match, counting, and comparing