List five of the ten factors that must be considered when choosing output technology.

What will be an ideal response?


1. Who will use (see) the output (requisite quality)?
2. How many people need the output?
3. Where is the output needed (distribution, logistics)?
4. What is the purpose of the output? What user and organizational tasks are supported?
5. What is the speed with which output is needed?
6. How frequently will the output be accessed?
7. How long will (or must) the output be stored?
8. Under what special regulations is the output produced, stored, and distributed?
9. What are the initial and ongoing costs of maintenance and supplies?
10. What are the human and environmental requirements (accessibility, noise absorption, controlled temperature, space for equipment, cabling, and proximity to Wi-Fi transmitters or access points i.e., hot spots) for output technologies?

Computer Science & Information Technology

You might also like to view...

The sqrt function

a. is provided in the library header. b. returns the square of the argument c. returns the square root of the argument d. the argument type is int e. the return type is double.

Computer Science & Information Technology

In every presentation theme, the Headings font is always larger than the Body font

Indicate whether the statement is true or false

Computer Science & Information Technology

A network administrator is tasked to block all outbound SSH connections on the default port from a network subnet of 10.152.8.0/21 on a Linux based firewall. Which of the following rule sets would accomplish this task?

A. iptables -i OUTPUT -d 10.152.8.0/21 -p TCP --dport 22 -j REJECT B. iptables -i OUTPUT -d 10.152.8.0/21 -p TCP --dport 23 -j REJECT C. iptables -i OUTPUT -d 10.152.8.0/21 -p TCP --dport 22 -j ACCEPT D. iptables -i OUTPUT -d 10.152.8.0/21 -p TCP --dport 23 -j ACCEPT

Computer Science & Information Technology

Two-sided tags contain an ____ tag that tells the browser to turn on a feature and apply it to the content that follows

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

Computer Science & Information Technology