मराठी
Tamil Nadu Board of Secondary EducationHSC Science इयत्ता १२

HSC Science इयत्ता १२ - Tamil Nadu Board of Secondary Education Question Bank Solutions

Advertisements
[object Object]
[object Object]
विषय
मुख्य विषय
अध्याय

Please select a subject first

Advertisements
Advertisements
< prev  1301 to 1320 of 4894  next > 

What will be displayed in a browser when the following PHP code is executed:

<?php
for (Scounter = 20; $counter< 10;
$counter++)
{
echo “Welcome to Tamilnadu “;
}
echo “Counter is: Scounter”;
?>
[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

What will be displayed in a browser when the following PHP code is executed;

<?php
for ($counter = 10; $counter < 10;
$counter = $counter + 5){
echo “Hello”;
 }
?>
[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Advertisements

PHP supports which types of looping techniques ______.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Consider the following code

<? php
$count=12;
do{
printf(“%d squared=%d<br/>”,
$count, pow($count,2));
} while($count<4);
?>

What will be the output of the code.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

What will be the output of the following PHP code?

<?php
for ($x = 1; $x < 10;++$x)
{
print “*\t”;
}
?>
[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

What will be the output of the following PHP code?

<?php
for ($x = -1; $x < 10;--$x)
{
print $x;
}
?>
[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Define Looping Structure in PHP.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Define for loop in PHP.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

What is For each loop in PHP?

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

List out Looping Structure in PHP.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Write Syntax of For loop in PHP.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Write Syntax of For each loop in PHP.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Write Syntax of while loop in PHP.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Write Syntax of Do while loop in PHP.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Compare for loop and for each loop.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Explain the use of for each loop in PHP.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Write the features Looping Structure.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Write the purpose of Looping Structure in PHP.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Differentiate For each and While loop.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined

Write short notes on Do while Loop.

[7] Looping Structure
Chapter: [7] Looping Structure
Concept: undefined >> undefined
< prev  1301 to 1320 of 4894  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×