You are on page 1of 5

The <img> element can use all the ARIA roles.

False

In CSS, select the property to set an image in a list instead of a standard bullet?
list-style-image:

Which property of the image tag allows images from third-party sites that allow
cross-origin access to be reused with canvas?
crossorigin

In CSS, choose the correct option to select this image by its id? ``` <img
id=”mainpic” src=”cat.png”>
#mainpic { }

In CSS, select the property used to set the background color of an image?
background-color

Which property is used to specify a list of one or more strings separated by commas
indicating a set of possible image sources for the user agent to use.
srcset

Which property of the image tag provides an image decoding hint to the browser?
decoding

----------------------------------------------------------------------------
What is the default orientation within a flex container?
horizontal

What will be the width value for the following code?


width:500px; flex-basis:1250px; min-width:750px; flex-shrink:0;
1250px

The order of grid-area property is ________.


grid-row-start
grid-columns-start
grid-row-end
Grid-column-end

The value/values that “writing-mode” can take is/are __________.


All the options

In the code flex: 1 0 auto, which property does the second value represent(here 0)?
flex-shrink

Which of the following properties are not of a GRID-container?


grid-column

Which of the Flexbox properties exists?


flex-wrap

----------------------------------------------------------------------------------
Which of the following css property is used to define the time it takes one
iteration of an animation to play?
transition-duration -- True

Which of the following css property is used to define a delay before an animation

This study source was downloaded by 100000846996349 from CourseHero.com on 06-18-2022 01:55:08 GMT -05:00

https://www.coursehero.com/file/56494083/Web-User-Interface-Design-Techniquestxt/
starts?
transition-delay

Which of the following css property is used to define the animations that should be
run?
All the options

Which of the following css property is used to indicate if an animation plays in


reverse or repeats itself every other iteration?
animation-direction -- True

Which of the following css property is used to define which properties a transition
will be applied to?
transition-property -- True

Which of the following css property allows elements to be offset, rotated, scaled,
and skewed in a variety of different ways?
transform -- True

Which of the following css property is used to define the number of times an
animation should play?
animation-iteration-count ---True

-----------------------------------------------------------------------------------
---------

The “aria-hidden” attribute is equivalent to “hidden” attribute of HTML5.


False

Which feature/s will lead to better web design?


All the options

It is not a big concern if the UI components are inaccessible using assistive


technologies such as screen readers, magnifiers and braille displays.
False

Usage of red text on a blue blackground is avoided because ___________.


It will be fuzzy to read

What is the correct UCD cycle?


Plan>Analyze>Design>Test

------------------------------------------------------------

We can use GET request instead of PUT for creating a resource.


True

Void(0) is used to call another method without refreshing the page.


True

Which function is Used To Parse a String To Int?


None

How to force a word wrap using CSS3?


word-wrap: break-word;

Which are the different events that the <video> tag generates?

This study source was downloaded by 100000846996349 from CourseHero.com on 06-18-2022 01:55:08 GMT -05:00

https://www.coursehero.com/file/56494083/Web-User-Interface-Design-Techniquestxt/
All the options

Using Responsive Web Design (RWD) ensures that site will display correctly in all
desktop browsers and mobile devices. You used a grid-based layout and resize-able
images, which is another RWD technique that you can use in responsive design?
Use relative units, such as percentages, for positioning page elements

When creating the manifest file and ensuring that the manifest attribute is
correct, which choice shows the correct text for the first line of text?
CACHE MANIFEST

Choose the correct statement with respect to the Path an element takes.
When commands are in Upper Case, these represent Absolute Path.In case their Lower
Case commands are used, the Relative Path is used.

Event used to check an empty text-box is ___________.


onBlur()

What is the purpose of the evehat is the purpose of the event onAirEvent?
Content is played

JavaScript is a highly secure scripting language.


False

Which part of a webpage receives most of the users’ fixations?


Left half of the page

What is one advantage of sliders for application design?


They allow users to explore the effect of the control for the whole range of the
associated parameter.

Which method returns an object that contains image data of a specific ImageData
object?
getImageData()

Which CSS 'table-layout' property value renders tables the fastest?


fixed

What is the necessity to have API?


Describe particular task

We cannot draw anything other than a rectangle in Canvas.


False

What can the 'direction' CSS property be useful for?


For setting the direction that images grow in

Which HTML5 attribute can be used with HTML5 date input type to limit date
selection?
max - Wrong

Which of the following does NOT usually appear in a service blueprint?


Customer emotions - Wrong

This study source was downloaded by 100000846996349 from CourseHero.com on 06-18-2022 01:55:08 GMT -05:00

https://www.coursehero.com/file/56494083/Web-User-Interface-Design-Techniquestxt/
Choose the correct statement.
onload function runs when all the information on the page is loaded .
OnDocumentReady runs just after DOM is loaded.

Is it valid to pass an anonymous function as an argument to another function?


True

Which method checks if the browser can play the specified video type?
canPlayType()

In REST API interaction is made via HTTP protocol.


True

Which of the following does JavaScript use to send HTTP or HTTPS requests to a Web
Server?
The XMLHttpRequest object

What is/are the types of the pop-up box/es available in JavaScript?


All the options

Which of the following attributes triggers event after the document has been
printed?
onafterprint

Objects can inherit from other objects in JavaScript.


True

For users that use the tab key to navigate websites, what property represents this
way of moving from one element to another?
a:focus

The <img> element can use all the ARIA roles.


False

If we set autoplay=”false”, the video will play automatically when the page loads.
False

SVG supports pointer events, keyboard events, document events, but does not support
JavaScript/ECMAScript functions.
True

Which API makes the user’s current location available to browser-based application?
Geolocation API

Which of the following method retrieves the current geographic location of the
user?
geolocation.getCurrentPosition()

Which of the following delivers style instructions based on device capabilities


such as screen width?
CSS3 media properties

Which of the following functions of Number object would return a string version of

This study source was downloaded by 100000846996349 from CourseHero.com on 06-18-2022 01:55:08 GMT -05:00

https://www.coursehero.com/file/56494083/Web-User-Interface-Design-Techniquestxt/
the number that may change according to the browser’s locale settings?
toLocaleString()

What are the values that preload attribute can take?


All the options

Which function is used to connect to the WEBSQL database?


openDatabase()

What is the purpose of the event disconnectionEvent?


Player disconnects from the channel

What is a difference between a customer-journey map and an experience map?


The customer-journey map depicts events in chronological order, but the experience
map is not chronological or sequential. -- Wrong

Which of the following ensures additional interactivity mechanism?


WAI ARIA

What are the first three values of text-shadow in order?


horizontal, vertical, blur

A preprocessor is an abstraction layer built on top of CSS.


True

This study source was downloaded by 100000846996349 from CourseHero.com on 06-18-2022 01:55:08 GMT -05:00

https://www.coursehero.com/file/56494083/Web-User-Interface-Design-Techniquestxt/
Powered by TCPDF (www.tcpdf.org)

You might also like