Which of the following code statements generates an error?

(A) txtFirst.Text = "Hello"
(B) txtFirst.Text = Hello
(C) txtFirst.Text = "My Text"
(D) txtFirst.Text = Me.Text


(B) txtFirst.Text = Hello

Computer Science & Information Technology

You might also like to view...

Which of the following demonstrates that technology alone is not the answer to network security issues?

A) A user manually opens an e-mail attachment and releases a virus. B) A user keeps passwords on a Post-it note attached to their computer monitor. C) The network server is located in a room to which most employees have access. D) All of the above

Computer Science & Information Technology

You would use a ________ SmartArt graphic to show a company's organizational chart

A) Process B) Cycle C) Scatter D) Hierarchy

Computer Science & Information Technology

Match the following terms to their meanings:

I. Simple Query Wizard II. related tables III. asterisk (*) IV. question mark (?) V. brackets ([ ]) A. matches any single character B. matches any a single character in the same position C. guides the user through the query design process D. joined through a common field E. matches for any number of characters

Computer Science & Information Technology

A label must

a) be defined as a global constant prior to use b) appear in the same function as the goto statement that refers to it c) be of type int d) all of the above

Computer Science & Information Technology