Answer the following statements true (T) or false (F)

1. Computer memory exhibits perhaps the widest range of type, technology, organization, performance, and cost of any feature of a computer system.
2. A typical computer system is equipped with a hierarchy of memory subsystems, some internal to the system and some external.
3. External memory subsystems are directly accessible by the processor.
4. Principle of locality is also referred to as the locality of reference.


1. T
2. T
3. F
4. T

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. When the user interacts with a GUI component, the interaction—known as an event—drives the program to perform a task. b. For events that occur when the value of a control’s property changes, you must create the event handler entirely using only drag and drop in Scene Builder. c. The code that performs a task in response to an event is called an event handler. d. For certain events you can link a control to its event-handling method by using the Code section of Scene Builder’s Inspector window. In this case, the event-listener interface is implemented for you to call the method that you specify.

Computer Science & Information Technology

The syntax ____ assigns either the value entered in thetxtSalescontrol (converted to Decimal) or the number 0 to the third element in thedecSalesarray.

A. Decimal.TryParse(txtSales.Text, decSales(3)) B. Decimal.TryParse(txtSales.Text, decSales(0)) C. Decimal.TryParse(txtSales.Text, decSales(2)) D. TryParse(txtSales.Text, decSales(1))

Computer Science & Information Technology

Each node in a binary tree has ______.

a. exactly one child b. at most one child c. exactly two children d. at most two children

Computer Science & Information Technology

The threats that originate from the people who are outside the organization are by far the most common source of harm.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology