0% found this document useful (0 votes)
8 views

Computer Science Ssc-Ii

Uploaded by

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

Computer Science Ssc-Ii

Uploaded by

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

Version No.

ROLL NUMBER

⓪ ⓪ ⓪ ⓪ ⓪ ⓪ ⓪ ⓪ ⓪ ⓪ ⓪
① ① ① ① ① ① ① ① ① ① ① Answer Sheet No.

② ② ② ② ② ② ② ② ② ② ②
③ ③ ③ ③ ③ ③ ③ ③ ③ ③ ③ Sign. of Candidate
④ ④ ④ ④ ④ ④ ④ ④ ④ ④ ④
⑤ ⑤ ⑤ ⑤ ⑤ ⑤ ⑤ ⑤ ⑤ ⑤ ⑤
⑥ ⑥ ⑥ ⑥ ⑥ ⑥ ⑥ ⑥ ⑥ ⑥ ⑥ Sign. of Invigilator

⑦ ⑦ ⑦ ⑦ ⑦ ⑦ ⑦ ⑦ ⑦ ⑦ ⑦
⑧ ⑧ ⑧ ⑧ ⑧ ⑧ ⑧ ⑧ ⑧ ⑧ ⑧
⑨ ⑨ ⑨ ⑨ ⑨ ⑨ ⑨ ⑨ ⑨ ⑨ ⑨

COMPUTER SCIENCE SSC–II


SECTION – A (Marks 13) Time allowed: 15 Minutes
Section – A is compulsory. All parts of this section are to be answered on separate bubble sheet and handed over to the
Centre Superintendent. Deleting/overwriting is not allowed. Do not use lead pencil.
Fill the relevant bubble against each questions according to curriculum: Candidate sign.____________
Questions A B C D A B C D
1. What is the represented by a small Start/ Decisio Processi Connec
circle in a flowchart? Stop n ng tor

2. Who invented Java language? Dennis Microso Sun IBM


Ritchie ft Microsys
tem
3. Which of the following structures Seque Selectio Loop Decisio
repeats one or more operation? nce n n

4. When was C language developed? Late Late Late Late


1960s 1080s 1970s 1990s

5. Which symbol is used for decision Rectan Parallel Diamond Oval


in a flowchart? gle ogram

6. Which software helps in finding and Linker Text- Loader Debug


removing errors in programs? editor ger

7. Which of following structures Seque Selectio Loop Decisio


allows a choice among various nce n n
options?
8. Simple word-processor that is used Linker Loader Debugg Text-
to create and edit source code of a er editor
program?
9. Which symbol is used for Rectan Parallel Diamond Oval
processing in a flowchart? gle ogram

10. 1 Petabyte =? 1024 1024 1024 KB 1024


TB PB MB

11. How many bytes are set aside by the 3 4 6 2


compiler for a variable of type float?
12. What is the range of unsigned int? 0~65,5 3~65,5 0~68,53 9~65,5
35 35 5 35

13. What is the other word used for Compil Keywor Special Mnemo
Reserved words? er ds Program nics
ming

COMPUTER SCIENCE SSC-ll

Time allowed: 2.45 hours Total Marks Sections B and C: 42


SECTION – B (Marks 22)
Q. 2 Answer the following questions briefly. (11 x 2 = 22)
(i) Draw four graphical symbols used in flowchart 1+1 OR Define Integrated Development Environment 1+1
and explain them. (IDE)?

(ii) What are reserve words? Why they should not be 1+1 OR Write four characteristics of HLLs. 2
used as a variable name?
(iii) What are the advantages of using flowchart? 1+1 OR Differentiate between syntax and semantics. 1+1

(iv) Write an algorithm to find the acceleration of 1+1 OR Write an algorithm to find factorial of given 1+1
moving object for given mass and force applied. number.
(v) Write an algorithm to find the SUM of given 1+1 OR Write an algorithm to find the Largest among 1+1
sequence. three numbers.
SUM=20+25+30+35+40+45+50
(vi) What is structured language? Also names its 1+1 OR Differentiate between compiler and interpreter. 1+1
types.
(vii) What is an algorithm and what is the role of 1+1 OR Which special characters are used in C 1+1
algorithm in problem solving. language? Explain with symbols and their
meanings.
(viii) Write some uses of computer in various fields? 1+1 OR Differentiate between high level language and 1+1
low level language.
(ix) Write an algorithm to calculate the area of a 1+1 OR Draw flowchart to find the exponent (E) of 1+1
rectangle for given breadth and length. given number (N).
(x) What is Candid Solution of a problem? 1+1 OR Differentiate between C++ and C# languages. 1+1

(xi) Convert the algorithm of question Q9 to 1+1 OR Write steps for drawing flowchart. 1+1
flowchart.

SECTION – C (Marks 20)


Attempt the following questions briefly. (4 x 5 = 20)
(i) What are the rules for specifying a variable 1+4 OR Write an algorithm that reads Marks (M) and 5
name in C language? print letter grade according to following
scheme.
Marks Letter Grade
M>80 and M< 100 A1
M>70 and M< 80 A
M>60 and M< 70 B
M>50 and M< 60 C
M>40 and M< 50 D
M>30 and M< 40 E
M>0 and M< 33 Ungraded
(ii) What is C language IDE? 1+4 OR Explain Data types of C language. 2+3

(iii) Briefly explain five steps involved in problem 1+1 OR Draw flowchart to print multiplication table of 2+3
solving on the Computer. given number.
(iv) What are the modules of C language IDE? 1+1 OR Explain the structure of Computer Program in 2+1
Explain in detail. detail. +1+
1

You might also like