Which of the following is not an algorithm?
a) a recipe
b) operating instructions
c) textbook index
d) shampoo instructions (lather, rinse, repeat)
c) textbook index
You might also like to view...
The ________ helps ensure that messages are properly routed from sender to receiver and that the messages arrive intact.
a) Internet Protocol (IP) b) The Ethernet standard c) HyperText Markup Language (HTML) d) Transmission Control Protocol (TCP)
Answer the following statements true (T) or false (F)
1. When a built-in function is called, the function's name is assigned a value. 2. The following statement will result in an error because the parseInt() method cannot be used with a function call. ``` var num = parseInt(sqrt(84)); ``` 3. A global variable may be declared outside a function and then used within the function with its original value. 4. Arguments in a call statement may be constants, variables, or general expressions but parameters that are in a function's name must be variables. 5. A function can only return one value.
When an Access object is selected, the ________ contains buttons for switching views
A) vertical scroll bar B) ruler C) taskbar D) status bar
Your gateway router determines the prefix it receives.
Answer the following statement true (T) or false (F)