Technology Questions

Practice Technology MCQs with answers and explanations. Page 35 of 79.

Category
Interview
Topic
Technology
Page
35 / 79
Mode
Practice

Questions

Open any question to view the answer and explanation.

In JavaScript, which list best represents the main built in data types commonly discussed in interviews?
Open
View answer
In web development, where are browser cookies actually stored on the user's computer hard disk, and on which side (client or server) do they physically reside?
Open
View answer
In a typical web browser environment, what are JavaScript programs commonly used to do on web pages?
Open
View answer
Are Java and JavaScript the same programming language, or are they different technologies with distinct purposes?
Open
View answer
In JavaScript, how can you read the current text value entered by the user into a text input box in an HTML form?
Open
View answer
In JavaScript, how can you determine whether a checkbox element on a web page is currently checked or unchecked?
Open
View answer
In JavaScript running in a web browser, what is the difference between an alert box and a confirmation (confirm) box?
Open
View answer
In JavaScript, which of the following is a correct way to create a new plain object instance?
Open
View answer
In traditional JavaScript using var, does the language provide block level scope for variables declared inside if or for blocks, and how is scope actually handled?
Open
View answer
Are JavaScript and jQuery the same thing, or how are they related in modern web development?
Open
View answer
In JavaScript, how do timers such as setTimeout and setInterval work, and what is one important drawback of relying on these timers for precise timing?
Open
View answer
In JavaScript, what is namespacing and how is it commonly used to organize code and avoid global name conflicts?
Open
View answer
In JavaScript and browser based programming, which of the following best describes the main built in objects that are commonly used?
Open
View answer
In a web browser, what does the JavaScript window.history object represent and allow scripts to do?
Open
View answer
In older Mozilla based browsers, which of the following preferences is added to prefs.js to automatically open the JavaScript error console dialog each time an error occurs?
Open
View answer
In classic browser scripting, which navigator object property has the same value in both Netscape and Internet Explorer and is therefore most reliable for basic feature detection?
Open
View answer
In JavaScript, what does the ""this"" keyword refer to when used inside a method or function, assuming it is not explicitly bound or changed?
Open
View answer
In JavaScript, what does the isNaN function do when it is passed a value as an argument?
Open
View answer
In JavaScript, what is the difference between the equality operators ""=="" and ""==="" when comparing two values?
Open
View answer
In HTML5, what are some of the major new features and improvements introduced compared to earlier versions of HTML?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.