HSSC-II- Resource Pack Computer Science Objectives
HSSC-II- Resource Pack Computer Science Objectives
1: Data Basics
9. Elements of C
13. Functions in C
1|Page
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter 1 Data Basics
Multiple Choice Questions (MCQs):
2|Page
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter 2 -Basic Concept and
Terminology
Multiple Choice Questions (MCQs)
1) The columns of a table correspond to;
d) Searching records
3|Page
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter 3 – Data base Design Process
Multiple choice questions (MCQs)
1) Which of the following is used to define objects and describe their characteristics?
a) Data flow diagram b) data build diagram c) data forward data d) none of the above
6) In hybrid distribution which kind of fragments are stored at only one site
8) Which of the following keys does not hold the uniqueness property
4|Page
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
9) ERD stands for
d) Both c and b
5|Page
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter 4 – Data integrity &
normalization
2) Two or more attributes having different names but same meaning are called;
3) The attribute on the left hand side of the arrow in a functional dependency is;
7) Different attributes in two different tables having same name are referred to as
a) Synonyms b) homonym c) acronym d) mutually exclusive
6|Page
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter 5 – Introduction to MS Access
Multiple choice questions (MCQs)
7|Page
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter 6 – Table and Query
Multiple choice questions (MCQs)
8|Page
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter -7 MS Access forms & Reports
9|Page
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter -8 Getting Started with C
8) Which of the following language requires no translator to the execute the program
a) C b) C++ c) Machine language d) Assembly Language
10 | P a g e
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
a) Microprocessor b) language processor c) C preprocessor d) Loader
Chapter # 9 – Elements of C
9) A+= B is equivalent to
a) b+=a b) a=+b c) a=a+b d) b=b+a
11 | P a g e
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
10) The symbol ‘=’, represents
a) Comparison operator b) assignment operator c) equal to operator
d) None of these
a) %d b) %f c) %c d) % x
12 | P a g e
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter -11 Decision Construction
13 | P a g e
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter- 12 Loops Construct
14 | P a g e
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter – 13 Functions In C
1) The printf is a
a) Built in function b) User defined function c) Local function d) None
2) Multiple arguments to a function are separated by
a) Comments b) Semicolons c) Colons d) Commas
3) A built-in function
a) Cannot be redefine b) Can be redefined c) cannot return a value d) Should be
redefined
4) Local Variable are also called
a) Automatic variable b) Normal variable c) Global variables d) Basic Variable
5) The Scope of a variable refers to its
a) Length b) Name c) Accessibility d) Data type
6) Function prototypes for built -in functions are specified in
a) source files b) header file c) object file d) image files
7) Memory is allocated to a local variable at the time of its
a) declaration b) destruction c) definition d) first reference
15 | P a g e
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020
Chapter 14- File Handling in C
16 | P a g e
Copyright © Roots International Schools and colleges, All right reserved BISE LHR |Computer Science XII, 2020