New ! Computer Applications MCQ Practise Tests



Control Structure in JavaScript Model Question Paper

11th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Applications

Time : 01:00:00 Hrs
Total Marks : 50
    5 x 1 = 5
  1. Which of the following is not a braching statement in Javascript?

    (a)

    if

    (b)

    if-else

    (c)

    else if

    (d)

    for

  2. How many forms of if statement in Javascript?

    (a)

    3

    (b)

    2

    (c)

    4

    (d)

    7

  3. Which of the following statement is the fundamental control statements?

    (a)

    if-else

    (b)

    else-if

    (c)

    switch

    (d)

    none of these

  4. Which of the following statement to specify a new condition if the first condition is false?

    (a)

    if-else

    (b)

    else-if

    (c)

    if

    (d)

    for

  5. Which of the following statement is an alternate to using if-else structure in Javascript?

    (a)

    do-while

    (b)

    else if

    (c)

    switch

    (d)

    if

  6. 5 x 2 = 10
  7. What is the use of branching statements?

  8. Write the syntax of if-else statement?

  9. How the switch statement evaluates the case structure?

  10. What is branching statement?

  11. What is the output of the following html code?

  12. 5 x 3 = 15
  13. What is if statement and write its types?

  14. Write the syntax for else-if statement.

  15. What is called a loop and what are its types?

  16. What are the functions of the for loop parts?

  17. Write script for the following criteria.

  18. 4 x 5 = 20
  19. Explain the execution of while loop with an example?

  20. Explain the working of do while loop in Javascript with an example?

  21. Write a Javascript to display the given number is words using switch-case (Number between only 1 and 5)

  22. Explain while loop with suitable example.

*****************************************

Reviews & Comments about 11th Computer Applications - Control Structure in JavaScript Model Question Paper

Write your Comment