____ is posting hostile or insulting comments about another online participant.?
A. ?Flaming
B. ?Cyberstalking
C. ?Feeding
D. ?Spamming
Answer: A
You might also like to view...
Answer the following statements true (T) or false (F)
1. If a function is expecting a pass by reference parameter, you can pass an index variable from an array of the same base type to that function. 2. When you have a function that expects an array, it should also expect the size of the array or the number of indexed variables with valid data. 3. The following function declaration guarantees the values in the array argument are not changed. void function1(int array[], int numElements); 4. The following function will work with any size integer array. void function1(int array[], int numElements); 5. If you use the const modifier in a function declaration, you do not include it in the function definition.
Answer the following statements true (T) or false (F)
1. An object-oriented program consists of a series of logical modules linked by a control structure 2. The basic idea of the object-oriented approach to software development is to design and write the software as a set of independent objects linked by signals. 3. Object-oriented software is another name for structured software. 4. An object contains both data and methods. 5. Objects communicate by transmitting and responding to messages, where a message might contain a signal (information about an event or occurrence) or data.
Most computers are equipped with a(n) mouse as the primary input device.
Answer the following statement true (T) or false (F)
_____ use a keyword to encode a number.
A. Cipher codes B. Identifier codes C. Action codes D. Associative codes