The command that locates all occurrences of specific text and replaces it with alternative text is:
a. Replace
b. Find
c. Edit
A. Replace
Computer Science & Information Technology
You might also like to view...
What would display if the following pseudocode was coded and executed?
``` Declare String user = "Joey" If isInteger(user) Then Set intUser = stringToInteger(user) Display intUser Else Display "Not a valid number" ``` a. "Joey" b. Joey c. Not a valid number d. Joey Not a valid number
Computer Science & Information Technology
Filenames with .exe as an extension are considered ________
A) executable B) programmable C) documents D) enhanced
Computer Science & Information Technology
As shown in the accompanying figure, a typical ____ displays the name or a description of the command.
A. tab B. tool C. ScreenTip D. menu
Computer Science & Information Technology
You use the ______ object to open a connection to the database.
a) OleDbConnection b) OleDbDataReader c) OleDbCommand d) None of the above.
Computer Science & Information Technology