Want to see correct answers?
Login or join for free!
  printable Worksheets
Looking for printable worksheets?
Check out our pre-made printable worksheets!
Share/Like This Page
Filter By Grade

You are browsing Continuing Education questions. View questions in All Grades.

Grade 7 Grade 9 Grade 10 Grade 11 College Continuing Education

Continuing Education Programming Questions

You can create printable tests and worksheets from these Continuing Education Programming questions! Select one or more questions using the checkboxes above each question. Then click the add selected questions to a test button before moving to another page.

Previous Page 2 of 5 Next
Continuing Education JavaScript
Continuing Education JavaScript
How do you create a function?
  1. function:myFunction()
  2. function=myFunction()
  3. function myFunction()
Continuing Education HTML
Continuing Education Programming
Continuing Education HTML
Continuing Education HTML
What is the correct HTML for creating a hyperlink?
  1. <a>http://www.yousionline.com</a>
  2. <a url="http://www.yousionline.com">yousionline.com</a>
  3. <a name="http://www.yousionline.com">yousionline.com</a>
  4. <a href="http://www.yousionline.com">yousionline</a>
Continuing Education HTML
Who is making the Web standards?
  1. Microsoft
  2. The World Wide Web Consortium
  3. Mozilla
  4. Google
Continuing Education Programming

This question is a part of a group with common instructions. View group »

Continuing Education HTML
Continuing Education Java and JSP
Which of these classes are immutable?
  1. Date
  2. Object
  3. String
  4. StringBuffer
  5. None of the above
Continuing Education HTML
What is the correct HTML for making a text input field?
  1. <input type="textfield"/>
  2. <textinput type="text"/>
  3. <input type="text"/>
  4. <textfield>
Continuing Education HTML
Continuing Education JavaScript
What is the correct JavaScript syntax to insert a comment that has more than one line?
  1. //This comment has more than one line//
  2. /*This comment has more than one line*/
Continuing Education JavaScript
How does a "while" loop start?
  1. while i=1 to 10
  2. while (i<=10;i++)
  3. while (i<=10)
Continuing Education CSS
What does CSS stand for?
  1. Cascading Style Sheets
  2. Colorful Style Sheets
  3. Computer Style Sheets
  4. Creative Style Sheets
Continuing Education HTML
What is the correct HTML for making a drop-down list?
  1. <list>
  2. <select>
  3. <input type="list"/>
  4. <input type="dropdown"/>
Continuing Education JavaScript
What is the correct syntax for referring to an external script called "xxx.js"?
  1. <script type="text/javascript" src="xxx.js">
  2. <script type="text/javascript" name="xxx.js">
  3. <script type="text/javascript" href="xxx.js">
Continuing Education JavaScript
How does a "for" loop start?
  1. for i = 1 to 5
  2. for (i <= 5; i++)
  3. for (i = 0; i <= 5; i++)
  4. for (i = 0; i <= 5)
Previous Page 2 of 5 Next