A program in which the user makes direct requests is a(n) ____________________ program.

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


interactive

Computer Science & Information Technology

You might also like to view...

Suppose ArrayList x contains two strings [Beijing, Singapore]. Which of the following methods will cause the list to become [Beijing, Chicago, Singapore]?

a. x.add("Chicago") b. x.add(0, "Chicago") c. x.add(1, "Chicago") d. x.add(2, "Chicago")

Computer Science & Information Technology

In a table, if you need to store the extended price (number of units sold times the price per unit) of an order, you would store the data in a ________ field

A) text B) calculated C) media D) hyperlink

Computer Science & Information Technology

What is the term for the picture/video message service available on smartphones and other mobile devices?

A. CMS B. MCS C. MMS D. SCM

Computer Science & Information Technology

Style sheets restrict a web designer from easily rebranding a website.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology