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 -Looping Structure, 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.
Explain the use of for each loop in PHP.
2.
Compare For loop and for each loop.
3.
Write Syntax of Do while loop in PHP.
4.
Write Syntax of while loop in PHP.
5.
Write Syntax of For each loop in PHP.
6.
Write Syntax of For loop in PHP.
7.
List out Looping Structure in PHP.
8.
What is For each loop in PHP?
9.
Define for loop in PHP.
10.
Define Looping Structure in PHP
1.
(i) It is used to loop through each KEY value pair in an array.
(ii) It will issue an error when you try to use it on a variable with a different data type or an initialized variable.
2.
| For loop | For each loop |
|---|---|
| For loops execute a block of code a specified number of times. | The foreach construct provides an easy way to iterate over arrays. |
3.
Syntax of Do while loop
do
{
code to be executed;
} while (condition is true);
4.
Syntax of while loop
while (condition is true)
{
code to be executed;
}
5.
Syntax of for each loop
for each ($array as $value)
{
code to be executed;
}
6.
Syntax of 'for loop'
for (init counter; test counter; increment counter)
{
code to be executed;
}
7.
(i) for loop
(ii) for each loop
(iii) while loop
(iv) Do while loop
8.
For each loop is exclusively available in PHP and is mainly used for looping through the values of an array. The loop iteration deepens on each KEY Value pair in the Array. For each, loop iteration the value of the current array element is assigned to $value variable and the array pointer is advanced by one, until it reaches the end of the array element.
9.
'for loop' is called as the entry - for check loop. The for loop is used to execute a block of code a specific number of times.
10.
Loop structures in PHP is an iterative control structures that involves executive the same block of code a specified number of times. Loops that iterate for fixed no of times is also called as Bounded loops.
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