FAZAIA SCHOOLS & COLLEGES
COMPUTER SCIENCE - SSC–I
SEND-UP EXAM (2024-25)
VERSION NO ROLL NUMBER
Section - A (Marks 13)
Time Allowed: 15 minutes
Section – A is compulsory. All
parts of this section are to be
answered on this page and
handed over to the Centre
Superintendent.
Deleting/overwriting is not
allowed. Do not use lead pencil.
Candidate Sign. ________________________ Invigilator Sign. ________________________
Q1. Fill the relevant bubble against each question according to curriculum. Each part
carries one mark.
Sr
Question A B C D A B C D
no.
A single chip
capable of handling
Microproce-
i. all processing tasks Hard disk Microphone Robots
ssor
within a computer is
called:
The study of
interaction between
ii. human language NLP XML JSON SQL
and computers is
called:
The AI tool that
Virtual
iii. converts text to ChatGPT Grammarly Lovo ai
Assistant
speech is:
Intermediate Current
Memory
iv. arithmetic and logic Cache Accumulator instruction
Buffer
results are stored in: Register
Information system
that is used for Telephone Assembly Power
v. Databases
storing and retrieving networks lines plants
data efficiently:
Software designers
often use a handy UML
vi. Flowcharts IPO Charts Pseudocode
tool to solve Diagrams
problems effectively:
Graphical
representation of Data
Data
vii. data to gain Data Mining Visualizati- Dataset
collection
meaningful insights, on
trends, and patterns:
Page 1 of 4
Sr
Question A B C D A B C D
no.
The eight-queens
Both a and
viii. puzzle is the Sorting Searching Counting
b
problem of:
What will be the 0
output of the 5
following code? Counting 10
Counting
ix. For(i=0 ; i<=30; numbers 15 Syntax Error
1-30
i=i+5) Document. 1-50 20
write(i, “<br/>”) 25
30
An AI-based
program designed to
Machine
solve complex Expert Neural Decision
x. Learning
problems System Network Tree
Model
interactively is
known as:
The heading tag-pair
xi. for 5th level heading <h5….h5> <h5…. /h5> h5>...</h5> <h5>….</h5>
is:
A datatype that can
hold a number of
xii. Function Array Dictionary Set
homogeneous sets
of elements is called:
In HTML, to split a
sentence into
xiii. <p> <hr> <br/> <div>
multiple lines, a tag
is used:
Page 2 of 4
FAZAIA SCHOOLS & COLLEGES
COMPUTER SSC-I SEND-UP (2024-25)
Time allowed: 2.45 hours Total Marks: 42
Note: Answer all parts from Section ‘B’ and all questions from Section ‘C’ on the E-sheet. Write
your answers on the allotted / given spaces.
SECTION – B (Marks 22)
Q2 Attempt the following questions:
i. Introduce Differential Analyzer. Also 1+1 OR What is the primary goal of fifth 2
describe the function. generation computer?
ii. Write down the characteristics of 1+1 OR Write down HTML tags to display 1+1
MAN? ‘Programming’ as a main heading
and ‘Application Programming’ as a
subheading on the web page.
iii. Describe the process of data 1+1 OR Narrate the purpose of start and stop 2
transmission within a computer bits and their use in data
system. transmission?
iv. Differentiate between client/server 1+1 OR Differentiate between the star and 1+1
architecture and peer-to-peer network. ring topologies.
v. Describe a situation in daily life where 2 OR Write key points regarding Von 2
you could apply computational thinking Neumann architecture.
to find a solutions.
vi. Operating system is an important 1+1 OR How can summary statistics benefit 2
software. How? students in real life situations?
vii. What will be the output of the following 2 OR Why are wireless networks useful? 1+1
HTML code? Provide reasons to support your
<html>
<head> answer.
<title>Text Styling Example</title>
<style>
.text {
font-size: 20px;
color: blue;}
</style>
</head>
<body>
<p class="text">This is a styled
paragraph. </p>
</body>
viii. How does LARP differ from concept 1+1 OR Draw and illustrate any four symbols 2
map? used in flowcharts.
ix. Is the Grammarly AI tool serve as an 2 OR Write an algorithm to print 2
ideal replacement for manual “Pass” if the marks of a
proofreading? Student is greater than 33.
x. Explain how to find the total number of 1+1 OR Explain the concept of unsupervised 1+1
unique combinations when making two machine learning and how it
choices, if the first choice has A identifies patterns in unlabelled data.
options and the second choice has B
options.
xi. Database is useful in the field of data 2 OR Write a code in JavaScript to print 2
science. Defend the statement. the counting from 1-10 using iterative
statement.
Page 3 of 4
SECTION – C (Marks 20)
(4 × 5 = 20)
Note: Attempt all questions. Marks of each question are given along with each question.
Q3 Explain how Packet Switching differ 2.5+ What is Data communication? 1
from Circuit Switching in data 2.5 OR Describe the components of a +
transmission methods. communication system. 4
Q4 Write a program in JavaScript to 5 Write down the HTML code to print 5
input temperature from the user the following output:
and print the following messages Subjects offered
on the basis of temperature.
Temperature Message OR
• English
>25 It is hot Today! • Urdu
>15 and <25 It is a nice day! • Mathematics
• Biotechnology
<10 It is cold Today!
Q5 Define robotics. Mention four areas 1+4 Draw a flowchart to determine 5
where robots can replace humans. OR the smallest of three unequal
numbers.
Q6 State Cloud computing? Also, 1+4 Explain the term “Word Size” and 2.5
compare public cloud and private discuss how it impacts the +
cloud. OR performance and capabilities of a 2.5
CPU. Give an example to illustrate
your answer.
Page 4 of 4