Fundaments Of Web Designing Set 1

On This Page

This set of Fundaments of Web Designing Multiple Choice Questions & Answers (MCQs) focuses on Fundaments Of Web Designing Set 1

Q1 | Javascript is _________ language.
  • application
  • programming
  • scripting
  • none of these
Q2 | When a user views a page containing a JavaScript program, which machine actually executesthe script?
  • the user\s machine running a web browser
  • the web server
  • a central machine deep within netscape\s corporate offices
  • none of the above
Q3 | _____ JavaScript statements embedded in an HTML page can respond to user events such asmouse-clicks, form input, and page navigation.
  • client-side
  • server-side
  • local
  • native
Q4 | What should appear at the very end of your JavaScript?The
  • the
  • Q5 | Which of the following can't be done with client-side JavaScript?
    • validating a form
    • sending a form\s contents by email
    • storing the form\s contents to a database file on the server
    • none of the above
    Q6 | Which of the following are capabilities of functions in JavaScript?
    • return a value
    • accept parameters and return a value
    • accept parameters
    • none of the above
    Q7 | ______ tag is an extension to HTML that can enclose any number of JavaScript statements.
    Q11 | Inside which HTML element do we put the JavaScript?