Computing Flashcards

1
Q

What Bahia he is used to create webpage content?

A

HTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What language is used to style and format webpage content?

A

CSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are web browsers used for?

A

Viewing webpages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are search engines used for?

A

Finding useful information on the web

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the acronym HTML stand for?

A

Hyper Text Markup Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Shat does the acronym CSS stand for?

A

Cascading Style Sheets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Name three popular web browsers

A

Google, Chrome, Microsoft Edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Name a popular search engine

A

Google

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What HTML tag is used to define the title of a webpage?

A

<title>
</title>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which HTML tag is used to define paragraph?

A

<p>
</p>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What HTML tag is used to define headings?

A

<h1>, <h2>, <h3>, <h4>, <h5>, <h6>
</h6></h5></h4></h3></h2></h1>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which HTML tag is used to display images on a webpage?

A

<img></img>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which HTML tag is used to create hyperlinks?

A

<a></a>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which HTML tag is used to create a numbered list?

A

<ol>
</ol>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which HTML tag is sued to create a bulleted list?

A

<li>
</li>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What do you need if you want to add bulleted list (<ul> … </ul>) lr a numbered list (<ol> … </ol>) ?

A

<li> … </li>

17
Q

Basic structure of a webpage

A

<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>

18
Q

Which tool in SketchUp is used to create straight lines?

A

Line tool

19
Q

In SketchUp, what’s the purpose of the Push/Pull Tool?

A

To extrude a face to add depth to a model

20
Q

Which tool would you use to change the viewpoint as if you’re walking around the model?

A

Orbit tool

21
Q

What are the three dimensions commonly referred to in 3D modelling?

A

Width, Height, Depth

22
Q

If you want to measure the distance between two points in SketchUp, which tool should you use?

A

Tape Measure Tool

23
Q

Which tool would you use to draw a perfect square on the ground plane in SketchUp?

A

Finish off from question 6