New ! Computer Applications MCQ Practise Tests



12th Standard English Medium Computer Applications Subject Looping Structure Creative 1 Mark Questions with Solution

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Applications

Time : 01:00:00 Hrs
Total Marks : 5

    1 Marks

    5 x 1 = 5
  1. Most complicated looping structure in PHP is ________

    (a)

    While

    (b)

    Do While

    (c)

    for

    (d)

    None of them

  2. The ________ construct provides an easy way to iterate over arrays

    (a)

    foreach

    (b)

    for

    (c)

    while

    (d)

    do..while

  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. What will be displayed in a browser when the following PHP code is executed:
    < ?php
    for ($i=1;$i<=5; $i++)
    {
    echo "$i";
    }
    ? >

    (a)

    12345

    (b)

    1234

    (c)

    123

    (d)

    None of the above

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

Reviews & Comments about 12th Standard English Medium Computer Applications Subject Looping Structure Creative 1 Mark Questions with Solution

Write your Comment