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

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

Advertisements
[object Object]
[object Object]
विषय
मुख्य विषय
अध्याय
Advertisements
Advertisements
Computer Applications
< prev  21 to 40 of 460  next > 

Write the features Conditional Statements in PHP.

[6] PHP Conditional Statements
Chapter: [6] PHP Conditional Statements
Concept: undefined >> undefined

Differentiate Switch and if else statement.

[6] PHP Conditional Statements
Chapter: [6] PHP Conditional Statements
Concept: undefined >> undefined

Advertisements

Explain the Function of Conditional Statements in PHP.

[6] PHP Conditional Statements
Chapter: [6] PHP Conditional Statements
Concept: undefined >> undefined

Explain the working of Conditional Statements in PHP?

[6] PHP Conditional Statements
Chapter: [6] PHP Conditional Statements
Concept: undefined >> undefined

The loop exclusively used for arrays is _____.

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

Loops that iterate for fixed number of times is called ______.

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

Which loop evaluates condition expression as Boolean, if it is true, it executes statements and when it is false it will terminate?

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

for ($ x=0; $ x<5; x++)
echo “Hai”
The above loop executes how many no of times?

[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 (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

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
< prev  21 to 40 of 460  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×