
PHP Array and String MCQs
Quiz
•
Engineering
•
University
•
Practice Problem
•
Medium
Mohit Mishra
Used 1+ times
FREE Resource
Enhance your content in a minute
50 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 2 pts
Which function is used to count the number of elements in an array?
count()
sizeof()
length()
Both A and B
2.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
What will be the output of the following code? $arr = array("Apple", "Banana", "Mango"); echo $arr[1];
Apple
Banana
Mango
Error
3.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
Which function is used to merge two or more arrays in PHP?
array_combine()
array_merge()
array_union()
array_connect()
4.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
What does the array_keys() function return?
Only numeric keys
Only string keys
An array of all keys from an array
A string of all keys
5.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
Which function removes the last element from an array?
array_shift()
array_pop()
array_unset()
array_remove()
6.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
What will be the output of the following code? $arr = array(1 => "One", 2 => "Two", 3 => "Three"); print_r(array_values($arr));
Array ( [0] => One [1] => Two [2] => Three )
Array ( [1] => One [2] => Two [3] => Three )
Array ( [0] => Two [1] => Three [2] => One )
Error
7.
MULTIPLE CHOICE QUESTION
45 sec • 2 pts
How do you check if a key exists in an associative array?
isset()
array_key_exists()
in_array()
key_exists()
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
48 questions
Embedded Systems and Applications Quiz
Quiz
•
University
45 questions
Engineering Design and Development Quiz
Quiz
•
University
50 questions
PSP Diagnostic Quiz
Quiz
•
University
45 questions
MES Unit 4
Quiz
•
University
50 questions
Technical Quiz- Round 2
Quiz
•
University
50 questions
CC Quiz
Quiz
•
University
50 questions
Final Examination in MATH 153 - Part 1 (Elements)
Quiz
•
University
53 questions
Câu hỏi về Kỹ thuật Tư duy Sáng tạo
Quiz
•
University
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
Discover more resources for Engineering
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
9 questions
Principles of the United States Constitution
Interactive video
•
University
18 questions
Realidades 2 2A reflexivos
Quiz
•
7th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
25 questions
Integer Operations
Quiz
•
KG - University
7 questions
What Is Narrative Writing?
Interactive video
•
4th Grade - University
20 questions
SER vs ESTAR
Quiz
•
7th Grade - University
