Computers

12th

grade

Image

12 Computer Applications

1
play

10 questions

Show Answers
See Preview
  • Multiple Choice
    Please save your changes before editing any questions.
    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

  • Multiple Choice
    Please save your changes before editing any questions.
    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;

    }

  • Multiple Choice
    Please save your changes before editing any questions.
    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

  • Explore all questions with a free account

    Already have an account?