What are inputs? Give an example
The information the computers get from users, devices, or other computers. Ex. Keyboard, Mouse, Barcode reader, headphones, or lightpen.
What is the <p> tag used for?
Used to define a paragraph text
What is a computer?
A computer is a machie that works with information.
What are outputs? Give an example
Information the computer gives to the user, devises, or other computers. Ex. printers, monitor, speakers, projector, or headphones.
What must all HTML documents start with?
All HTML documents must start with a <!DOCTYPE> decaration. It tells the browser what version of HTML the page is written it.
What are some diffirent types of strorage?
- Hard disk drives
- Solid-States drives
-Floppy Disks
-Flash Memory
-CD
-USB
Define processing.
Processing is the thinking work a computers do to turn inputs into outputs.
What is the <Body> tag stand for?
the <Body> tag defines the main content of the HTML document that will be directly visible on your web page.
What can help us work together and solve problems as a team?
1.) Use social media to communicate and bounce ideas off of each other
2.) Use google Share
3.) Email
4) FaceTime
What is a HTML element?
A HTML element is a piece of a website, marked by a start tag and often closed with an end tag.
What is the <Head> tag used for?
The <Head> tag is used as a container for metadata: metadata is data about the HTML document, such as document title, character set, style sheets, links, and scripts
What are the differents ways computers process information.
- If/ then
- Counting
-Finding a match
-Comparing
What does HTML stand for and what is it used for?
Hypertext Markup Lanuage. A language used to create webpages.
What is the largest and smalest font sizes ??
<h1></h1> is the largest font size
<h6></h6> is the largest font size
What is the problem solving process?
1.) Define the problem
2.) Perpare a solution
3.) Try the plan. First plan most likly wont be successful. Go back and try again afer you've updated your plan.
4.) Reflect on what plan worked best. How could your solution be used in other ways? What worked out the best?