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

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

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

  • Total Questions10

  • Available Sets4

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

Question # 1

Trace the output in the following code.
Int x =10 y =15;
X=x++;
Y= ++y;
Prontf ("%d%d",x,y);

  • Ans 1: Output: x= 11
    y=16

Submit

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

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

Question # 1

Trace the output in the following code.
Int x =10 y =15;
X=x++;
Y= ++y;
Prontf ("%d%d",x,y);

  • Ans 1: Output: x= 11
    y=16

Submit

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

Question # 1

What is increment operator?

  • Ans 1: The increment operator increase the value of its operand by one . It is denoted by the symbol ++.
    There are two type of increment:
    Prefix:Increment: When ++ preceded its operand, it is called prefix increment.
    Postfix Increment: When ++ follow its operand, it is called prefix increment.
Submit

ICS Part 2 Computer Science Chapter 9 Short Questions Preparation - Set 3

Question # 1

Define Expression with Example?

  • Ans 1: Expression: An Expression is the combination of operators and operands . The operand may either be a constant or variable.
    Example: A+b,7+m
Submit

ICS Part 2 Computer Science Chapter 9 Short Questions Preparation - Set 4

Question # 1

Differentiate between Unary and binary operator.

  • Ans 1: Unary Operator: Unary mean consisting of single component or element. Operator means a symbol that tells the compiler to perform specific mathematical or logical functions. A unary operator in C is an operator that takes a single operand in an expression or statement.
  • Ans 2: Binary Operator: A binary operator is an operator that operates on two operands and manipulates them to return a result.Operators are represented by special characters or by keywords and provide an easy way to compare numerical values or character strings
Submit

9th Chapter

12th Computer Science Chapter 9 Preparation

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

Share your comments & questions here

Guest
  • No comments yet. Be the first to comment!