0% found this document useful (0 votes)
37 views2 pages

CL-12th Computer Science PPR (1st Term 1st 4 Chapters)

Uploaded by

kazimnawaz956
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views2 pages

CL-12th Computer Science PPR (1st Term 1st 4 Chapters)

Uploaded by

kazimnawaz956
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

IQRA SCIENCE SCHOOL & COLLEGE DHAKKI CAMPUS

1st TERM EXAMINATION


Section: __________ Name: ___________
Computer Science-12th
Date: ____________ Roll No: __________

Time Allowed: 20 min Section (A) Marks: 15


Q.1 Choose the correct option i.e, A, B, C or D.
(i) Operating system is an ___
Application software System software Driver Utility Program
(ii) Process consist of five states new, ready, running, _______ and exit.
block start processing All of these
(iii) Which software are the programs that are needed to be installed to fulfill user requirements _______
Operating system BIOS Application System software
(iv) A project manager is professional in the field of ______
Project management Planning Programming All of these
(v) ______ determine whether the project should go forward.
Feasibility Problem identity System evaluation None
(vi) Entity have a positive influence in the project completion are known as _____
stakeholders Stake supervisors Stake Owners Full stake developer
(vii) In relation operator i,e (7==5) ______
True False Both a and b None
(viii) In C++ language char = ‘3’ represents ______
a digit integer’s constant character constant a word

(ix) In which logical operators that result is false when any one is false ?
AND OR Ternary None
(x) You can exit a switch statement using __________ statement.
Exit Continue Start Break
(xi) Which of the following is not conditional jump statement ?
while  until do for
(xii) what does the given expression evaluates to ? M = 6+5*4%3
1 8 11 9
(xiii) (true&&true) || false
true false both a and b incorrect expression
(xiv) Each repetition of a loop is called _____
statement round iteration condition
(xv) 7 == 5 ? 4 : 3 // returns _______, since 7 is not equal to 5
7  5 4 3
IQRA SCIENCE SCHOOL & COLLEGE DHAKKI CAMPUS
1st TERM EXAMINATION

Computer Science-12th

Time Allowed: 2:40 min Section (B) Marks: 40


Q.2 Attempt any TEN parts (All parts carry equal marks).
i. What is single user and multi user operating system ?
ii. What is process ? write different state of a process ?
iii. Write C++ program to find out the area of rectangle and display the result ?
iv. What is planning and also write the activities of the planning phase?
v. Write objectives of SDLC ?
vi. Draw the flow chart of “Nested if statement” ?
vii. Write C++ program to show the input number is even or odd that use
only if-else Statement ?
viii. What is break statement and exit function ?
ix. Give any example of for loop through any program ?
x. Differentiate between parallel and distributed operating system ?
xi. Write symbol, its name and function with their shape/diagram ?
xii. What is an Algorithm ?
xiii. Why software development life cycle is important for the development
of software ?

Section (C) Marks: 20


Note: Attempt any TWO Questions.
Q.3 Briefly explain the phases of SDLC ?
Q.4 Describe functions of an operating system ?
Q.5 a) Write a C++ program to find out maximum value out of four integers
Using conditional operator ?
b) Write a C++ program to input a character from the keyboard and
display the message after testing whether it is vowel or consonant ?

**********

You might also like