Class 11 Computer Science Model Questions Set – 1

We have prepared class 11 computer science model questions set-1 according to curriculum and models of National Education Board of Nepal. This model sets includes collection of probable questions for NEB class 11 final examinations. CLass 11 final exam is conducted by particular Municipality and Rural Municipality in co-ordination with NEB.

Class 11 Computer Science Model Questions Set – 1

Full Marks of this theory or written examination is 50 and pass mark is 20.

Group A:

Multiple Choice Questions: 9 * 1 = 9 (In this section 9 objectives questions will be asked 1 marks for each question.

1. Who is known as father of modern computer science?

a. John Napier

b. Charles Babbage

c. William Oughtred

d. Blaise Pascal

2. Which one of the following is not the function of an operating system?

a. To provide interface between human and computer system

b. To schedule the processes in cpu

c. To make computer useable and accessible

d. To make computer inaccessible to user

3. What action is performed in MS word if we press the shortcut key CTRL + E.

a. It aligns the text in right.

b. It aligns the text in left.

c. It aligns the text in justify.

d. It aligns the text in Center.

4. Which of the following statement is correct in MS Excel?

a. Cell holds the data.

b. Formula and Functions are defined in a cell.

c. Cell is the intersection of rows and columns.

d. Cell is the formula to calculate addition in MS Excel.

5. PowerPoint is one of the most powerful ………… software.

a. Editing

b. Designing

c. Presenstaion

d. Programming

6. Which of the following is correct syntax to display output Hello Friend in c programming?

a. print(“Hello Friend”);

b. printf(“Hello Friend”);

c. display(“Hello Friend”);

d. message(“Hello Friend”);

7. …………… is not a component of multimedia.

a. image

b. text

c. Notepad

d. animation

8. ……………. is the fastest memory among ohters.

a. RAM

b. ROM

c. Cache Memory

d. Harddisk

9. HTML is webpage designing language, then what is the latest version of its?

a. HTML 2.0

b. HTML 3.0

c. HTML 5.0

d. HTML 6.0

Group “B” :

Short Questions 5 * 5 = 25

In this section seven questions are asked, students need to give answers of only five questions. Two questions are alternaties.

1. What are the application area of an computer?

Or

Differentiate between Mainframe and Super Computer.

2. What is Boolean Logic. Explain about AND, OR and NOT gates.

3. Do operating systems are find in various types, Explain about them.

Or

Why Operating System is important for a computer.

4. What are the components of multimedia.

5. What is Malware software? Write down its types.

Group “C” :

2 * 8 = 16

6. Draw the logical architecture or block diagram of computer and explain about its components.

or

State and Prove De-Morgan’s theorem first and second.

7. Write a c program to calculate factorial of given n numbers.

Leave a Reply