Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q1- What URL can you go to find the official PHP documentation. Group of answer choices a- https://www.tutorialspoint.com/php/ b- https://phpdoc.org/ c- https://hub.docker.com/_/php/ d- https://www.php.net/docs.php Q-2

Q1- What URL can you go to find the official PHP documentation.

Group of answer choices

a- https://www.tutorialspoint.com/php/

b- https://phpdoc.org/

c- https://hub.docker.com/_/php/

d- https://www.php.net/docs.php

Q-2 Which of the following represents a PHP tag?

Group of answer choices

a-

/?>

b-

/>

c-

?>

d- All of the above

e- Both 2 and 3

f- Both 1 and 3

g- Both 2 and 3

Q-3 Which statement is used to stop executing a loop?

Group of answer choices

a- break

b- continue

c- exit

d- next

Q4- What function checks to see whether a variable exists and has a nonempty, nonzero value

Group of answer choices

a- unset

b- isset

c- isempty

d- empty

Q5- For the two operators

| &

wHich operator has higher precedence

Group of answer choices

a- |

b- &

c- They have the same precedence

d- None of the above

Q6- In PHP Superglobals are built-in variables that are always available in all scopes. Which of the following are supergloabals (select all that apply)

Group of answer choices

a-$_GETLinks to an external site.

b- $_FILESLinks to an external site.

c- $_PUT

d- $_ENVLinks to an external site.

Q7- In PHP variables are case insensitive

Group of answer choices

a-True

b- False

Q8- In PHP constant can store only scalar values. The scalar types consist of

IntegerUsed for whole numbers

Float (also called double)Used for real numbers

StringUsed for strings of characters

BooleanUsed for true or false values

But do not include

ArrayUsed to store multiple data items

ObjectUsed for storing instances of classes

Group of answer choices

a- True

b-False

Q9- PHP is a strongly typed language.

Group of answer choices

A-True

b- False

Q10- To change a variables type you can use the cast operator (just as you can in the 'C' programming language)

Group of answer choices

a-True

b- False

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions

Question

6. The cost of the training creates a need to show that it works.

Answered: 1 week ago