New ! Computer Applications MCQ Practise Tests



Looping Structure Model Questions

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Applications

Time : 01:00:00 Hrs
Total Marks : 50
    5 x 1 = 5
  1. Most complicated looping structure in PHP is ________

    (a)

    While

    (b)

    Do While

    (c)

    for

    (d)

    None of them

  2. PHP supports which types of looping techniques;

    (a)

    for loop

    (b)

    while loop

    (c)

    foreach loop

    (d)

    all the above

  3. Which of the following is an exit check loop?

    (a)

    foreach

    (b)

    for

    (c)

    while

    (d)

    do..while

  4. Which of the following is an entry check loop?

    (a)

    foreach

    (b)

    for

    (c)

    while

    (d)

    do..while

  5. ________ loops execute a block of code a specified number of times.

    (a)

    foreach

    (b)

    for

    (c)

    while

    (d)

    do..while

  6. 6 x 2 = 12
  7. Define Looping Structure in PHP

  8. List out Looping Structure in PHP.

  9. Write Syntax of Do while loop in PHP.

  10. How "for loop" will execute?

  11. What is will provide "foreach" loop in PHP?

  12. How "while loop" will execute?

  13. 6 x 3 = 18
  14. Write short notes on Do while Loop.

  15. Differentiate While and Do while loops.

  16. Write a php program to display 1 to 10 numbers using while loop

  17. Write a php program to display the string "Hello World" 5 times using "for loop".

  18. Write a PHP program to display color names "using foreach" loop

  19. Write short note on all the loops

  20. 3 x 5 = 15
  21. Explain Looping Structure in PHP.

  22. Explain the process Do while loop.

  23. Explain working of loops in array

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

Reviews & Comments about 12th Computer Application Chapter 7 Looping Structure Model Question Paper

Write your Comment