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 HTML
Continuing Education JavaScript
Continuing Education Programming
Continuing Education JavaScript
How do you create a function?
  1. function:myFunction()
  2. function=myFunction()
  3. function myFunction()
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
Continuing Education Programming

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

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 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
Continuing Education HTML
Who is making the Web standards?
  1. Microsoft
  2. The World Wide Web Consortium
  3. Mozilla
  4. Google
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 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)
Continuing Education CSS
Which property is used to change the background color?
  1. color:
  2. bgcolor:
  3. background-color:
Continuing Education HTML
Choose the correct HTML to left-align the content inside a tablecell:
  1. <td align="left">
  2. <td valign="left">
  3. <td leftalign="">
  4. <tdleft>
Previous Page 2 of 5 Next