Internally, the central processing unit (CPU) consists of two parts which are __________

a. the control unit and the arithmetic/logic unit (ALU)
b. the control unit and main memory
c. the arithmetic/logic unit (ALU) and main memory
d. the input and output devices


a. the control unit and the arithmetic/logic unit (ALU)

Computer Science & Information Technology

You might also like to view...

Name three video file types that are suitable for Web playback.

What will be an ideal response?

Computer Science & Information Technology

Data is information that has been manipulated and processed to make it meaningful

Indicate whether the statement is true or false

Computer Science & Information Technology

When working with a workgroup, what statement is accurate regarding which folders to use to hold shared data?

A. private data for each user should be kept in their C:\Users folder B. all users have access to the folders in the C:\Users folder C. C:\Users\Public should only be used by the Guest account D. Only Administrators and Guest have access to C:\Users\Public

Computer Science & Information Technology

The following code searches a linked structure. What is the missing code? probe = headwhile probe != None and targetItem != probe.data: if probe != None: print("Target item found!")else: print("Target item not found!")

A. probe.data = next.data B. probe.next = targetItem.data C. probe = probe.next D. probe.head = probe.next

Computer Science & Information Technology