________ refer to the width of the default font size when viewing the width of a column

Fill in the blank(s) with correct word


Characters

Computer Science & Information Technology

You might also like to view...

Case WD 1-1Amanda has been using the Save and Save As command interchangeably, and it has caused some problems with her files. Amanda had opened her file from last year, "Junior Year Class Trip.docx," and spent about an hour updating the text and photos to show the information from her Senior Year Class trip.When she was finished she clicked the "Save As" button on the Quick Access toolbar and entered the name "Senior Year Class Trip" as the file title. What information will be in the "Junior Year Class Trip.docx file?

A. Information from her Junior Year Class Trip B. Information from her Senior Year Class Trip C. No information, the document will be blank D. Text only on both trips, no photos will be saved

Computer Science & Information Technology

The strFirstName and strLastName variables contain the strings "Jane" and "Jones," respectively. Which of the following statements will display a string as "Jones, Jane" (the last name, a comma, a space, and the first name) in the lblFullName control?

A. lblFullName = strLastName, & strFirstName B. lblFullName = strLastName & ", " strFirstName C. lblFullName = strLastName  & ", " & strFirstName D. none of the above

Computer Science & Information Technology

Which of the following is not a valid equality or relational operator?

a) = b) < c) > d) !=

Computer Science & Information Technology

If you want to perform a mail merge, you need to initiate it in Word because Access does not have the Mail Merge Wizard

Indicate whether the statement is true or false

Computer Science & Information Technology