IT-6303 - Web Systems Technologies oed answer key
Showing 81 to 100 of 115 total answers.
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
This are meandering code that does a lot of different things in one single place.
Answer
Spaghetti Code
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following will correctly access the fifth element of an array named "age"?
Answer
age[4];
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following declares a variable named pagenumber and gives it a value of 240?
Answer
var pagenumber=240;
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
In installing individual components for Windows, you download all components from vendors
Answer
True
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
The fastest way to install your AMP Stack is to use either WAMP Server or the MAMP Server
Answer
True
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following correctly points to an external JavaScript file named yourfile.js?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
What property of the Array object will return the numeric value of the length of an array?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following is not the file to access if you want to change your server's time?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
JavaScript is a language that must be compiled while Java is a language that must be interpreted.
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
JavaScript is a _________ language that doesn't require a program to be compiled before it is run.
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following successfully prints a variable named name by adding it to a set of strings?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
If str = "Jose, Enrique, Vicente" and res = strslice(15,22), what will be the resulting value of res?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following successfully prints a variable named myhobby by adding it to a set of strings?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following variable declarations uses a variable with a valid variable name in JavaScript?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following correctly calls a function named major_alert() inside the onfocus event handler?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
This is a framework that is backed by a french company Sensio Labs and distributed with the MIT license.
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following indicates that a single line of commentary will follow it within JavaScript code?
#IT-6303
Awesome StudentQuestion • Web Systems Technologies
A system of tools that package up all three components into a single application so that we can develop within
#IT-6303
Awesome StudentQuestion • Web Systems Technologies