A ____ is a computer program or portion of a program that is currently running.

A. thread
B. fiber
C. kernel
D. process


Answer: D

Computer Science & Information Technology

You might also like to view...

If you are using an older computer that does not support the C++11 standard, you should initialize pointers with

a. the integer 0 or the value NULL b. the null terminator '\0' c. a nonzero value d. Any of these e. None of these

Computer Science & Information Technology

Directories in the ____ directory are typically used as mount points.

A. /etc/mnt B. /mnt C. /etc/fstab D. /data/mount

Computer Science & Information Technology

The following is an example of the ________ data type. PNum PName Shipped Quantity 59313 XL_Golf_Shirts 3_15_13 35 72316 Mens_Shoe 2_5_13 10 47423 Head_covers 3_6_/13 20

A) tab delimited B) space delimited C) comma separated D) font delimited

Computer Science & Information Technology

Explain the selection options that can be controlled by setting the SelectionMode property of a ListBox.

What will be an ideal response?

Computer Science & Information Technology