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

Programming Questions - All Grades

You can create printable tests and worksheets from these 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 5 of 9 Next
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:
None Programming
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>
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 CSS
Which is the correct CSS syntax?
  1. body:color=black
  2. {body:color=black(body}
  3. body {color: black}
  4. {body;color:black}
Continuing Education CSS
Which CSS property controls the text size?
  1. font-style
  2. font-size
  3. text-size
  4. text-style
Previous Page 5 of 9 Next