
$4cso1-PhpQuiz

Quiz
•
Computers
•
Professional Development
•
Hard
RAVIKANTH K
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to declare a variable in PHP?
int $varName
$varName
declare $varName
var $varName
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following PHP code?
<?php
$x = "Hello";
$y = 'World';
echo $x . " " . $y;
?>
HelloWorld
Hello World
Error
Hello+World
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the PHP array:
$arr = array(1, 2, 3, 4);
What is the correct way to access the third element?
$arr[2]
$arr[3]
$arr(3)
$array[2]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Whats the output of the below code?
<?php for ($i = 0; $i <= 10; $i++) {
echo $i; } echo $i;
?>
0,1,2,3,4,5,6,7,8,9,10,11
No Error
Syntax error in loop
Undefined variable outside loop
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What method should be used to send sensitive data in a form?
GET
POST
PUT
DELETE
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function is used to erase all session variables stored in the current session?
session_destroy()
session_change()
session_remove()
session_unset()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following statements should you use to set the session username to "SAM"
$SESSION[‘username’] = “SAM”;
$_SESSION[‘username’] = “SAM”;
session_start(“SAM”);
$SESSION_START[“username”] = “SAM”;
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
php- basics

Quiz
•
Professional Development
10 questions
Module 5 & Module 6

Quiz
•
University - Professi...
11 questions
Linux Essentials Quiz 2

Quiz
•
Professional Development
15 questions
QUIZZ 2 AIJ XII TKJ

Quiz
•
Professional Development
10 questions
Python Basics

Quiz
•
Professional Development
10 questions
1st Exam JNCIA BOOTCAMP

Quiz
•
Professional Development
15 questions
PHP & Ajax

Quiz
•
Professional Development
9 questions
Connecting to a Database using PHP (Part 2)

Quiz
•
Professional Development
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade