There are three key components to PSPs: directives, actions and_______.

a) scripts.
b) servlets.
c) scriptlets.
d) None of the above.


c) scriptlets.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragment?

int i=5; switch(i) { case 0: i=15;break; case 1: i=25;break; case 2: i=35;break; case 3: i=40; default: i=0; } cout << i <

Computer Science & Information Technology

A(n) ___________ is a medium-sized computer that usually services less users, stores less data, and processes data more slowly than a mainframe computer.

a. minicomputer b. microcomputer c. ENIAC d. desktop e. FORTRAN

Computer Science & Information Technology

In a data set consisting of gender, salary, and name of employees, the employees are the ________ and the variables are the gender, salary, and names

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ________ control in Visual Basic displays a list of items from which the user may select

Fill in the blank(s) with correct word

Computer Science & Information Technology