Advertisements
Chapters
2: An Introduction to Adobe Pagemaker
3: Introduction to Database Management System
4: Introduction to Hypertext Pre-Processor
5: PHP Function and Array
▶ 6: PHP Conditional Statements
7: Looping Structure
8: Forms and Files
9: Connecting PHP and MYSQL
10: Introduction to Computer Networks
11: Network Examples and Protocols
12: DNS (Domain Name System)
13: Network Cabling
14: Open Source Concepts
15: E-Commerce
16: Electronic Payment Systems
17: E-Commerce Security Systems
18: Electronic Data Interchange-EDI
![Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 6 - PHP Conditional Statements Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 6 - PHP Conditional Statements - Shaalaa.com](/images/computer-applications-english-class-12-tn-board_6:5f2b1b2038084cf381bfa42c826a928c.jpg)
Advertisements
Solutions for Chapter 6: PHP Conditional Statements
Below listed, you can find solutions for Chapter 6 of Tamil Nadu Board of Secondary Education Samacheer Kalvi for Computer Applications [English] Class 12 TN Board.
Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 6 PHP Conditional Statements Evaluation - PART – I [Pages 109 - 111]
Choose the correct answer
What will be the output of the following PHP code?
<?php
$x;
if ($x)
print “hi” ;
else
print “how are u”;
?>
how are u
hi
error
no output
What will be the output of the following PHP code?
<?php
$x = 0;
if ($x++)
print “hi”;
else
print “how are u”;
?>
hi
no output
error
how are u
What will be the output of the following PHP code?
<?php
$x;
if ($x == 0)
print “hi” ;
else
print “how are u”;
print “hello”
?>
how are uhello
hihello
hi
no output
Statement which is used to make choice between two options and only option is to be performed is written as ______.
if statement
if else statement
then else statement
else one statement
What will be the output of the following PHP code?
<?php
$a = “”;
if ($a)
print “all”;
if ______
else
print “some”;
?>
all
some
error
no output
What will be the output of the following PHP code?
<?php
$a = “ ”;
if ($a)
print “all”;
else
print “some”;
?>
all
some
error
no output
What will be the output of the following PHP code?
<?php
$x = 10;
$y = 20;
if ($x > $y + $y != 3)
print “hi” ;
else
print “how are u”;
?>
how are u
hi
error
no output
What will be the output of the following PHP code?
<?php
$x = 10;
$y = 20;
if ($x > $y && 1||1)
print “hi” ;
else
print “how are u”;
?>
how are u
hi
error
no output
What will be the output of the following PHP code?
<?php
if (-100)
print “hi” ;
else
print “how are u”;
?>
how are u
hi
error
no output
Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 6 PHP Conditional Statements Evaluation - PART – II [Page 111]
Short Answers
Define Conditional Statements in PHP.
Define if statement in PHP
What is if else statement in PHP?
List out Conditional Statements in PHP.
Write the Syntax of the If else statement in PHP.
Define if...elseif....else Statement in PHP.
Write the usage of Switch Statement in PHP.
Write the Syntax of Switch statement.
Compare if and if-else statement.
Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 6 PHP Conditional Statements Evaluation - PART – III [Page 111]
Explain in Brief Answer
Write the features Conditional Statements in PHP.
Write is the purpose of if elseif else statement.
Differentiate Switch and if else statement.
Write Short notes on Switch statement.
Differentiate if statement and if elseif statement.
Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 6 PHP Conditional Statements Evaluation - PART – IV [Page 111]
Explain in detail
Explain the Function of Conditional Statements in PHP.
Discuss in detail about Switch statement with an example.
Explain the working of Conditional Statements in PHP?
Explain the if elseif else statement. With suitable example.
Explain if else statement in PHP. With an example.
Solutions for 6: PHP Conditional Statements
![Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 6 - PHP Conditional Statements Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 6 - PHP Conditional Statements - Shaalaa.com](/images/computer-applications-english-class-12-tn-board_6:5f2b1b2038084cf381bfa42c826a928c.jpg)
Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 6 - PHP Conditional Statements
Shaalaa.com has the Tamil Nadu Board of Secondary Education Mathematics Computer Applications [English] Class 12 TN Board Tamil Nadu Board of Secondary Education solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. Samacheer Kalvi solutions for Mathematics Computer Applications [English] Class 12 TN Board Tamil Nadu Board of Secondary Education 6 (PHP Conditional Statements) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.
Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. Samacheer Kalvi textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.
Concepts covered in Computer Applications [English] Class 12 TN Board chapter 6 PHP Conditional Statements are Php Conditional Statements, Control structures in PHP, Control structures in PHP, If elseif else Statement in PHP.
Using Samacheer Kalvi Computer Applications [English] Class 12 TN Board solutions PHP Conditional Statements exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in Samacheer Kalvi Solutions are essential questions that can be asked in the final exam. Maximum Tamil Nadu Board of Secondary Education Computer Applications [English] Class 12 TN Board students prefer Samacheer Kalvi Textbook Solutions to score more in exams.
Get the free view of Chapter 6, PHP Conditional Statements Computer Applications [English] Class 12 TN Board additional questions for Mathematics Computer Applications [English] Class 12 TN Board Tamil Nadu Board of Secondary Education, and you can use Shaalaa.com to keep it handy for your exam preparation.