Digital Media Proficiency Test Flashcards

1
Q

What does GUI stand for?
what is it?

A

Graphical user interface

Editors for creating softwares (may offer pre- designed) templets [E.g. Dreamweaver]

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

What does DHTML stand for? What is it?

A

Dynamic html

Combination of technologies that create an interactive website

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

Identify what this is made of

<title>My Web Page</title>

A

<title>
=Element

My Web Page
=Element Content
</title>

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

What are Hyperlinks

A

Links on a webpage that lead outside of website

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

Functionality

A

A design principle of web design that describes a website that functions well (i.e no broken links, loads well, etc)

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

What are the top level domains?

A

.com
.org

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

True or False:

You can pay to register your own domain

A

True

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

What is scope?

A

Features and functions of site to meet client goals

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

What can you do incase a visitor can’t view an image on your website?

A

Add ALT tag to <img></img> content

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

Whats Accessibility?

A

Functional/ usable design principles

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

What’s a wire frame

A

Skeletal layout of a website (lacks colors and graphics)

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

What does Javascript do for a website?

A

Adds Interactivity to a website

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

What does FTP stand for?
what is it?

A

File transfer protocol

Taking things from local drive and sending them to a server

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

What does CSS stand for?
what is it?

A

Cascading Style Sheets

For styling content on website (layouts, colors, fonts, etc)

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

What does HTTP stand for?
what is it?

A

Hypertext transfer protocol

Protocol to access hypermedia information systems

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

What does HTTPS stand for?
what is it?

A

Hypertext transfer protocol
SECURE

does what HTTP does (Protocol to access hypermedia information systems)
BUT is also secure (e.g. shopping websites like Amazon use it to protect your credit card info)

17
Q

Who invented the World Wide Web?

A

Tim Berners

18
Q

Whats the first thing at the top of a web page?

A

<!DOCTYPE html>

19
Q

What goes in the open head?

A

Javascript
Title of page
CSS

20
Q

True or False:

Use only sees the open head reigion on a website

A

True

21
Q

Open body=?

Closed body=?

A

Open html

Closed html

22
Q

An HTML element is defined by…

A

A start tag

Some content

End tag

23
Q

What is Automated Validator?

A

Is a tool for identifying errors in code