Computing Flashcards
What Bahia he is used to create webpage content?
HTML
What language is used to style and format webpage content?
CSS
What are web browsers used for?
Viewing webpages
What are search engines used for?
Finding useful information on the web
What does the acronym HTML stand for?
Hyper Text Markup Language
Shat does the acronym CSS stand for?
Cascading Style Sheets
Name three popular web browsers
Google, Chrome, Microsoft Edge
Name a popular search engine
What HTML tag is used to define the title of a webpage?
<title>
</title>
Which HTML tag is used to define paragraph?
<p>
</p>
What HTML tag is used to define headings?
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>
</h6></h5></h4></h3></h2></h1>
Which HTML tag is used to display images on a webpage?
<img></img>
Which HTML tag is used to create hyperlinks?
<a></a>
Which HTML tag is used to create a numbered list?
<ol>
</ol>
Which HTML tag is sued to create a bulleted list?
<li>
</li>
What do you need if you want to add bulleted list (<ul> … </ul>) lr a numbered list (<ol> … </ol>) ?
<li> … </li>
Basic structure of a webpage
<html>
<DOCTYPE>
<head>
<title> My Webpage </title>
</head>
<body>
<h1> Welcome to my webpage </h1>
<p> This is some text content </p>
</body>
<\html>
</DOCTYPE></html>
Which tool in SketchUp is used to create straight lines?
Line tool
In SketchUp, what’s the purpose of the Push/Pull Tool?
To extrude a face to add depth to a model
Which tool would you use to change the viewpoint as if you’re walking around the model?
Orbit tool
What are the three dimensions commonly referred to in 3D modelling?
Width, Height, Depth
If you want to measure the distance between two points in SketchUp, which tool should you use?
Tape Measure Tool
Which tool would you use to draw a perfect square on the ground plane in SketchUp?
Finish off from question 6