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 1 of 5 Next
Continuing Education JavaScript
Continuing Education HTML
What does HTML stand for?
  1. Hyper Text Markup Language
  2. Hyperlinks and Text Markup Language
  3. Home Tool Markup Language
Continuing Education HTML
Which of these tags are all <table> tags?
  1. <table><tr><tt>
  2. <table><tr><td>
  3. <table><head><tfoot>
  4. <thead><body><tr>
Continuing Education HTML
An <option> tag must be nested within:
  1. <input>
  2. <select>
  3. <form>
  4. <head>
Continuing Education HTML
Continuing Education JavaScript
Inside which HTML element do we put the JavaScript?
  1. <javascript>
  2. <js>
  3. <script>
  4. <scripting>
Continuing Education HTML
Continuing Education HTML
What is the correct HTML for inserting an image?
  1. <image src="image.gif" alt="MyImage"/>
  2. <img src="image.gif" alt="MyImage"/>
  3. <img alt="MyImage">image.gif</img>
  4. <img href="image.gif" alt="MyImage"/>
Continuing Education CSS
What is the correct CSS syntax for making all the <p> elements bold?
  1. p {text-size:bold}
  2. p {font-weight:bold}
  3. <p style="text-size:bold">
  4. <p style="font-size:bold">
Continuing Education CSS
How do you add a background color for all <h1> elements?
  1. h1 {background-color:#FFFFFF}
  2. all.h1 {background-color:#FFFFFF}
  3. h1.all {background-color:#FFFFFF}
Continuing Education JavaScript
How do you write "Hello World" in an alert box?
  1. alertBox("Hello World")
  2. msgBox("Hello World")
  3. alertBox="Hello World"
  4. alert("Hello World")
Continuing Education JavaScript
How do you call a function named "myFunction"?
  1. call function myFunction
  2. call myFunction()
  3. myFunction()
Continuing Education JavaScript
Where is the correct place to insert a JavaScript?
  1. The <head> section
  2. The <body> section
  3. Both the <head> section and the <body> section are correct
Continuing Education JavaScript
What is the correct JavaScript syntax to write "Hello World"?
  1. response.write("Hello World")
  2. document.write("Hello World")
  3. "Hello World"
  4. $("Hello World")
Continuing Education JavaScript
Continuing Education Java and JSP
Which of the following method declarations overload this method?

public void setSender(String name)
  1. void setSender(String name)
  2. public void setSender(InternetAddress ia)
  3. public void setSender(String email)
  4. public Sender setSender(String name)
  5. public void setReceiver(String name)
  6. public void setSender(String name, String email)
Previous Page 1 of 5 Next