logo

Crowdly

Programare Web: Back-end (sem. 6)

Looking for Programare Web: Back-end (sem. 6) test answers and solutions? Browse our comprehensive collection of verified answers for Programare Web: Back-end (sem. 6) at moodle.usm.md.

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

Resursele Web-ului sunt organizate in pagini Web livrate utilizatorilor de către un program denumit server Web.

View this question

Un server Web este folosit pentru afişarea interfetei cu utilizatorul  aplicaţiei.

View this question

Analizați codul și scrieți în spațiul liber valoarea expresiei

<?php

$s = 0; $i = 10;

do {

$s += $i + $i;

$i++;

} while ($i < 21);

echo($s);

?>

View this question

Analizați codul și scrieți în spațiul liber valoarea expresiei

<?php

$s = 0; $i = 20;

do {

$s += $i + $i;

$i++;

} while ($i < 3);

echo($s);

?>

View this question

Dacă formularul din secțiunea de mai jos este trimis, cum puteți, în welcome.php, să scoateți valoarea din câmpul „prenume”?

// If the form in the white section below gets submitted, how can you, in welcome.php, output the value from the "first name" field?

<form action="welcome.php" method="get">

First name: <input type="text" name="fname">

</form>

<html>

<body>

Welcome <?php echo

; ?>

</body>

</html>

View this question

Analizați codul, aflați valoarea expresiei și selectați răspunsul corect

<?php

$num = 789101987;

echo $num . " ";

echo $num == strrev($num) ? " este palindrom" : " nu este palindrom";

?>

View this question

Care este valoarea variabilei $c ?

$a = 2.5;

$b = 5;

$c = (int)$a + $b;

View this question

Variabilelele de tipul boolean pot lua doar doua valori : FALSE sau TRUE

View this question

PHP nu poate rula pe sistemul de operare Mac OS X .

View this question

O constatntă este definită de funcţia date ( );.

View this question

Want instant access to all verified answers on moodle.usm.md?

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