English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 4 - Introduction to Hypertext Pre-Processor [Latest edition]

Advertisements

Chapters

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 4 - Introduction to Hypertext Pre-Processor - Shaalaa.com
Advertisements

Solutions for Chapter 4: Introduction to Hypertext Pre-Processor

Below listed, you can find solutions for Chapter 4 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 95 - 96]

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 4 Introduction to Hypertext Pre-Processor Evaluation - PART – I [Pages 95 - 96]

Choose the correct answer

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

What does PHP stand for?

  • Personal Home Page

  • Hypertext Preprocessor

  • Pretext Hypertext Processor

  • Pre-processor Home Page

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

What does PHP files have a default file extension?

  • .html

  • .xml

  • .php

  • .ph

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

A PHP script should start with _______ and end with _______:

  • <php>

  • < ? php ? >

  • <? ?>

  • < ?php ? >

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

Which of the following must be installed on your computer so as to run PHP script?

  • Adobe

  • windows

  • Apache

  • IIS

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

We can use _______ to comment a single line?

  1. /?
  2. //
  3. #
  4. /* */
  • Only (ii)

  • (i), (iii) and (iv)

  • (ii), (iii) and (iv)

  • Both (ii) and (iv)

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

Which of the following PHP statement will store 41 in variable num?

  1. num = 41
  2. num = 41
  3. echcho num
  4. echo 41
  • Both (i) and (ii)

  • All of the above.

  • Only (ii)

  • Only (i)

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

What will be the output of the following PHP code?

< ?php
$num = 1;
$num1 = 2;
print $num . “+”. $num1 ;
?>
  • 3

  • 1 + 2

  • 1. + .2

  • Error

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

Which of the following PHP statements will output Hello World on the screen?

  • echo (“Hello World”);

  • print (“Hello World”);

  • printf (“Hello World”);

  • sprintf (“Hello World”);

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

Which statement will output $x on the screen?

  • echo “\$x”;

  • echo “$$x”;

  • echo “/$x”;

  • echo “$x;

Evaluation - PART – I | Q 10. | Page 96

Which of the below symbols is a newline character?

  • \r

  • \n

  • /n

  • /r

Evaluation - PART – II [Page 96]

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 4 Introduction to Hypertext Pre-Processor Evaluation - PART – II [Page 96]

Short Answers

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

What are the common usages of PHP?

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

What is Webserver?

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

What are the types of a scripting language?

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

Difference between Client and Server?

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

Give few examples of Web Browser?

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

What is URL?

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

Is PHP a case sensitive language?

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

Define Client Server Architecture.

Evaluation - PART – II | Q 10. | Page 96

Define Webserver.

Evaluation - PART – III [Page 96]

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 4 Introduction to Hypertext Pre-Processor Evaluation - PART – III [Page 96]

Explain in Brief Answer

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

Write the features of server side scripting language.

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

Write is the purpose of Web servers?

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

Differentiate Server side and Client Side Scripting language.

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

In how many ways you can embed PHP code in an HTML page?

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

Write short notes on PHP operator.

Evaluation - PART – IV [Page 97]

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 4 Introduction to Hypertext Pre-Processor Evaluation - PART – IV [Page 97]

Explain in detail

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

Explain client side and server side scripting language.

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

Discuss in detail Website develop¬ment activities.

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

Explain the process of Webserver installation.

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

Discuss in detail about PHP data types.

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

Explain operators in PHP with examples.

Solutions for 4: Introduction to Hypertext Pre-Processor

Evaluation - PART – IEvaluation - PART – IIEvaluation - PART – IIIEvaluation - PART – IV
Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 4 - Introduction to Hypertext Pre-Processor - Shaalaa.com

Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 4 - Introduction to Hypertext Pre-Processor

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 4 (Introduction to Hypertext Pre-Processor) 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 4 Introduction to Hypertext Pre-Processor are Introduction to Hypertext Pre-processor (PHP), Various Server-side Programming Languages Global Usage Statistics, Client Server Architecture, Server Side Scripting Language, Web Server Installation and Configuration Files, Web Development Concept.

Using Samacheer Kalvi Computer Applications [English] Class 12 TN Board solutions Introduction to Hypertext Pre-Processor 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 4, Introduction to Hypertext Pre-Processor 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×