______ access means a user can view and create data but cannot alter data already existing

a. Read
b. Write
c. Modify
d. Full Access


B.

Computer Science & Information Technology

You might also like to view...

Which statement copies a string from a text box named txtLastName, converts the string to lowercase and saves the string in strLastName?

a. strLastName = txtLastName b. txtLastName.Text = strLastName(ToLower) c. strLastName = ToLower(txtLastName.Text) d. strLastName = txtLastName.Text.ToLower()

Computer Science & Information Technology

When defining an inner class to be a helper class for an outer class, the inner classes access should be marked as:

a. Public b. Private c. Protected d. Package access

Computer Science & Information Technology

A bitmap file in the JPEG file format is already compressed.

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

Computer Science & Information Technology

A(n) ____________________ is a record of the scheduled dates and costs for each task of a project at a particular point in time.

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

Computer Science & Information Technology