University School Of Management Studies BCA Syllabus 2014

2y ago
37 Views
2 Downloads
928.48 KB
57 Pages
Last View : 15d ago
Last Download : 3m ago
Upload by : Audrey Hope
Transcription

University School ofManagement StudiesStudy Scheme and SyllabusBatch 2014-17Programme: Computer ApplicationsLevel: UndergraduateCourse: BCA

University School of Management Studies BCA Syllabus 2014-2017Study Scheme for BCASemester: 1stS. No1Subject codeFS1101Subject NameCommunication-IL42BC1102Programming in C443MA1103Mathematics-I554BC1104Information Technology445BC1105Workshop On Web Development-I426BC1106Software Lab-I (Programming in C)427BC1107Software Lab-II (InformationTechnology)428FS1108Finishing School-I229IE1109Industry InterfaceTotalT1PCredits41181426Semester: 2ndS. No1Subject codeBC1201Subject NameSystem Analysis & s-II554BC1204OOPS Using C 445BC1205Computer System Architecture446BC1206Workshop On Web Development-II427BC1207Software Lab-III (OOPS Using C )428FS1208Finishing School-II229IE1209Industry InterfaceTotal1TPCredits41221028

University School of Management Studies BCA Syllabus 2014-2017Semester: 3rd1SubjectcodeBC23012S. NoLSubject NameTPCreditsSoftware Engineering44BC2302Digital Electronics3143BC2303Operating Systems3144BC2304Workshop on PC-H/w2445BC2305Workshop on PHP2446BC2306427HV23078FS2308Hardware Lab-I ( DigitalElectronics)Human Values and ProfessionalEthicsFinishing School-III9IE2309Industry Interface331221Total1821428Semester: 4thS. No Subjectcode1BC2401Subject NameLT2PCreditsData Structures-I415BC2402Database Management Systems3143BC2403Workshop on Visual Basic24BC24045BC2405644Software Lab -IV(Data Structures-I )4242EV2406Software Lab-V (DatabaseManagement Systems)Environment Science37FS2407Finishing School-IV18IE2408Industry Interface19BC2409Six Week industrial training1Total1332214224

University School of Management Studies BCA Syllabus 2014-2017Semester: 5thS. No Subjectcode1BC3501Subject NameLT2PCreditsAdvanced database Systems314BC3502Data Structures-II3143BC3503Core Java44BC3504Project Work-I (Minor Project)15BC35056464Software Lab-VI (Core Java)42BC3506Software Lab-VII (AdvancedDatabase Systems)427FS3507Finishing School-V228IE3508Industry Interface11Total1521626LTPCreditsSemester: 6thS.No1SubjectcodeBC3601Subject NameComputer Graphics3142BC3602Computer Networks3143BC3603Workshop on asp.net2444BC3604Workshop on Advanced Java2445BC36056BC3606Software Lab-VIII (ComputerGraphics)Project Work-II (Major Project)7FS3607Finishing School-VI8IE3608Industry InterfaceTotal1142642211422027

University School of Management Studies BCA Syllabus 2014-2017BCA 1st Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017BCA 1 Semester SyllabusSub codeFS1101Subject NameCommunication-IL4T0P0C4Objective:The objective of this course is to make students understand that both oral & writtencommunications are equally important. The students should be comfortable with bothverbal & written communication.Learning Outcome: Students should be able to understand spoken and writtenEnglish language of varied complexity on most including some abstract topics;particularly the language of their chosen technical field.Learning and Teaching Activities:Unit-1English Language: Sentence, Parts of speech, Tenses, Active passive voice, DirectIndirect speech, Creative writing& vocabulary, Comprehension passage, Reading ofbiographies of at least 10 IT business personalities (can be a home assignment orclassroom reading).Unit-2Business communication-Types, Medias, Objectives, Modals, Process, Importance,Understanding Barriers to communication & ways to handle and improve barriers.Unit-3Presentation skills-Its Purpose in business world, How to find material forpresentation, How to sequence the speech with proper introduction and conclusion,How to Prepare PPT & Complete set of required body language while deliveringpresentation.Reading & writing skills- Importance of reading and writing, improving writing skillthrough understanding and practicing Notice, E-mail, Tenders, Advertisement, formalletter.Unit-4Listening skills-Its importance as individual and as a leader or as a worker, Its types,barriers to listening & remedies to improve listening barriers.Non verbal Communication- Understanding what is called non verbalcommunication, its importance as an individual, as a student, as a worker and as aleader, its types.References:Text Books & Reference Books1. Effective Business Communication, M.V. RODRIGUEZ2. Business Communication, Meenakshi Raman, Parkash Singh, PaperbackEdition, Oxford University Press.BCA 1 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeBC1102Subject NameProgramming in CL4T0P0C4Objective and Expected Outcome:The objective of this course is to help the students in finding solutions to various reallife problems and converting the solutions into computer program using C language(structured programming). Students will learn to write algorithm for solutions tovarious real-life problems. Converting the algorithms into computer programs using Clanguage.Unit-1Algorithm and Programming Development: Steps in development of a program,Flow charts, Algorithm Development, Program Debugging, Compilation andExecution. Fundamentals of „C‟: I/O statements, Assignment Statements, Constants,Variables, Operators and Expressions, Standards and Formatted statements,Keywords, Data Types and Identifiers.Unit-2Control Structures: Introduction, Decision making with if – statement, if-else andNested if, while and do-while, for loop. Jump statements: break, continue, goto,switch StatementFunctions: Introduction to Functions, Function Declaration, Function Categories,Standard Functions, Parameters and Parameter Passing, Call – by value/reference,Recursion, Global and Local Variables, Storage classes.Unit-3Arrays: Introduction to Arrays, Array Declaration, Single and MultidimensionalArray, Memory Representation, Matrices, Strings, String handling functions.Structure and Union: Declaration of structure, Accessing structure members,Structure Initialization, Arrays of structure, nested structures, Unions.Unit-4Pointers: Introduction to Pointers, Address operator and pointers, Declaring andInitializing pointers, Assignment through pointers, Pointers and ArraysFiles: Introduction, Creating a data file, opening and closing a data file, processing adata file.Preprocessor Directives: Introduction and Use, Macros, Conditional Preprocessors,Header Files.References:Text Books & Reference Books1. Let us C, Yashvant P Kanetkar, Seventh Edition, BPB Publications, New Delhi.2. Programming in ANSI C, E. Balagurusami, Fourth Edition, Tata McGraw Hill3. Programming in C, Byron S. Gottfried, Second Edition, McGraw Hills.4. The C Programming Language, Kernighan & Richie, Second Edition, PHIPublication5. Object Oriented Programming, Lafore R, Third Edition, Galgotia Publications6. Problem Solving and Programming in C, R. S. Salaria, Second EditionBCA 1 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeMA1103Subject NameMathematics-IL4T0P0C4Objectives and Expected Outcome:The syllabus of this course is specially designed for the beginners in computer sciencewith the first exposure to mathematical topics essential to their study of computerscience or digital logic. Topics like recursion and recurrence relations will help themin learning the important concepts of C language. The topic Graph Theory hasapplications in various fields of computer science like switching theory, logicaldesigns, artificial language and computer graphics etc. These topics will help thestudents to understand various important concepts of the other subjects of the course.Further it will also provide ground for higher studies in these topics.UNIT-1SET THEORY AND RELATIONSSets- Elements of a set, methods of describing a set, types of sets, Operations on sets-union, intersection and difference of sets, Venn diagrams, statement problems,Associative Laws, Distributive laws, DeMorgan‟s laws, duality, partitioning of a set.Relation -Basic definition of relation and types of relations, graphs of relations,properties of relations, (domain, range, inverse and composite relations), Matrixrepresentation of a relation.UNIT-2ALGEBRA OF LOGIC, MATHEMATICAL INDUCTIONPropositions and Logic operations, truth tables, arguments and validity of arguments,propositions generated by a set, equivalence and implication laws of logic,mathematical system and propositions over a universe, Quantifiers, Principle ofMathematical Induction.UNIT-3GRAPH THEORYVarious types of graphs- Simple and multi graphs, directed and undirected graphs,Eulerian and Hamiltonian graphs, Graph connectivity, graph traversals, graphoptimizations, graph coloring, Trees, spanning treesUNIT-4RECURSION AND RECURRENCE RELATIONSRecursion, many faces of recursion, recurrence relations, some common recurrencerelations, Matrix Operations: Adittion, Subtraction, Multipication and InverseReferences:Text Books & Reference Books1. Discrete Mathematical Structure with application to Computer Science, TremblayJ.P. and Manohar R, McGraw Hill , 30th Reprint (2007)2. Text Book of Mathematics (for XI Class), R D Sharma, Dinesh Publications3. Applied Discrete Structure of Computer Science, Doerr A & KennethL., Paperback Edition, Galgotia Publications Pvt.Ltd. New Delhi4. Graphics Networks and Algorithms, Swami M.N.S & Thisiraman E., SecondEdition, John Wiley & SonsBCA 1 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeBC1104Subject NameInformation TechnologyL4T0P0C4Unit-1Computer Fundamentals: Block structure of a computer, characteristics ofcomputers, problem solving with computers, generations of computers, andclassification of computers on the basis of capacity, purpose, and generation.Number System: Bit, byte, binary, decimal, hexadecimal, and octal systems,conversion from one system to the other, representation of characters, integers andfractions.Binary Arithmetic: Addition, subtraction and multiplication.Unit-2Memory Types: Magnetic core, RAM, ROM, Secondary, Cache, Bubble Memory.Input and Output Units: Keyboard, Mouse, Monitor (CRT and LCD): Light pen,joystick, Mouse, Touch screen; OCR, OMR, MICROverview of storage devices: Floppy disk, hard disk, compact disk, tape. Printers:Impact, non-impact, working mechanism of Drum printer, Dot Matrix printer, Inkjetprinter and Laser printer.Computer languages: Machine language, assembly language, higher level language,4GL. Introduction to Compiler, Interpreter, Assembler, Assembling, SystemSoftware, Application Software.Unit-3Operating system: Batch, multi-programming, time sharing, network operatingsystem, on-line and real time operating system, Distributed operating system, multiprocessor, Multi-tasking.Graphical OS: Fundamentals of windows, types of windows, anatomy of windows,windows explorer, customizing windows, control panel, taskbar setting, NetworkNeighborhood.Personal Productivity Software:Word processing: Editing features, formatting features, saving, printing, tablehandling, page settings, spell-checking, macros, mail-merge, equation editors.Spreadsheet : Workbook, worksheets, data types, operators, cell formats, freezepanes, editing features, formatting features, creating formulas, using formulas, ions,Charts&Graphs. Presentation Graphics Software: Templates, views, formatting slide, slideswith graphs, animation, using special features, presenting slide shows.Unit-4Computer Network and Communication: Network types, network topologies,network communication devices, physical communication media.Internet and its Applications: E-mail, TELNET, FTP, World Wide Web, Internetchatting; Intranet, Extranet, Gopher, Mosaic, WAIS.Security management tools: PC tools, Norton Utilities, Virus, worms, threats, virusdetection, prevention and cure utilities, Firewalls, Proxy servers.References:Text Books & Reference Books1. “Computers Today”, D. H. Sanders, Fourth Edition, McGraw Hill, 1988.2. “Fundamentals of Computers”, V. Rajaraman, Second Edition, Prentice Hall ofIndia, New Delhi, 1996.3. “Information Technology”, Satish Jain, Paperback Edition, BPB 1999.4. “Information Technology Inside and Outside”, David Cyganski, John A. Orr,Paperback Edition, Pearson Education 2002.

University School of Management Studies BCA Syllabus 2014-20175. “Computer Fundamentals”, B. Ram, Third Edition, Wiley, 1997.6. "Fundamentals of Information Technology”, Chetan Srivastva, Third edition,Kalayani Publishers7. Computers, Larry long & Nancy long, Twelfth edition, Prentice HallBCA 1 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeBC1105Subject NameWorkshop On Web Development-IL0T0P4C2Objectives and Expected Outcome/s: This course will enable the student to buildbasic understanding of WWW and HTML. The intention is for the student to be ableto:1. Identify the entities responsible for implementing mark-up language standards.2. Code and troubleshoot HTML web pages.3. Incorporate multimedia (images, animation, sound, and movies) into web pages.Internet and its Applications: Concepts of Internet, URL, WWW, Browser, LAN,WAN, MAN, services on Internet, Internet chatting, E-mail, Web Browsing.Introduction to Web Development:Website, Webpage, Static Website, Dynamic Website.Introduction to HTML:HTML Basics, HTML Elements (Tags), Structure of HTML Program, Attributes,Headings, Paragraphs, Formatting, Links, Images, Tables, Lists, Forms, Frames,Where to put Tables, Lists, Images, Forms.References:Text Books & Reference Books1. HTML & CSS: The Complete Reference, Thomas Powell, Fifth Edition2. Sams Teach Yourself HTML and CSS in 24 Hours Julie C. Meloni & MichaelMorrison, Eighth Edition3. HTML A Beginner's Guide Wendy L. Willard, Fourth Edition4. HTML, XHTML and CSS All-In-One For Dummies Andy Harris, Second EditionWebsites:1. www.w3schools.com2. www.html.net3. www.thesitewizard.comBCA 1 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeBC1106Subject NameL0Software Lab-I (Programming in C)T0P4C2Objective and Expected Outcome:The objective of this course is to help the students in finding solutions to various reallife problems and converting the solutions into computer program using C language(structured programming). Students will learn to write programs for solving variousreal-life problems.1. Keywords and Identifiers: introduction, purpose2. Variables and constants: data types, Initialization, declaration, scope, memorylimits3. Input-output statements: formatted and non-formatted statement s4. Operators:Arithmetic, logical, conditional,increment/decrement operatorsassignment,bitwise,5. Decision Making: switch, if-else, nested if, else-if ladder, break, continue, goto 6.Loops: while, do-while, for6. Functions: definition, declaration, variable scope, parameterized functions, returnstatement, call by value, call by reference, recursive functions7. Pre-processor Directives: Pre-processor directives like INCLUDE, IFDEF,DEFINE, etc8. Header Files: STDIO.H, MATH.H, STRING.H, PROCESS.H etc10. Arrays: Array declarations, Single and multi-dimensional, memory limits, stringsand string functions11. Pointers: Pointer declarations, pointer to function, pointer to array/string,12.Files: Creation and editing of various types of files, closing a file( using functionsand without functions)BCA 1 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeBC1107Subject NameSoftware Lab-II (Information Technology)L0T01. Familiarizing with PC and WINDOWS commands,2. File creation,3. Editing4. Directory creation.5. Mastery of DOS internal & external commands.6. Learning to use MS Office: MS WORD, MS EXCEL & MS PowerPoint.BCA I Semester SyllabusP4C2

University School of Management Studies BCA Syllabus 2014-2017Sub codeFS1108Subject NameFinishing School- IL1T-P2C21. Unit I - Self Analysis (4 Hours)SWOT Analysis, Self Introduction, Who am I, My attributes, Importance of SelfConfidence, Self Esteem2. Unit II - Attitude (4 Hours)Factors influencing Attitude, Challenges and lessons from Attitude, ChangeManagementExploring Challenges, Risking Comfort Zone, Managing Change3. Unit III - Motivation (6 Hours)Factors of motivation, Self talk, Intrinsic & Extrinsic Motivators.4. One Minute Talk5. Group Discussion6. Value based role plays7. News Sharing and news interpretation

University School of Management Studies BCA Syllabus 2014-2017BCA 2nd Semester SyllabusBCA 2 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeBC 1201Subject NameSystem Analysis & DesignL4T0P0C4Objective/s & Expected Outcome: To teach the analysis and practicality of varioussystems on which software system can be developed. After completing this coursestudents will be able to design and develop systems.Unit-1System Development Life Cycle: System Definition, characteristics, elements &types of system, Phases of SDLC, Information gathering tools, Structured Analysistools, Role of System Analyst.Unit-2System Design: Process and stages of systems design, Input / Output and file design,Documentation (User Manual, Design Documentation, Training Manual), Case Studytechniques in system design.Unit-3System testing: Unit Testing, System Testing, Integration Testing, Alpha & BetaTesting, Acceptance Testing, Regression Testing.Unit-4System Implementation: System implementation Process, Implementation methods,System maintenance, Post implementation maintenance.References:Text Books & Reference Books1. System Analysis and Design Awad Elias N. Second Edition, Galgotia Publications2. Analysis and Design of Information System Sen James A. Second Edition, TataMcGraw Hill.BCA 2 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeFS 1202Subject NameCommunication-IIL4T0P0C4Objective & Expected Outcome: The objective of this course is to make studentsunderstand the value of business communication, written & presentation skills inprofessional life. The students should be well equipped with business & writtencommunication with effective presentation skills.Unit-1Introduction to Business CommunicationMeaning and Definition; process and classification of communication; elements &characteristics of communication; barriers to effective communication in businessorganization; Formal and Informal communication; grapevine, importance ofeffective communication in business house; Principals of effective communicationUnit-2Writing SkillsInter-office memorandums; faxes; E-mails; writing effective sales letters - to agents;suppliers; customers; report writing; project writing.Unit-3Curriculum Vitae (CV)Drafting a CV; writing job application and other applications; do‟s and don‟ts whileappearing for an Interview; types of interview.Unit-4Presentation SkillsIntroduction; need of good presentation skills in professional life; preparing a goodpresentations; group discussion; extempore speaking.References:Text Books & Reference Books1. Effective Business Communication - M.V. RODRIGUEZ2. Business Communication -Meenakshi Raman, Parkash Singh, PaperbackEdition, Oxford University PressBCA 2 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeMA 1203Subject NameMathematics-IIL5T0P0C5Objectives & Expected Outcome: This syllabus is specially designed to help thestudents of computer science to understand the mathematical concepts like matrices,differential calculus and integral calculus which have applications in various subjectsof computer science. Also Statistics has been added to help them understand thetopics like central tendency, deviations, and moments etc which are very useful in dayto day life. After learning these topics, students will be able to apply these concepts indesigning the software applications for some specific devices.Unit-1MATRIX ALGEBRAMatrix algebra- Matrices, types of matrices, operations on matrices, determinants(without properties), minors, cofactors, adjoint and inverse of a matrix, Elementarytransformations in a matrix Rank of a matrix, solution of simultaneous equationsusing Crammer‟s rule and matrix inversion method.Unit-2STATISTICS & APPLICATIONS OF LOGARITHMSStatistics- Introduction to statistics, measures of central tendency - mean, median andmode, measures of dispersion, mean deviation, standard deviation and coefficient ofvariation.Applications of Logarithms- Problems related to compound interest, depreciationand Annuities.Unit-3DIFFERENTIAL CALCULUSIntroduction to differentiation, derivative of a function of one variable, powerfunctions, sum and product of two functions, function of a function, differentiation bymethod of substitution, maxima and minima.Unit-4INTEGRAL CALCULUSIndefinite Integral, Integration by substitution, Integration by parts, Integration bypartial fractions, Definite Integral. Numerical Integration: Trapezoidal rule,Simpson‟s 1/3 rule, Simpson‟s 3/8 rule.References:Text Books & Reference Books1. Numerical Methods to Engineering., B.S.Grewal, Seventh Edition, KhannaPublishers2. Business Mathematics, D.C.Sancheti, Eleventh Edition, Sultan Chand & Sons3. Computer Oriented Numerical Methods, Rajaraman, Third Edition, PHIPublicationsBCA 2 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeBC 1204Subject NameOOPS Using C L4T0P0C4Objective & Expected Outcome: The objective of this course to learn programmingfrom real world examples and understanding object oriented approach for findingsolutions to various problems with the help of C language. Students will learn tocreate computer based solutions to various real-world problems using C and willlearn various concepts of object oriented approach towards problem solving.Unit-1Introduction: Object oriented programming approach, characteristics of objectorientated languages, Bridging C & C (Overview of C Concepts).Structures and Unions: Declaration of structures, Accessing structure members,Structure Initialization, Arrays of structure, nested structures, structure with pointers,functions & structures, Unions, Structure/Union Versus Class in C .Class Declaration: Data Members, Member Functions, Private and Public Members,Data Hiding and Encapsulation, Array within a class.Unit-2Class Function Definition: Member Function definition inside the class and outsidethe class, Friend Function, Inline Function, Static Members & Functions, ScopeResolution Operator, Private and Public Member Functions, Nesting of MemberFunctions. Creating Objects, Accessing class data members, Accessing memberfunctions, Arrays of Objects, Objects as function arguments: Pass by value, Pass byreference, Pointers to Objects.Constructors and Destructors: Declaration and Definition, Default Constructors,Parameterized Constructors, Constructor Overloading, Copy Constructors.Destructors: Definition and use.Unit-3Inheritance - Extending Classes Concept of inheritance, Base class, Derived class,Defining derived classes, Visibilitymodes :Private, public, protected;Single inheritance : Privately derived, Publicly derived; Making a protected memberinheritable, Access Control to private and protected members by member functions ofa derived class, Multilevel inheritance, Nesting of classes.Function Overloading & Operator Overloading: Binary & Unary.Unit-4Polymorphism: Definition, early Binding, Polymorphism with pointers, VirtualFunctions, late binding, pure virtual functions.Input/output files: Streams, buffers & iostreams, header files, redirection, file inputand output.References:Text Books & Reference Books:1. Object Oriented Programming with C , E. Balagurusami, Fourth Edition,Tata Mc-Graw Hill2. Object Oriented Programming in Turbo C , Robert Lafore, Fourth EditionGalgotia Publications.3. The C Programming Language, Bjarna Stroustrup, Third Edition, AddisonWesley Publishing Company.4. Object Oriented Programming Using C , Salaria, R. S, Fourth Edition,Khanna Book PublishingBCA 2 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeBC 1205Subject NameComputer System ArchitectureL4T0P0C4Objectives and Expected Outcome: To make students aware about the basicbuilding blocks of computer system and how the different components are interfacedtogether. Students will know about the basic functioning of various parts of computersystem from hardware point of view and interfacing of various peripheral devicesused with the system.Unit-1Introduction to Computer Organization: Introduction to Computer and CPU(Computer Organization, Computer Design and Computer Architecture), StoredProgram Concept- Von Neumann Architecture. Introduction to Flynn‟sClassification-SISD, SIMD, MIMDRegister Transfer and Micro operations- Introduction to Registers, RegisterTransfer Language, Data movement among Registers and Memory.Micro operations: Introduction to micro operations, Types of micro operations-Logic Operations, Shift operations, Arithmetic and Shift operations.Common Bus System: Introduction to Common Bus System, Types of Buses(DataBus, Control Bus, Address Bus), 16 bit Common Bus System--Data Movementamong registers using Bus.Unit-2Basic Computer Instructions- Introduction to Instruction, Types of Instructions(Memory Reference, I/O Reference and Register Reference), Instruction Cycle,Instruction Formats (Direct and Indirect Address Instructions, Zero Address, OneAddress, Two Address and Three Address Instructions)Interrupt: Introduction to Interrupt and Interrupt Cycle.Design of Control Unit: Introduction to Control Unit, Types of Control Unit(Hardwired & Micro programmed Control Unit).Addressing Modes-Introduction & different types of Addressing Modes.Unit-3I/O Organization: I/O Interface Unit, types of ports (I/O port, Network Port, USBport, Serial and Parallel Port), Concept of I/O bus, Isolated I/O versus MemoryMapped I/O. I/O Data Transfer Techniques: Programmed I/O, Interrupt Initiated I/O,DMA Controller and IOP.Synchronous and Asynchronous Data Transfer: Concept of strobe andhandshaking, source and destination initiated data transfer.Unit-4Stack Organization: Memory Stack and Register StackMemory organization: Memory Hierarchy, Main Memory (RAM and ROM chips,Logical and Physical Addresses, Memory Address Map, Memory Connection toCPU), Associative MemoryCache Memory: Cache Memory (Initialization of Cache Memory, Writing data intoCache, Locality of Reference, Hit Ratio), Replacement Algorithms (LRU and FIFO).Cache Memory Mapping Techniques: Direct Mapping, Associative Mapping andSet-Associative Mapping. Harvard Architecture, Mobile Devices Architecture(Android, Symbian and Windows Lite), Layered Approach Architecture.References:Text Books & Reference Books1. Computer System Architecture, M.M. Mano, Third Edition, PHI2. Computer Organization and Architecture, J.P. Hayes, Third Edition, TMH 3.Computer Organization and Architecture, Stallings, Eighth Edition, PHIBCA 2 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeBC 1206Subject NameWorkshop On Web Development-IIL0T0P4C2Objectives and Expected Outcome/s: This course will enable the student to buildand publish web sites using Dreamweaver, Photoshop and CorelDraw popular visualweb site production and management programs, using HTML, DHTML, CSS andJavaScript. The intention is for the student to be able to:1. Identify the entities responsible for implementing mark-up language standards.2. Code and troubleshoot HTML and XHTML web pages, incorporating CSS andscripts.3. Incorporate multimedia (images, animation, sound, and movies) into web pages.4. Demonstrate effective use of Dreamweaver to build and publish professional websites that employ best practices, adhere to current web standards, and passvalidation.DHTML IntroductionCSS in DHTML, Implementation of WebPages using CIntroduction to scripting language:Client Side Scripting ,Server Side Scripting, JavaScript introduction ,How & Whereto put the JavaScript Code, JavaScript Statements, Comments,Variables, Operators, Control Statements, Loops, Popup Boxes, Functions.Introduction to Dreamweaver, Photoshop and CorelDraw:Understanding Workspace Layout, Managing Websites, Creating a Website, UsingDreamweaver Templates, Adding New WebPages, Text and Page Format, InsertingTables, Lists, Images, Adding Links. Introduction of Photoshop and CorelDrawReferences:Text Books & Reference Books1. HTML & CSS: The Complete Reference, Thomas Powell, Fifth Edition2. Sams Teach Yourself HTML and CSS in 24 Hours Julie C. Meloni & MichaelMorrison, Eighth Edition3. HTML, XHTML and CSS All-In-One For Dummies Andy Harris, Second Edition4. JavaScript, A Beginner's Guide John Pollock, Third Edition5. Professional JavaScript for Web Developers (Wrox Programmer) Nicholas C.Zakas, Second Edition6. Dreamweaver CS5 For Dummies Janine C. Warner, Paperback Edition7. Adobe Dreamweaver CS5 Bible Joseph Lowery, Paperback Edition8. The Essential Guide to Dreamweaver CS4 David PowersWebsites:1. www.w3schools.com2. www.html.net3. www.thesitewizard.com4. www.learndreamweavertutorials.comBCA 2 Semester Syllabus

University School of Management Studies BCA Syllabus 2014-2017Sub codeBC1207Subject NameSoftware Lab-III (OOPS Using C )L0T0P4C2Instructions for candidates: All the following concepts need to be practised with atleast 10 programs per topic and sub-topic along with their algorithms. Practical fileneeds to be maintained.Structures: Definition, declaration, scope, functionsUnion: Definition, declaration, scope, functionsClass: Definition, declaration, members, scope of members.Class Function: definition (Inside class, outside class), in-line functions, staticfunction, friend functions, scope of functions (public, private), and nesting of memberfunctionsClass Data members: creating objects, accessing member functions, array of objects,objects as arguments (Pass by value, pass by refer

Problem Solving and Programming in C, R. S. Salaria, Second Edition BCA 1 Semester Syllabus . University School of Management Studies BCA Syllabus 2014-2017 . Computer Fundamentals: Block structure of a computer, characteristics of computers, problem

Related Documents:

Assessment of School-Based Management Practices A Manual on the Republic of the Philippines Department of Education . DepED Memorandum vi I. Introduction 1 II. Purposes of SBM Assessment 2 III. Assessment Framework of SBM Practice 2 IV. School Based Management System 3 .File Size: 1MBPage Count: 74Explore furtherA Comprehensive Guide to School-Based Management (SBM .www.teacherph.comRevised School-Based Management - SlideSharewww.slideshare.netBest Practices on School-Based Management (SBM) - TeacherPHwww.teacherph.comDO 45, s. 2015 – Guidelines on School-Based Management .www.deped.gov.phLevels of Participation of the School Stakeholders to the .files.eric.ed.govRecommended to you b

Meetings and Listening Sessions to Date Deans Council School of Law Honors College College of Medicine School of Nursing and Health Studies School of Computing and Engineering School of Biological and Chemical Sciences Conservatory Research School of Graduate Studies School of Pharmacy School of Dentistry Libraries Bloch School of Management School of Education Dean

Dwight Elementary School Burr Elementary School King Street Intermediate School Western CT Academy of International Studies Magnet Broadview Middle School Rogers Park Middle School Pathways Academy Westside Middle School Academy Great Plain School Shelter Rock School (2011 & 2014) King Street Primary School Ellsworth Ave School Pembroke Stadley .

Takoradi Technical University University College of Management Studies (UCOMS) University for Development Studies University for Professional Studies Accra University of Cape Coast University of Education University of Energy and Natural Resources University of Ghana University of Mines & Technology

ethnic studies distinctions and differences in its four core groups and associated disciplines: Native American Studies, African American Studies, Asian American Studies and Latina/o Studies, it is defined by several interrelated similarities. First, ethnic studies, as a single discipline or the four core group disciplines conceptually

3. Non-randomized intervention studies 4. Descriptive studies (cross-sectional surveys, cohort studies, case-control designs) 5. Case studies 6. Expert opinion Grades of Recommendation A. Consistent level 1 or 2 studies B. Consistent level 3 or 4 studies or extrapolations from level 1 or 2 studies

Academic Tools 79 Agrarian Studies & Agriculture 60 Communication & Media Studies 74-78 Counselling & Psychotherapy 84 Criminology 49 Cultural Studies 9-13 Dalit Sociology 8 Development Communication 78 Development Studies 69-70 Economic & Development Studies 61-69 Education 89-92 Environment Studies 58-59 Family Studies

Literature Theology Biblical Studies* Christianity and Judaism in Antiquity—Hebrew Bible and Judaica, New Testament and Early Church Early Christian Studies* History of Christianity—Early Church, Medieval Studies, Reformation Studies, Modern Studies Liturgical Studies Master of Arts (Summer) Moral Theology/Christian Ethics Studies in .