10th Computer Science Model Papers 2024 Updated
Here we have provided 10th computer chapter wise MCQs, Short Questions and Long Questions. Students of 10th class in All boards of Punjab can follow these papers and prepare themselves for annual exams 2024.
Before going to start preparation we have to understand the paper pattern and scheme of all bise boards of Punjab. If we talk about Computer Science 10th Paper then there are total 50 Marks.
MCQs in 10th Computer Science Paper 2024: There will be total 10 MCQs in Annual Paper 2024. Total marks of objective part are 10. Each mcqs is of 1 marks.
Subscribe Jobs Alerts Via Email
Short Questions in 10th Computer Science Paper 2024: There will be total 18 short questions in Annual Paper 2024. Students have to attempt only 12 questions out of these 18 questions. Each short question is of 2 marks. The total marks of short questions part are 24.
Long Questions in 10th Computer Science Paper 2024: There will be total 3 Long Questions in Annual Paper 2024. Students have to attempt only 02 questions out of these 03 questions. Each long question is of 8 marks. The total marks of short questions part are 16.
Course Content of 10th Computer Science Paper 2024
There are 5 chapters in 10th Computer Science Book. Students are advised to cover all chapters to get maximum marks in this subject. Here is the content of this book.
MCQs Questions for 10th Computer Science Paper 2024
1- A software that facilitates programmers in writing computer programs is known as
(a) Compiler (b) Editor (c) IDE (d) Debugger
2- 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
3- 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
4- 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) Reserved Words (c) Restricted Words (d) Predefined Words
5- Include statements are written in — section
(a) Header (b) main (c) comments (d) print
6- ——-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
7- are the values that do not change during the whole execution of program
(a) variables (b) strings (c) Constants (d) comments
8- A float uses bytes of memory
(a) 3 (b) 4 (c) 5 (d) 6
9- For initializing a variable, we use —— operator
(a) arrow (b) equal (c) @ (d) ?
10- can be thought of as a container to store constants.
(a) box (b) jar (c) variable (d) collection