If you want to include a file with your email message, it should be placed it in the ________ area.
A. attachments
B. subject
C. forward
D. bcc
Answer: A
You might also like to view...
A short prose version of a film is called a(n) ____.
A. take B. treatment C. summary D. variation
What will be the output of the following program when the button is clicked?
``` Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim a, b, c, acronym As String a = "federal" b = "aviation" c = "administration" acronym = a.Substring(0, 1) & b.Substring(0, 1) & c.Substring(0, 1) Select Case acronym Case "FAA" txtBox.Text = "Federal Aviation Administration" Case "DEA" txtBox.Text = "Drug Enforcement Agency" Case Else txtBox.Text = "Unknown acronym. Sorry." End Select End Sub ``` (A) Federal Aviation Administration (B) Drug Enforcement Agency (C) Syntax error (D) Unknown acronym. Sorry.
The Move Up and Move Down buttons move selected lines up or down, but only change the ________ of the paragraphs
A) level B) position C) section D) headings
A personal locator beacon costs about ____.
A. $27 B. $250 C. $15,000 D. $25,000