UNIVERSITY OF JAMMU, JAMMU BACHELOR OF COMPUTER .

2y ago
21 Views
4 Downloads
328.27 KB
32 Pages
Last View : 22d ago
Last Download : 3m ago
Upload by : Brenna Zink
Transcription

UNIVERSITY OF JAMMU, JAMMUBACHELOR OF COMPUTER APPLICATION(Semester System)(Effective from session 2014-15)1. Duration of the CourseThe Bachelor of Computer Application (B.C.A.), a undergraduate course based onSemester System will consist of six semesters duration which will be conducted inthree years. Each semester will be approximately 5 months (minimum 90 workingdays in a semester) duration. A candidate admitted to the BCA programme will berequired to pass the course within five academic years from the year of admission tothe first semester. The minimum marks required for passing a course shall be asunder: Theory Examination 40% (Separately in External Examination and internalAssessment) Practical examination 50% ( Separately in External Examination and internalAssessment) Project work (BCA- 601, Semester 6th ): 50% (Separately in External andinternal Evaluation).2. Eligibility:Candidates seeking admission to the first semester of BCA programme must havepassed 10 2 examination with mathematics and have secured at least 50% marks.3. Course Structure(Semester-wise Course Distribution)Semester – IPaperCodePaper NameGeneral EnglishMathematicsNo. ofContacthoursMax. MarksTotalExternInternalalAssessmeExam.ntSame as offered for undergraduateprogrammeBCA-101Computer Fundamentals408020100BCA-102Problem solving using ClanguagePracticals (Based on BCA101, 102)4080201001005050100BCA-1031

Semester – IIPaperCodePaper NameGeneral EnglishMathematicsBCA-201BCA-202BCA-203Data and File Structuresusing C-languageFundamentals of DigitalElectronicsPracticals (Based on BCA201, 202)No. ofContacthoursMax. MarksTotalExternInternalalAssessmeExam.ntSame as offered for Max. MarksTotalSemester – IIIPaperCodePaper NameGeneral s of OperatingSystemDatabase ManagementSystemPracticals (Based on BCA-301,302)No. ofContacthoursExternalExam.InternalAssessmentSame as offered for Max. MarksTotalSemester – IVPaperCodePaper NameGeneral EnglishMathematicsBCA-401BCA-402BCA-403Computer Networks andInternetObject OrientedProgramming using C Practicals (Based on BCA401, 402)No. ofContacthoursExternInternalalAssessmeExam.ntSame as offered for 2

Semester – VPaperCodePaper NameGeneral EnglishGeneral MathematicsNo. ofContacthoursMax. MarksTotalExternInternalalAssessmeExam.ntSame as offered for undergraduateprogrammeBCA-501Software System cals (Based on BCA501, 502)1005050100Max. MarksTotalSemester – VIPaperCodePaper NameGeneral MathematicsExternInternalalAssessmeExam.ntSame as offered for undergraduateprogrammeProject300General EnglishBCA-601No. ofContacthours2001003004. Instructions for paper setter for courses with BCA codesThe examination in each theory paper shall be of 3 hours duration. There shall be atotal of nine questions of 16 marks each and the candidate has to answer fivequestions selecting one question from each unit. Question No.1 shall be acompulsory question.The guidelines for paper setting are given below as:a. Q. No. 1 will be a compulsory question and shall consist of 4 sub-parts (each of 4marks) distributed over the entire syllabus.b. The paper setter shall set other eight questions selecting two from each unit.3

DETAILED SYLLABUSBCA--SEMESTER-1ST(For the Examinations to be Held in the year 2014, 2015 & 2016)Course No.: BCA-101TITLE : COMPUTER FUNDAMENTALSDuration of the Examination: 3 HrsTotal Marks 100No. of Credits 4Semester Exam. 80Int. Assessment 20Unit IHistory of Computer, Generations and Types (Analog Digital and Hybrid),Characteristics, applications, Benefits and limitations. CPU, Memory: Primary (RAM,ROM, PROM, EPROM, EEPROM), Secondary (Hard Disk, Optical disk, blue ray disk,pen drives), I/O Devices.10 HrsUnit IINumber System: Decimal Number System, Binary Number System, Octal NumberSystem, Hexadecimal Number system. 1’s Compliment and 2’s Compliment.Conversion from one number system to another. Binary Arithmetic: Addition,subtraction, multiplication and division.Software and its types, Computer languages and its types, Compiler, Interpreter,Assembler, Linker Loader.10 HrsUnit IIIOperating system and its functions. Types of Operating System (single user, multiuser, time sharing, multitasking, multiprocessing and distributed). WindowsFundamentals: Anatomy of Windows, Desktop elements, managing files and folders,Installing Softwares.Word processing and its features, spell check, Grammar Check, Thesaurus, Autocomplete, text formatting,Importing and exporting files, Graphics, Tables,Templates and Wizards, Mail Merge, Macros.10 HrsUnit IVSpreadsheet and its features, Entering information in worksheet, Editing cell entry ,Moving and Copying data, deleting and insertion cells, rows , columns, customnumeric formats. Working with Formulas and Cell Referencing, Absolute andrelative addressing. Functions, Creating Charts, Filters: Auto and Advanced,Creating and using Macros.Presentation software and its uses, Steps to create power point presentation, Powerpoint views , Inserting pictures/images, Inserting Audio/ video clips, Animatingslides etc.4

10 HrsSuggested Readings:1.2.3.4.5.6.P.K Sinha & Priti Sinha, Computer Fundamentals, BPB Publications.Alexix Leon, Mathewes Leon, Fundamentals of Information Technology,Suresh K. Basandra, Computer Systems Today, Galgotia Publications.V. Rajaraman, Fundamentals of Computers,EEE.Peter Nortan, Introduction to Computers, Tata Mcgraw HillJoyce Coax , Joan Preppernau,,Steve Lambert and Curtis Frye,2007 MicrosoftOffice System step by step, Microsoft Press7. R.K. Taxali, PC Software for WindowsInstructions for paper setter for courses with BCA codesThe examination in each paper shall be of 3 hours duration. There shall be a total ofnine questions of 16 marks each and the candidate has to answer five questionsselecting one question from each unit. Question No.1 shall be a compulsoryquestion.The guidelines for paper setting are given below as:a. Q. No. 1 will be a compulsory question and shall consist of 4 sub-parts (each of 4marks) distributed over the entire syllabus.b. The paper setter shall set other eight questions selecting two from each unit.Distribution of Internal Assessment of 20 Marks :Class Test 10 marksTwo written assignments 10 marks ( 5 marks each)5

Course No.: BCA-102TITLE: PROBLEM SOLVING USING C-LANGUAGEDuration of the Examination: 3 HrsTotal Marks 100No. of Credits 4Semester Exam. 80Int. Assessment 20UNIT-IProblem solving, Algorithm, flow chart, coding, compilation and debuggingHistory of C language, Structure of C program, compiling, and running a C program,Errors: syntax, linker and logical errors.Character set of C language, identifiers, keywords, data types, variables, constants,expressions. Operators: Mathematical, Unary, Binary, Relational and Logicaloperators, Operator precedence and associativety.10 HrsUNIT-IIConditional Control statements: if statement, if else statement, nested if statement, ifelse if ladder and Ternary operator, Switch case statement, GOTO statement.Looping control Statements: While loop, Do while Loop, For loop, Nested loops etc.10 HrsUNIT-IIIFunctions: Definition, Prototypes, Types of Function, Scope, Call by Value.Storage classes in C, Preprocessors, Macros.Arrays (Single and double dimensional): Definition, Declaration, Accessing, BoundChecking, Passing to function.Strings: Definition, Declaration, Accessing, Passing to function, Standard Libraryfunctions.10 HrsUNIT-IVArrays and Pointers: Accessing single dimensional array using Pointers, Accessing2D array using Pointers, Passing arrays to functions with pointers.Structures & Unions: Declaring, Initializing and Accessing structures, Passingstructures to functions, Array of Structures, Nested Structures, Unions initializationand accessing the members of a union.10 Hrs6

Suggested Readings:1. Gottfried. B, Theory and problems of Programming with C Language, Tata McGraw Hill.2. Kenneth. A, C Problem Solving and Programming, PHI.3. Dan Gookin,C Programming, Wiley Dreamtech.4. Y. P. Kanetkar, Understanding Pointers In C, BPB Publications.5. Shubhnandan S. Jamwal; Programming in C; Pearson Publications; 1e, 20146. H.M. Deitel and P.J. Deitel, C How to Program, PHI.Instructions for paper setter for courses with BCA codesThe examination in each paper shall be of 3 hours duration. There shall be a total ofnine questions of 16 marks each and the candidate has to answer five questionsselecting one question from each unit. Question No.1 shall be a compulsoryquestion.The guidelines for paper setting are given below as:a. Q. No. 1 will be a compulsory question and shall consist of 4 sub-parts (each of 4marks) distributed over the entire syllabus.b. The paper setter shall set other eight questions selecting two from each unit.Distribution of Internal Assessment of 20 Marks :Class Test 10 marksTwo written assignments 10 marks ( 5 marks each)7

Course No.: BCA-103TITLE: PRACTICALS(BASED ON BCA-101 AND BCA- 102)Duration of the Examination: 3 Hrs/shift (External exam. be conductedin shifts of 20-25 students)No. of Credits 6Total Marks 100External Examination 50Internal Assessment 50In this course the students shall be exposed to various practical problems based oncourses BCA-101 and BCA-102. The Teacher-in-Charge shall design 30-40 problemsbased on these courses. The students shall be required to systematically work out thesolution of those problems and implement using relevant tool in the computerlaboratory. The 50% of the total marks in this paper shall be reserved for internalassessment. The Teacher-in-Charge shall conduct at least three internal evaluationtests for awarding the students for internal assessment. The students shall also berequired to maintain proper record of each practical in a Practical File which shall beregularly checked by the concerned teacher-in-charge. The internal assessment shallbe based on regular tests, practical file and attendance in the laboratory. For the restof 50% of the total marks there shall be an external examination which shall beconducted jointly by an internal examiner and an external examiner to be appointedby the University. The distribution of marks to various components is given belowas:Breakup for Internal Assessment: Regular Tests 30 marks (A Minimum of three test shall be conductedduring the entire semester. The marks for each testshall be distributed uniformly.) Practical File 10 marks Attendance 10 marks8

BCA--SEMESTER-2nd(For the Examinations to be Held in the year 2015 ,2016 & 2017)Course No.: BCA-201TITLE: DATA AND FILE STRUCTURES USINGC-LANGUAGEDuration of the Examination: 3 HrsNo. of Credits 4Total Marks 100Semester Exam. 80Int. Assessment 20UNIT – IIntroduction and Classifications of Data Structures. Data Structure operations. Timeand space complexity of algorithms. Rate of Growth: Big O Notation.Arrays, concept of Stacks and Queues and their implementation using arrays, Recursion10 HrsUNIT - IIPointers in C, Dynamic Memory Allocation. Self-refrential structures, Linked list,Type of Lists, Applications.Trees, Binary Trees, Binary Tree Traversal, Binary Search Trees.10 HrsUNIT - IIISorting : Internal and External Sorts, Bubble Sort, Insertion Sort, Selection Sort, QuickSortSearching: Liner Search & Binary Search.Time and space complexity of sorting & search algorithms.10 HrsUNIT - IVFile Structures:Concepts of fields, records and files. Files: File Organization, Sequential Files,Structure, Operations, Disadvantages, Areas of use, Direct File Organization, IndexedSequential File Organization and text files, Hashing techniques for direct files.10 HrsSuggested Readings:1) Data Structures - Seymour Lipschutz (Schaum’s Outlines)2) Data Structure and File Using C - Abhay Abhyankar.3) Fundamental of Data Structure in C - Sahani.4) Data Structure Using C - Radhakrishanan and Shrivastav.9

Instructions for paper setter for courses with BCA codesThe examination in each paper shall be of 3 hours duration. There shall be a total ofnine questions of 16 marks each and the candidate has to answer five questionsselecting one question from each unit. Question No.1 shall be a compulsoryquestion.The guidelines for paper setting are given below as:a. Q. No. 1 will be a compulsory question and shall consist of 4 sub-parts (each of 4marks) distributed over the entire syllabus.b. The paper setter shall set other eight questions selecting two from each unit.Distribution of Internal Assessment of 20 Marks :Class Test 10 marksTwo written assignments 10 marks ( 5 marks each)10

Course No.: BCA-202TITLE: FUNDAMENTALS OF DIGITAL ELECTRONICSDuration of the Examination: 3 HrsNo. of Credits 4Total Marks 100Semester Exam. 80Int. Assessment 20UNIT - IOverview of computers, Integer & floating point representation using IEEEFORMAT, Rules of Floating point Arithmetic, parity, Error detection and correctionmethods using Hamming technique, ASCII code representation, Number systems &their inter - conversion rules, Rules of addition/subtraction for r’s, (r - 1)’scomplements.10 HrsUNIT - IILogic gates, And, OR, NOT, NAND, XOR, NOR, XNOR Gates & their design.Boolean Algebra: Binary arithmetic, Boolean Expressions, Laws of Boolean Algebra,De–Morgan laws, K - map, simplification of Boolean Expressions using SOP, POS,K - map techniques.10 HrsUNIT - IIICombinational circuits: Half & Full adders & subtractors, parallel adders andsubtractors.Encoder, decoder, Multiplexer, De - Multiplexer, code converters.Sequential circuits: Flip-flop and its types, registers and their types, & bi – directionalregister.10 HrsUNIT - IVMemory organization: Memory Hierarchy, Memory, its types (RAM/ROM),characteristics of memory, memory address map to CPU, cache memory. I/O devicesFD/HD disks, VDU; I/O organization: Modes of I/O transfer like DMA,programmed control, interrupts technique.Interrupt & instruction: Interrupt, its types & its life cycle, instruction life cycle.10 HrsSuggested Readings:1. Gear, C.W., Computer Organization and Programming McGraw – Hill, 1975.2. Tannenbaum, A.S., Structured Computer Organization Prentice - Hall ofIndia.3. Mano, M.M., Computer System Architecture, Prentice – Hall, of India, 1983.4. Langholz, G., Grancioni, J. and Kandel, A.: Elements of ComputerOrganization, Prentice - Hall International, 1988.5. Assembler Manual for the chosen machine.6. Hayes, Computer Architecture and Organization, McGraw – Hill InternationalEdition.7. Sloan, M.E., Computer Hardware and Organization, 2nd Edn, Galgotia publ.,Pvt. Ltd.8. Floyd: Digital Fundamentals, 3rd edn, Universal bookstall, and pvt.ltd11

Instructions for paper setter for courses with BCA codesThe examination in each paper shall be of 3 hours duration. There shall be a total ofnine questions of 16 marks each and the candidate has to answer five questionsselecting one question from each unit. Question No.1 shall be a compulsoryquestion.The guidelines for paper setting are given below as:a. Q. No. 1 will be a compulsory question and shall consist of 4 sub-parts (each of 4marks) distributed over the entire syllabus.b. The paper setter shall set other eight questions selecting two from each unit.Distribution of Internal Assessment of 20 Marks :Class Test 10 marksTwo written assignments 10 marks ( 5 marks each)12

Course No.: BCA-203TITLE: PRACTICALS(BASED ON BCA-201 AND BCA -202)Duration of the Examination: 3 Hrs/shift (External exam. be conductedin shifts of 20-25 students)No. of Credits 6Total Marks 100External Examination 50Internal Assessment 50In this course the students shall be exposed to various practical problems based oncourses BCA-201 and BCA-202. The Teacher-in-Charge shall design 30-40 problemsbased on these courses. The students shall be required to systematically work out thesolution of those problems and implement using relevant tool in the computerlaboratory. The 50% of the total marks in this paper shall be reserved for internalassessment. The Teacher-in-Charge shall conduct at least three internal evaluationtests for awarding the students for internal assessment. The students shall also berequired to maintain proper record of each practical in a Practical File which shall beregularly checked by the concerned teacher-in-charge. The internal assessment shallbe based on regular tests, practical file and attendance in the laboratory. For the restof 50% of the total marks there shall be an external examination which shall beconducted jointly by an internal examiner and an external examiner to be appointedby the University. The distribution of marks to various components is given belowas:-Breakup for Internal Assessment: Regular Tests 30 marks (A Minimum of three test shall be conductedduring the entire semester. The marks for each testshall be distributed uniformly.) Practical File 10 marks Attendance 10 marks13

BCA--SEMESTER-3RD(For the Examinations to be Held in the year 2015, 2016 & 2017)Course No.: BCA-301TITLE: FUNDAMENTALS OF OPERATING SYSTEMDuration of the Examination: 3 HrsNo. of Credits 4Total Marks : 100Semester Exam. 80Int. Assessment 20UNIT - IIntroduction to Operating System: Definition, Evolution of Operating Systems,types of operating systems.Operational Overview of Operating System: Physical Organization of ComputerResources. A brief description of some operating systems: Windows, UNIX, Linux,OS/2, Mac, Android.10 HOURSUNIT - IIFile System and Management: Files, directories, file types and operations, fileaccess and security concerns, file storage management, File Control Blocks, BlockBased File storage policies: Continuous allocation, Chained allocation and indexedallocation. Disk partitioning10 HOURSUNIT - IIIProcess Management: Process, process states, processor utilization, responsetime, processes in Multiprogramming and Time Sharing systems, Inter-Processcommunication. Process scheduling concept10 HOURSUNIT - IVMemory and IO Management: Main Memory Management, Memory Relocationconcept, virtual memory, swapping, paging, segmentation.Modes of IO operations: Programmed, Polling, Interrupt and DMADevice drivers, device controllers, spooling, caching10 HOURSSuggested Readings:1.2.3.4.5.Operating system Principles by A. Silberschartz, P. Galvin and G. GagneWSE wiley.Modern operating systems by Andrew. S. Tanenbaum, Pearson Prentice HallAn Introduction to operating system by H. M. Deitel- Addison-WesleypublicationsOperating Systems by William Stallings-Pearson EducationOperating Systam-A design oriented approach by C. Crowley-PearsonEducation14

Instructions for paper setterThe examination in each paper shall be of 3 hours duration. There shall be a total ofnine questions of 16 marks each and the candidate has to answer five questionsselecting one question from each unit. Question No. 1 shall be a compulsoryquestion.The guidelines for paper setting are given below:a. Q. No. 1 will be a compulsory question and shall consist of 4 sub-parts (each of 4marks) distributed over entire syllabus.b. The paper setter shall set other eight questions selecting two from each unit.Distribution of Internal Assessment of 20 Marks :Class Test 10 marksTwo written assignments 10 marks ( 5 marks each)15

Course No.: BCA-302TITLE: DATABASE MANAGEMENT SYSTEMDuration of the Examination: 3 HrsNo. of Credits 4Total Marks 100Semester Exam. 80Int. Assessment 20UNIT - IOverview of DBMS: Data & information, Entity & attributes, Records, files & theirtypes, Database, views, relationships among entities, DBMS: its evolution,components advantages and disadvantages. Architecture of DBMS, RelationalDBMS, concept of table, keys [primary, unique, candidate, foreign, conjugate] role ofdatabase administrator. Data models [traditional, semantic, hierarchical, network,relat

BCA-101 Computer Fundamentals 40 80 20 100 BCA-102 Problem solving using C-language 40 80 20 100 . Semester – V Paper Code Paper Name No. of Contact hours Max. Marks Total Extern al Exam. Internal . V. Rajaraman, Fundamentals of Computers,EEE. 5.

Related Documents:

Jaisalmer Club Mahindra Jaisalmer Jammu Asia Hotel Jammu Tawi Jammu Fortune Inn Riviera, Jammu Jamshedpur Fortune Park Centre Point Jamshedpur Ginger Jamshedpur Jodhpur Shree Ram International Jodhpur Mango Hotel Jodhpur Jodhpur Raas Jorthang Club Mahindra Baiguney Junagadh Club Mahindra Gi

Bachelor of Science 2020/2021 www.usm.my SCHOOL OF PHARMACEUTICAL SCIENCES Bachelor of Pharmacy COMMUNICATIONS Bachelor of COMMUNICATIONS SCHOOL OF MANAGEMENT Bachelor of ACCOUNTING Bachelor of MANAGEMENT BACHELOR OF APPLIED SCIENCE SCHOOL OF PURE SCIENCES (PHYSICS, BIOLOGY, CHEMISTRY AND MATHEMATICS) BACHELOR OF SCIENCE SCHOOL OF MECHANICAL .

200001 1 Taranjeet Kour Joginder singh Kathua GNM 200002 2 Ruchi Gupta Arun Kalsotra Rajouri BAMS 200003 3 Sukhvinder Kour S. Bikram Singh Jammu GNM . 200097 103 Divya Lakhotra Vijay kumar Sharma Jammu B.Sc. Nursing 200098 104 Vishali Sharma Uttam Chand Jammu B.

(TFA)in Budgam district of Jammu & Kashmir state, 1999. 41. Rapid Assessment Survey of Family Welfare Programme under Target Free Approach (TFA) in Jammu district of Jammu & Kashmir state, 1998. 42. Rapid Assessment Survey of Family Welfare Programme under Target Free Approach (TFA

Bachelor of Science (Human Geography, Environment and Heritage Management) 6 S1 & S2 16,200 97,200 Bachelor of Science Education 8 S1 13,824 110,592 Bachelor of Social Change and Advocacy* 6 S1 13,296 79,776 Bachelor of Social Science 6 S1 & S2 13,296 79,776 Bachelor of Social Work

degree completers in 1992-93 and 1.6 million in 2007-08. This brief is based on first-time bachelor's degree recipients only. 2 2 Because estimates are for first-time bachelor's degree recipients only, the 11.3 percent of 1992-93 bachelor's degree recipients and 7.0 percent of 2007-08 bachelor's degree recipients who had earned

2. Bachelor of Engineering Technology (Hons.) in Business Management U15 3. Bachelor of Engineering Technology (Hons.) in Manufacturing Systems U17 4. Bachelor of Engineering Technology (Honours) in Railway System U21 5. Bachelor of Engineering Technology (Hons.) in Precision Engineering U22 6.

An Introduction to Random Field Theory Matthew Brett , Will Penny †and Stefan Kiebel MRC Cognition and Brain Sciences Unit, Cambridge UK; † Functional Imaging Laboratory, Institute of Neurology, London, UK. March 4, 2003 1 Introduction This chapter is an introduction to the multiple comparison problem in func-