MIS 502 Ch2 Questions Drilled Down -

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Olkaz
O
Olkaz
Community Contributor
Quizzes Created: 8 | Total Attempts: 693
Questions: 14 | Attempts: 99

SettingsSettingsSettings
MIS 502 Ch2 Questions Drilled Down - - Quiz

MIS 502 Ch2 Questions Drilled Down -


Questions and Answers
  • 1. 

    A powerful CPU needs a high-capacity I/O unit to keep it supplied with instructions and data from primary storage.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    A powerful CPU does not necessarily need a high-capacity I/O unit to keep it supplied with instructions and data from primary storage. While a high-capacity I/O unit may be beneficial in certain cases, it is not a requirement for a powerful CPU to function properly. The CPU can still receive instructions and data from primary storage through other means, such as a standard I/O unit or direct memory access. Therefore, the statement is false.

    Rate this question:

  • 2. 

    The ALU retrieves input data directly from primary storage.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The ALU (Arithmetic Logic Unit) does not retrieve input data directly from primary storage. The ALU is responsible for performing arithmetic and logical operations on data that is already in the CPU's registers or cache memory. The primary storage, such as RAM, is used to store data that is being actively used by the CPU, but the ALU does not directly interact with it.

    Rate this question:

  • 3. 

    A(n) ____is a device that performs data manipulation and transformation functions.

    • A.

      Instruction

    • B.

      Processor

    • C.

      Algorithm

    • D.

      Operating system

    Correct Answer
    B. Processor
    Explanation
    A processor is a device that performs data manipulation and transformation functions. It is responsible for executing instructions and carrying out calculations or operations on data. The processor is the central component of a computer system and is responsible for processing and manipulating data in order to perform tasks and run programs. It is the "brain" of the computer and handles all the calculations and operations necessary for the computer to function properly.

    Rate this question:

  • 4. 

    For which of the following computing problem types have experimental quantum computers already been developed?

    • A.

      Simulation

    • B.

      Transaction Processing

    • C.

      Cryptography

    • D.

      Data Mining

    Correct Answer
    C. Cryptography
    Explanation
    Experimental quantum computers have already been developed for the problem type of cryptography. Quantum computers have the potential to break many of the currently used cryptographic algorithms, as they can perform certain calculations much faster than classical computers. Therefore, researchers have been working on developing quantum computers specifically for cryptographic purposes, aiming to enhance security and develop new encryption methods that are resistant to quantum attacks.

    Rate this question:

  • 5. 

    Comparison instructions are used to solve algorithmic but not formulaic problems.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    Comparison instructions are used to solve algorithmic problems because they allow for the comparison of values and the execution of different actions based on the result of the comparison. In algorithmic problems, it is often necessary to compare values, such as finding the largest or smallest value in a list, or determining if a certain condition is met. Formulaic problems, on the other hand, typically involve applying a set formula or equation to solve a specific problem, without the need for comparing values. Therefore, the statement that comparison instructions are used to solve algorithmic but not formulaic problems is true.

    Rate this question:

  • 6. 

    Which of the following is not one of the major functions of computer hardware?

    • A.

      Processing

    • B.

      Storage

    • C.

      External communication

    • D.

      Data manipulation

    Correct Answer
    D. Data manipulation
    Explanation
    Data manipulation is not one of the major functions of computer hardware. Computer hardware primarily focuses on processing data, storing data, and enabling external communication. Data manipulation, on the other hand, involves the manipulation and transformation of data through software programs or algorithms. While computer hardware provides the necessary infrastructure for data manipulation to occur, it is not directly responsible for this function.

    Rate this question:

  • 7. 

    Which of the following multicomputer configurations doesn't require specialized hardware?

    • A.

      Blade

    • B.

      Cluster computer

    • C.

      Grid

    • D.

      Network computer

    Correct Answer
    C. Grid
    Explanation
    A grid multicomputer configuration doesn't require specialized hardware because it utilizes existing resources such as computers and servers connected over a network. In a grid, tasks are distributed among multiple machines, allowing them to work together as a single system. This can be achieved without the need for dedicated hardware, making it a flexible and cost-effective solution for parallel computing.

    Rate this question:

  • 8. 

    What is the purpose of the I/O units within a computer system?

    • A.

      To execute instructions.

    • B.

      To hold programs not currently being executed.

    • C.

      To implement external communication functions

    • D.

      To connect all other communication devices.

    Correct Answer
    C. To implement external communication functions
    Explanation
    The purpose of the I/O units within a computer system is to implement external communication functions. These units are responsible for facilitating communication between the computer system and external devices, such as printers, scanners, and network devices. They enable the transfer of data and instructions to and from these devices, allowing the computer system to interact with the outside world.

    Rate this question:

  • 9. 

    Which of the following is not one of the major functions of computer hardware?

    • A.

      Processing

    • B.

      Storage

    • C.

      External communication

    • D.

      Data manipulation

    Correct Answer
    D. Data manipulation
    Explanation
    Data manipulation is not one of the major functions of computer hardware. Computer hardware primarily focuses on processing, storage, and external communication. Processing involves executing instructions and performing calculations. Storage involves storing and retrieving data. External communication involves connecting and exchanging data with other devices. Data manipulation, on the other hand, is a function typically performed by software or applications running on the computer hardware, rather than being a direct function of the hardware itself.

    Rate this question:

  • 10. 

    Most of a currently executing program's data is held in registers.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    The statement is true because registers are small, high-speed storage areas within the CPU that hold frequently accessed data and instructions. They are used to store variables, memory addresses, and intermediate calculations during the execution of a program. Since registers are located within the CPU itself, accessing data from registers is much faster than accessing data from main memory. Therefore, most of a currently executing program's data is indeed held in registers.

    Rate this question:

  • 11. 

    A special-purpose processor is capable of executing many different instructions in many different sequences or combinations.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    A special-purpose processor is designed to execute a specific set of instructions in a specific sequence or combination. It is not capable of executing many different instructions in many different sequences or combinations. Therefore, the correct answer is False.

    Rate this question:

  • 12. 

    A(n) ____ is a collection of utility programs that supports users and application programs, allocates computer resources among multiple users and application programs, and controls access to computer hardware.

    • A.

      Operating system

    • B.

      Systems software

    • C.

      Network software

    • D.

      Computer network

    Correct Answer
    A. Operating system
    Explanation
    An operating system is a collection of utility programs that supports users and application programs, allocates computer resources among multiple users and application programs, and controls access to computer hardware. It provides a platform for users to interact with the computer and manages various tasks such as memory management, file management, and device management. The operating system acts as an intermediary between the hardware and software, ensuring that all resources are utilized efficiently and providing a secure environment for users and applications.

    Rate this question:

  • 13. 

    The computer scientist ____ asserted that computing power, as measured by millions of instructions per second (MIPS), is proportional to the square of the cost of hardware.

    • A.

      Moore

    • B.

      Grosch

    • C.

      Rock

    • D.

      Mammoth

    Correct Answer
    B. Grosch
    Explanation
    Grosch's Law, proposed by computer scientist Herbert Grosch, states that computing power, measured in MIPS, is proportional to the square of the cost of hardware. This means that as the cost of hardware increases, the computing power also increases, but at a diminishing rate. This law has been influential in understanding the relationship between cost and performance in computer systems.

    Rate this question:

  • 14. 

    A grid is a group of similar or identical computers, connected by a high speed network, that cooperate to provide services or execute a common application.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The statement is false because a grid is not a group of computers connected by a high-speed network. Instead, a grid is a distributed computing system that combines resources from multiple computers to solve complex problems. These resources can include processing power, storage, and network bandwidth. Grid computing is often used for scientific research and large-scale data analysis.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 12, 2010
    Quiz Created by
    Olkaz
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.