Suppose that you designed a tutorial to train a person in the use of specific software or hardware, such as a Web browser. What specific information would you want to know about the recipient of the training? How would that information affect the design of the training material?

What will be an ideal response?


Answers will vary, but students generally should suggest that training would be based on the level of computer skill of the person and his or her understanding of computerized applications. Ask students what types of questions they can think of that might provide information about a person’s skill level.

Computer Science & Information Technology

You might also like to view...

Analyze the following code.

``` class Test { public static void main(String[] args) { String s; System.out.println("s is " + s); } } ``` a. The program has a compile error because s is not initialized, but it is referenced in the println statement. b. The program has a runtime error because s is not initialized, but it is referenced in the println statement. c. The program has a runtime error because s is null in the println statement. d. The program compiles and runs fine.

Computer Science & Information Technology

Many thieves use the temptation of free (illegal) software to lure individuals into downloading malware on file-sharing services.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When an employer obtains an investigative consumer report on an employee suspected of misconduct, which of the following is required?

A. The employer must provide advance notice of the investigation to the employee B. The employer must provide a summary of the nature and scope of the investigation if adverse action is taken as a result of the investigation C. The employer must obtain the employee's consent to the investigation D. The employer must certify to the consumer reporting agency that the necessary notices have been provided to the employee

Computer Science & Information Technology

?The _________, as described by the World Wide Web Consortium (W3C), is a complete, self-contained composition in a document, page, application, or site and that is, in principle, independently distributable or reusable.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology