Exam 17: PHP Array Functions and Basics
Exam 1: Understanding Web Browsers, Servers, and Communication: Interacting With the Internet25 Questions
Exam 2: HTML Tags and Server Communication25 Questions
Exam 3: Web Design and Computer Memory Terms24 Questions
Exam 5: HTML Basics: Understanding Elements, Tags, and Declarations: Part A25 Questions
Exam 6: HTML Basics: Understanding Elements, Tags, and Declarations: Part B25 Questions
Exam 7: HTML Tags and CSS Styles for Text Formatting and Display25 Questions
Exam 8: CSS and HTML Style Properties and Syntax22 Questions
Exam 9: HTML and Javascript Basics: Tags, Functions, and Syntax25 Questions
Exam 10: Javascript Language and Syntax: Part A25 Questions
Exam 11: Javascript Language and Syntax: Part B24 Questions
Exam 12: Networking Basics and Terminology21 Questions
Exam 13: HTML Basics: Tags and Elements: Part A25 Questions
Exam 14: HTML Basics: Tags and Elements: Part B22 Questions
Exam 15: HTML and CSS Basics24 Questions
Exam 16: Javascript and Event Handling: Understanding Expressions, Methods, and Events25 Questions
Exam 17: PHP Array Functions and Basics18 Questions
Select questions type
PHP files have a default file extension of..
Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
C
Which of the conditional statements is/are supported by PHP?
i. if statements
ii. if-else statements
iii. if-elseif statements
iv. switch statements
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
D
Which of the looping statements is/are supported by PHP?
i. for loop
ii. while loop
iii. do-while loop
iv. foreach loop
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
C
Which of the below statements is equivalent to $add += $add ?
(Multiple Choice)
4.9/5
(28)
Which of the following is/are a PHP code editor?
i. Notepad
ii. Notepad++
iii. Adobe Dreamweaver
iv. PDT
(Multiple Choice)
4.8/5
(43)
What will be the output of the following php code?
<?php $num = "1"; $num1 = "2"; print $num+$num1; ?>
(Multiple Choice)
4.9/5
(35)
Which of following variables can be assigned a value to it?
i. $3hello
ii. $_hello
iii. $this
iv. $This
(Multiple Choice)
4.7/5
(48)
What will be the output of the following PHP code?
<?php $a = "clue"; $a .= "get"; echo "$a"; ?>
(Multiple Choice)
4.9/5
(40)
If $a = 12 what will be returned when ($a == 12)? 5: 1 is executed?
(Multiple Choice)
4.8/5
(37)
Which array function checks if the specified key exists in the array
(Multiple Choice)
4.9/5
(41)
Which of the following DBMSs do not have a native PHP extension?
(Multiple Choice)
4.8/5
(45)
We can use ___ to comment a single line?
i. /?
ii. //
iii. #
iv. /* */
(Multiple Choice)
4.9/5
(42)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)