A. hub
I can't think of a good reason to use a hub anymore, I always use a switch instead.
What was the options they gave you?
Answer:
Syntax
Explanation:
Syntax errors include misspelled words or missing code.
Logic errors cause the program to operate incorrectly,
Runtime errors occur while running a computer program.
My computer wont let me download this pdf
After you declare a variable, you can assign a value to a variable. Assigning a value to a variable means storing a value to a variable. To assign a value, use the equal sign: var age; ... In this one line above, we declare a variable called age when we assign the value 55.