ICS Part 2 Computer Science Chapter 12 Short Questions Test With Answer

Online Short Questions For Chapter 12 "ICS Part 2 Computer Science Chapter 12 Short Questions Preparation "

Try The Short Questions For ICS Part 2 Computer Science Chapter 12 Short Questions Preparation

  • Total Questions10

  • Available Sets2

Computer Science - ICS Part 2 Computer Science Chapter 12 Short Questions Preparation

Question # 1

Define go to statement.

  • Ans 1: The go to statement performs an unconditional transfer of control to the name label.The label must be in the same function. A label is meaningful only to a goto statement: in any other context, the labeled statements is
    Executed without regard to the label .
    General Form: The general form of the goto statement is as follows:
    Goto label:
    .................,
    Label: statement
Submit

Prepare Complete Set Wise Questions For Chapter 12 "ICS Part 2 Computer Science Chapter 12 Short Questions Preparation "

ICS Part 2 Computer Science Chapter 12 Short Questions Preparation - Set 1

Question # 1

Define go to statement.

  • Ans 1: The go to statement performs an unconditional transfer of control to the name label.The label must be in the same function. A label is meaningful only to a goto statement: in any other context, the labeled statements is
    Executed without regard to the label .
    General Form: The general form of the goto statement is as follows:
    Goto label:
    .................,
    Label: statement
Submit

ICS Part 2 Computer Science Chapter 12 Short Questions Preparation - Set 2

Question # 1

Write Output.
Int x= 5, y= 3;
Do
{
X= x *2;
Y = y+2;
}
While (y<7);
Printf("%d",x);

  • Ans 1: Output:
    10
Submit

12th Chapter

12th Computer Science Chapter 12 Preparation

Here you can prepare 12th Computer Science Chapter 12 Problem Solving Preparation. Click the button for 100% free full practice test.