CommerceCaching And Debugging MCQs
Practice Caching And Debugging MCQs for competitive exams.
Caching And Debugging MCQs
Practice questions from this topic.
What is it called when we make a mistake in the script?
- A. Error
- B. Bug
- C. Mistake
- D. All of the mentioned
Correct Answer: B
What is the purpose of the mimeTypes property of a plug-in entry?
- A. Contains MIME properties
- B. Contains MIME sizes
- C. Contains MIME types
- D. None of the mentioned
Correct Answer: C
Which of the following are the properties of a plug-in entry?
- A. name
- B. filename
- C. mimeTypes
- D. all of the mentioned
Correct Answer: D
Which of the following is the child object of the JavaScript navigator?
- A. Navicat
- B. Plugins
- C. NetRight
- D. None of the mentioned
Correct Answer: B
How do you focus a particular part of the HTML page in JavaScript?
- A. hover()
- B. focus()
- C. on()
- D. all of the mentioned
Correct Answer: B
How to find the index of a particular string?
- A. position()
- B. index()
- C. indexOf()
- D. none of the mentioned
Correct Answer: C
Which is the function that is called to validate a data?
- A. validate()
- B. valid()
- C. validation()
- D. none of the mentioned
Correct Answer: D
What is the purpose of data format validation?
- A. Data correctness
- B. Mere data existence
- C. Both Data correctness and Mere data existence
- D. None of the mentioned
Correct Answer: A
What is the purpose of the basic validation?
- A. Data correctness
- B. Mere data existence
- C. Both Data correctness and Mere data existence
- D. None of the mentioned
Correct Answer: B
What would happen if the data in the client had been wrong?
- A. Sends back the data
- B. Waits for correction
- C. Sends back the data and Waits for correction
- D. None of the mentioned
Correct Answer: C
In which part does the form validation occur?
- A. Client
- B. Server
- C. Both Client and Server
- D. None of the mentioned
Correct Answer: B
Which object is the top of the hierarchy?
- A. Window Object
- B. Document Object
- C. Form Object
- D. Form Control Elements
Correct Answer: A