logo

Crowdly

2025W Web Development, Programming (CS-2060-01)

Looking for 2025W Web Development, Programming (CS-2060-01) test answers and solutions? Browse our comprehensive collection of verified answers for 2025W Web Development, Programming (CS-2060-01) at moodle31.upei.ca.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

What will be the output of the following PHP code?

<?php

$i = "";

while ($i = 10)

{   

    print "hi";

}

print "hello";

?>

0%
0%
0%
100%
View this question

What will be the output of the following PHP code?

<?php 

$states = array(

"Karnataka" => array(

"population" => "11,35,000",

"capital" => "Bangalore"),

"Tamil Nadu" => array(

"population" => "17,90,000",

"capital" => "Chennai")

);

echo $states["Karnataka"]["population"];

?>

 

0%
0%
100%
0%
View this question

The following about hash is true except:

0%
100%
0%
0%
View this question

What will be the output of the following PHP code?

<?php

for ($x = 0; $x <= 10; print ++$x)

{

    print ++$x;

}

?>

100%
0%
0%
0%
View this question

PHP code is ____________________________.

 

 

100%
0%
0%
0%
View this question

What will be the output of the following PHP code?

<?php

$i = 5;

while (--$i > 0)

{   

    $i++;

    print $i;

    print "hello";

}

?>

100%
0%
0%
0%
View this question

Which of the following are PHP data types:

100%
0%
0%
View this question

In PHP, which one of the following functions is used to start a session?

 

 

0%
0%
100%
0%
View this question

In PHP, arrays must be indexed with which of the following data types?

100%
0%
0%
0%
View this question

In PHP, POST data sent to a PHP script are accessible using the ________ superglobal arrays.

100%
0%
0%
0%
View this question

Want instant access to all verified answers on moodle31.upei.ca?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!