Deck 1: Exploring the Basics of Javascript
A)application
B)programming
C)scripting
D)none of these
A)the user\s machine running a web browser
B)the web server
C)a central machine deep within netscape\s corporate offices
D)none of the above
A)client-side
B)server-side
C)local
D)native
The <script LANGUAGE="JavaScript">tag
A)the </script>
B)the <script>
C)the end statement
D)none of the above
A)validating a form
B)sending a form\s contents by email
C)storing the form\s contents to a database file on the server
D)none of the above
A)return a value
B)accept parameters and return a value
C)accept parameters
D)none of the above
A)<script>
B)<body>
C)<head>
D)<title>
A)language
B)script
C)version
D)none of the above
A)system.out.println("hello world")
B)println ("hello world")
C)document.write("hello world")
D)response.write("hello world")
A)<language="javascriptversion">
B)<script language="javascriptversion">
C)<script language="javascriptversion"> javascript statements…</script>
D)<script language="javascriptversion"!> javascript
A)<js>
B)<scripting>
C)<script>
D)<javascript>
A)<script href=" abc.js">
B)<script name=" abc.js">
C)<script src=" abc.js">
D)none of the above
A)enclose text to be displayed by non-javascript browsers.
B)prevents scripts on the page from executing.
C)describes certain low-budget movies.
D)none of the above
A)semicolon, colon
B)semicolon, ampersand
C)ampersand, colon
D)ampersand, semicolon
A)low-level programming language.
B)a scripting language precompiled in the browser.
C)a compiled scripting language.
D)an object-oriented scripting language.
A)onfocus
B)onblur
C)onclick
D)ondblclick
A)client
B)server
C)object
D)none of the above
A)dateobjectname = new date([parameters])
B)dateobjectname.newdate([parameters])
C)dateobjectname := new date([parameters])
D)dateobjectname date([parameters])
A)blur()
B)blur(contrast)
C)blur(value)
D)blur(depth)
A)captureevents()
B)captureevents(argseventtype)
C)captureevents(eventtype)
D)captureevents(eventval)
A)close(doc.
B)close(object)
C)close(val)
D)close()
A)database
B)cursor
C)client
D)fileupload
A)browser
B)isp
C)noneof these
D)server
A)to add interactivity to html pages.
B)to execute query related to db on server
C)to perform server side scripting opertion
D)to style html pages
A)directly into html pages
B)directly into js file and included into html
C)none of these
D)directly on the server script

