Which of the following can a limited account not perform?
A. Connect to the Internet with a browser
B. Send e-mail with Outlook
C. Log on to Instant Messenger
D. Install programs
Answer: D. Install programs
Computer Science & Information Technology
You might also like to view...
Answer the following statements true (T) or false (F)
1. A namespace is just a class with all the folderol stripped off.
2. Namespaces can be defined in pieces across several files.
3. A namespace grouping requires a semicolon after the closing curly brace.
4. The output from the following code is
```
“function”.
(The code will compile and run.)
#include<<;iostream<
using namespace std;
namespace
{
char c_string[ 10 ] = <
Computer Science & Information Technology
The horizontal axis of a waveform is _____.
A. pressure B. distance C. time
Computer Science & Information Technology