NEW
Font size
WorksheetsProgramming II - Introduction
Total questions: 20
Worksheet time: 10mins
JavaScript is a simpler form of Java.
True
False
What is the extension for a JavaScript file?
.java
.jar
.js
.sj
These are used to put information that can be useful later, and in JavaScript these are ignored by the browser.
Comments
Case Sensitivity
Data Types
Statements
It can be Numeric, String, Boolean or Null.
Comments
Case Sensitivity
Data Types
Statements
Inside which HTML element do we put the JavaScript?
<js>
<script>
<scripting>
<javascript>
what is the IP address of www.microsoft.edu
192.168.1.2
172.16.31.1
10.0.0.1
23.200.61.223
When we are done with a line what do we put at the end?
a colon :
a semi-colon ;
a period .
a quotation mark "
When we surround a word with quotes "David" it's called ?
a program
a loop
a string
a command
What is the symbol pair used to write a new line within a string values?
\*
\'
\n
\br
print("Hello world!\nHello world!")
Hello world!
What is the position of the name 'Paula' in the following array:
names = ["Paul","Phillip","Paula","Phillipa"]
0
1
2
3
Which is the Python logo?
When did Ryan Dahl author Node.js?
2007
2008
2009
2010
When was MongoDB created?
In January 2008
In February 2009
In March 2010
In April 2011
MySQL , Mongo, and Sqlite are considered?
Data Systems Frameworks
Application Development Frameworks
Network Systems Frameworks
