The NAU in SNA that is responsible for managing and monitoring a single node’s resources is the

a. LU
b. SSCP
c. PU
d. SDLC


c. PU

Computer Science & Information Technology

You might also like to view...

Given the following environment

#include int data; pthread_mutex_t mutex; int main() { data = 0; pthread_mutex_init(&mutex, NULL); // Code Fragment Goes Here return 0; } Write a code fragment that locks the mutex, increments the value of data by 1 and then unlocks the mutex.

Computer Science & Information Technology

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

1. Before you can perform a bubble sort, the data must be stored in descending order. 2. You are more likely to find an item by using a binary search than by using a linear search. 3. If you are using the bubble sort algorithm to sort an array in descending order, the smaller values move toward the end. 4. A selection sort and a binary search can be applied to STL vectors as well as arrays. 5. The linear search repeatedly divides the portion of an array being searched in half.

Computer Science & Information Technology

The area that is reserved for text, graphics, and fields and that by default displays at the bottom of each page in a document is the ________

A) footnote B) endnote C) footer D) header

Computer Science & Information Technology

Which of the following cannot be done with mail merge?

A) Creating records B) Filtering records C) Selecting a subset of fields to use D) Sorting records

Computer Science & Information Technology