हिंदी
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 6 - PHP Conditional Statements [Latest edition]

Advertisements

Chapters

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 6 - PHP Conditional Statements - Shaalaa.com
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.


Evaluation - PART – IEvaluation - PART – IIEvaluation - PART – IIIEvaluation - PART – IV
Evaluation - PART – I [Pages 109 - 111]

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

Evaluation - PART – I | Q 1. | Page 109

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

Evaluation - PART – I | Q 2. | Page 109

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

Evaluation - PART – I | Q 3. | Page 110

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

Evaluation - PART – I | Q 4. | Page 110

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

Evaluation - PART – I | Q 5. | Page 110

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

Evaluation - PART – I | Q 6. | Page 110

What will be the output of the following PHP code?

<?php
$a = “ ”;
if ($a)
print “all”;
else
print “some”;
?>
  • all

  • some

  • error

  • no output

Evaluation - PART – I | Q 7. | Page 110

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

Evaluation - PART – I | Q 8. | Page 111

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

Evaluation - PART – I | Q 9. | Page 111

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

Evaluation - PART – II [Page 111]

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 6 PHP Conditional Statements Evaluation - PART – II [Page 111]

Short Answers

Evaluation - PART – II | Q 1. | Page 111

Define Conditional Statements in PHP.

Evaluation - PART – II | Q 2. | Page 111

Define if statement in PHP

Evaluation - PART – II | Q 3. | Page 111

What is if else statement in PHP?

Evaluation - PART – II | Q 4. | Page 111

List out Conditional Statements in PHP.

Evaluation - PART – II | Q 5. | Page 111

Write the Syntax of the If else statement in PHP.

Evaluation - PART – II | Q 6. | Page 111

Define if...elseif....else Statement in PHP.

Evaluation - PART – II | Q 7. | Page 111

Write the usage of Switch Statement in PHP.

Evaluation - PART – II | Q 8. | Page 111

Write the Syntax of Switch statement.

Evaluation - PART – II | Q 9. | Page 111

Compare if and if-else statement.

Evaluation - PART – III [Page 111]

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 6 PHP Conditional Statements Evaluation - PART – III [Page 111]

Explain in Brief Answer

Evaluation - PART – III | Q 1. | Page 111

Write the features Conditional Statements in PHP.

Evaluation - PART – III | Q 2. | Page 111

Write is the purpose of if elseif else statement.

Evaluation - PART – III | Q 3. | Page 111

Differentiate Switch and if else statement.

Evaluation - PART – III | Q 4. | Page 111

Write Short notes on Switch statement.

Evaluation - PART – III | Q 5. | Page 111

Differentiate if statement and if elseif statement.

Evaluation - PART – IV [Page 111]

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 6 PHP Conditional Statements Evaluation - PART – IV [Page 111]

Explain in detail

Evaluation - PART – IV | Q 1. | Page 111

Explain the Function of Conditional Statements in PHP.

Evaluation - PART – IV | Q 2. | Page 111

Discuss in detail about Switch statement with an example.

Evaluation - PART – IV | Q 3. | Page 111

Explain the working of Conditional Statements in PHP?

Evaluation - PART – IV | Q 4. | Page 111

Explain the if elseif else statement. With suitable example.

Evaluation - PART – IV | Q 5. | Page 111

Explain if else statement in PHP. With an example.

Solutions for 6: PHP Conditional Statements

Evaluation - PART – IEvaluation - PART – IIEvaluation - PART – IIIEvaluation - PART – IV
Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 6 - PHP Conditional Statements - Shaalaa.com

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.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×