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 7 - Looping Structure Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 7 - Looping Structure - Shaalaa.com](/images/computer-applications-english-class-12-tn-board_6:5f2b1b2038084cf381bfa42c826a928c.jpg)
Advertisements
Solutions for Chapter 7: Looping Structure
Below listed, you can find solutions for Chapter 7 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 7 Looping Structure Evaluation - PART – I [Pages 116 - 117]
Choose the correct answer
The loop exclusively used for arrays is _____.
While
Do While
For
for each
Loops that iterate for fixed number of times is called ______.
Unbounded loops
Bounded loops
While loops
For loops
Which loop evaluates condition expression as Boolean, if it is true, it executes statements and when it is false it will terminate?
For loop
For each loop
While loop
All of them
for ($ x=0; $ x<5; x++)
echo “Hai”
The above loop executes how many no of times?
5
4
3
2
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”;
?>
Welcome to Tamilnadu
Counter is: 20
Welcome to Tamilnadu Counter is: 22
Welcome to Tamilnadu Welcome to Tamilnadu Counter is: 22
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”;
}
?>
Hello Hello Hello Hello Hello
Hello Hello Hello
Hello
None of the above
PHP supports which types of looping techniques ______.
for loop
while loop
foreach loop
all the above
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.
12 squared 141
12 squared=141
“12 squared=141”
Execution error
What will be the output of the following PHP code?
<?php
for ($x = 1; $x < 10;++$x)
{
print “*\t”;
}
?>
**********
*********
***********
Infinite loop
What will be the output of the following PHP code?
<?php
for ($x = -1; $x < 10;--$x)
{
print $x;
}
?>
123456713910412
123456713910
1234567139104
Infinite loop
Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 7 Looping Structure Evaluation - PART – II [Page 118]
Short Answers
Define Looping Structure in PHP.
Define for loop in PHP.
What is For each loop in PHP?
List out Looping Structure in PHP.
Write Syntax of For loop in PHP.
Write Syntax of For each loop in PHP.
Write Syntax of while loop in PHP.
Write Syntax of Do while loop in PHP.
Compare for loop and for each loop.
Explain the use of for each loop in PHP.
Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 7 Looping Structure Evaluation - PART – III [Page 118]
Explain in Brief Answer
Write the features Looping Structure.
Write the purpose of Looping Structure in PHP.
Differentiate For each and While loop.
Write short notes on Do while Loop.
Differentiate While and Do while loops.
Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board 7 Looping Structure Evaluation - PART – IV [Page 118]
Explain in detail
Explain Looping Structure in PHP.
Discuss in detail about Foreach loop.
Explain the process Do while loop.
Explain concepts of for loop with example.
Explain working of loops in array.
Solutions for 7: Looping Structure
![Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 7 - Looping Structure Samacheer Kalvi solutions for Computer Applications [English] Class 12 TN Board chapter 7 - Looping Structure - 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 7 - Looping Structure
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 7 (Looping Structure) 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 7 Looping Structure are Looping Structure.
Using Samacheer Kalvi Computer Applications [English] Class 12 TN Board solutions Looping Structure 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 7, Looping Structure 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.