uCertify Lesson Quiz

0.0(0)
Studied by 5 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/294

flashcard set

Earn XP

Description and Tags

Last updated 2:10 PM on 2/1/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

295 Terms

1
New cards
What does the term “app” refer to?
Relatively small applications developed exclusivly for mobile devices
2
New cards
HTML5 APIs can be used to:
create apps for mobile devices
3
New cards
Which of the following can be considered a benefit of developing Webpages using the “Web development trifecta”
You can create Webpages that easily adapt to smartphones, tablets, gaming devices, and smart TVs as well as to tradiotnal computers
4
New cards
Ella is working on updating her company’s Website. She wants to make sure that it is accessible to everyone, including those with disabilities. How can she accomplish the tasks?
By creating a universal markup code
5
New cards
How can you make the navigation links on your mobile Website easy to spot and to click with a fingertip?
By padding the clickable are around your links to make them a little larger
6
New cards
Which technology enables you to place formatting instructions in an external text file to determine how HTML elements in a Webpage will display.
Cascading Style Sheets
7
New cards
Which HTML 4.01 flavor required the separation of presentation and content?
HTML 4.01 Strict
8
New cards
Which attribute and value must you add to the
controls\=”controls”
9
New cards
Which of the following is the correct code to embed audio into a Webpage?
10
New cards
What is the syntax of a method that us used to draw quadratic curves on a canvas?
quadraticCurveTo(cp1x, cp1y, x, y)
11
New cards
What attribute should you add to the audio element of you want your audio to play over and over again without stopping?
loop\=”loop”
12
New cards
Which of the following can be considered a benefit of Cascading Style Sheets (CSS)?
One simple change to the style sheet will change all associated elements across the site
13
New cards
Which of the following is no longer necessary when you use HTML5 to develop Webpages?
Installing a thirds party plug in to include video
14
New cards
The HTML5 specification supports, among others, the popular, MP3, Ogg, and WAV audio formats. Which of the following major Web browsers supports all three of these formats?
Chrome and Firefox
15
New cards
Which statement about mobile apps is true?
They run on a specific mobile operating system
16
New cards
What is the purpose of the controls attribute of the
To add video controls such as the Play, Pause, Rewind, and Volume controls
17
New cards
HTML5 has introduced specific elements to structure Webpages. In which structural elements should you include hypertext menus to access various pages of the Website?
The
18
New cards
Why would you use a client emulator to test your mobile Website?
To ensure that your mobile site works on various device browsers and devices
19
New cards
Which statement about mobile Website is true?
They can be viewed from any moblie deivce with a browser.
20
New cards
Canvas is an HTML5 API that provides a place on a Webpage (a “canvas”) where you can display graphics, animation, video, and games dynamically without the need for a plug-in. Which of the following showuld you use to create object on a canvas?
Javascript
21
New cards
What can you do to ensure that your Webpage content is rendered appropriately regardless of the browser used to render it?
Follow W3C standards carefully, choose one standard version of any given language you use, and apply that standard consistently.
22
New cards
Consider the following HTML code:
The poster attribute
23
New cards
What should you provide to users who may want or need more information that your mobile site provides?
An easy-to-find link to a full desktop version of your Website on the mobile site.
24
New cards
Code validation is the process of:
checking your code to verify that it complies with the syntax rules for your chosen standard.
25
New cards
Mobile Website are written with which markup language?
HTML
26
New cards
What distinguishes Extensible HTML (XHTML) form other version of HTML?
XTHML incorporates the strict syntax rules of Extensible Markup Language (XML) with the existing set o HTML 4.01 tags to create Web documents.
27
New cards
HTML5 has introduced specific elements to structure Webpages. In which structural element should you include content that is directly related to the subject of the document?
The
28
New cards
Why is it important that you adopt a single W3C standard and apply it consistently to your Webpage markup?
When you validate your markup code, the code will match the DTD (standard syntax rules) that you specify.
29
New cards
Which choice ensures that your code complies with standards and prepares your pages for compatibility with evolving and future technologies?
Validating your mobile site
30
New cards
Which statement about mobile Web browsers is true?
They are good at resizing Website content proportionally
31
New cards
What is an advantage of using HTML5 APIs when designing Webpages for mobile device?
HTML5 APIs use fewer resources than a proprietary browser plug-in does such as battery power, and CPU memory
32
New cards
If your target audience visit your mobile site to search for specific categories of project where would be that best place to position the site’s navigation buttons or links?
At the top of the page for quick access
33
New cards
What does the term “app” refer to?
Relatively small applications developed exclusivly for mobile devices
34
New cards
HTML5 APIs can be used to:
create apps for mobile devices
35
New cards
Which of the following can be considered a benefit of developing Webpages using the “Web development trifecta”
You can create Webpages that easily adapt to smartphones, tablets, gaming devices, and smart TVs as well as to tradiotnal computers
36
New cards
Ella is working on updating her company’s Website. She wants to make sure that it is accessible to everyone, including those with disabilities. How can she accomplish the tasks?
By creating a universal markup code
37
New cards
How can you make the navigation links on your mobile Website easy to spot and to click with a fingertip?
By padding the clickable are around your links to make them a little larger
38
New cards
Which technology enables you to place formatting instructions in an external text file to determine how HTML elements in a Webpage will display.
Cascading Style Sheets
39
New cards
Which HTML 4.01 flavor required the separation of presentation and content?
HTML 4.01 Strict
40
New cards
Which attribute and value must you add to the
controls\=”controls”
41
New cards
Which of the following is the correct code to embed audio into a Webpage?
42
New cards
What is the syntax of a method that us used to draw quadratic curves on a canvas?
quadraticCurveTo(cp1x, cp1y, x, y)
43
New cards
What attribute should you add to the audio element of you want your audio to play over and over again without stopping?
loop\=”loop”
44
New cards
Which of the following can be considered a benefit of Cascading Style Sheets (CSS)?
One simple change to the style sheet will change all associated elements across the site
45
New cards
Which of the following is no longer necessary when you use HTML5 to develop Webpages?
Installing a thirds party plug in to include video
46
New cards
The HTML5 specification supports, among others, the popular, MP3, Ogg, and WAV audio formats. Which of the following major Web browsers supports all three of these formats?
Chrome and Firefox
47
New cards
Which statement about mobile apps is true?
They run on a specific mobile operating system
48
New cards
What is the purpose of the controls attribute of the
To add video controls such as the Play, Pause, Rewind, and Volume controls
49
New cards
HTML5 has introduced specific elements to structure Webpages. In which structural elements should you include hypertext menus to access various pages of the Website?
The
50
New cards
Why would you use a client emulator to test your mobile Website?
To ensure that your mobile site works on various device browsers and devices
51
New cards
Which statement about mobile Website is true?
They can be viewed from any moblie deivce with a browser.
52
New cards
Canvas is an HTML5 API that provides a place on a Webpage (a “canvas”) where you can display graphics, animation, video, and games dynamically without the need for a plug-in. Which of the following showuld you use to create object on a canvas?
Javascript
53
New cards
What can you do to ensure that your Webpage content is rendered appropriately regardless of the browser used to render it?
Follow W3C standards carefully, choose one standard version of any given language you use, and apply that standard consistently.
54
New cards
Consider the following HTML code:
The poster attribute
55
New cards
What should you provide to users who may want or need more information that your mobile site provides?
An easy-to-find link to a full desktop version of your Website on the mobile site.
56
New cards
Code validation is the process of:
checking your code to verify that it complies with the syntax rules for your chosen standard.
57
New cards
Mobile Website are written with which markup language?
HTML
58
New cards
What distinguishes Extensible HTML (XHTML) form other version of HTML?
XTHML incorporates the strict syntax rules of Extensible Markup Language (XML) with the existing set o HTML 4.01 tags to create Web documents.
59
New cards
HTML5 has introduced specific elements to structure Webpages. In which structural element should you include content that is directly related to the subject of the document?
The
60
New cards
Why is it important that you adopt a single W3C standard and apply it consistently to your Webpage markup?
When you validate your markup code, the code will match the DTD (standard syntax rules) that you specify.
61
New cards
Which choice ensures that your code complies with standards and prepares your pages for compatibility with evolving and future technologies?
Validating your mobile site
62
New cards
Which statement about mobile Web browsers is true?
They are good at resizing Website content proportionally
63
New cards
What is an advantage of using HTML5 APIs when designing Webpages for mobile device?
HTML5 APIs use fewer resources than a proprietary browser plug-in does such as battery power, and CPU memory
64
New cards
If your target audience visit your mobile site to search for specific categories of project where would be that best place to position the site’s navigation buttons or links?
At the top of the page for quick access
65
New cards
What is the purpose of the element[attribute^\=value] selector?
To select every instance of a specified element whose specified attribute begins with the specified value
66
New cards
Which statement is true about the element1~element2 selector?
It selects each occurrence of element2 that is preceded by element1.
67
New cards
Which CSS3 border property should you use if you want to create a border that uses an image instead of just a line?
The border-image property
68
New cards
In the past, Web designers were forced to format their pages using only fonts that were installed (or likely to be installed) on users' computers. With CSS3, you can now specify any font you want, even custom fonts, using:
the @font-face rule
69
New cards
How can you include two or more different images in the background of your Webpage?
Specify two or more images in a single declaration using the background-image property.
70
New cards
What function does the -webkit- prefix perform?
The -webkit- prefix ensures that the CSS3 code that it precedes will render properly in Chrome, Safari, and iOS browsers.
71
New cards
Why should you use fluid images in your mobile Website?
The width and height of fluid images is specified in percentages rather than pixels, and therefore the images will never exceed the width of the mobile device screen.
72
New cards
What is the purpose of the element: last-of-type selector?
To select every instance of a specified element that is the last of its parent
73
New cards
The CSS3 box-shadow property has the following values, which can be listed in one declaration: h-shadow: the horizontal shadow position, also referred to as x-offset v-shadow: the vertical shadow position, also referred to as y-offset blur: the distance of the shadow's blur spread: the shadow size color: the shadow color inset: creates an inward shadow instead of an outward shadow Which two of the above values are required?
h-shadow and v-shadow
74
New cards
What is the term for a set of tools, templates, or boilerplates that provide the basic foundation for responsive design in a Webpage, and then let you fill it with your own content?
Responsive design frameworks
75
New cards
The background-position property is a CSS1 property that defines the position of a background image, such as the left-top or center-bottom. Which CSS3 background property can be used to define the location to which the background-position property should be relative?
The background-origin property
76
New cards
What distinguishes responsive site design from mobile site design?
Responsive design aims to make Webpage elements adjust on-the-fly to accommodate any device.
77
New cards
What is an advantage of using a grid-based layout when developing a mobile Website?
It helps you determine which elements on your page can shrink or expand as the grid shrinks or expands.
78
New cards
How do you include a media query in your HTML code?
Write a Boolean operation to set a condition that returns a value of true or false.
79
New cards
In a CSS style sheet, which of the following determines the image behind the contents of a page?
The background-image property
80
New cards
What term describes a responsive design technique that adapts page elements to a device's screen size by assigning percentage-based dimensions to the elements?
Fluid
81
New cards
Which CSS3 font property should you use if you want to specify how the font should be spaced?
font-stretch
82
New cards
CSS3 provides several new text effect properties designed to expand the formatting capabilities of Webpage text. Which statement about the text effect properties is true?
CSS3 text effect properties can be used to produce effects that previously required the use of images.
83
New cards
If you want to create a click-to-call feature in your mobile site for smartphone users, which protocol should you use to create a phone link?
The tel protocol
84
New cards
Why can new features be added to the CSS3 specification more quickly than in previous versions to enhance its support of borders, backgrounds, colors, text effects, and so forth?
Because CSS3 provides a modularized standard
85
New cards
Which CSS3 selector selects every instance of a specified element whose specified attribute contains the specified substring value?
element[attribute*\=value]
86
New cards
Which protocol should you use to create a link in your mobile site that will allow smartphone users to send a text message?
The sms protocol
87
New cards
Which CSS3 border property should you use if you want to add a configurable shadow to a box?
The box-shadow property
88
New cards
Which CSS3 property is used to resize a background image?
The background-size property
89
New cards
What does the following code do?
It formats every
90
New cards
What is the term for a Web design approach that creates sites that adapt to many different viewing environments, such as different devices, browsers, and screen sizes?
Responsive Web Design
91
New cards
Which CSS3 property is used to specify transparency for an element?
The opacity property
92
New cards
What CSS3 property should you use if you want to apply a shadow effect behind characters in a Web document?
The text-shadow property
93
New cards
What function does the CSS3 background-clip property perform?
It determines whether the background extends into the border or not.
94
New cards
Why would you use the CSS3 border-radius property in your Web document?
To create rounded corners
95
New cards
How does CSS3 allow you to specify any font, even custom fonts, to use in Web documents?
In CSS3, font libraries can be automatically downloaded from a Web server to the client computer
96
New cards
What happens when you specify the value contain to the background-size property?
The background image is scaled to the largest size possible that allows both width and height to fit within the specified content area.
97
New cards
Which of the following is a CSS technique you can add to your style sheets to enable your page layout blocks to automatically adjust based on the device used to view your page? This task contains the radio buttons and checkboxes for options. Press the enter key to select the option.
Adding media queries to the style sheet reference in the tag
98
New cards
What happens when you specify the value cover to the background-size property?
The background image is scaled to the largest size possible that completely overlays the background area of the parent container while maintaining aspect ratio of the image
99
New cards
What properties are you required to use with the @font-face rule?
The font-family and src properties
100
New cards
Which CSS3 selector selects every instance of a specified element that is the first of its parent?
element: first-of-type