10th Computer Notes Urdu Medium

Important 10th Computer Notes Urdu Medium written by Dear Respectable Sir Wajid Ghani Suib. These Notes are very helpful in the preparation of 10th Computer Notes Urdu Medium for students of the 10th class Computer Science and these are according to the paper patterns of all Punjab boards.

Summary and Contents:
Topics which are discussed in the notes are given below:
  • Complete Important Short questions and (MCQs) Answers of Chapter No. 1: Introduction to Programming in Computer Science 10th Class.
  • Complete Important Short questions and (MCQs) Answers of Chapter No. 2: User Interaction in Computer Science 10th Class.
  • Complete Important Short questions and (MCQs) Answers of Chapter No. 3: Conditional Logic in Computer Science 10th Class.
  • Complete Important Short questions and (MCQs) Answers of Chapter No. 4: Data and Repetition in Computer Science 10th Class.
  • Complete Important Short questions and (MCQs) Answers of Chapter No. 5: Functions in Computer Science 10th Class.
  • A software that facilitates programmers in writing computer programs is known as:  (A) A Compiler  (B) An Editor  (C) An IDE  (D) A Debugger
  •  ..... is a software that is responsible for the conversion of program files to machine understandable and executable code:  (A) Compiler  (B) Editor  (C) IDE  (D) Debugger
  • Every programming language has some primitive building blocks and follows some grammar rules known as its:  (A) Programming Rules  (B) Syntax  (C) Building Blocks  (D) Semantic Rules
  • A list of words that are predefined and must not be used by the programmer to name his own variables are known as:  (A) Auto Words  (B) Key Words  (C) Restricted Words  (D) Predefined Words
  • include statements are written in ..... section. (A) header  (B) main  (C) comments  (D) print
  •  ...... are added in the source code to further explain the techniques and algorithms used by the programmer.   (A) Messages  (B) Hints  (C) Comments  (D) Explanations
  •  ...... are the values that do not change during the whole execution of program. (A) Variables  (B) Constants  (C) Strings  (D) Comments
  • A float uses ..... bytes of memory.  (A) 3  (B) 4  (C) 5  (D) 6
  • For initializing a variable, we use ..... operator. (A) ?  (B) @  (C) =  (D) -->
  • ...... can be thought of as a container to store constants. (A) Box  (B) Jar  (C) Variable  (D) Collection
  • The set of instructions given to the computer is called: (A) Soft Copy  (B) Program  (C) Computer Language  (D) Hardware
  • The person who writes a computer program is known as: (A) Program Writer  (B) Language Writer  (C) Programmer  (D) Computer Operator
  • A set of tools used to write and execute a program: (A) Computer Tools  (B) Set of Programs  (C) IDE  (D) Programming Environment
  • Instructions for the computer are written in: (A) English Language  (B) Computer Language  (C) Natural Language  (D) All of these
  • A software that allows programmers to write and edit computer programs is called: (A) Compiler  (B) Linker  (C) Text Editor  (D) Operating System
  • A compiler converts the program to: (A) Machine Code  (B) Source Code   (C) English Code  (D) Assembly Code
  • A software that is responsible for conversion of a computer program written in some high level programming language to machine language code is called:  (A) Text Editor  (B) Compiler   (C) Debugger  (D) Translator
  • Q: Explain the purpose of a compiler.
  • Ans: A compiler is a language translator that translates a program written in a high-level language into machine language. A computer understands only machine language, so to execute a program written in a high-level language, it must first be converted into machine language, a compiler is used for this purpose.
  • Q: Why do we need a programming environment?
  • Ans: To complete any task we need the right tools. Similarly, programming also requires special tools. A programming environment is formed by bringing together all the major programming tools. Before writing the program, it is necessary to prepare the programming environment. It provides us with the basic platform for writing and running programs.

Loading your document...