IT-6303 - Web Systems Technologies oed answer key
Showing 41 to 60 of 115 total answers.
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Web Applications are built with multi-tier architecture
Answer
True
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
What is the purpose of the <script> and </script> tags?
Answer
To tell the browser where a script begins and ends
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
How many times can you nest a code block within another?
Answer
As many times as you like (though enough nesting could run the browser out of memory)
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
What does the following code do? var s_list= new Array()
Answer
None of the choices
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
To declare a function, you use the reserved word ________
Answer
function
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following does not correctly create an array?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Each object in JavaScript has properties associated with it
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
It is a function in the PHP that get the date of the server
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
The mousedown event uses what keyword as its event handler?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following is the open and closing tags of PHP?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
What symbol is used as the assignment operator in JavaScript?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of these would be valid as the first line of a for loop?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Is an object collection for all internal frames in the document
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following statements would be valid in JavaScript?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
This is the command to display the value stored in the variable.
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
When would it be a good idea to use an external JavaScript file?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Why should you use the type attribute in the opening script tag?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
In JavaScript, you access object properties through the use of the
#IT-6303
Awesome StudentQuestion • Web Systems Technologies