IT-6303 - Web Systems Technologies oed answer key
Showing 61 to 80 of 115 total answers.
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
In naming a variable in PHP what is the required Special Character?
Answer
$ (Dollar Sign)
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following correctly codes an alert on the click event?
Answer
<input type=“button” onClick=“windowalert(‘Hey there!”);”>
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
It is a function in the PHP that converts the string into Upper case
Answer
strtoupper()
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
It is the command used to incorporate an external page into your html
Answer
include
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
To write a string of text on a Web page, the _________ method is used
Answer
documentprint()
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
What do the properties and methods of the Math object enable you to do?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
All object collections are supported by all browsers or browser versions
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
It is a function in the PHP that check whether the variable has been set
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
What do you use to enclose the blocks of code in conditionals and loops?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
JavaScript has similarities to other programming and scripting languages.
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
The keydown event occurs when a viewer presses down a key on the keyboard
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
An external JavaScript file commonly uses a filename extension of _______.
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following is something you should have to use the JavaScript?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following would correctly write the value of pi on a Web page?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
The script tag's attribute that tells the browser the language of the script.
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following language is used to program the behavior of web pages?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following is not recommended feature in choosing a script editor?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following would be valid as the first line of an if/else statement?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies