Which one of the following choices will change all occurrences of the string "Up" to "Down"
Which one of the following choices will change all occurrences of the string “Up” to “Down” in a
scalar variable?
Which regular expression should be used to scan data for and remove characters other than text or numbers?
Which regular expression should be used to scan data for and remove characters other than text
or numbers?
How will this statement evaluate?
Given $state = “Hawaii”; consider the following statement:
if ( $state =~ m/^awaii/ );
How will this statement evaluate?
Which keyword in VBScript can be used to declare a variable outside a procedure and also to declare a variable
Which keyword in VBScript can be used to declare a variable outside a procedure and also to
declare a variable within a procedure?
which of the following outputs?
Consider the following PHP code:
$gms = “Global MIS Solutions”; echo (substr($gms, 7));
This code should display which of the following outputs?
How should the code be rewritten so that the script functions correctly?
Consider the following code:
<%@ LANGUAGE=VBScript %>
<% option explicit %>
<!– #INCLUDE FILE={ASPADO.inc} –>
<%
Const cDSN = “Driver=SQL
Server;Server=130.66.76.169;Database=Pubs;UID=student;pwd=student”
Dim rs
Dim mySQL
Dim I
Dim s
%>
How should the code be rewritten so that the script functions correctly?
Which statement could she use as a more efficient method?
Selena needs to check an expression against a range of values, and her PHP code uses many
elseif and if commands. Which statement could she use as a more efficient method?
What does the keyword VIRTUAL indicate in this code?
Consider the following ASP code:
<!– #INCLUDE VIRTUAL = “/dir13/file13.inc” –>
What does the keyword VIRTUAL indicate in this code?
Which term best describes this type of program?
Selena has an executable program that runs in a separate address space from the program that
uses it. Which term best describes this type of program?
Which syntax is used to add VBScript comments to an ASP page?
Which syntax is used to add VBScript comments to an ASP page?