12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 05/09/2022
QB365 provides a detailed and simple solution for every Possible Book Back Questions in Class 12 Computer Applications Subject -PHP Conditional Statements, English Medium. It will help Students to get more practice questions, Students can Practice these question papers in addition to score best marks.
Download Tamil Nadu 12th Standard Computer Applications question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Applications Test

1.
Compare if and if else statement.
2.
Write the Syntax of Switch statement.
3.
Write the usage of Switch Statement in PHP.
4.
Define if...elseif....else Statement in PHP.
5.
Write the Syntax of an If ... else statement in PHP.
6.
List out Conditional Statements in PHP.
7.
What is the purpose of the if ... else statement?
8.
Write the syntax for an if statement in PHP.
9.
What are the different types of conditional statements in PHP?
1.
| If Statement | If else Statement |
| if statement executes some code if one condition is true. | If statement executes some code if the condition is true and else part of code executes if the condition is false. |
2.
switch (n)
{
case label 1:
code to be executed if n=labeI1;
break;
case label 2:
code to be executed if n=labeI2;
break;
case label 3:
code to be executed if n=labeI3;
break;
...
default:
code to be executed if n is different from all labels;
}
3.
(i) It is used to perform different action based on different conditions.
(ii) It works the same as if statement and it can check for multiple values at a time.
4.
If-elseif-else statement is a combination of if-else statement. Multiple conditions can be checked and action is based on the result of the condition.
5.
Syntax:
if (condition)
{
//True-block;
}
else
{
//False-block;
}
6.
Conditional statements are implemented by the following types
(i) if statement
(ii) if...else statement
(iii) if...else if... else statement
(iv) switch statement.
7.
The if ... else statement is a conditional statement in PHP. It executes one block of code if a condition is true and another block of code if the condition is false.
8.
Syntax:
if (condition)
{
//code to be executed if condition is true;
}
9.
There are several types of conditional statements in PHP. They are
1. 'if' statement
2. 'if...else' statement
3. 'if...elseif...else' statement
4. 'switch' statement
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards