1. Which of the following is a responsibility of the hardware?

A) runtime prioritization
B) processing
C) managing hardware
D) memory allocation

It is B, prossesing....

for unit 2 lesson 11 in Computer Science Fundamental the test answers for me are....

1) Q:Which of the following is a responsibility of hardware?(1 point)
A: Prossesing
2) Q: Which of the following includes all physical parts of a computer. (1 point)
A:hardware
3) Q:The reason so many innovations of the twenty-first century is coming to pass is the result of(1 point)
A: better computer components
4) Q: Which of the following best describes an operating system’s actions during typical system use?(1 point)
A: Facilitates a computer's basic functions, such as executing applications, communicating between software applications programs and hardware.
5) Q: Which of the following are some of the weaknesses of the Linux operating system (OS)?(1 point)
A: Hard to troubleshoot, open-source system, which means it is weak against security threats, lacks technical support, and is unsupported hardware.
6) Q: You have a work project that requires you to be constantly on the move, answering emails, calling people, and checking messages as you travel. Which operating system would be most optimal?(1 point)
A: mobile operating system
7) Q: What is the most optimal operating system for use by a team of remote workers that all work for the same company and have security access to the same network for classified secured files and documents to be shared and viewed?(1 point)
A: network operating system
8) Q: Which of the following have an embedded systems?(1 point)
A: smartphone
9) Q: A logic gate converting electrical impulses within a computer’s circuitry into binary is an example of abstraction that occurs at what layer?(1 point)
A: hardware layer
10) Q: Which of the following is a true statement about abstractions?(1 point)
A: Abstractions are common in many complex systems.
11) Q: Peripheral is defined as?(1 point)
A: a device external to the main computer box used to enter information into a computer or deliver processed data to a human or another machine.
12) Q: The brain of the computer is the?(1 point)
A: central processing unit
13) Q: A Game Engines is? (1 point)
A: software platform for video games
14) Q: Which of the following is an example of system software?(1 point)
A: Microsoft Windows
15) Q: Which of the following is an example of a mobile operating system(1 point)
A: iOS Apple
16) Q: The user interface allows the computer user (1 point)
A: to interact, control the computer system, application or website.
17) Q: Which operating system simultaneously sends tasks to a single CPU at various time intervals?(1 point)
A: time sharing/multitasking operating system
18) Q: What did Gordan Moore predicted? (1 point)
A: the number of transistors that would fit on a computer chip would double every two years.
19) Q: Which of the following is an internal computer component? (1 point)
A: motherboard

The correct answer is B) processing.

To determine the correct answer, we need to understand the responsibilities of the hardware components in a computer system.

A) Runtime prioritization: This refers to the management of processes or tasks during their execution. It involves determining the order and allocation of resources for different processes. Runtime prioritization is typically handled by the operating system or software, not the hardware.

B) Processing: This is one of the primary responsibilities of hardware. Processors, often referred to as Central Processing Units (CPUs), are responsible for executing instructions, performing calculations, and manipulating data. It is the main component that carries out the computational tasks.

C) Managing hardware: The responsibility of managing hardware typically falls under the control of system software or device drivers. These software components provide an interface between the operating system and the hardware, allowing the operating system to communicate with and control different hardware components.

D) Memory allocation: The task of allocating and managing memory resources is usually handled by the operating system. The operating system keeps track of available memory and assigns it to different programs or processes as needed. This responsibility is primarily associated with software rather than the hardware itself.

Based on the explanations above, we can conclude that the correct answer is B) processing, as it is one of the main responsibilities of the hardware.