logo

Crowdly

Browser

Додати до Chrome

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

Шукаєте відповіді та рішення тестів для 2025W Web Development, Programming (CS-2060-01)? Перегляньте нашу велику колекцію перевірених відповідей для 2025W Web Development, Programming (CS-2060-01) в moodle31.upei.ca.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

What will be the output of the following PHP code?

<?php

$i = "";

while ($i = 10)

{   

    print "hi";

}

print "hello";

?>

100%
0%
0%
0%
Переглянути це питання

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%
100%
0%
0%
Переглянути це питання

The following about hash is true except:

100%
0%
0%
0%
Переглянути це питання

What will be the output of the following PHP code?

<?php

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

{

    print ++$x;

}

?>

0%
0%
0%
0%
Переглянути це питання

PHP code is ____________________________.

 

 

0%
0%
100%
0%
Переглянути це питання

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%
Переглянути це питання

Which of the following are PHP data types:

0%
0%
0%
Переглянути це питання

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

 

 

0%
0%
100%
0%
Переглянути це питання

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

0%
0%
0%
0%
Переглянути це питання

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

0%
0%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на moodle31.upei.ca?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome