Sample Test Flashcards

1
Q

Which two actions should be used to address users with visual impairments?

Ensure that pages support screen-reader apps.
Use only grey-scale colors for images.
Add alternative navigation aids to pages.
Provide text descriptions for images.
Provide low-resolution alternatives for images.

A

Ensure that pages support screen-reader apps.
Provide text descriptions for images.

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

Which two tags are containers for other tags?

<head>
<base></base>
<hr></hr>
<body>
<br></br>
</body></head>

A

<head>
<body>
</body></head>

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

Which graphical image type scales without losing image quality?

Bitmap
JPEG
PNG
Vector

A

Vector

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

Which HTML5 element is used to draw graphics on a web page?

img
canvas
var
iframe

A

Canvas

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

Which method type securely sends form data that requires additional processing by the CGI script?

Post
Get
Action
Select

A

Post

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

Which attribute should be used to add default text to an input tag of type text?

Reset
List
Value
Name

A

Value

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

Which tag is a valid form field for exclusive use in HTML5?

<> instead of ||
|input type=”email”|
|button|
|select|
|input type=”caption”|

A

|input type=”email”|

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

An organization has users which run older versions of Internet Explorer.

Which action should be done to ensure that that web page content is visible in all browsers?

Add Visual Studio code to HTML documents and create a new CSS rule.
Add JavaScript code to HTML documents and create a new CSS rule.
Place buttons on the page to enable visitors to open the page in Microsoft Edge.
Place buttons on the page to enable visitors to access the Microsoft Edge download site.

A

Add JavaScript code to HTML documents and create a new CSS rule.

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

What are Syntactically Awesome Style Sheets (SASS) used for with regard to adding functionality?

As an HTML extension language for postprocessing
As an HTML extension language for preprocessing
As a CSS extension language for postprocessing
As a CSS extension language for preprocessing

A

As a CSS extension language for preprocessing

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

Given the following CSS:

p{color: red;}
p{color: yellow;}
p{color: green;}
p{color: purple;}

Which color is used when text in the referenced paragraph displays?

A

Purple

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

Which HTML tag is used to display text exactly as it is defined in the HTML markup?

Br
Dfn
Pre
Hr

A

Pre

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

Which symbol with an href value tells the browser to look for an anchor within the current document?

Asterisk (*)
Hash (#)
Period (.)
Forward slash (/)

A

Hash (#)

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

What is the purpose of the W3C Authoring Tool Accessibility Guidelines?

To guide development of editors for developers with disabilities
To offer support for different types of websites in development
To provide instruction for developers who are new to coding
To follow recent updates in website coding techniques

A

To guide development of editors for developers with disabilities

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

What does the W3C Authoring Tool Accessibility Guidelines evaluate?

Usability of the GUI editor by a user with disabilities
Capacity to create unique web page code line by line
Ability to insert JavaScript into HTML
Capability of creating inline CSS

A

Usability of the GUI editor by a user with disabilities

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

What are two characteristics of WYSIWYG editors?

Might fail to edit code that contains newer tags

Generate responsive pages
Provide program assistance for users with visual impairment
Allow page creation by using a mouse
Increase difficulty in creating simple pages

A

Might fail to edit code that contains newer tags
Allow page creation by using a mouse

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

An organization plans to update a web page that has a multitiered architecture. The developer needs to ensure that the web page will function as expected before deploying the updates.

Where should the developer perform regression testing?

On production servers
On one test server that runs the latest versions for all dependencies
On one test server that uses different versions of software as production servers
On a clone of production machines

A

On a clone of production machines

17
Q

Which tag should be added to ensure a responsive design in a web page, and which will be accessed from a variety of devices?

> span content=”width=device”< >/span<
meta name=”viewport” content=”width=device-width, initial-scale=1”<
span content=”width=device-width”<
meta name=”scalable” content=”width=device-width, initial-scale=1”<

A

|meta name=”viewport” content=”width=device-width, initial-scale=1”|

18
Q

A user reports that when Navigate to 001 is clicked, the web page fails to navigate to that page.

Given the following code:

<h3><a>Menu</a></h3>

<ul>
<li><a>Navigate to 001</a></li>
<li><a>Navigate to 002</a></li>
<li><a>Navigate to 003</a></li>
</ul>

Why is the navigation failing to work as expected?

The anchor tags should be outside of the list item tag.
The href should be inside the list item tag.
The name should specify the desired location.
The location should be specified within the href.

A

The location should be specified within the href.

19
Q

The anchor tags should be outside of the list item tag.
The href should be inside the list item tag.
The name should specify the desired location.
The location should be specified within the href.

A

The location should be specified within the href.

20
Q

Which tag uses the manifest attribute to enable the offline support for a web page?

<header>
<html>
<meta></meta>
<body>
</body></html></header>

A

<html>
</html>

21
Q

Which HTML5 element has a poster attribute?

Video
Audio
Canvas
Figure

A

Video

22
Q

What is the maximum recommended file size for a web page in order to avoid long download times?

100 KB
100 MB
100 GB
100 TB

A

100 KB

23
Q

Which hosting solution requires the purchase of hardware and software?

Cloud service provider (CSP)
Internet service provider (ISP)
Shared
In-house

A

In-house

24
Q

Which audience development technique can initiate an interaction with an online visitor?

Push technology
Web analytics
Frequency tracking
Pull technology

A

Push technology