0% found this document useful (0 votes)
4 views1 page

It Xi

The document outlines an examination paper for Class XI Computer Science at Samsara The World Academy for the academic year 2024-25. It includes questions on algorithms, flowcharts, logical circuit diagrams, operating systems, language translators, and software categories. The exam is structured into three sections, with a total duration of 40 minutes and a maximum mark of 40.

Uploaded by

erseema26
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)
4 views1 page

It Xi

The document outlines an examination paper for Class XI Computer Science at Samsara The World Academy for the academic year 2024-25. It includes questions on algorithms, flowcharts, logical circuit diagrams, operating systems, language translators, and software categories. The exam is structured into three sections, with a total duration of 40 minutes and a maximum mark of 40.

Uploaded by

erseema26
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/ 1

SAMSARA THE WORLD ACADEMY

FA MAJOR I (2024-25)
CLASS – XI
SUBJECT – Computer Science
TIME: 40 min M.M:40
SECTION-A
1. Answer the following questions (1*10=10)
I) Write an algorithm to display the total water bill charges of the month depending upon the
number of units consumed by the customer as per the following criteria:
• for the first 100 units @ 4 per unit
• for next 150 units @ 8 per units
more than 250 units @ 10 per unit

Also, add meter charges of Rs. 70 per month to calculate the total water bill.
a) Draw a flowchart to calculate the monthly bill.
b) Also write a program for the same problem.

2. Draw a logical circuit diagram of the Boolean expression: (1*10=10)


i) F = (A+B+C).(A’+B’+C).(A+B’+C)
ii) X = A’BC (A+D)’.
3. Answer the following questions: (4*5=20)
i. What is the purpose of the Operating System in the computer system? Explain any 4 functions of
the Operating system.
ii. Compilers and interpreters are used to convert high-level language programs into machine
language. The only difference is that a compiler reads the whole program at a time to convert it into
machine code whereas, an interpreter does it line by line or statement by statement. The machine
code received from the compiler is stored on the hard disk. When you want to re-execute the
compiled program, you need not recompile it rather the same machine code is used for processing.
On the other hand, on using the interpreter, the high-level program needs to be converted as many
times as you want to execute it.
Read the above description and answer the following questions:
a) Name the two language translators.
b) Which one is faster, a compiler or an interpreter?
c) Why should you convert a high-level language into a machine language?
d) Which of the language processor executes the program line by line?
e) Which of the language processors executes the program in one go?

iii. Identify the category (system, application, programming tool) of the following software.
a) Compiler
b) Assembler
c) Ubuntu
d) Text editor
e) Antivirus
iv. Draw the block diagram of a computer system. Briefly write about the functionality of each
component.

You might also like