Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Pass the IT Specialist Information Technology Specialist INF-306 Questions and answers with CertsForce

Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions
Questions # 11:

The logo shown is displayed on a web page as an SVG.

Note: The coordinate values are labeled for reference.

Evaluate the image on the left and complete the markup by selecting the correct option from each drop-down list.

Note: You will receive partial credit for each correct selection.

Question # 11

Question # 11


Expert Solution
Questions # 12:

Which two application features should you implement by using session storage? Choose 2.

Options:

A.

Saving customized UI/UX settings


B.

Saving temporary authentication tokens


C.

Passing form data to a confirmation page


D.

Saving game play status for future use


E.

Passing data to a function within a program


Expert Solution
Questions # 13:

You are creating a dietary request form for an upcoming conference. The form must include the following elements:

• The title " Conference Registration Form "

• A Name input field for the attendee ' s name

• A list of food options the attendee can select by using the mouse or typing

Complete the code by moving the appropriate code segments from the list on the left to the correct locations on the right. You may use each code segment once, more than once, or not at all.

Note: You will receive partial credit for each correct response.

Question # 13


Expert Solution
Questions # 14:

Which two code segments declare a JavaScript method? Choose 2.

Options:

A.

var ...


B.

var a = Score();


C.

Score: function() { ... }


D.

this.Score = function() { ... }


Expert Solution
Questions # 15:

Which two functions support 2D transformations in CSS3? Choose 2.

Options:

A.

matrix()


B.

scroll()


C.

skew()


D.

move()


Expert Solution
Questions # 16:

You create an interface for a touch-enabled application. You discover that some of the input buttons do not trigger when you tap them on the screen. You need to identify the cause of the problem. What are two possible causes? Choose 2.

Options:

A.

The input areas are using event handlers to detect input.


B.

The defined input areas are not large enough.


C.

The touch screen is not initialized.


D.

The input areas overlap with other input areas.


Expert Solution
Questions # 17:

You are creating a form that asks a user to enter their phone number. The form must be submitted only if the phone number field is not empty and matches the format 111-444-7777. Which markup should you use?

Options:

A.

< input type= " tel " name= " phone " maxlength= " 12 " required >


B.

< input type= " tel " name= " phone " pattern= " [0-9]{3}[0-9] {3}[0-9]{4} " >


C.

< input type= " tel " name= " phone " pattern= " [1]{3}-[4] {3}-[7]{4} " required >


D.

< input type= " tel " name= " phone " pattern= " [0-9]{3}-[0-9] {3}-[0-9]{4} " required >


Expert Solution
Questions # 18:

Which element should you use to rotate an SVG square?

Options:

A.

animateMotion


B.

animateTransform


C.

circle


D.

path


Expert Solution
Questions # 19:

Which three events are valid for the HTML canvas element? Choose 3.

Options:

A.

mouseup


B.

scroll


C.

play


D.

datareceived


E.

blur


Expert Solution
Questions # 20:

Which two statements correctly describe media queries? Choose 2.

Options:

A.

Media queries improve the performance of your web page.


B.

Media queries support responsive web design.


C.

Media queries allow you to apply different CSS rules on various screens/breakpoints.


D.

Media queries can process JavaScript code dynamically.


Expert Solution
Viewing page 2 out of 2 pages
Viewing questions 11-20 out of questions