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

Differentiate between string constant and character constant .

  • Ans 1: String Constant : String constant are always enclosed in double quotes.'A'or '?' . A Character constant has an equivalent integer value
    .
  • Ans 2: Character Constant : Character Constant are enclosed in apostrophes (single quotation marks). "ABC" or %d\n\n . A single -character string constant does not have an equivalent integer value.
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

Differentiate between string constant and character constant .

  • Ans 1: String Constant : String constant are always enclosed in double quotes.'A'or '?' . A Character constant has an equivalent integer value
    .
  • Ans 2: Character Constant : Character Constant are enclosed in apostrophes (single quotation marks). "ABC" or %d\n\n . A single -character string constant does not have an equivalent integer value.
Submit

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

Question # 1

Trace the output.
Int number = 6;
Int x= 0;
X =-- number ;
Printf ("%d",x);

  • Ans 1: Output: x=5
Submit

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

Question # 1

List any four types of integer data in C-Language.

  • Ans 1: There are the following types of integer data in C-Language:
    • Int
    • Short
    • Long
    • Long long
Submit

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

Question # 1

What do you Know about C statement ?

  • Ans 1: C-Statement is a statement in which a command is given to the computer that instructs the computer to take a specific action, such as display to the screen, or collect input. A computer program is made up of a series of statements.
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.