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 Standard Identifier and User-defined identifiers.

  • Ans 1: Standard Identifier : Like reserved words, standard identifiers have special meanings in C , but these can be redefined to use in the program for other purpose, however this practice is not recommended. If a standard identifier is redefined, C no longer remains able to use it for its original purpose.Example : There are the following example of standard Identifiers:Printf is used for outputScanf is used for input
  • Ans 2: User-Identifier: In a C program, the programmer may need to access memory location for storing data program results. For this purpose memory cell are named that are called user-defined identifier. Example: There are the following example of User-defined Identifiers: 1) Area 2) area The C compiler considers 'Area and 'area' as two different identifiers.
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 Standard Identifier and User-defined identifiers.

  • Ans 1: Standard Identifier : Like reserved words, standard identifiers have special meanings in C , but these can be redefined to use in the program for other purpose, however this practice is not recommended. If a standard identifier is redefined, C no longer remains able to use it for its original purpose.Example : There are the following example of standard Identifiers:Printf is used for outputScanf is used for input
  • Ans 2: User-Identifier: In a C program, the programmer may need to access memory location for storing data program results. For this purpose memory cell are named that are called user-defined identifier. Example: There are the following example of User-defined Identifiers: 1) Area 2) area The C compiler considers 'Area and 'area' as two different identifiers.
Submit

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

Question # 1

What is the use of | | (OR) Operators ?

  • Ans 1: OE Operators: Logical operator // (logical OR ) when combines two conditions , evaluates to true if any one of the conditions evaluates to true, otherwise evaluates to false .
Submit

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

Question # 1

Define Constant .

  • Ans 1: A constant is a quantity whose value cannot be changed during program execution .Unlike a variable, the value stored in a constant can't be changed during program execution .We Know that define directive can be used to define constant macros.
Submit

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

Question # 1

Differentiate between Standard Identifier and User-defined identifiers.

  • Ans 1: Standard Identifier : Like reserved words, standard identifiers have special meanings in C , but these can be redefined to use in the program for other purpose, however this practice is not recommended. If a standard identifier is redefined, C no longer remains able to use it for its original purpose.Example : There are the following example of standard Identifiers:Printf is used for outputScanf is used for input
  • Ans 2: User-Identifier: In a C program, the programmer may need to access memory location for storing data program results. For this purpose memory cell are named that are called user-defined identifier. Example: There are the following example of User-defined Identifiers: 1) Area 2) area The C compiler considers 'Area and 'area' as two different identifiers.
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.

Is this page helpful?