NAME:


Quiz on random computer facts

What must the first character be when assigning a new varible in php?
$
^
Any letter or number
Capital letter

What is recursion?
A tree data structure with two children.
A method of defining any function in a matter that defines itself with its own definition.
Eight bytes of data
None of the above

What can transistors be used for?
As an amplifier
As a switch
Both A and B
A person to help you transist

What type of looping structures are supported by PHP?
The for loop
The while loop
The foreach loop
All of the above