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

Computer 11 Set 2

The document is an examination paper for Grade XI in Computer Science, consisting of multiple-choice questions, short answer questions, and long answer questions. It covers various topics including memory types, programming concepts, application software, multimedia graphics, web hosting, and cyber-crime prevention. The total marks for the exam are 50, with a passing mark of 18 and a duration of 2 hours.

Uploaded by

reachalphatrades
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)
42 views2 pages

Computer 11 Set 2

The document is an examination paper for Grade XI in Computer Science, consisting of multiple-choice questions, short answer questions, and long answer questions. It covers various topics including memory types, programming concepts, application software, multimedia graphics, web hosting, and cyber-crime prevention. The total marks for the exam are 50, with a passing mark of 18 and a duration of 2 hours.

Uploaded by

reachalphatrades
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/ 2

Hissan Annual Exam -2080 F.M.

50
Grade XI Subject: Computer Science P.M. 18
SET 2 Time: 2 hrs.
===============================================================================
Group “A” (Multiple Choice Questions)
Rewrite the correct answer in your answer sheet. [9x1=9]
1. Which memory of computer acts as a buffer between CPU and main memory?
a. RAM b. ROM c. Cache d. Storage
2. What is the hexadecimal equivalent of binary digits (11101.101)?
a. (1D.A) b. (1A.D) c. (110.10) d. (2D.A)
3. Which is the following is not system software?
a. Google Chrome b. BIOS c. Linux d. MS-Windows
4. What will be the output of the following code snippet?
#include <stdio.h>
int main() {
int a = 2, b = 3;
int t = a;
a = b;
b = t;
printf("%d %d", a, b);
return 0; }
a. 2 3 b. 3 2 c. 3 5 d. 5 3
5. Which of the following organization maintains the CSS specifications?
a. World Wide Web Consortium (W3C).
b. Web Hypertext Application Technology Working Group.
c. Federation of Associations of Regulatory Boards
d. International standard Organization
6. Which language processor translates the whole program codes of high-level language to
machine code at once?
a) Compiler b) interpreter c) assembler d) Both (a) and (b)
7. Which of the following is domain specific tools?
a. School management system b. Hotel management system
c. Financial accounting system d. All of the above
8. Which multimedia technology allows users to hold face to face meetings in different
locations together without having to move to a single location?
a. Audio Conferencing b. online meeting
c. Video Conferencing d. None of the above
9. The digital signature provides authentication to which of the following?
a) Only Sender b) Only Message c) Sender and Message both c) Only receiver

Group B (Short answer questions)


Give short answer to the following questions. [5x5=25]
10. What is complement of number system? Subtract (1011) 2 from (101110)2 using 2’s
complement method of binary number system. [1+4]
OR
What is programming error? Discuss the common types of errors detected in the
program.
11. What is application software? Why are web apps more popular these days in
comparison to desktop apps? Describe. [1+4]
OR
“An operating system is an interface between user and application programs”. Justify this
statement with arguments.
12. What is graphics in multimedia? Discuss about vector graphics and Roaster graphics.
[1+4]
13.What is web hosting? How can you host a web site? Discuss. [1+4]
14.Explain any five preventive measures from cyber-crime.

Group C [Long answer questions.]


Give long answer to the following questions. [2x8=16]
15. What is logic gate? State and prove Associative and Complement law of Boolean
algebra with truth table and graphics symbol. [2+6]
OR
How is memory of computer classified in different types? Explain in brief.
16.What is string function? Write a program in C language to enter names of N employees
then sort and display in ascending order. [2+6]

******** BEST OF HARD LABOUR ********

You might also like