CBSE Class 11 Computer Science Sample Paper Set W

Read and download PDF of CBSE Class 11 Computer Science Sample Paper Set W designed as per the latest curriculum and examination pattern for Class 11 issued by CBSE, NCERT and KVS. The latest Class 11 Computer Science Sample Papers have been provided with solutions so that the students can solve these practice papers and then compare their answers. This will help them to identify mistakes and improvement areas in Computer Science Class 11 which they need to study more to get better marks in Class 11 exams. After solving these guess papers also refer to solved Class 11 Computer Science Question Papers available on our website to build strong understanding of the subject

Sample Paper for Class 11 Computer Science Pdf

Students can refer to the below Class 11 Computer Science Sample Paper designed to help students understand the pattern of questions that will be asked in Class 11 exams. Please download CBSE Class 11 Computer Science Sample Paper Set W

Computer Science Class 11 Sample Paper


Q.No.1:

a.Differentiate between primary memory and secondary memory.. Give examples of each type of memory. 

A)The memory inside the CPU is primary memory (main memory) and the memory outside it is known as secondary(auxiliary) memory.

Primary Memory: RAM (Random Access Memory) and ROM (Read only Memory) comes under primary memory. RAM is volatile memory and ROM is non volatile memory. All the data and programs must be stored in RAM for execution. But the content of RAM is not permanent. Eg: RAM, ROM.

Secondary Memory: Since primary memory has a limited storage capacity and is not permanent, secondary storage devices are used to store large amount of data permanently. There are various types of secondary devices available these days. Eg: Hard disks, Floppy disks ----- Magnetic Media CD ROMS, DVDs ----- Optical Media

b. What is the difference between semantics error and syntax error? Give an example of each.

A) 1.Syntax Errors: Syntax errors occur when rules of a programming language are misused. Syntax refers to formal rules governing the construction of valid statements in a language. Eg: int a,b //Did not keep ; (semicolon) at the end of statement.

2.Semantics Error: Semantic errors occur when statements are not meaningful. Semantics refers to the set of rules which give the meaning of a statement. Eg: X * Y = Z;

(Siva plays Guitar is Syntactically and Semantically correct but Guitar plays Siva is Syntactically correct but Semantically incorrect).

c. What do you meant by a lexical unit? Give an example. 

A) Token: The smallest individual unit in a program is known as a token (Lexical Unit). There are 5 types of tokens.

     (i) Keywords     (ii) Identifiers     (iii) Literals     (iv) Punctuators      (v) Operators

d. what is relation between Microprocessor and Microcomputer 

Ans. Microcomputer is a computer that contain a Microprocessor

e. Briefly Distinguish between a general purpose and special purpose computer 


Q.No.2:

a. What is the shortcut menu ? what is its significance 

b. What is the significance of Recycle Bin 

c. Explain the concept of time sharing 

d. What is meant by the term multiprogramming and multitasking 

e .Explain briefly the function performed by an operating system as processor manager. 


Q.No.3:

a. 4.Differentiate between object oriented programming and procedural oriented programming with the help of examples of each. 

A. Procedure Oriented Programming: A program in a procedural language is a list of instructions where each statement tells the computer to do something. The focus is on the processing. There is no much security for the data.

Object Oriented Programming: The object oriented approach views a problem in terms of objects involved rather than procedure for doing it. In object oriented programming, object represents an entity that can store data and has its interface through functions

b.Distinguish between if and switch statement. 

A)The if-else and switch both are selection statements and they both let you select an alternative out of given many alternatives by testing an expression. But there are some differences in their operations.

(i) The switch statement differs from the if statement in that switch can only test for equality whereas if can evaluate a relational or logical expression. Ie multiple conditions.

(ii) The switch statement selects its branches by testing the value of same variable whereas the if else construction lets you use a series of expressions that may involve unrelated variables and complex expressions.

(iii) The if-else can handle ranges whereas switch cannot.

c.Differentiate between call by value and call by reference with help of an example. 

A)(i)In call by value, actual arguments will be copied into the formal perameters. In call by reference, formal perameters are references to the actual arguments.

(ii)In call by value, if any modification is occurred to the formal perameter, that change will not reflect back to the actual argument. In call by reference, if any modification is occurred to the formal perameter (reference to the actual argument), the actual argument value will be changed.

(iii) We should go for call by value when we don’t want to modify the original value. We should go for call by value when we want to modify the original value.

(iv) Example:

              void Change(int a, int &b)

                     { a= 2*a;

                       b=20;

                     }

Here a is called by “call by value” method and b is called by “call by reference” So as the value of a is changed, actual argument for a will not be changed, as the value of b is changed, actual argument for b will be changed

d.Write the names of the header files of the following functions.

              i)getch()                          ii) isalpha()                 iii)strcpy()        iv)sqrt() 

A)          (i) getch( ) - conio.h          (ii)isalpha( ) – ctype.h

             (iii)strcpy( ) - string.h         (iv)sqrt( ) - math.h



Please refer to attached file for CBSE Class 11 Computer Science Sample Paper Set W

More Study Material

Sample Paper Computer Science Class 11

We hope you liked the above provided CBSE Class 11 Computer Science Sample Paper Set W. To get an understanding of the type of questions which were asked in exams, it is important for Class 11 students to refer to CBSE Class 11 Computer Science Sample Paper Set W that we have provided above. Students can download the Sample Paper for Class 11 Computer Science which will be coming in the exams so that you can practise them and solve all types of questions that can be asked in exams. If you do CBSE Class 11 Computer Science Sample Paper Set W for Class 11 Computer Science you will easily understand the way examination Sample Paper are set by teachers.

Class 11 Computer Science Sample Paper

The latest Sample Paper CBSE Class 11 Computer Science Sample Paper Set W covers all the topics which have been suggested by CBSE in their Class 11 Computer Science syllabus for the current year. By doing CBSE Class 11 Computer Science Sample Paper Set W you will understand the regular questions and MCQ questions for Class 11 Computer Science which are always asked and learn them so that you can get full marks in those questions.

Class 11 Computer Science Model Question Paper Pdf Download

We have provided link above of CBSE Class 11 Computer Science Sample Paper Set W in Pdf format so that you can just click the links and easily download the papers with answers. On studiestoday, we have also provided a download and print option for all CBSE Class 11 Computer Science latest Sample Papers for Class 11 Computer Science to make it more easy for students. You can download CBSE Class 11 Computer Science Sample Paper and Class 11 Computer Science Question Papers in PDF absolutely free of cost.

Computer Science Sample Paper Class 11 with Solutions

We have provided CBSE Class 11 Computer Science Sample Paper Set W with solutions. You will be able to understand the type of answers which you should write in Class 11 Computer Science exams to score good marks. You should attempt all the last year question paper for Class 11 and Class 11 Computer Science MCQ Test in examination conditions at home and then compare their answers with the solutions provided by our teachers. This way you will be able to identify your weak areas and also understand how the teachers of Class 11 Computer Science set their questions in the exams.

CBSE Class 11 Computer Science Sample Paper with solutions

We have provided the current year Class 11 Computer Science Sample Paper. Students who want to practice Sample Paper from all previous years can easily get them on studiestoday. We are the leading website in India from which you can download all the latest Class 11 Computer Science study material for free as per the CBSE syllabus for Class 11 Computer Science for the current academic year.

Where can I download CBSE Class 11 Computer Science Sample Paper Set W in Pdf

You can download CBSE Class 11 Computer Science Sample Paper Set W from StudiesToday.com

Can I download the latest Sample Paper of Class 11 Computer Science in Pdf

Yes, you can click on the links above and download Sample Paper in PDF for Class 11 for Computer Science. Click on above link to download CBSE Class 11 Computer Science Sample Paper Set W

Is the Class 11 Computer Science Mock Paper available for the latest session

Yes, the CBSE Class 11 Computer Science Sample Paper Set W issued for Class 11 Computer Science have been made available here for latest academic session

How can I download and print CBSE Class 11 Computer Science Sample Paper Set W

You can easily access the link above and download CBSE Class 11 Computer Science Sample Paper Set W and save on your computer of mobile

Is there any charge for CBSE Class 11 Computer Science Sample Paper Set W

There is no charge for CBSE Class 11 Computer Science Sample Paper Set W you can download everything free

How can I improve my scores by solving CBSE Class 11 Computer Science Sample Paper Set W

Regular practice of sample question paper given on studiestoday for CBSE Class 11 Computer Science Sample Paper Set W can help you to score better marks in exams

Are there any websites that offer free CBSE Class 11 Computer Science Sample Paper Set W

Yes, studiestoday.com provides all latest CBSE Class 11 Computer Science Sample Papers with answers based on the latest format issued for current academic session

Can model paper CBSE Class 11 Computer Science Sample Paper Set W be accessed on mobile devices

Yes, studiestoday provides CBSE Class 11 Computer Science Sample Paper Set W in Pdf and can be accessed on smartphones and tablets.

Are mock CBSE Class 11 Computer Science Sample Paper Set W available in multiple languages

Yes, mock CBSE Class 11 Computer Science Sample Paper Set W are available in multiple languages, including English, Hindi