
$4cso1-PhpQuiz
Quiz
•
Computers
•
Professional Development
•
Practice Problem
•
Hard
RAVIKANTH K
Used 2+ times
FREE Resource
Enhance your content in a minute
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
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
kiểm tra 15p tin 9
Quiz
•
Professional Development
15 questions
Website Practical Assessment
Quiz
•
Professional Development
11 questions
Câu hỏi ôn tập HKII_Tin học 6
Quiz
•
8th Grade - Professio...
10 questions
Data Analytics Quiz-TMK DPA2022
Quiz
•
Professional Development
15 questions
Data Science / AI
Quiz
•
Professional Development
10 questions
PreTrainingClassesObjectsMethods
Quiz
•
Professional Development
10 questions
Post Assessment - Cybersecurity Awareness
Quiz
•
9th Grade - Professio...
12 questions
Pivotal Cloud Foundry
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
