CBSE 2010 Class Xllth Computer Science Sample Papers
Computer science is a very vast field and the scope is huge. Computer science broadly means the study of both the hardware and the software but it is further divided into many subfields when combined with other fields, for example, developing machine with artificial intelligence. Friends, whatever you study in class 12th is the basis for any computer oriented stream. You need a strong edifice for the subsequent building of knowledge. According to my personal experience, the importance of computer science also increase because there is no placement paper of any company that does not have questions from C, C++, data structures and SQL, so now is the time for you to work hard and get all your basics right.
Download CBSE 2010 Class Xll Computer Science Sample Papers
• Computer Science Sample Paper 1
• Computer Science Sample Paper 2
• Computer Science Sample Paper 3
• Computer Science Sample Paper 4
• Computer Science Sample Paper 5
CBSE Syllabus Class 12 for 2010 : Computer Science
Computer Science : CBSE syllabus class 12 for March 2010 examinations
COURSE STRUCTURE
Class XII
Computer Science (Code 083)
OnePaper 3 Hours 70 Marks
Unit – Marks
PROGRAMMING IN C++ -30
DATA STRUCTURE -16
DATABASE AND SQL -08
BOOLEAN ALGEBRA -08
COMMUNICATION AND NETWORK CONCEPTS -08
TOTAL -70
UNIT 1: PROGRAMMING IN C++
REVIEW: C++ covered In Class -XI,
Defining a symbol name using type def keyword and defining a macro using #define directive; Need for User defined data type;
Structures:
Defining a Structure, Declaring structure variables, Accessing structure elements, Passing structure to Functions as value and reference argument/parameter, Function returning structure, Array of structures, passing an array of structure as an argument/ a parameter to a function;
Object Oriented Programming:
Concept of Object Oriented Programming – Data hiding, Data encapsulation, Class and Object, Abstract class and Concrete class, Polymorphism (Implementation of polymorphism using Function overloading as an example in C++); Inheritance, Advantages of Object Oriented Programming over earlier programming methodologies,
Implementation of Object Oriented Programming concepts in C++:
Definition of a class, Members of a class - Data Members and Member Functions (methods), Using Private and Public visibility modes, default visibility mode (private); Member function definition: inside class definition and outside class definition using scope resolution operator (::); Declaration of objects as instances of a class; accessing members from object(s), Array of type class, Objects as function arguments - pass by value and pass by reference;
Constructor and Destructor:
Constructor: Special Characteristics, Declaration and Definition of a constructor, Default Constructor, Overloaded Constructors, Copy Constructor, Constructor with default arguments;
Destructor: Special Characteristics, Declaration and definition of destructor;
Inheritance (Extending Classes): Concept of Inheritance, Base Class, Derived Class, Defining derived classes, protected visibility mode; Single level inheritance, Multilevel inheritance and Multiple inheritance, Privately derived, Publicly derived and Protectedly derived class, accessibility of members from objects and within derived class(es);
Data File Handling:
Need for a data file, Types of data files – Text file and Binary file;
Basic file operations on text file: Creating/Writing text into file, Reading and Manipulation of text from an already existing text File (accessing sequentially);
Binary File: Creation of file, Writing data into file, Searching for required data from file,
Appending data to a file, Insertion of data in sorted file, Deletion of data from file, Modification of data in a file; Implementation of above mentioned data file handling in C++; Components of C++ to be used with file handling:
Header file: fstream.h; ifstream, ofstream, fstream classes; Opening a text file in in, out, and app modes;
Using cascading operators for writing text to the file and reading text from the file; open (), get(), put(), getline() and close() functions; Detecting end-of-file (with or without using eof() function);
Opening a binary file using in, out, and app modes; open(), read(), write() and close() functions; Detecting end-of-file (with or without using eof() function); tellg(), tellp(), seekg(), seekp() functions
Pointers:
Declaration and Initialization of Pointers; Dynamic memory allocation/deallocation operators: new, delete; Pointers and Arrays: Array of Pointers, Pointer to an array (1 dimensional array), Function returning a pointer, Reference variables and use of alias; Function call by reference.
Pointer to structures: Deference operator: *, ->; self referencial structures;
UNIT 2: DATA STRUCTURES
Arrays:
One and two Dimensional arrays: Sequential allocation and address calculation; One dimensional array: Traversal, Searching (Linear, Binary Search), Insertion of an element in an array, deletion of an element from an array, Sorting (Insertion, Selection, Bubble sort), concatenation of two linear arrays, merging of two sorted arrays;
Two-dimensional arrays: Traversal, Finding sum/difference of two NxM arrays containing numeric values, Interchanging Row and Column elements in a two dimensional array;
Stack (Array and Linked implementation of Stack): Operations on Stack (PUSH and POP) and its Implementation in C++, Converting expressions from INFIX to POSTFIX notation and evaluation of Postfix expression;
Queue: (Circular Array and Linked Implementation): Operations on Queue (Insert and Delete) and its Implementation in C++.
UNIT 3: DATABASES AND SQL
Database Concepts:
Relational data model: Concept of domain, tuple, relation, key, primary key, alternate key, candidate key; Relational algebra: Selection, Projection, Union and Cartesian product;
Structured Query Language: General Concepts: Advantages of using SQL, Data Definition Language and Data Manipulation Language;
Data types: NUMBER, CHARACTER, DATE;
SQL commands: CREATE TABLE, DROP TABLE, ALTER TABLE, UPDATE…SET…, INSERT, DELETE; SELECT, DISTINCT, FROM, WHERE, IN, BETWEEN, GROUP BY, HAVING, ORDER BY;
SQL functions: SUM, AVG, COUNT, MAX and MIN;
Note: Implementation of the above mentioned commands could be done on any SQL supported software.
UNIT 4: BOOLEAN ALGEBRA
Binary-valued Quantities, Boolean Variable, Boolean Constant and Boolean Operators: AND, OR, NOT; Truth Tables; Closure Property, Commutative Law, Associative Law, Identity law, Inverse law, Principle of Duality, Idem potent Law, Distributive Law, Absorption Law, involution law, DeMorgan’s Law and their applications;
Obtaining Sum of Product (SOP) and Product of Sum (POS) form from the Truth Table, Reducing Boolean Expression (SOP and POS) to its minimal form, Use of Karnaugh Map for minimization of Boolean expressions (up to 4 variables);
Basic Logic Gates (NOT, AND, OR, NAND, NOR) and their use in circuits.
UNIT 5: COMMUNICATION AND NETWORK CONCEPTS
Evolution of Networking: ARPANET, Internet, Interspace;
Different ways of sending data across the network with reference to switching techniques; Data Communication terminologies: Concept of Channel, Baud, Bandwidth (Hz, KHz, MHz) and Data transfer rate (bps, kbps, Mbps, Gbps, Tbps);
Transmission media: Twisted pair cable, coaxial cable, optical fiber, infrared, radio link, microwave link and satellite link.
Network devices: Modem, RJ45 connector, Ethernet Card, Hub, Switch, Gateway; Different Topologies- Bus, Star, Tree; Concepts of LAN, WAN, MAN;
Protocol: TCP/IP, File Transfer Protocol (FTP), PPP, Level-Remote Login (Telnet), Internet, Wireless/Mobile Communication, GSM, CDMA, WLL, 3G, SMS, Voice mail, Application Electronic Mail, Chat, Video Conferencing;
Network Security Concepts: Cyber Law, Virus threats and prevention, Firewall, Cookies, Hacking; WebPages; Hyper Text Markup Language (HTML), eXtensible Markup Language (XML); Hyper Text Transfer Protocol (HTTP); Domain Names; URL; Protocol Address; Website, Web browser, Web Servers; Web Hosting.
|
- CBSE Class Xllth Psychology Papers
- CBSE Class Xllth Sociology Papers
- CBSE Class Xllth Biotechnology Papers
- CBSE Class Xllth Sanskrit Elective Papers
- CBSE Class Xllth Sanskrit Core Papers
- CBSE class 12 Computer Science Papers
- CBSE class 12 Papers
- CBSE Class 10th Science and Technology Papers
- CBSE class 12 Political Science Papers
- CBSE Class 10 Papers
- CBSE class 12 Maths Papers
- CBSE Class X Mathematics Papers
- CBSE Class 12 Chemistry Papers
- CBSE class 12 Geography Papers
- CBSE Class XII Accountancy Papers
Do you have any question? Please ask:
106 Responses to “CBSE 2010 Class Xllth Computer Science Sample Papers”
|
|
Fantastic points altogether, you simply gained a logo new reader. What may you recommend about your submit that you just made a few days ago? Any positive?
sir plzz help me in solving the output qus
sir,i m nt able to find out the output of questions plz suggest me??
sir, i want 12th computer science paper of last ten years with their answers..!
thank you for your concern.
looking forward for your kind consideration.
i want last 5 years solved cbse computer science question paper
Sir i am not able to take output of program i am very week in cs nd also we hav no quallified teacher to explain these all plz send me some tips nd previous year question with sol ution
i want last 5 years solved cbse computer science question paper.
pls send me cbse previous years board paper for computer
sir,
pls send me the important questions of compurt science with solved answers and last 5years question papers of cbse bord(+2)
i want some questions on file handling + there solutions if pssible please help me…
I am already having sample papers plz send me their answers only .
i want last 5 years solved cbse computer science question paper.
plz send me important questions on file handling as well as output too….
thnk u
plz send me important topics and questions
from where can i get the solutions for class 12 computer science cbse sample papers? please reply asap
Sir plz send me cbse sample papers useful for 2011 boards wit solutio plz.. And if possible plz send question no 1 of different types of question wit solution sir.. I get confused in finding output of prog’s.. Sir plz send to my id as soon as possible sir.. Thank u..
what is the use of typedef() function
sir,i want sample papers and their solutions of computer science of class 12 cbse.i am weak in taking out output of any program so it will help me in understanding about it.
Please send me last ten years computer science solved cbse board papers.
sir plz send solved last year board papers
sir i need 6 solved papers in cbse board pattern…plz sir………
File Handling and Data Structure….
why dont u add solutions
sir plz send me solved sample papers of class12 of computer science
solution for sample paper 1
Please Show me theModel paper computer science class TDC
i need a site from where i could get all the sample papers of PCM and English
pleasa sir help in programming regularly
biotechnology
i need chapter wise question of computer science classs xII
sir
plz give me computer science papers of std xii last 10 years sample questions papers.
thank u
bye
what is constructor?
I am a class XII Science student…plz send me solved cbse sample papers for all subjects….it is urgent…
hi its me rag plz send me a sample paper of all subjects of 9th standard
i want previous ten years paper of computer science can i get it or not please reply me on my email id that is
[email protected]….
compare and contrast:
structured programming(pop) vs oop.
write a program in c++ to reverse a string
hii ths is gaurav i wnt u to snd me d bst sample papers soon plzzzzzzzzzz
sir
I want previous years(2010.2009,2008 ,2007,2006,2550)solved papers of cbse computer science board exam
i want solved question paper of computer science of 12th class
Dear sir,
I want some solved sample question papers for information technology for class 9th and 10th. for computer science for class 11th and 12th
Where can i do SQL practical. I mean in which application?
please send the solved sample papers for computer science of above sample papers of 12th cbse
respected sir,
though i got the sample paper but i don’t know how to get solutions. please help. i hope you understand my problem
please send the solved sample papers for computer science. i will be thankful to u.
–
Sent on a phone using T9space.com
please send the solved sample papers for computer science
–
Sent on a phone using T9space.com
draw the circuit diagram for the boolean function.f(x,y,z)=(x’+y)(y+z’)making use of NOR GATES ONLY
?
type here
how to get previous questions paper of jk bord 12th class
sir
plzzzzz send me the solution of the sample paper as soon as possible……………c++ 12th CBSE 2010.
solutions of all computer science cbse sample papers
send me sample papers of computer science 2010 for class 12
sir,
plzzzzz send me the solution of the sample paper as soon as possible……………
sir…
could u get me solved sample paper 1 as early as possible
thank u
i need solutions to the above sample papers and also to previous years question papers
plz send the solutions of the above sample paper
sir…
could u get me solved sample paper 1 as early as possible
thank u
sir…
could u get me solved sample paper 1 as early as possible
thank u
convert the following boolean expression into its equivalent canonical product of sum form(pos)
A.B’.C+A’.B.C+A’.B.C’
sir,
wud u plz snd me cbse sample qus vth solutions f +2 along vth solvd papers f SQL tables at d earliest……..?
may god bless u…..
Plz send me some hot questions for 2010CBSE Exam
pls forward the solved paper of Unit database and SQL tables at the earlist
heyya sir/madam..i ll be highly obliged if u send me d answers f dese sample papers as soon as possible…thanks..
respected sir,
I have vgot all the sample paper, but I don’t have any solution,I hope u hwill understand my problem and the solution today of all subject in commerce,and computer science
sir…could you please get me the solutions of the sample papers in computer science as early as possible?
pls do mail them to me.
sir,
please give the sample paper of computer science of class 12
as quickly as possible.
sir…could you please get me the solutions of the sample papers in computer science as early as possible?
pls do mail them to me.
plzzzzzzzz
sir please send me the solns of these sample papers plzzzzzzzzzzzzzz…
thanking u
i hope u send me the results as fast as possible
i feel arraysand its sub topics. very difficult can someone just help me to cler out its basics…??????
sir , would u plzzzzzz send me the soln for the above sample papers
i hope u send me the solns sir plzzzzzzzzzzzzzzzz………..
thanking u
Gud evening..
I wil be highly thankful if u could send the SOLVED computer science papars of class 12. Its really urgent. Thank you.
sir…could you please get me the solutions of the sample papers in computer science as early as possible?
pls do mail them to me
thanking you
sir…could you please get me the solutions of sample papers
as early as possible..
pls do mail them.
thanking you
sir i need the solution as soon as possible
sir………..pls send me the splution as early as possible……………….plzzzzzzzzzzzzzzzzzzzzz
Repected Rir,please send me d solution of samplepapers today itself so pls do mail
hello em not able to learn some chapters in computer science mainly first 7 chapters i only learn database sql ,networking,boolean
as i did’nt study in 11 my base is so weak so i m unable to study even i dont know abt loops nd my board examination is coming….suggest how i can pass my c++ examination
plzzz dont ignore
please send me the solutions of above sample papers
what it the role of copy constructor ?
sir i m not like the others i m the strongest in maths ,physics,englishin my school.so,i dont lete my result to be let down because of cs only,plzzzzzzzzzzzzzzzzzzzzzz
help me ,dont ignore me
plz send me these sample papers with solution.
Plz send me the solution of above sample papers
Plz send me the solution of above sample papers
Plz send me the solution of above sample papers
repected sir,
it will b good if si sends me d solution of samplepapers today itself so pls do mail
Would you please able to send me solved sample papers for the year 2009-10
I would be thankful
send me different types of sample papers of computer science
respected sir,
plssssss send me question paper of last 10 years with the solution
and pls help me to how to study for exam as i m very weak in CS
i need ur help
thankin u
sir,
plzz.z send me code of how to prepare tictacto game?
i am waiting for your response..!!
please help me for programming regularly.
plz send d latest sample papers along with the solutions in my email
not able to get a qualified teacher in cs
what is the diffrence c and c++? basic?
please send me code of the ques given below
wap 2 compare 2 strings without using any string functions.
sir plz.zz send me solved programs of class 12th ISC…
sir if possible plzz send me solved CBSE computer science ten year paper, along with questions and answers of c++,database,sql,networking,html,logic gates
i willl be highly thankful to you
sir plz help me send the mcq (objective question and answer of computer science feild c language c++ java database networking html operating system all major feild thaks
respected sir;
though i was able to get the cbse sample papers(all-5) class 12th but how do i get to know about the solutions. hope you understand the problem and send me the solutions of these papers today
thank you
how to get solved papers of computer science
i want solved question of computer class 12th cbse
respected sir,
can u send me the solution of sample paper………..
respected sir,
please tell me how do i get the answer ?
respected sir;
though i was able to get the cbse sample papers(all-5) class 12th but how do i get to know aboput the solutions. hope you understand the problem and send me the solutions of these papers as soon as possible.
thank you
respected sir;
though i was able to get the cbse sample papers(all-5) class 12th but how do i get to know aboput the solutions. hope you understand the problem and send me the solutions of these papers as soon as possible.
thank you
need exam paper
what about sample papers of informatics practices.