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

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

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

  • Total Questions10

  • Available Sets4

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

Question # 1

What is Object Code?

  • Ans 1: Object code is a set of instruction codes that is understood by a computer at the lowest hardware level. Object code is usually produced by a compiler that reads some higher level computer language . Source instruction amd translate into equivalent machine language instructions.
Submit

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

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

Question # 1

What is Object Code?

  • Ans 1: Object code is a set of instruction codes that is understood by a computer at the lowest hardware level. Object code is usually produced by a compiler that reads some higher level computer language . Source instruction amd translate into equivalent machine language instructions.
Submit

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

Question # 1

Define Source Code.

  • Ans 1: Source code is a set of instructions and statements written by a programmer using a computer programming language. This code is later translated into machine language. By a compiler. The translated code is referred to as object code.
Submit

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

Question # 1

Why is Function used in program?

  • Ans 1: Function Main : Every C program has a main function. In fact, main is the function where the execution of the C program begins . The rest of lines of program forms the body of the main function , the body is enclosed in braces {and}.
    Main Function Definition :
    Syntax : Void main (void)
    {body of main function
    }
Submit

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

Question # 1

How program logic is implemented in un-structured programming languages?

  • Ans 1: In un-structured programming languages, the entire logic of the program is implemented in a single module (function), which cause the program error prone, difficult ti understand, modify and debug.
Submit

8th Chapter

12th Computer Science Chapter 8 Preparation

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

Is this page helpful?