- This simple story illustrates profound meaning in life.
- It teaches us to see life situation in different perspectives, angles.
- It motivates and inspires us to be a better person ourselves. :)
Monday, December 24, 2007
An Inspiring Story for all the students.........
Tuesday, December 18, 2007
SAMPLE PRACTICAL QUESTION PAPER
NOTE :
- Take the above Question paper just as a guideline for your Board Pr Exam.
- The Programming questions can be from any topic in your syllabus( Check the CBSE Syllabus given in previous post as it is taken straight from CBSE site http://www.cbse.nic.in/curric~1/xii06/compscie.pdf
- Students are supposed to submit program SOURCE CODE and OUTPUT Printouts
Computer Science (Code 083) (Practicals)
Class XII (Practicals)
(As per CBSE Syllabus)
Computer during the examination. Marks are allotted on the
basis of following:
Documentation/Indentation
Output presentation
the following topics
• Array of structure
• Stack using arrays and linked implementation
• Queue using arrays (circular) and linked implementation
• Binary File operations (Creation, Displaying, Searching and modification)
• Text File operations (Creation, Displaying and modification)
2. SQL Commands (05 Marks)
Five Query questions based on a particular Table/Relation to be tested
practically on Computer during the examination. The command along
with the result must be written in the answer sheet.
3. Project Work (05 Marks)
The project has to be developed in C++ language with Object Oriented
Technology and also should have use of Data files.
• Presentation on the computer
• Project report (Listing, Sample, Outputs, Documentation
• Viva
4. Practical File (05 Marks)
Must have minimum 20 programs from the following topics
5. Viva (05 Marks)
Based on C++ ,Project, SQL
Friday, December 14, 2007
Computer Science Project Report (C++)
- Certificate
- Acknowledgment
- Overview of C++
- Need for the Project/Synopses/Summary
- Requirements(hardware & Software) along with instructions regarding how to install the project and use it are to be given. It should be a sort of USER MANUAL
- Header Files (used in the Project along with the functions each file is supporting in the project.)
- Classes & Objects( Description of user defined classes and their purpose)
- Functions ( Description of user defined functions and their purpose)
- Source Code(listing of all the programs prepared as part of project. )
- Output (Dumps of all the output screens)
- Shortcomings
- Bibliography
- Index to be placed after Acknowledgment in the report but NOT to be mentioned in the index.
- Running project Source Code to be submitted in a CD along with relevant data files
- Project CD should be properly LABELED with
- Class : XII
- Section : A/B/E
- Year : 2007-08
- Class Roll No. :
- BOARD ROLL No. ( To be mentioned later)
- Project TITLE : Tutorial - Water Cycle (Example)
- Main Program name : (.CPP File name)
Wednesday, December 12, 2007
Mindmap : K-Map method of Minimization of Boolean Exp
Friday, December 7, 2007
Thursday, December 6, 2007
ASSIGNMENT (Boolean Algebra)
Q1. | | Design NAND-to-NAND circuit for the following expressions |
| a. | XYZ’ + X’Y’Z |
| b. | A’B.(A’B’C’ + B’C) |
| c. | A’B’C’ + A’B’C + A’BC + ABC’ + ABC |
| d. | (X + Y’).Z |
| e. | Y’ Z + Z X’ |
| f. | (A+B) (B+D) |
| g. | 3 input AND gate |
| h. | 3 input OR gate |
Q2. | | Design NOR-to-NOR circuit for the following expressions |
| a. | X(Y’ + Z’) + XY’ |
| b. | A’B.(A’B’C’ + B’C) |
| c. | X.Y’ + Z |
| d. | (X + Y) (Y + Z) (X+Z) |
| e. | F(A,B,C) = (A+B’) (B+C) |
| f. | F(X,Y,Z) = (X’+Y) (Y’+Z) |
| g. | (A’+B’+C’) (A+B’+C’) (A+B+C’) |
Q3. | | Obtain a simplified form of a Boolean Expression using Karnaugh Map |
| a. | F(W,X,Y,Z)=S(2,3,6,10,11,14) |
| b. | F(A,B,C,D)=S(0,1,3,45,6,7,9,10,11,13,15) |
| c. | F(A,B,C,D)=P(0,1,3,45,6,7,9,10,11,13,15) |
| d. | F(X,Y,Z)=P(3,4,5,6,7) |
| e. | F(A,B,C,D)=S(0,1,2,5,6,8,9,10,13,15) |
| f. | F(W,X,Y,Z)=S(2,3,6,10,11,14) Find expression in POS form |
| g. | F(X,Y,Z)=S (3,4,5,6,7) |
| h. | F(U,V,W,X)=S(7,9,10,11,12,13,14,15) |
| i. | F(U,V,W,X)=P(0,2,3,7,8,10,11) |
| j. | F(U,V,W,X)=P(3,4,5,6,7,9,11,12,13,14,15) Draw circuit diagrams for the simplified Boolean Expression |
Wednesday, December 5, 2007
Karnaugh Map Minimizer (Free Download)
Karnaugh Map Minimizer is free (GPL) software for minimizing boolean functions using the graphic method of Karnaugh maps. I am giving its link for downlods for educational purposes so double check the output if you intend to use it for any "real" work. I hope it helps you with the topic….