Package deal
C777 Exams Pack Questions & 100% Verified Answers | Latest Update | Already Graded A+
C777 Exams Pack Questions & 100% Verified Answers | Latest Update | Already Graded A+
[Show more]C777 Exams Pack Questions & 100% Verified Answers | Latest Update | Already Graded A+
[Show more]WGUC779PracticeQuestions|QUESTIONSA 
NDANSWERS|ALREADYGRADED A+|2024 
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 JavaScript code to HTML documents and create a new CS...
Preview 2 out of 6 pages
Add to cartWGUC779PracticeQuestions|QUESTIONSA 
NDANSWERS|ALREADYGRADED A+|2024 
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 JavaScript code to HTML documents and create a new CS...
What is a self-contained programming component that contains properties and 
methods? 
: object 
What is a reference technique used to access a property or method of an object? 
: dot notation 
What are key characteristics and features of JavaScript? 
: an object-based language 
based upon an event...
Preview 1 out of 4 pages
Add to cartWhat is a self-contained programming component that contains properties and 
methods? 
: object 
What is a reference technique used to access a property or method of an object? 
: dot notation 
What are key characteristics and features of JavaScript? 
: an object-based language 
based upon an event...
Which HTML 4.01 flavor required the separation of presentation and content? 
: HTML 4.01 Strict 
What attribute prevents the first frame of the video from displaying while the video is 
downloading? 
: poster attribute 
What can be used to create apps for mobile devices? 
: HTML5 APIs 
True or Fals...
Preview 1 out of 2 pages
Add to cartWhich HTML 4.01 flavor required the separation of presentation and content? 
: HTML 4.01 Strict 
What attribute prevents the first frame of the video from displaying while the video is 
downloading? 
: poster attribute 
What can be used to create apps for mobile devices? 
: HTML5 APIs 
True or Fals...
How do you call this function? 
function myFunction(){ 
return "success"; 
} 
: myFunction() 
What is used to output values from a function? 
: return 
What type of variable is declared within a function and available only from within that 
function? 
: local variable 
What type of variable is av...
Preview 1 out of 2 pages
Add to cartHow do you call this function? 
function myFunction(){ 
return "success"; 
} 
: myFunction() 
What is used to output values from a function? 
: return 
What type of variable is declared within a function and available only from within that 
function? 
: local variable 
What type of variable is av...
Which method convert a string value to uppercase letters? 
: toUpperCase() 
Which event occurs when the loading of an image is terminated? 
: abort 
Which event occurs when a user clicks the mouse button outside of a particular input 
field? 
: blur 
Which event occurs when the user clicks on a lin...
Preview 1 out of 2 pages
Add to cartWhich method convert a string value to uppercase letters? 
: toUpperCase() 
Which event occurs when the loading of an image is terminated? 
: abort 
Which event occurs when a user clicks the mouse button outside of a particular input 
field? 
: blur 
Which event occurs when the user clicks on a lin...
What occurs if an input type is not supported by a browser (example: search)? 
: The browser will degrade to a standard text box. 
What is a disadvantage of waiting to validate user input until after the user completes 
the form? 
: Some users may become frustrated if they need to submit and resubm...
Preview 1 out of 3 pages
Add to cartWhat occurs if an input type is not supported by a browser (example: search)? 
: The browser will degrade to a standard text box. 
What is a disadvantage of waiting to validate user input until after the user completes 
the form? 
: Some users may become frustrated if they need to submit and resubm...
Which element displays the result when a calculation is performed? 
: <output> 
Which attribute applies focus on the element when the page loads? 
: autofocus 
EXAMPLE: <input type="text" autofocus> 
Which attribute disables an element? 
: disabled 
EXAMPLE: <input type="text" dis...
Preview 1 out of 3 pages
Add to cartWhich element displays the result when a calculation is performed? 
: <output> 
Which attribute applies focus on the element when the page loads? 
: autofocus 
EXAMPLE: <input type="text" autofocus> 
Which attribute disables an element? 
: disabled 
EXAMPLE: <input type="text" dis...
Which HTML tag is used to create an HTML form for user input? 
: <form> 
Which attribute specifies whether a form or an input field should allow the browser to 
predict the value? 
: autocomplete 
EXAMPLES: <form action="action_" autocomplete="on"> 
<input type="email" autocomp...
Preview 2 out of 13 pages
Add to cartWhich HTML tag is used to create an HTML form for user input? 
: <form> 
Which attribute specifies whether a form or an input field should allow the browser to 
predict the value? 
: autocomplete 
EXAMPLES: <form action="action_" autocomplete="on"> 
<input type="email" autocomp...
Which responsive design technique adapts an image's size to the device's screen size 
by specifying a percentage for each dimension? 
: fluid image 
What do we call an application designed for a specific mobile operating system? 
: mobile app 
What do we call a web site designed specifically for ...
Preview 2 out of 8 pages
Add to cartWhich responsive design technique adapts an image's size to the device's screen size 
by specifying a percentage for each dimension? 
: fluid image 
What do we call an application designed for a specific mobile operating system? 
: mobile app 
What do we call a web site designed specifically for ...
What is a collection of standards and programming instructions that enable access to a 
software application? 
: application programming interface (API) 
Which API is used for rendering visual images on the fly via scripting? 
: Canvas API 
Which element is a transparent container for graphics? 
: ...
Preview 2 out of 13 pages
Add to cartWhat is a collection of standards and programming instructions that enable access to a 
software application? 
: application programming interface (API) 
Which API is used for rendering visual images on the fly via scripting? 
: Canvas API 
Which element is a transparent container for graphics? 
: ...
Which input type allows the user to choose colors? 
: <input type="color"> 
Which input type allows the user to enter a date (without time zone) using a drop-down 
date-picker calendar? 
: <input type="date"> 
Which input type allows the user to choose a date and time with a GMT tim...
Preview 1 out of 3 pages
Add to cartWhich input type allows the user to choose colors? 
: <input type="color"> 
Which input type allows the user to enter a date (without time zone) using a drop-down 
date-picker calendar? 
: <input type="date"> 
Which input type allows the user to choose a date and time with a GMT tim...
What is the first tag in an HTML document that informs the browser which version of 
HTML the Web page is written in? 
: <!DOCTYPE> 
What is the traditional authoring language used to develop Webpages for many 
applications? 
: HTML (Hypertext Markup Language) 
Which language is used describ...
Preview 1 out of 3 pages
Add to cartWhat is the first tag in an HTML document that informs the browser which version of 
HTML the Web page is written in? 
: <!DOCTYPE> 
What is the traditional authoring language used to develop Webpages for many 
applications? 
: HTML (Hypertext Markup Language) 
Which language is used describ...
Which value indicates that a user enters nothing in a text box then submits the form? 
: null 
Which value indicates that a variable has no value assigned yet? 
: undefined 
What is a part of a statement that is evaluated as a value? 
: expression 
What is a symbol or character used in expressions t...
Preview 1 out of 3 pages
Add to cartWhich value indicates that a user enters nothing in a text box then submits the form? 
: null 
Which value indicates that a variable has no value assigned yet? 
: undefined 
What is a part of a statement that is evaluated as a value? 
: expression 
What is a symbol or character used in expressions t...
What process ensures that your code complies with standards? 
: validation 
What process shows you how your pages will render and perform on various platforms 
doing various tasks? 
: testing 
Mobile Web sites are easier to develop because they are written with which language? 
: HTML 
What techniq...
Preview 1 out of 4 pages
Add to cartWhat process ensures that your code complies with standards? 
: validation 
What process shows you how your pages will render and perform on various platforms 
doing various tasks? 
: testing 
Mobile Web sites are easier to develop because they are written with which language? 
: HTML 
What techniq...
What are attributes of an object, such as height, color, font size, sentence length and so 
forth? 
: properties 
What are actions that an object can be made to perform? 
: methods 
Which method creates a pop-up box with the specified message string, which the user 
can dismiss by clicking a butto...
Preview 1 out of 3 pages
Add to cartWhat are attributes of an object, such as height, color, font size, sentence length and so 
forth? 
: properties 
What are actions that an object can be made to perform? 
: methods 
Which method creates a pop-up box with the specified message string, which the user 
can dismiss by clicking a butto...
How do you call this function? 
function myFunction(){ 
return "success"; 
} 
: myFunction() 
What is used to output values from a function? 
: return 
What type of variable is declared within a function and available only from within that 
function? 
: local variable 
What type of variable is av...
Preview 1 out of 3 pages
Add to cartHow do you call this function? 
function myFunction(){ 
return "success"; 
} 
: myFunction() 
What is used to output values from a function? 
: return 
What type of variable is declared within a function and available only from within that 
function? 
: local variable 
What type of variable is av...
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Stuvia is a marketplace, so you are not buying this document from us, but from seller ExamArsenal. Stuvia facilitates payment to the seller.
No, you only buy these notes for $50.99. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
83684 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now