In order to modify text in a form, you need to be in edit mode

Indicate whether the statement is true or false


TRUE

Computer Science & Information Technology

You might also like to view...

Which of the following shows the correct way to remove leading and trailing spaces from a text box named txtStudentID and assign the result to strStudentID?

a. ```Dim strStudentID as String strStudentID = txtStudentID ``` b. ```Dim strStudentID as String strStudentID = txtStudentID.Text ``` c. ```Dim strStudentID as String strStudentID = RemoveSpaces(txtStudentID.Text) ``` d. ```Dim strStudentID as String strStudentID = txtStudentID.Text.Trim() ```

Computer Science & Information Technology

A document in the OpenOffice Writer application opens in the main ________

A) status bar B) sidebar C) work area D) toolbar

Computer Science & Information Technology

Animations can be distracting to the audience, so they should be used carefully

Indicate whether the statement is true or false

Computer Science & Information Technology

A bit refers to the computer languages made up of zeroes, ones, and twos

Indicate whether the statement is true or false

Computer Science & Information Technology