Tracy is in a meeting with an important client and wants to know how she can keep her smartphone from interrupting the meeting. She does not want to receive notifications, emails, text messages, or phone calls, but would like to leave her phone on so that she can take notes on the phone.
What setting can Tracy use on her phone to make sure she is not interrupted during the meeting?
A. Silent mode.
B. Vibrate mode.
C. Airplane mode.
D. No setting will prevent interruptions while Tracy is in the meeting.
Answer: C
You might also like to view...
The MLA style requires that the ________ appear at the top right of every page except the first page
A) instructor's name and the page number B) author's name and the page number C) instructor's name and the report title D) the report title and the page number
Suppose that you have the following code:int sum = 0;int num = 8;if (num < 0) sum = sum + num;else if (num > 5) sum = num + 15;After this code executes, what is the value of sum?
A. 0 B. 8 C. 15 D. 23
Identify the letter of the choice that best matches the phrase or definition.
A. The Access option that permits a change in the value of the primary key in a table and changes the appropriate foreign key values in the related table. B. The Access option that deletes a record in the primary table and also deletes all records in related tables that have matching foreign key values. C. A primary key that consists of two or more fields in a table. D. The term used when the same data is stored in more than one place which can cause inconsistencies in the database. E. An Access feature available from the FIELDS tab that allows the user to add a group of related fields to a table at the same time. F. The Access database view that allows users to define or modify a table structure or field properties in a table. G. A record in a table that is related to a primary table but has no matching record established with the primary table. H. The process that occurs when the field Description (Optional) property is changed in Design View and the Property Update Options tool is used to update the entire database everywhere the field is used, including forms and reports. I. A group of fields added all at once using the Data Type gallery. J. A set of rules that Access uses to maintain consistency between related tables when data is updated in a database.
In a(n) _________ database, a table is a sequence of records, similar to a flat file.
Fill in the blank(s) with the appropriate word(s).