The ____ element is used to display prompting text on the screen.

A. prompting
B. input
C. legend
D. label

Answer: D

Computer Science & Information Technology

You might also like to view...

A tab ________ marks a specific location on a line of text, indicated on the Word ruler, to which you can move the insertion point by pressing the Tab key

Fill in the blank(s) with correct word

Computer Science & Information Technology

Assume string1 is a character array. Which of the following op-erations does not produce a string?

a) string1[] = "test"; b) string1[] = {'t', 'e', 's', 't', '\0'}; c) string1[] = {'t', 'e', 's', 't'}; d) string1[] = " ";

Computer Science & Information Technology