Embedded instructions are called ____________________ and they are encased in angle brackets.

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


HTML tags

Computer Science & Information Technology

You might also like to view...

The ____ data type stores only the actual character string.

A. CHAR B. VARCHAR C. TEXT D. STRING

Computer Science & Information Technology

Which of the following expressions will determine whether x is less than or equal to y?

a. x > y b. x =< y c. x >= y d. x <= y e. x == y and x < y

Computer Science & Information Technology

To prevent modification of array values passed to a function:

a. The array must be declared static in the function. b. The array parameter can be preceded by the const qualifier. c. A copy of the array must be made inside the function. d. The array must be passed by reference.

Computer Science & Information Technology

In Java, a derived class can have ________ base class(es).

a. one b. two c. three d. there is no limit

Computer Science & Information Technology