Advertisements
Chapters
2: Number Systems
3: Computer Organisation
4: Theoretical Concepts of Operating System
5: Working with Windows Operating System
6: Introduction to Word Processor
7: Working with OpenOffice Calc
8: Presentation Basics
9: Introduction to Internet and Email
10: HTML - Structural Tags
11: HTML - Formatting text, Creating Tables, List and Links
12: HTML - Adding multimedia elements and Forms
13: CSS - Cascading Style Sheets
14: Introduction to Javascript
▶ 15: Control Structure in Javascript
16: JavaScript Functions
17: Computer Ethics and Cyber Security
18: Tamil Computing
![Samacheer Kalvi solutions for Computer Applications [English] Class 11 TN Board chapter 15 - Control Structure in Javascript Samacheer Kalvi solutions for Computer Applications [English] Class 11 TN Board chapter 15 - Control Structure in Javascript - Shaalaa.com](/images/computer-applications-english-class-11-tn-board_6:5f2b1b2038084cf381bfa42c826a928c.jpg)
Advertisements
Solutions for Chapter 15: Control Structure in Javascript
Below listed, you can find solutions for Chapter 15 of Tamil Nadu Board of Secondary Education Samacheer Kalvi for Computer Applications [English] Class 11 TN Board.
Samacheer Kalvi solutions for Computer Applications [English] Class 11 TN Board 15 Control Structure in Javascript Evaluation [Pages 328 - 330]
Part I - Choose the correct answers
Which conditional statement is used to transfer control from current statement to another statement?
Branching
Sequencing
Looping
Interating
_______ statement can be used as alterative to if-else statement.
While
If
Else-if
Switch
Which statement in switch case is used to exit the statement once the appropriate choice is found?
Exit
Default
Case
Break
Which of the following is not a looping statement?
Switch
While
Do-While
For
Which part of the loop statement determines the number of times, the loop will be iterated?
First
Second
Third
Final
Which of the following is not a branching statement?
Loop
If-else
Switch
For
What will be the output for the following snippet:
For (var n=0; n<10; n++)
{
if (n==3)
{
break;
}
document write (n+”<br>”);
}
0 1 2
0 1 2 3
0 1 2 3 4
0 1 3
In which loop the condition is evaluated, before executing a statement?
While
Do while
Break
Continue
The _______ statement is especially useful when testing all the possible results of an expression.
While
Do while
Switch
If
In the _____ loop, body of the loop always executed at least once before the condition can be executed.
For
While
If
Do while
<script type=“text/javascript”>
x = 6 + “3”;
document.write(x);
</script>
what will be the output?
6
9
63
Error
Part II - Very Short Answers
What are the different types of control statement used in JavaScript?
What is meant by conditional statements in JavaScript?
List out the various branching statements in JavaScript?
Write the general syntax for switch statement.
Differentiate the break and continue statement.
Part III - Short Answers
What is if statement and write its types.
Write the syntax for else-if statement.
What is called a loop and what are its types?
Differentiate between while and do while statements.
What message will be displayed, if the input for age is given as 20, for the following snippet?
Part IV - Explain in Detail
Explain for loop with example.
Explain switch case statement with example.
Write the output for the following program.
<Html>
<Head>
<Title> for statement</title>
<Head>
<Body>
<script language= "java Script" type = "text / javaScript")
var no1= prompt ("please enter table you want:", "0" );
document write ("<h2> multiplication for your need </h2>")
for (Var no2= 0; no2<=10; no2++)
{
document write (no1+ "x" + no2+ "=" + no1+no2+ "<br>);
}
</script>
</body>
</Html>
Write a Java Script program using while statement to display 10 numbers.
Solutions for 15: Control Structure in Javascript
![Samacheer Kalvi solutions for Computer Applications [English] Class 11 TN Board chapter 15 - Control Structure in Javascript Samacheer Kalvi solutions for Computer Applications [English] Class 11 TN Board chapter 15 - Control Structure in Javascript - Shaalaa.com](/images/computer-applications-english-class-11-tn-board_6:5f2b1b2038084cf381bfa42c826a928c.jpg)
Samacheer Kalvi solutions for Computer Applications [English] Class 11 TN Board chapter 15 - Control Structure in Javascript
Shaalaa.com has the Tamil Nadu Board of Secondary Education Mathematics Computer Applications [English] Class 11 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 11 TN Board Tamil Nadu Board of Secondary Education 15 (Control Structure in Javascript) 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 11 TN Board chapter 15 Control Structure in Javascript are Introduction of Conditional Statements in Java, Looping / Repetitive.
Using Samacheer Kalvi Computer Applications [English] Class 11 TN Board solutions Control Structure in Javascript 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 11 TN Board students prefer Samacheer Kalvi Textbook Solutions to score more in exams.
Get the free view of Chapter 15, Control Structure in Javascript Computer Applications [English] Class 11 TN Board additional questions for Mathematics Computer Applications [English] Class 11 TN Board Tamil Nadu Board of Secondary Education, and you can use Shaalaa.com to keep it handy for your exam preparation.