Microsoft 98-375 Exam Practice Questions (P. 2)
- Full Access (96 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in their development process.
You have received instructions to create a page that has script tags included. You want to access an element by id by making use of JavaScript. You then want to add a class to the element.
Which of the following actions should you take?
You have received instructions to create a page that has script tags included. You want to access an element by id by making use of JavaScript. You then want to add a class to the element.
Which of the following actions should you take?
- AYou should consider making use of the classList property.
- BYou should consider making use of the className property.
- CYou should consider making use of the tagUrn property.
- DYou should consider making use of the name property.
Correct Answer:
B
B
send
light_mode
delete
Question #7
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com.
You are running a training exercise for junior developers. You are currently discussing a method associated with the localStorage object. The method can be used to write data to local storage.
Which of the following is the method being discussed?
You are running a training exercise for junior developers. You are currently discussing a method associated with the localStorage object. The method can be used to write data to local storage.
Which of the following is the method being discussed?
- AThe initStorageEvent method.
- BThe process method.
- CThe setItem method.
- DThe setImmediate method.
Correct Answer:
C
C
send
light_mode
delete
Question #8
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML and CSS3 in their development process.
You are writing code to create a new page for ABC.com. Your code has to include a method that assesses an expression every time a particular number of milliseconds have passed.
Which of the following actions should you take?
You are writing code to create a new page for ABC.com. Your code has to include a method that assesses an expression every time a particular number of milliseconds have passed.
Which of the following actions should you take?
- AYou should consider including the clearInterval method.
- BYou should consider including the setInterval method.
- CYou should consider including the checkValidity method.
- DYou should consider including the setCustomValidity method.
Correct Answer:
B
B
send
light_mode
delete
Question #9
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML and CSS3 in their development process.
You have been instructed to alter the text value of an HTML element. You are planning to make use of the innerHTML property.
Which of the following is TRUE with regards to the innerHTML property? (Choose all that apply.)
You have been instructed to alter the text value of an HTML element. You are planning to make use of the innerHTML property.
Which of the following is TRUE with regards to the innerHTML property? (Choose all that apply.)
- AIt is valid for both block and inline elements.
- BIt is inaccessible at run time as the document is being parsed.
- CWhen the innerHTML property is set, the given string completely replaces the existing content of the object.
- DWhen using innerHTML to insert script, you must exclude the defer attribute from the script element.
Correct Answer:
AC
AC
send
light_mode
delete
Question #10
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in their development process.
You are running a training exercise for junior developers. You are currently discussing an object of the Web Workers API. This object is a script that runs in a background process and does not obstruct other code processes connected to the page.
Which of the following is the object being discussed?
You are running a training exercise for junior developers. You are currently discussing an object of the Web Workers API. This object is a script that runs in a background process and does not obstruct other code processes connected to the page.
Which of the following is the object being discussed?
- AThe Worker object.
- BThe WorkerLocation object.
- CThe WorkerGlobalScope object.
- DThe WorkerNavigator object.
Correct Answer:
A
http://msdn.microsoft.com/en-us/library/IE/hh772807(v=vs.85).aspx
A
http://msdn.microsoft.com/en-us/library/IE/hh772807(v=vs.85).aspx
send
light_mode
delete
All Pages