What term is given to the current location of a process?

What will be an ideal response?


The location of a process is where its current working directory points in the directory hierarchy.

Computer Science & Information Technology

You might also like to view...

Which of the following would be a correct statement with a call to the function findSmallest, which returns the index of the smallest element of an array. The function prototype is:

int findSmallest (int [], int, int); and the array definition is: int list[8]; a) cout << findSmallest (list, 0, 7); b) findSmallest (list, 1, 8); c) int min = findSmallest (list, 1, 8); d) findSmallest (list, 0, 7);

Computer Science & Information Technology

In a database, a text field capable of holding complete paragraphs has a ________ data type

A) long text B) document C) paragraph D) hypertext

Computer Science & Information Technology

A(n) ________ control displays the results of an expression in a form or report.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The rules that control the fill color of the header row, columns, and records in a table.

What will be an ideal response?

Computer Science & Information Technology