Question
Variables in PHP must begin with what symbol? Select one: a. ? b. $ c. & d. ! It reports the error message from the
Variables in PHP must begin with what symbol?
Select one:
a. ?
b. $
c. &
d. !
It reports the error message from the last failed database connection attempt.
Select one:
a. mysql_close / mysqli_close
b. mysql_error / mysqli_error
c. mysql_query / mysqli_query
d. mysql_connect / mysqli_connect
Key Categories: free of charge.
Select one:
a. Practicality
b. Power
c. Possibility
d. Price
How will you able to retrive data in your table?
Select one:
a. mysql_retrieve ("SELECT FROM table");
mysqli_retrieve ("SELECT FROM table");
b. mysql_query("SELECT * FROM table");
mysqli_query("SELECT * FROM table");
c. mysql_retrieve ("SELECT * FROM table");
mysqli_retrieve ("SELECT * FROM table");
d. mysql_query("SELECT FROM table");
mysqli_query("SELECT FROM table");
Allow for multiple items of the same type to be aggregated under a single representative entity.
Select one:
a. Local Variable
b. Scalar Datatypes
c. Compound Datatypes
d. Global Variable
A constant can only be assigned a scalar value, like a string or a number.
Select one:
a. iInclude_once()
b. require()
c. include()
d. define()
A group of PHP statements that performs a specific task.
Select one:
a. Predefined Functions
b. Functions
c. Undefined Functions
d. User Defined Functions
Determine the exact output of the code:
$num = 3.14;
echo floor($num);
Select one:
a. 3.75
b. 3.5
c. 4
d. 3
What is the statement terminator for PHP?
Select one:
a. ?>
b. ;
c. echo
d. print
Declared inside a function and is only available within the function in which it is declared.
Select one:
a. Scalar Datatypes
b. Global Variable
c. require
d. Compound Datatypes
It is a function that ends the connection to the database.
Select one:
a. mysql_close / mysqli_close
b. mysql_query / mysqli_query
c. mysql_connect / mysqli_connect
d. mysql_error / mysqli_error
n what year does PHP was developed?
Select one:
a. 1994
b. 1996
c. 1998
d. 1997
his function starts a new session.
Select one:
a. start_session()
b. begin_session()
c. session_begin()
d. session_start()
Which of the following that can be use read cookies in PHP?
Select one:
a. $_COOKIE
b. $_COOKIES
c. setcookie()
d. cookie()
Format character of Date function that display the day of the month in 2 digits with leading zeros such as 01 to 31
Select one:
a. L
b. d
c. D
d. j
Key Categories: a loosely type language.
Select one:
a. Possibility
b. Price
c. Practicality
d. Power
Format character of Date function that display a full textual representation of the day of the week such us Sunday to Saturday
Select one:
a. j
b. D
c. L
d. d
Determine the exact output of the code $str = "The quick brown fox jumps over the the lazy dog"; echo strpos($str, 'fox');
Select one:
a. 15
b. 16
c. 17
d. 14
Determine the exact output of the code:
for($val=1; $val<=100; $val+=2) {
$tem[] = $val*=2;
}
echo max($tem);
Select one:
a. 92
b. 44
c. 250
d. 188
Join array elements to form a string.
Select one:
a. implode()
b. unset()
c. iInclude_once()
d. explode()
It is placed within the code of a loop to cause the program to stop the loop statement.
Select one:
a. else
b. break
c. continue
d. goto....label:
Functions that are provide by the user of the program.
Select one:
a. User Defined Functions
b. Predefined Functionsd
Undefined Functions
c. Functions
Key Categories: more libraries and thousands of functions
Select one:
a. Power
b. Practicality
c. Possibility
d. Price
his function is used to close the current session.
Select one:
a. session_close()
b. close_session()
c. destroy_session()
d. session_destroy()
Sorts by value in reverse order; keeps the same key
Select one:
a. sort()
b. arsort()
c. rsort()
d. asort()
PHP is based on C rather than ______.
Select one:
a. PEARL
b. JAVA
c. PERL
d. COBOL
It is an array containing information such as headers, paths and script locations wherein it is created by the web server itself
Select one:
a. $_SESSION
b. $_REQUEST
c. $_SERVER
d. PHP_SELF
This function is used for checking or searching for patterns in a given text
Select one:
a. preg_match()
check()
b. regex()
c. regexp()
It specifies the name of the field in the form to be processed by the $_FILES
Select one:
a. uploaded
b. file
c. index
d. values
The Co -Developers of PHP are __________ and _________ .
Select one:
a. ZeevSuraski&AnditGutmans
b. ZeevZuraski&AndiGutman
c. Zachary Levi & Andrew Garfieldd
d. Zachary Leiv& Andrew Gharfield
This function removes the white spaces and other predefined characters from both sides of a string
Select one:
a. strcmp()
b. ltrim()
c. trim()
d. rtrim()
Capable of containing a single item of information.
Select one:
a. Scalar Datatypes
b. Global Variable
c. Local Variable
d. Compound Datatypes
It is a function that retrieves the number of rows from a query result set.
Select one:
a. mysql_result() mysqli_result()
b. mysql_num_rows()
mysqli_num_rows()
c. mysql_fetch_row()
mysqli_fetch_row()
d. mysql_affected_rows()
mysqli_affected_rows()
FOREACH, EXPLODE and MAIL are examples of crazy functions.
Select one:
a. False
b. True
c. Sometimes
d. None of these
It is a command used to add individual records in a table.
Select one:
a. INSERT, INTO
b. UPDATE, SET
c. ADD, INTO
d. APPEND, INTO
This is what happens when you set your form method to get
Select one:
a. $_GET
b. get()
c. Empty String
d. Query String
In PHP, the only way to output text is with echo.
Select one:
True
False
Is a function also use for outputting strings.
Select one:
a. ?>
b. &
c. Print
d. ;
oftware Requirements: Web Server except for :
Select one:
a. Apache
b. Google Web Server
c. IIIS7
d. NGiNXTM
It is the default server name used to connect in MySQL server.
Select one:
a. Apache
b. server
c. Localhost
d. Root
Key Categories: offered more than 25 database products.
Select one:
a. Possibility
b. Price
c. Power
d. Practicality
It is a function that saves the uploaded file permanently into the server.
Select one:
a. save_uploaded_file()
b. store_uploaded_file()
c. make_uploaded_file()
d. move_uploaded_file()
Accepted identifier for a variable in PHP except:
Select one:
a. $_Puihaha
b. & Puihaha
c. $Pui_haha
d. $Puihaha
PHP can be run on Microsoft Windows IIS(Internet Information Server):
Select one:
True
False
This function searches for the first occurence of a string inside another string.
Select one:
a. strchr()
b. strlen()
c. strcmp()
d. strcasecmp()
The default user of your phpmyadmin
Select one:
a. admin
b. superadmin
c. user
d. root
It is used to access submitted form values
Select one:
a. mysql_connect
b. 'name'
c. Name
d. select
e. $_POST
One that declared outside a function and is available to all.
Select one:
a. Scalar Datatypes
b. Global Variable
c. Compound Datatypes
d. Local Variable
strlen("seven"); what is the output?
Select one:
a. 6
b. 5
c. 7
d. 8
And the Founder/Developer of PHP is ____________.
Select one:
a. RasmusLerderf
b. RasmusLerdorf
c. Erasmus Lerdurf
d. Erasmus Lerdorf
It is a function that removes an existing file from the server.
Select one:
a. remove()
b. unlink()
c. delete()
d. drop()
It is used to jump to other section of the program to support labels.
Select one:
a. continue
b. break
c. goto....label:
d. else
Is language construct that use to output one or more string.
Select one:
a. ?>
b. &
c. ;
d. echo
Functions that are built-in into PHP to perform some standard operations.
Select one:
a. User Defined Functions
b. Predefined Functions
c. Undefined Functions
d. Functions
Determine the exact output of the code:
for($val=1; $val<=100; $val+=2) {
$tem[] = $val*=2;
}
echo min($tem);
Select one:
a. 2
b. 8
c. 4
d. 1
Sort Sorts by value; assign new numbers as the keys.
Select one:
a. sort()
b. arsort()
c. asort()
rsort()
This is an example of: $Ice <= $Crown;
Select one:
a. Arithmetic Operator
b. Comparison Operator
c. Logical Operator
d. Assignment Operator
It proceeds the statement causes execution of the current loop iteration to end and commence at the beginning of the next loop.
Select one:
a. goto....label:
b. continue
c. else
d. break
Sorts by value; keeps the same key.
Select one:
a. asort()
b. sort()
c. arsort()
d. rsort()
What will be the color if today is Saturday?
Select one:
a. arsort()
b. rsort()
c. sort()
d. asort()
It is the symbol used to mark the start of the string in regular expressions
Select one:
a. |
b. $
c. ^
d. .
This is an example of: $AngusMaximus += 100;
Select one:
a. Assignment Operator
b. Comparison Operator
c. Logical Operator
d. Arithmetic Operator
Date() is a function that can also access time.
Select one:
a. False
b. None of these
c. True
d. Sometimes
It is a function that retrieves the content of one cell from a MySQL result set.
Select one:
a. mysql_result()
mysqli_result()
b. mysql_num_rows()
mysqli_num_rows()
c. mysql_affected_rows()
mysqli_affected_rows()
d. mysql_fetch_row()
mysqli_fetch_row()
It is a field that contains a unique identifier for each record in a primary table
Select one:
a. Foreign key
b. Index
c. Primary key
d. unique
Which of the following that can be use to access session variables in PHP?
Select one:
a. $_SESSION
b. start_session()
c. session_start()
d. $_SESSIONS
Generate fatal error.
Select one:
a. require()
b. include()
c. iInclude_once()
d. define()
Array is special variable that can handle more than one value.
Select one:
a. True
b. None of these
c. False
d. Sometimes
It is an attribute that must be used in the form tag in specifying an input file type
Select one:
a. method
b. action
c. enctype
d. post
Which one of these variables has an illegal name?
Select one:
a. $my_Vars
b. $my_Var
c. $my-Var
d. $myVar
In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings:
Select one:
a. /*...*/
b. ...
c. < ! --..-->
d. *\...\*
It is a SQL keyword that creates an autoincrementing field.
Select one:
a. AUTOINCREMENT
b. INCREMENT
c. AUTO_INCREMENT
d. AUTO
These are keywords used with mysql_query/ mysqli_queryto update records in a table.
Select one:
a. ALTER, CHANGE, COLUMN
b. UPDATE, SET, WHERE
c. ALTER, ADD, COLUMN
d. INSERT, INTO, VALUES
Managing of cookies can be done using this function
Select one:
a. $_COOKIE
b. cookie()
c. setcookie()
d. $COOKIE[]
It is a file function mode that is used to open a file for reading, writing or appending.
Select one:
a. fopen()
b. feof()
c. fgets()
d. fgetc()
This is an example of: $Pui % $haha;
Select one:
a. Logical Operator
b. Assignment Operator
c. Comparison Operator
d. Arithmetic Operator
It is the symbol used to mark the end of the string in regular expressions
Select one:
a. .
b. $
c. |
d. ^
It opens a connection to a MySQL database server
Select one:
a. mysql_error / mysqli_error
b. mysql_close / mysqli_close
c. mysql_query / mysqli_query
d. mysql_connect / mysqli_connect
How to use the include function?
Select one:
a. include function("int.php")
b. include("int.php")
c. function include("int.php")
d. inc("int.php")
Split a string by string.
Select one:
a. explode()
b. implode(
c. unset()
d. iInclude_once()
Generate a warning.
Select one:
a. define()
b. include()
c. iInclude_once()
d. require()
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started