pencil-icon
Build your own quiz

Computers

12th

grade

Image

12 Computer Applications

3
plays

10 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    ---- statement executes a statement or a group of statements if a specific condition is satisfied as per the user expectation.

    if...else

    if

    if..elseif..else

    switch

  • 2. Multiple Choice
    30 seconds
    1 pt

    Correct if syntax statement

    (condition)

    Execute statement(s) if condition is true;

    if (condition):

    {

    Execute statement(s) if condition is true;

    }

    if (condition)

    {

    Execute statement(s) if condition is true;

    }

    if (con)

    {

    Execute statement(s) if condition is true;

    }

  • 3. Multiple Choice
    30 seconds
    1 pt

    ------ statement executes a statement or a group of statements if a specific condition is satisfied by the user expectation. When the condition gets false (fail) the else block is executed.

    if

    if..else

    if..elseif

    switch

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?