Syllabus of B.Sc. (Computer Science) Part II (Semester-I II)
Syllabus of B.Sc. (Computer Science) Part II (Semester-I II)
GONDWANA UNIVERSITY,
GADCHIROLI
SESSION 2013-2014
(Marks-50)
UNIT–I: Database Environment
Basic Terminology, Data Processing, Traditional and DBMS Environment, Components of
DBMS, Database Approach -Objectives, Benefits, Characteristics, Advantages of DBMS. Three
Tier Architecture, Data Abstraction. Database Administration: Role, Functions, Responsibility
Books:
1) R. Panneerselvam,“ Database Management System “,PHI, 2006, ISBN : 81-203-2028-X
2) Dr.MadhulikaJain,VinitaPillai, Shashi Singh and Satish Jain, “Introduction to Database
Management”, BPB, 2002, ISBN: 81-7656-638-1
3) Bioin C. Desai, “ An Introduction to Database Management”, GP Publication, 2006
4) Caleste Robinson, “ Access 97”, BPP, 1998, ISBN : 81-7029-928-4
References:
1) Abraham Silberschatz, Henry F. Korth, S. Sudarshan, “ Database System Concept “,
McGraw Hill, 2002, ISBN : 0-07-228363-7.
2) C.J. Date, A. Kannan, S. Swamynathan,“ An Introduction to Database system”, Pearson,
2008, ISBN : 978-81-7758-556-8
3) S.B. Kishor, DBMS and Oracle, Das Ganu, ISBN : 978-93-81660-08-9
4) Sanjay Saxena, “MS Office 2007 in a Nutshell”, Vikas Publication, 2011, ISBN-978-81-
259-5036-3
5) Rutkosky, Seguin, Audrey, “Microsoft office 2007”, BPB, ISBN-10:81-8333-228-
5/13:978-81-8333-228-6
UNIT -IV: Pointers Virtual & Friend functions and file handling
Pointers: Pointer to Objects, This Pointer, „New‟ and „Delete‟ Operators, Virtual Function,
Friend Functions. Opening, Closing A File, File Modes, File Pointers and Their Manipulation,
Sequential Input and Output Operations: Updating A File, Random Access, and Error
Handling During File Operations, Command Line Arguments.
Books:
1) K.R.Venugopal, Rajkumar, T. Ravishankar, “Mastering C++”, TMH ,ISBN:0-07-
463454-2.
2) Farrel,”Object-Oriented Programming using C++”,Cenage Pub, ISBN: 9788131505175
References:
3) Parimala N.,” Object Orientation through C++”, Macmillan India Ltd. Publication,
ISBN:-0333 93202-1
4) E Balagurusamy, “Object Oriented Programming with C++ “, Tata McGraw Hill
Publishing Company Limited, New Delhi, ISBN:- 13- 978-07-066907-9
101 Sunil Vb
Student
Result
Student
Test
Result
20. Write a program in show () and display () function are overridden. Demonstrate use of
virtual function for runtime polymorphism.
21. Write a program which demonstrates the pure virtual function.
22. Write a cpp program in which use pointer to Sample class objects are used. Demonstrate
it.
23. Write a cpp program which read contents from file and counts no. vowels and consonants
in a file.
24. Write a cpp program which counts no. command line arguments on command line.
25. Write a cpp program which read a file and write contents of a file without white spaces
into another file.
26. Write a cpp program which reads contents from a file and the even nos. are copied to
“even.txt” and odd nos. is copied to “odd.txt” file.
27. Write a cpp program which demonstrates use of this pointer.