Quiz 1 topics (not guaranteed)
Numbers
- Convert from some base to base 10
- Convert from base 10 to some other base
- Convert from base X to base Y (two steps!)
- Convert from base 2 to base 16 and vice versa
- General idea about how ascii codes work
- count from 0 to 15 in binary and hexadecimal
XHTML/CSS
- Colors
- Order of tags in a web page html, head, body
- Where tags like title, style, script belong
- Basic tags: a, br, h1, h2, p, li, ul, ol, img
- basic css
- How margin, border, padding, and content width are related
Javascript
- Prompts
- Alert boxes
- Simple functions and how to write one
- How buttons and input boxes are used
- parseInt, parseFloat
- if else
- while
- Where various pieces of javascript belong in a web page
Digital Logic
- AND, OR, XOR
- proofs by truth table
- truth functions from a truth table
- Using a Karnaugh map to reduce a function
- symbols for common circuit elements
- drawing simple circuits
- following logic values through a circuit
additional Javascript
- image arrays in a document
- reading code
- the "pigeon-hole" model of computer memory
- writing simple functions
- split and substring functions: what they do
- how arrays and subscripts work
- how setInterval and clearInterval are used