English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Samacheer Kalvi solutions for Computer Applications [English] Class 11 TN Board chapter 15 - Control Structure in Javascript [Latest edition]

Advertisements

Chapters

Samacheer Kalvi solutions for Computer Applications [English] Class 11 TN Board chapter 15 - Control Structure in Javascript - Shaalaa.com
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.


Evaluation
Evaluation [Pages 328 - 330]

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

Evaluation | Q 1. | Page 328

Which conditional statement is used to transfer control from current statement to another statement?

  • Branching

  • Sequencing

  • Looping

  • Interating

Evaluation | Q 2. | Page 328

_______ statement can be used as alterative to if-else statement.

  • While

  • If

  • Else-if

  • Switch

Evaluation | Q 3. | Page 328

Which statement in switch case is used to exit the statement once the appropriate choice is found?

  • Exit

  • Default

  • Case

  • Break

Evaluation | Q 4. | Page 328

Which of the following is not a looping statement?

  • Switch

  • While

  • Do-While

  • For

Evaluation | Q 5. | Page 328

Which part of the loop statement determines the number of times, the loop will be iterated?

  • First

  • Second

  • Third

  • Final

Evaluation | Q 6. | Page 328

Which of the following is not a branching statement?

  • Loop

  • If-else

  • Switch

  • For

Evaluation | Q 7. | Page 328

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

Evaluation | Q 8. | Page 328

In which loop the condition is evaluated, before executing a statement?

  • While

  • Do while

  • Break

  • Continue

Evaluation | Q 9. | Page 329

The _______ statement is especially useful when testing all the possible results of an expression.

  • While

  • Do while

  • Switch

  • If

Evaluation | Q 10. | Page 329

In the _____ loop, body of the loop always executed at least once before the condition can be executed.

  • For

  • While

  • If

  • Do while

Evaluation | Q 11. | Page 329
<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

Evaluation | Q 1. | Page 329

What are the different types of control statement used in JavaScript?

Evaluation | Q 2. | Page 329

What is meant by conditional statements in JavaScript?

Evaluation | Q 3. | Page 329

List out the various branching statements in JavaScript?

Evaluation | Q 4. | Page 329

Write the general syntax for switch statement.

Evaluation | Q 5. | Page 329

Differentiate the break and continue statement.

Part III - Short Answers

Evaluation | Q 1. | Page 329

What is if statement and write its types.

Evaluation | Q 2. | Page 329

Write the syntax for else-if statement.

Evaluation | Q 3. | Page 329

What is called a loop and what are its types?

Evaluation | Q 4. | Page 329

Differentiate between while and do while statements.

Evaluation | Q 5. | Page 330

What message will be displayed, if the input for age is given as 20, for the following snippet?

Part IV - Explain in Detail

Evaluation | Q 1. | Page 330

Explain for loop with example.

Evaluation | Q 2. | Page 330

Explain switch case statement with example.

Evaluation | Q 3. | Page 330

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>
Evaluation | Q 4. | Page 330

Write a Java Script program using while statement to display 10 numbers.

Solutions for 15: Control Structure in Javascript

Evaluation
Samacheer Kalvi solutions for Computer Applications [English] Class 11 TN Board chapter 15 - Control Structure in Javascript - Shaalaa.com

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.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×