Module 02 Computers and Their Business Applications
Module 02 Computers and Their Business Applications
True / False
1. An object code must be translated into source code for a computer to read and execute it.
a. True
b. False
ANSWER: False
RATIONALE: Correct
A source code must be translated into object code, consisting of binary 0s and 1s, which can be
understood by a computer. Binary code-a set of instructions used to control the computer-uses 0s
and 1s, which the computer understands as on or off signals. See 2-1: Defining a Computer.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define a computer system, and describe its components.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.1
TIVES:
TOPICS: Computer defined
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
2. The arithmetic logic unit and the control unit are part of the Basic Input/Output System.
a. True
b. False
ANSWER: False
RATIONALE: Correct
The arithmetic logic unit and the control unit are part of the central processing unit. A Basic
Input/Output System is located on the motherboard. See 2-1: Defining a Computer
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define a computer system, and describe its components.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.1
TIVES:
TOPICS: Computer system components
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
REFERENCES: Analyze the impact of the three factors of computing power on a business setting.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJECTI MIS.10e.2.3
VES:
TOPICS: Computing power
KEYWORDS: Analyze
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
6. Extended ASCII is a data code that allows the representation of 1024 characters.
a. True
b. False
ANSWER: False
RATIONALE: Correct
Extended ASCII code is an 8-bit code that allows representation of 256 characters. Computers and
communication systems use data codes to represent and transfer data between computers and
network systems. See 2-3: The Power of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Analyze the impact of the three factors of computing power on a business setting.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.3
TIVES:
TOPICS: Computing power
KEYWORDS: Analyze
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
7. Computers perform all tasks using a combination of arithmetic and logical operations.
a. True
b. False
ANSWER: False
RATIONALE: Correct
Computers can perform three basic tasks: arithmetic operations, logical operations, and storage and
retrieval operations. All other tasks are performed using one or a combination of these operations.
See 2-4: Computer Operations
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Summarize the three basic computer operations.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.4
TIVES:
9. Inkjet printers produce characters by projecting onto paper electrically charged droplets of ink that create an image.
a. True
b. False
ANSWER: True
RATIONALE: Correct
Inkjet printers produce characters by projecting onto paper electrically charged droplets of ink that
create an image. Inkjet printers are suitable for home users who have limited text and photo printing
needs. See 2-5: Input, Output, and Memory Devices
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Output devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
10. In network-attached storage (NAS), as the number of users increases, its performance increases.
Copyright Cengage Learning. Powered by Cognero. Page 4
Module 02: Computers and Their Business Applications
a. True
b. False
ANSWER: False
RATIONALE: Correct
The biggest issue with NAS is that, as the number of users increases, its performance deteriorates.
However, it can be expanded easily by adding more servers or upgrading the CPU. See 2-5: Input,
Output, and Memory Devices
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Storage devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
11. A server is a set of programs for controlling and managing computer hardware and software.
a. True
b. False
ANSWER: False
RATIONALE: Correct
A server is a computer and all the software for managing network resources and offering services to
a network. For example, remote access servers (RAS), application servers, and database servers.
See 2-6: Classes of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain how computers are classified and their business applications.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.6
TIVES:
TOPICS: Servers
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
future value, rate of return, cash flow, depreciation, retirement planning, and budgeting. See 2-7:
What Is Software?
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Apply knowledged of two major types of software and their use in a business setting.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.7
TIVES:
TOPICS: Applications software
Software
KEYWORDS: Apply
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
14. Modularity, reuse of codes for other purposes, and effective problem solving are major advantages of object-oriented
programming.
a. True
b. False
ANSWER: True
RATIONALE: Correct. Major advantages of OOP are the following: Modularity—Codes are written for specific
and self-contained modules. This makes it easier to write codes, modify them, and troubleshoot
them easier than traditional codes. New features can easily be added as new modules without any
impact on existing modules. Reuse of codes for other purposes—Codes written for one object can
be simply modified by maintaining its major parts and applying it to another object. Effective
Copyright Cengage Learning. Powered by Cognero. Page 6
Module 02: Computers and Their Business Applications
problem solving—OOP languages allow the programmer to break down a program into small-sized
problems that a programmer can solve one module or one object at a time. See 2-9: Object-Oriented
Programming: A Quick Overview
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define object-oriented programming.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.9
TIVES:
KEYWORDS: Remember
DATE CREATED: 11/23/2019 5:57 PM
DATE MODIFIED: 11/23/2019 6:01 PM
15. Two main parts of an object-oriented programming language include objects and models.
a. True
b. False
ANSWER: False
RATIONALE: Correct. Two main parts of an OOP include objects and classes. An object is an item that contains
both data and the procedures that read and manipulate it. A class defines the format of the object
and the action that it performs. See 2-9: Object-Oriented Programming: A Quick Overview
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define object-oriented programming.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.9
TIVES:
KEYWORDS: Remember
DATE CREATED: 11/23/2019 6:03 PM
DATE MODIFIED: 11/23/2019 6:05 PM
16. The object-oriented programming language principle of inheritance is a feature that reduces application development
time by using existing codes.
a. True
b. False
ANSWER: True
RATIONALE: Correct. Abstraction, inheritance, polymorphism, and encapsulation are four key principles of OOP.
Inheritance enables new objects to take on the properties of existing objects. This feature reduces
application development time by using existing codes. See 2-9: Object-Oriented Programming: A
Quick Overview
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define object-oriented programming.
QUESTION TYPE: True / False
HAS VARIABLES: False
Copyright Cengage Learning. Powered by Cognero. Page 7
Module 02: Computers and Their Business Applications
17. The object-oriented programming language principle of encapsulation is the ability to process objects differently
depending on their data type or class.
a. True
b. False
ANSWER: False
RATIONALE: Correct. Abstraction, inheritance, polymorphism, and encapsulation are four key principles of OOP.
Polymorphism is the ability to process objects differently depending on their data type or class.
Encapsulation means grouping related items into a single unit. See 2-9: Object-Oriented
Programming: A Quick Overview
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define object-oriented programming.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.9
TIVES:
KEYWORDS: Remember
DATE CREATED: 11/23/2019 6:14 PM
DATE MODIFIED: 11/23/2019 6:16 PM
18. Object-oriented programming languages are not tailored to any specific OS or programming environment.
a. True
b. False
ANSWER: False
RATIONALE: Correct. Each OOP is tailored to a specific OS and programming environment. For example, Swift
is mostly used for programming environment and apps development for MacOS and iOS; C#,
developed by Microsoft, is mostly used for Windows apps and Windows programming
environment; and Java is used for cross- platform development. See 2-9: Object-Oriented
Programming: A Quick Overview
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define object-oriented programming.
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.9
TIVES:
KEYWORDS: Remember
DATE CREATED: 11/23/2019 6:26 PM
DATE MODIFIED: 11/23/2019 6:28 PM
19. A(n) _____ is a step-by-step direction for performing a specific task, which is written in a language the computer can
understand.
a. array
b. server
c. cache
d. program
ANSWER: d
RATIONALE: Correct. A program is a step-by-step direction for performing a specific task, written in a language
the computer can understand. To write a computer program, first you must know what needs to be
done, and then you must plan a method to achieve this goal, including selecting the right language
for the task. See 2-1: Defining a Computer
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define a computer system, and describe its components.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.1
TIVES:
TOPICS: Computer defined
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
21. A(n) _____ enables communication between a video card and memory.
a. internal bus
b. keyboard
c. floppy drive
d. optical disc
ANSWER: a
RATIONALE: Correct. A bus is a link between devices connected to a computer. An internal bus enables
communication between internal components, such as a video card and memory. See 2-1: Defining
a Computer
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define a computer system, and describe its components.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.1
TIVES:
TOPICS: Computer system components
Computer defined
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
22. A _____ is a peripheral device for recording, storing, and retrieving information.
a. disk drive
b. motherboard
c. control unit
d. processor
ANSWER: a
RATIONALE: Correct. A disk drive is a peripheral device for recording, storing, and retrieving information. A
computer system consists of hardware and software. Hardware components are physical devices,
such as keyboards, monitors, and processing units. The software component consists of programs
written in computer languages. See 2-1: Defining a Computer
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define a computer system, and describe its components.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.1
TIVES:
TOPICS: Computer system components
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
24. A(n) _____ is an interface between a computer and a printer that enables the computer to transfer multiple bits of
information to the printer simultaneously.
a. parallel port
b. serial port
c. arithmetic logic unit
d. control unit
ANSWER: a
RATIONALE: Correct. A parallel port is an interface between a computer and a printer that enables the computer
to transfer multiple bits of information to the printer simultaneously. A serial port is a
communication interface through which information is transferred one bit at a time. See 2-1:
Defining a Computer
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define a computer system, and describe its components.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.1
TIVES:
TOPICS: Computer system components
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
a. transistors
b. vacuum tube technology
c. integrated circuits
d. laser technology
ANSWER: b
RATIONALE: Correct. Beginning in the 1940s, first-generation computers used vacuum tube technology. They
were bulky and unreliable, generated excessive heat, and were difficult to program. See 2-2: The
History of Computer Hardware and Software
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the history of computer hardware and software.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.2
TIVES:
TOPICS: Computer history
Hardware
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
a. integrated circuits
b. vacuum tube technology
c. parallel processing
d. optical discs
ANSWER: a
RATIONALE: Correct. Third-generation computers operated on integrated circuits, which enabled computers to be
even smaller, faster, more reliable, and more sophisticated than second-generation computers.
Remote data entry and telecommunications were introduced during this generation. See 2-2: The
History of Computer Hardware and Software
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the history of computer hardware and software.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.2
TIVES:
TOPICS: Computer history
Hardware
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 11/19/2019 6:19 PM
a. Stream
b. Retrieval
c. Syndication
d. Storage
ANSWER: d
RATIONALE: Correct. Computers draw their power from three factors that far exceed human capacities: speed,
accuracy, and storage and retrieval capabilities. Storage means saving data in computer memory,
and retrieval means accessing data from memory. See 2-3: The Power of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain the factors distinguishing the computing power of computers.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.3
TIVES:
TOPICS: Computing power
KEYWORDS: Analyze
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
33. The word computer consists of 64 bits, which is equivalent to _____ bytes.
a. 6
b. 8
c. 16
d. 32
Copyright Cengage Learning. Powered by Cognero. Page 15
Module 02: Computers and Their Business Applications
ANSWER: b
RATIONALE: Correct. The word computer has 64 bits. Eight bits constitute 1 byte, so 64 bits are the same as 8
bytes. See 2-3: The Power of Computers
POINTS: 1
DIFFICULTY: Challenging
REFERENCES: Explain the factors distinguishing the computing power of computers.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.3
TIVES:
TOPICS: Computing power
KEYWORDS: Analyze
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
34. Every character, number, or symbol on the keyboard is represented as a(n) _____ in computer memory.
a. decimal number
b. hexadecimal number
c. octal number
d. binary number
ANSWER: d
RATIONALE: Correct. Every character, number, or symbol on the keyboard is represented as a binary number in
computer memory. A binary system consists of 0s and 1s, with a 1 representing “on” and a 0
representing “off,” similar to a light switch. See 2-3: The Power of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain the factors distinguishing the computing power of computers.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.3
TIVES:
TOPICS: Computing power
KEYWORDS: Analyze
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
35. Computers and communication systems use _____ to represent information between computers and network systems.
a. source codes
b. nanotubes
c. data codes
d. servers
ANSWER: c
RATIONALE: Correct. Computers and communication systems use data codes to represent and transfer data
between computers and network systems. The most common data code for text files, PC
applications, and the Internet is American Standard Code for Information Interchange. See 2-3: The
Copyright Cengage Learning. Powered by Cognero. Page 16
Module 02: Computers and Their Business Applications
Power of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain the factors distinguishing the computing power of computers.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.3
TIVES:
TOPICS: Computing power
KEYWORDS: Analyze
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
36. In a(n) _____ file, each alphabetic, numeric, or special character is represented with a 7-bit binary number.
a. Extended Binary Code Decimal Interchange Code (EBCDIC)
b. Unicode
c. American Standard Code for Information Interchange (ASCII)
d. Extended ASCII
ANSWER: c
RATIONALE: Correct. In an ASCII file, each alphabetic, numeric, or special character is represented with a 7-bit
7
binary number (a string of 0s or 1s). Up to 128 (2 ) characters can be defined. See 2-3: The Power
of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain the factors distinguishing the computing power of computers.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.3
TIVES:
TOPICS: Computing power
KEYWORDS: Analyze
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 11/20/2019 5:50 PM
37. An American Standard Code for Information Interchange (ASCII) file defines up to _____ characters.
a. 64
b. 128
c. 256
d. 1024
ANSWER: b
RATIONALE: Correct. In an ASCII file, each alphabetic, numeric, or special character is represented with a 7-bit
7
binary number (a string of 0s or 1s). Up to 128 (2 ) characters can be defined. See 2-3: The Power
of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain the factors distinguishing the computing power of computers.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.3
TIVES:
TOPICS: Computing power
KEYWORDS: Analyze
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 11/20/2019 5:51 PM
38. An Extended ASCII data code allows representation of maximum _____ characters.
a. 128
b. 256
c. 512
d. 1024
ANSWER: b
RATIONALE: Correct. Apart from American Standard Code for Information Interchange (ASCII), there are two
additional data codes used by many operating systems: Unicode and Extended ASCII. Extended
ASCII is an 8-bit code that also allows representation of 256 characters. See 2-3: The Power of
Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain the factors distinguishing the computing power of computers.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.3
TIVES:
TOPICS: Computing power
KEYWORDS: Analyze
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
41. Trackballs are ideal for notebook computers because they _____.
a. occupy less space than a mouse
b. rely on optical scanning of the data on a notebook
c. allow faster and more precise cursor positioning than a mouse
d. rely on light detection to determine which menu item has been selected
ANSWER: a
RATIONALE: Correct. Trackballs occupy less space than a mouse, so they are ideal for notebook computers.
However, positioning with a trackball is sometimes less precise than with a mouse. See 2-5: Input,
Output, and Memory Devices
POINTS: 1
DIFFICULTY: Moderate
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
Copyright Cengage Learning. Powered by Cognero. Page 19
Module 02: Computers and Their Business Applications
TIVES:
TOPICS: Input devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
45. A(n) _____ is an input device used to grade multiple-choice and true/false tests.
a. optical character reader
b. magnetic character sensor
c. magnetic ink character recognition system
d. optical mark recognition system
ANSWER: d
RATIONALE: Correct. An optical mark recognition (OMR) system is sometimes called a mark sensing system
because it reads marks on paper. OMRs are often used to grade multiple-choice and true/false tests.
See 2-5: Input, Output, and Memory Devices
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Input devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
c. It uses laser-based technology that creates electrical charges on a rotating drum to attract toner.
d. It is suitable for office environments that have high-volume and high-quality printing requirements.
ANSWER: a
RATIONALE: Correct. High-quality inkjet printers use multicolor ink cartridges for near-photo quality output and
are often used to print digital photographs. See 2-5: Input, Output, and Memory Devices
POINTS: 1
DIFFICULTY: Moderate
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Output devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 11/20/2019 6:08 PM
other examples of the type of information stored in RAM include open files, running programs, and
so forth. Data can be read from and written to RAM. See 2-5: Input, Output, and Memory Devices
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Storage devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
51. Which states a difference between read-only memory (ROM) and random access memory (RAM)?
a. ROM is volatile memory, whereas RAM is nonvolatile memory.
b. ROM is secondary memory, whereas RAM is main memory.
c. ROM is nonvolatile memory, whereas RAM is volatile memory.
d. ROM is main memory, whereas RAM is secondary memory.
ANSWER: c
RATIONALE: Correct. ROM is nonvolatile memory, whereas RAM is volatile memory. Volatile memory loses its
contents when electrical power is turned off. Nonvolatile memory holds data when the computer is
off or during the course of a program’s operation. See 2-5: Input, Output, and Memory Devices
POINTS: 1
DIFFICULTY: Moderate
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Storage devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
POINTS: 1
DIFFICULTY: Moderate
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Storage devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
53. _____ holds data when the computer is off or during the course of a program’s operation.
a. Random access memory
b. Read-only memory
c. Secondary memory
d. Programmable read-only memory
ANSWER: c
RATIONALE: Correct. Secondary memory devices are nonvolatile and used for storing large volumes of data for
long periods. They can also hold data when the computer is off or during the course of a program’s
operation. See 2-5: Input, Output, and Memory Devices
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Storage devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
56. _____ allows data to be stored in multiple places to improve a system’s reliability.
a. A remote access server
b. Network-attached storage
c. Random access memory
d. A redundant array of independent disks
ANSWER: d
RATIONALE: Correct. A redundant array of independent disks (RAID) is a collection of disk drives used for fault
tolerance and improved performance and is typically found in large network systems. Data can be
stored in multiple places to improve the system’s reliability. In other words, if one disk in the array
fails, data is not lost. In some RAID configurations, sequences of data can be read from multiple
disks simultaneously, which improves performance. See 2-5: Input, Output, and Memory Devices
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
57. _____, which is used for online storage and backup, involves multiple virtual servers that are usually hosted by third
parties.
a. Kernel storage
b. Buffer storage
c. Cache storage
d. Cloud storage
ANSWER: d
RATIONALE: Correct. Cloud storage has become a popular option for many organizations and individuals in
recent years. Used for online storage and backup, it involves multiple virtual servers that are usually
hosted by third parties. See 2-5: Input, Output, and Memory Devices
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Storage devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
58. Identify the type of computers that has the highest storage capability.
a. Subnotebooks
b. Notebooks
c. Personal computers
d. Supercomputers
ANSWER: d
RATIONALE: Correct. Supercomputers are the most powerful; they also have the highest storage capabilities and
the highest price. Supercomputers are more expensive, much bigger, faster, and have more memory
than personal computers, minicomputers, and mainframes. See 2-6: Classes of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain how computers are classified and their business applications.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.6
Copyright Cengage Learning. Powered by Cognero. Page 27
Module 02: Computers and Their Business Applications
TIVES:
TOPICS: Computer types
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
59. Identify the type of computers that has the highest price.
a. Subnotebooks
b. Notebooks
c. Personal computers
d. Supercomputers
ANSWER: d
RATIONALE: Correct. Supercomputers are the most powerful; they also have the highest storage capabilities and
the highest price. Supercomputers are more expensive, much bigger, faster, and have more memory
than personal computers, minicomputers, and mainframes. See 2-6: Classes of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain how computers are classified and their business applications.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.6
TIVES:
TOPICS: Computer types
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
60. Jacob, a data analyst, is working on a project from home and needs to download some data from his office network.
Which of the following server platforms will best serve Jacob’s purpose?
a. Remote access servers
b. Web servers
c. Application servers
d. Disk servers
ANSWER: a
RATIONALE: Correct. Remote access servers (RAS) will best serve Jacob’s purpose. RAS allow off-site users to
connect to network resources, such as network file storage, printers, and databases. Web servers
store Web pages for access over the Internet. Application servers store computer software, which
users can access from their workstations. Disk servers contain large-capacity hard drives and enable
users to store files and applications for later retrieval. See 2-6: Classes of Computers
POINTS: 1
DIFFICULTY: Challenging
REFERENCES: Explain how computers are classified and their business applications.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.6
TIVES:
TOPICS: Servers
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
Software
KEYWORDS: Apply
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
63. The supervisor program in an operating system (OS) is also known as the _____.
a. metadata
b. kernel
c. applet
d. cache
ANSWER: b
RATIONALE: Correct. The supervisor program, also known as the kernel, is responsible for controlling all other
programs in the OS, such as compilers, interpreters, assemblers, and utilities for performing special
tasks. See 2-7: What Is Software?
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Describe the two major types of software.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.7
TIVES:
TOPICS: Operating systems
Software
KEYWORDS: Apply
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
KEYWORDS: Apply
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
70. To make a computer understand a program, the source code must be first translated into _____ code.
a. ASCII
b. object
c. ternary
d. UTF-8
ANSWER: b
RATIONALE: Regardless of the language, a program is also referred to as the source code. This source code must
be translated into object code—consisting of binary 0s and 1s. See 2-1: Defining a Computer
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define a computer system, and describe its components.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.1
TIVES:
TOPICS: Computer defined
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 11/20/2019 7:06 PM
a.
main memory
b.
basic input/output system
c.
central processing unit
d.
serial port
ANSWER: c
RATIONALE: The central processing unit (CPU) is the heart of a computer. It is divided into two components: the
arithmetic logic unit (ALU) and the control unit. See 2-1: Defining a Computer
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define a computer system, and describe its components.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.1
TIVES:
TOPICS: Computer defined
Computer system components
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
72. The _____ tells the computer what to do, such as instructing the computer which device to read or send output to.
a. main memory
b. motherboard
c. operating system
d. control unit
ANSWER: d
RATIONALE: The central processing unit (CPU) is the heart of a computer. It is divided into two components: the
arithmetic logic unit (ALU) and the control unit. The control unit tells the computer what to do,
such as instructing the computer which device to read or send output to. See 2-1: Defining a
Computer
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define a computer system, and describe its components.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.1
TIVES:
TOPICS: Computer system components
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
73. A(n) _____ is the enclosure containing the computer’s main components.
a. disk drive
b. computer chassis
Copyright Cengage Learning. Powered by Cognero. Page 34
Module 02: Computers and Their Business Applications
c. expansion slot
d. parallel port
ANSWER: b
RATIONALE: A central processing unit (CPU) case (also known as a computer chassis or tower) is the enclosure
containing the computer’s main components. See 2-1: Defining a Computer
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define a computer system, and describe its components.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.1
TIVES:
TOPICS: Computer system components
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
74. _____ include gallium arsenide chips that run at higher speeds and consume less power than silicon chips and optical
technologies.
a. Second-generation computers
b. Third-generation computers
c. Fourth-generation computers
d. Fifth-generation computers
ANSWER: d
RATIONALE: The current fifth-generation computers include parallel processing (computers containing hundreds
or thousands of CPUs for rapid data processing), gallium arsenide chips that run at higher speeds
and consume less power than silicon chips, and optical technologies. See 2-2: The History of
Computer Hardware and Software
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the history of computer hardware and software.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.2
TIVES:
TOPICS: Computer history
Hardware
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
d. Sixty-four
ANSWER: b
RATIONALE: A bit is a single value of 0 or 1, and 8 bits equal 1 byte. A byte is the size of a character. See 2-3:
The Power of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain the factors distinguishing the computing power of computers.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJECTI MIS.10e.2.3
VES:
TOPICS: Computing power
KEYWORDS: Analyze
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
77. The most common type of main memory is a semiconductor memory chip made of _____.
a. arsenic
b. germanium
c. silicon
d. manganese
ANSWER: c
RATIONALE: The most common type of main memory is a semiconductor memory chip made of silicon. A
semiconductor memory device can be volatile or nonvolatile. See 2-5: Input, Output, and Memory
Copyright Cengage Learning. Powered by Cognero. Page 36
Module 02: Computers and Their Business Applications
Devices
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Storage devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
78. A(n) _____, made of Mylar, is used for random-access processing of data in a computer.
a. video adapter
b. optical disc
c. cassette tape
d. magnetic disk
ANSWER: d
RATIONALE: A magnetic disk, made of Mylar or metal, is used for random-access processing. In other words,
data can be accessed in any order, regardless of its order on the surface. See 2-5: Input, Output, and
Memory Devices
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Storage devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
79. _____ are compatible with the IBM System/360 line introduced in 1965.
a. Minicomputers
b. Mainframe computers
c. Personal computers
d. Super computers
ANSWER: b
RATIONALE: Mainframe computers are compatible with the IBM System/360 line introduced in 1965. Systems
that are not based on System/360 are referred to as “servers” or supercomputers. See 2-6: Classes of
Computers
POINTS: 1
DIFFICULTY: Easy
Copyright Cengage Learning. Powered by Cognero. Page 37
Module 02: Computers and Their Business Applications
REFERENCES: Explain how computers are classified and their business applications.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.6
TIVES:
TOPICS: Computer types
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
80. A(n) _____ is a type of server that stores computer software, which users can access from their workstations.
a. database server
b. Web server
c. application server
d. file server
ANSWER: c
RATIONALE: Application servers store computer software, which users can access from their workstations. A
server is a computer and all the software for managing network resources and offering services to a
network. See 2-6: Classes of Computers
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain how computers are classified and their business applications.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.6
TIVES:
TOPICS: Servers
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
TIVES:
TOPICS: Applications software
Software
KEYWORDS: Apply
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 11/20/2019 7:22 PM
83. Codes written for one type of computer using _____ do not work on another type of computer.
a. assembly language
b. structured query language
c. a fourth-generation language
d. a fifth-generation language
ANSWER: a
RATIONALE: Assembly language, the second generation of computer languages, is a higher-level language than
machine language but is also machine dependent; hence, code written for one type of computer does
not work on another type of computer. See 2-8: Computer Languages
POINTS: 1
DIFFICULTY: Easy
REFERENCES: List the generations of computer languages.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.8
TIVES:
POINTS: 1
DIFFICULTY: Easy
REFERENCES: List the generations of computer languages.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.8
TIVES:
TOPICS: Programming languages
Software
KEYWORDS: Remember
DATE CREATED: 11/22/2019 1:23 PM
DATE MODIFIED: 11/22/2019 1:52 PM
85. ______ contain large-capacity hard drives and enable users to store files and applications for later retrieval.
a. Application servers
b. Disk servers
c. File servers
d. Database servers
ANSWER: b
RATIONALE: Disk servers contain large-capacity hard drives and enable users to store files and applications for
later retrieval. See 2-6: Classes of Computers.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Explain how computers are classified and their business applications.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
Copyright Cengage Learning. Powered by Cognero. Page 40
Module 02: Computers and Their Business Applications
86. Wearable devices may provide which possible benefit in the manufacturing field?
a. Improve employee safety by providing a hands-free work environment.
b. Ability to store more data than a personal computer.
c. Storage of Web pages for access over the Internet.
d. Magnetic tape backup.
ANSWER: a
RATIONALE: Correct. Wearable devices could be used for improving productivity. For example, in the
manufacturing field they might:
87. Abstraction, inheritance, polymorphism, and encapsulation are four key principles of ________.
a. network-attached storage
b. machine language
c. fifth-generation languages
d. object-oriented programming
ANSWER: d
RATIONALE: Correct. Abstraction, inheritance, polymorphism, and encapsulation are four key principles of
object-oriented programming (OOP). Abstraction is used to handle complexity by hiding
unnecessary details from the user. Inheritance enables new objects to take on the properties of
existing objects. Polymorphism is the ability to process objects differently depending on their data
Copyright Cengage Learning. Powered by Cognero. Page 41
Module 02: Computers and Their Business Applications
type or class. Encapsulation means grouping related items into a single unit. See 2-9: Object-
Oriented Programming: A Quick Overview
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define object-oriented programming.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.9
TIVES:
KEYWORDS: Remember
DATE CREATED: 11/23/2019 2:38 PM
DATE MODIFIED: 11/23/2019 2:43 PM
89. An item that contains both data and the procedures that read and manipulate it is called a(n) ________.
a. class
b. module
c. object
d. application
ANSWER: c
RATIONALE: Correct. An object is an item that contains both data and the procedures that read and manipulate it.
Examples include a person, an event, or a transaction. See 2-9: Object-Oriented Programming: A
Quick Overview
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define object-oriented programming.
90. The principle of _________ in object-oriented programming is used to handle complexity by hiding unnecessary
details from the user.
a. inheritance
b. encapsulation
c. abstraction
d. polymorphism
ANSWER: c
RATIONALE: Correct. Abstraction, inheritance, polymorphism, and encapsulation are four key principles of OOP.
Abstraction is used to handle complexity by hiding unnecessary details from the user. This principle
looks at a problem from a higher level and then gets into detail in later stages of code development.
See 2-9: Object-Oriented Programming: A Quick Overview
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define object-oriented programming.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.9
TIVES:
KEYWORDS: Remember
DATE CREATED: 11/23/2019 5:44 PM
DATE MODIFIED: 11/23/2019 5:49 PM
91. The object-oriented language _______ is used to develop apps for MacOS and iOS.
a. Swift
b. C#
c. SQL
d. ActiveX
ANSWER: a
RATIONALE: Correct. Each OOP is tailored to a specific OS and programming environment. For example, Swift
is mostly used for programming environment and apps development for MacOS and iOS; C#,
developed by Microsoft, is mostly used for Windows apps and Windows programming
environment; and Java is used for cross-platform development. See 2-9: Object-Oriented
Programming: A Quick Overview
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Define object-oriented programming.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
Copyright Cengage Learning. Powered by Cognero. Page 43
Module 02: Computers and Their Business Applications
93. In the context of computer operations, comparing two numbers is a(n) _______ operation.
a. arithmetic
b. logical
c. storage
d. retrieval
ANSWER: b
RATIONALE: Correct.
Computers can perform three basic tasks: arithmetic operations, logical operations, and storage and
retrieval operations.
Computers can perform comparison operations by comparing two numbers. For example, a
computer can compare x to y and determine which number is larger.
See 2-4 Computer Operations.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Summarize the three basic computer operations.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.4
Copyright Cengage Learning. Powered by Cognero. Page 44
Module 02: Computers and Their Business Applications
TIVES:
KEYWORDS: Apply
DATE CREATED: 11/25/2019 1:48 PM
DATE MODIFIED: 11/25/2019 1:53 PM
95. Obtaining the data of a video file from a flash drive is an example of a(n) _________ operation.
a. exponentiation
b. storage
c. comparison
d. retrieval
ANSWER: d
RATIONALE: Correct.
Computers can perform three basic tasks: arithmetic operations, logical operations, and storage and
retrieval operations.
During a game, your computer may perform calculations in order to make a decision (such as
whether to move from point A to point B), it may compare two numbers, and it may perform
storage and retrieval functions for going forward with the process.See 2-4 Computer Operations.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Summarize the three basic computer operations.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
96. Which of the following is considered a basic task in the context of computer operations?
a. Logical operations
b. Connecting to the Internet
c. Word processing
d. Natural language processing
ANSWER: a
RATIONALE: Correct. Computers can perform three basic tasks: arithmetic operations, logical operations, and
storage and retrieval operations. All other tasks are performed using one or a combination of these
operations.
See 2-4 Computer Operations.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Summarize the three basic computer operations.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.4
TIVES:
KEYWORDS: Apply
DATE CREATED: 11/25/2019 3:03 PM
DATE MODIFIED: 11/25/2019 3:10 PM
97. In the context of computer operations, which of the following is considered an arithmetic operation?
a. Saving a file
b. Retrieving data
c. Comparing x to y
d. Subtraction
ANSWER: d
RATIONALE: Correct. Computers can perform three basic tasks: arithmetic operations, logical operations, and
storage and retrieval operations. All other tasks are performed using one or a combination of these
operations. Computers can add, subtract, multiply, divide, and raise numbers to a power
(exponentiation). See 2-4 Computer Operations.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: Summarize the three basic computer operations.
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJEC MIS.10e.2.4
TIVES:
KEYWORDS: Apply
Essay
100. Explain the effects of processor size and operating system (OS) on computer performance.
ANSWER: Answers will vary. In recent years, 32-bit and 64-bit processors and OSs have created a lot of
107. What are the most common output devices for soft copy?
ANSWER: Answers will vary. Output displayed on a screen is called “soft copy.” The most common output
devices for soft copy are cathode ray tube (CRT), plasma display, and liquid crystal display (LCD).
Soon, OLED (organic light-emitting diode) displays will replace LCDs. OLED screens are brighter,
thinner, and consume less power than LCD technology. However, they are more expensive than
LCD technology.
POINTS: 1
DIFFICULTY: Moderate
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Essay
HAS VARIABLES: False
STUDENT ENTRY Basic
MODE:
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Output devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
MODE:
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Storage devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
111. Explain how a redundant array of independent disks (RAID) provides fault tolerance and improves performance.
ANSWER: Answers will vary. A RAID system is a collection of disk drives used for fault tolerance and
improved performance, and it is typically found in large network systems. With RAID, data can be
stored in multiple places to improve the system’s reliability. In other words, if one disk in the array
fails, data is not lost. In some RAID configurations, sequences of data can be read from multiple
disks simultaneously, which improves performance.
POINTS: 1
DIFFICULTY: Moderate
REFERENCES: Discuss the types of input, output, and memory devices.
QUESTION TYPE: Essay
HAS VARIABLES: False
STUDENT ENTRY Basic
MODE:
LEARNING OBJEC MIS.10e.2.5
TIVES:
TOPICS: Storage devices
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
113. Briefly discuss fax servers, file servers, and mail servers.
ANSWER: Answers will vary. A server is a computer and all the software for managing network resources
and offering services to a network.
a. Fax servers: Fax servers contain software and hardware components that enable users to send
and receive faxes.
b. File servers: File servers contain large-capacity hard drives for storing and retrieving data files.
c. Mail servers: Mail servers are configured for sending, receiving, and storing e-mails.
POINTS: 1
DIFFICULTY: Moderate
REFERENCES: Explain how computers are classified and their business applications.
QUESTION TYPE: Essay
HAS VARIABLES: False
STUDENT ENTRY Basic
MODE:
LEARNING OBJECT MIS.10e.2.6
IVES:
TOPICS: Servers
KEYWORDS: Understand
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
ANSWER: Answers will vary. Financial planning software, which is more powerful than spreadsheet software,
is capable of performing many types of analysis on large amounts of data. These analyses include
present value, future value, rate of return, cash flow, depreciation, retirement planning, and
budgeting. A widely used financial planning package is Intuit Quicken. Using this package, you can
plan and analyze all kinds of financial scenarios. In addition to spreadsheet software, dedicated
accounting software is available for performing many sophisticated accounting tasks, such as
general ledgers, accounts receivable, accounts payable, payroll, balance sheets, and income
statements.
POINTS: 1
DIFFICULTY: Moderate
REFERENCES: Describe the two major types of software.
QUESTION TYPE: Essay
HAS VARIABLES: False
STUDENT ENTRY Basic
MODE:
LEARNING OBJEC MIS.10e.2.7
TIVES:
TOPICS: Applications software
Software
KEYWORDS: Apply
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM
and a graphical approach to programming. Codes are automatically generated and designed to make
the computer solve a given problem without a programmer or with minimum programming effort.
These languages are designed to facilitate natural conversations between a user and the computer.
Imagine that the user could ask his or her computer, “What product generated the most sales last
year?” The computer, equipped with a voice synthesizer, could respond, “Product X.” Dragon
NaturallySpeaking Solutions is an example of NLP. Research continues in this field because of the
promising results so far.
POINTS: 1
DIFFICULTY: Moderate
REFERENCES: List the generations of computer languages.
QUESTION TYPE: Essay
HAS VARIABLES: False
STUDENT ENTRY Basic
MODE:
LEARNING OBJEC MIS.10e.2.8
TIVES:
TOPICS: Programming languages
Software
KEYWORDS: Remember
DATE CREATED: 10/22/2019 1:26 PM
DATE MODIFIED: 10/22/2019 1:26 PM