CSS Forums

CSS Forums (http://www.cssforum.com.pk/)
-   Computer Science (http://www.cssforum.com.pk/css-optional-subjects/group-i/computer-science/)
-   -   Revised Syllabus and Recommended Books of Computer Science (http://www.cssforum.com.pk/css-optional-subjects/group-i/computer-science/101917-revised-syllabus-recommended-books-computer-science.html)

Amna Wednesday, June 03, 2015 04:22 AM

Revised Syllabus and Recommended Books of Computer Science
 
[CENTER][CENTER][SIZE=4][COLOR=Green][B]PAPER: COMPUTER SCIENCE (200 MARKS)

[/B][/COLOR][/SIZE][/CENTER]
[/CENTER]
[CENTER][CENTER][SIZE=4][COLOR=DarkRed][B][SIZE=5][SIZE=4]Paper-I (100 Marks)[/SIZE] [/SIZE] [/B][/COLOR][/SIZE][/CENTER]
[/CENTER]
[SIZE=4][B]
[COLOR=Navy]Section-A (50 Marks) [/COLOR][/B][/SIZE]

[SIZE=3][B]I. Introduction to Computing :- [/B]Introduction to Information Technology and Computers, History of Computing, Computer HW and SW Details, Computer System Components and Communication System, Input & Output devices and their types, Storage Media and their types, Types of Computer Hardware, Software, and Programming languages, Information Representation & Number Systems, User interfaces, Major Software Issues, Creation, formatting, and maintenance of Computer documents, Usage of Word processors, Spread sheets, Power-Point, Email, Search Engines, Browsers, Messengers, and Internet , Computers & Society, Information Security/Privacy, Computer Crimes and Ethical Challenges, Viruses, Plagiarism, Intellectual Property Rights, Difference between computer science, software engineering, information technology, information systems, computer engineering and bioinformatics; IEEE / ACM computing disciplines guidelines. [/SIZE]

[SIZE=3][B]II. Programming Fundamentals :-[/B]Basic programming elements and concepts, Problem Solving & Program Design, Components of a programming language, Program development and execution, Program structure, Data types and variable declarations, Standard I/O streams, and statements, Control structures, Standard library functions, User defined functions and parameter passing, Arrays, pointers, and strings, Structures, unions, and bit manipulation operators. [/SIZE]

[SIZE=3][B]III. Object Oriented Paradigm :-[/B]Object Oriented Programming Concepts ( Object-oriented paradigm, data abstraction, encapsulation, inheritance, Polymorphism), Introduction to Classes and Objects ( classes, objects, data members, member functions), Classes Advanced ( friends, static, composition, this, const), Operator overloading (stream insertion, stream extraction, binary operator, unary operator), Inheritance (single inheritance, multiple inheritances, protected members, method over-riding), Polymorphism (virtual function, pure-virtual functions, abstract class, abstract super class), Standard Template Library (STL), Files & streams (sequential access files, random access files), File processing, Exception Handling [/SIZE]

[SIZE=4][COLOR=Navy][B]Section-B (50 Marks) [/B][/COLOR][/SIZE]

[SIZE=3][B]IV. Algorithms & Data Structures :-[/B]Fundamental concepts, Properties of algorithms, Criteria for an Algorithm, Parameters for selecting an algorithm, Algorithm Representations, Pseudo Code and Flow Charts, Designing Algorithms, Algorithm Analysis and Asymptotic Notations , Classification of Lists, Abstract Data Types, Implementation of Stacks and Queues using ADTs, Searching and Sorting Algorithms (Linear Search, Binary Search, Bubble Sort, Merge Sort, Quick Sort, Heap Sort), Stacks and Queues, Hash Tables (Linear Probing, Bucketing, Chaining), Recursion, Trees (Binary Trees, Binary Search trees, AVL Trees, Two-Three Trees), Graphs, Heuristic (Guided) Search, Genetic Algorithms, Encryption Algorithms (DES, RSA) [/SIZE]

[SIZE=3][B]V. Software Engineering :-[/B]Software Processes, Software Process Models, Agile Software Development, Analysis Modeling, Requirements Engineering, Design Concepts, Architectural Design, Design & Implementation, Software Testing, System Delivery and Maintenance, Software Evolution Formal Specification, Software Quality Assurance, Introduction to Proofs of Correctness (LNO), Distributed Software Engineering, Aspect-Oriented Software Engineering, Project Management, Process Improvement [/SIZE]

[SIZE=3][B]VI. Compiler Construction :-[/B]Difference among various type of Translators, Phases of Compilers, Classification of Compilers, Lexical Analysis (Input buffering, Specification & Recognition of tokens, Regular expressions, Finite automata, Syntax Analysis (Context-free grammars and their classification, LL(k) vs. LR(k) grammars, Top-down vs. Bottom-Up parsers, Parsing Techniques, FIRST and FOLLOW sets, Predictive Parsing using LL(1) grammars, Syntax error handling and recovery strategies), Syntax Directed Translation (Synthesized attributes, Inherited attributes, Construction of syntax trees, Top-down translation), Semantic analysis (Symbol tables, Type Expressions, Type Checking of statements), Intermediate Code Generation, Code Generation (Issues in the design of code generation, The target machine, Run-time storage management, Register allocation), Code optimization (Elimination of Redundant code, Folding of Constant, Loop optimization, Peephole optimization, Problems of optimization) [/SIZE]


[CENTER][CENTER][SIZE=3][B][SIZE=4][COLOR=DarkRed]Paper-II (100 Marks)
[/COLOR][/SIZE]

[/B][/SIZE][/CENTER]
[/CENTER]
[SIZE=4][COLOR=Navy][B]Section-A (50 Marks) [/B][/COLOR][/SIZE]

[SIZE=3][B]I. Computer Organization & Architecture :- [/B]Fundamental concepts, Overview of a Computer System, Evolution & Performance Languages, Architectural levels, Virtual machines, Processor types, Metrics, Machineinstructions, Instruction execution cycle, CISC vs. RISC, Parallelism, Internal/External data representation, Computer Function and Interconnections, Cache Memory, Internal Memory, External Memory, Input /Output System, Computer Arithmetic Microprocessor and its Bus Structure, I/O Types, Types of Buses, Memory Organization and Structure, information flow and execution in Machine, Instruction Representation, Machine Instruction Characteristics, Instruction Processing, Processor Structure & Function, Control Unit Operation, Micro-programmed Control, Instruction-Level Parallelism And Superscalar Processors, Parallel Processing, Multi-Processor and Multi-core Systems [/SIZE]

[SIZE=3][B]II. Computer Communications & Networks :-[/B]Basic Concepts and Classification of Networks, Circuit switching, Packet switching, Multiplexing (TDM, FDM), Layering: OSI and TCP/IP, Application Layer (Network application architectures, HTTP, FTP, Email, DNS, P2P applications), Transport Layer (Multiplexing in UDP and TCP, Connectionless Transport: UDP, Reliable data transfer and TCP, Congestion avoidance and control), Network Layer (The Internet Protocol, IPv4 Datagram, Internet Address Classes, Special IP Addresses ARP, IPv6, ICMP, Network Address Translation (NAT), Internet Routing Protocols and Algorithms, X.25, Frame relay and ATM, MPLS), Physical & Link Layer Functionalities (Error Detection & Control, ARQ, Link layer addressing, LAN Technologies, Bridges and Hubs, Multiple Access), Special topics (Security, Overlay networks, naming, Content distribution networks, Peer to peer systems, DHTs, Network Attacks) [/SIZE]

[SIZE=3][B]III. Operating Systems Concepts :-[/B]Roles of an Operating System, Operating-System Evolution, Structures, and Operations, Classification of Operating Systems, Computing Environments, Design and Components of OS, Process Management, Process Synchronization, Deadlocks, Memory Management, Virtual Memory Management, File Systems (UNIX and Windows Systems), I/O Management [/SIZE]

[SIZE=4][COLOR=Navy][B]Section-B (50 Marks) [/B][/COLOR][/SIZE]

[SIZE=3][B]IV. Database Systems :- [/B]Introduction to Database Systems, Relational Data Model & Relational Database Constraints, Relational Data Model, SQL, Relational Algebra & Calculus, ER Model, ER to Relational Mapping, PL/SQL Stored Procedures & Triggers, Functional Dependencies and Normalization, Storage & Indexing, Indexing Structure, XML documents & Web Services, Query Processing & Evaluation, Query Optimization, Transaction processing, Object- Oriented Databases, Distributed Databases, Database Security & Access Control [/SIZE]

[SIZE=3][B]V. Digital Image Processing :-[/B]The relation between Image Processing, Computer Graphics, Computer Vision and Artificial Intelligence; Image Sensing and Acquisition Techniques; Representing Digital Image; Image Sampling and Quantization; Image Storage and Operations; Image Transformations (Translation, Scaling, Rotation, Shear); Image Histogram; Image Enhancement (Contrast, Smoothing, Sharpening); Gray-scale and Color Images; Color Models (RGB, CMYK and HIS); Image Restoration; Noise Models; Morphological Operators (Erosion, Dilation, Opening, Closing, Skeletonization, Thinning); Image Segmentation; Point Detection, Line Detection, Edge Detection and Boundary Detection; Image Compression [/SIZE]

[SIZE=3][B]VI. Web Engineering & Technologies :- [/B]Modeling techniques for web applications, Introduction to web engineering, requirement engineering, requirement, types of requirements, functional requirements, non functional requirements, Requirement engineering process (Elicitation and negotiation, Documentation, Validation and verification, Management), HTML(hypertext markup language), Software Architecture, Styles, Patterns, and frameworks, Components of Web Architecture, Classifications of web architecture , Web Application layered architecture ( client server, n- layered, JSP model, struts, OOHDM ), Integration Architecture, Data Aspect architectures, Cascading Style Sheet(CSS), CSS properties, JavaScript (Functionalities, Events, Variables, Operators), DOM(Document Object Model), XML, RSS, API, Client-side programming using (HTML, XHTML, XML, JavaScript, and CSS), Server- side programming using PHP, Web development process, Web Application Development Methodologies, Web site promotion and deployment, Web applications Issues (Accessibility, testing, performance, operation, maintenance, security)[/SIZE]



[CENTER][CENTER][SIZE=5][COLOR=Green][B]SUGGESTED READINGS

[/B][/COLOR][/SIZE][/CENTER]
[/CENTER]
[SIZE=3]1. C++ How to Program[COLOR=#EEECE1]-----------------------------[SIZE=3]--[/SIZE]------------[/COLOR]Harvey M. Deitel and Paul J. Deitel.[/SIZE]
[SIZE=3]
2. Compilers: Principles, Techniques, and Tools[COLOR=#EEECE1]--------[SIZE=3]-[/SIZE]------------[/COLOR]Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman[/SIZE]
[SIZE=3]
3. Operating System Concepts [COLOR=#EEECE1]-----------------------------------[/COLOR] Silberschatz, Galvin, and Gagne. John[/SIZE]
[SIZE=3]
4. Operating Systems[COLOR=#EEECE1]----------[SIZE=3]-[/SIZE]-----------------------------------[/COLOR]William Stallings [/SIZE]
[SIZE=3]
5. Computer Organization & Architecture[COLOR=#EEECE1]---------------------------[SIZE=3]-[/SIZE][/COLOR]William Stallings [/SIZE]
[SIZE=3]
6. Computer System Architecture[COLOR=#EEECE1] ----------------------------------[/COLOR]M. Morris Mano [/SIZE]
[SIZE=3]
7. Computer Organization and Design: The Hardware/ Software Interface [COLOR=#EEECE1]--------------[/COLOR]David A. Patterson and John L. Hennessy [/SIZE]
[SIZE=3]
8. Software Engineering [COLOR=#EEECE1]---------------------[SIZE=3]--[/SIZE]-------------------[/COLOR]Ian Sommerville [/SIZE]
[SIZE=3]
9. Software Engineering A Practitioner’s Approach [COLOR=#EEECE1]-------[SIZE=3]---------[/SIZE][/COLOR]Roger S. Pressman [/SIZE]
[SIZE=3]
10. Data Structures and Algorithm Analysis in C++[COLOR=#EEECE1]-----------------[/COLOR]Mark Allen Weiss [/SIZE]
[SIZE=3]
11. Computer Networking: A Top Down approach featuring the Internet [COLOR=#EEECE1]------------------[/COLOR] James F. Kurose and Keith W. Ross [/SIZE]
[SIZE=3]
12. Data and Computer Communications[COLOR=#EEECE1]-----------------------[/COLOR]William Stallings [/SIZE]
[SIZE=3]
13. Computer Networks[COLOR=#EEECE1]----------------------------------------[/COLOR]Andrew Tanenbaum [/SIZE]
[SIZE=3]
14. Fundamentals of Database Systems [COLOR=#EEECE1]------------------------[/COLOR]Ramez Elmasri and S. B [/SIZE]
[SIZE=3]15. Database Systems Concepts[COLOR=#EEECE1]-------------------------------[/COLOR]Silberchatz, Abraham & Korth, Sudarshan[/SIZE]
[SIZE=3]
16. Web Services: Principles and Technology[COLOR=#EEECE1]--------------------[/COLOR]Michael Papazoglu [/SIZE]
[SIZE=3]
17. Electronic Commerce: The Second Edition[COLOR=#EEECE1]-------------------[/COLOR] Wave, Ninth Gary P. Schneider [/SIZE]
[SIZE=3]
18. Electronic-Commerce –A Managerial Perspective[COLOR=#EEECE1]-------------[/COLOR] Turban, Lee, King, Chung[/SIZE]
[SIZE=3]
19. Web Engineering[COLOR=#EEECE1]----------------------------------------------[/COLOR]Kappel, G., Proll, B. Reich, S. & Retschitzegger [/SIZE]
[SIZE=3]
20. Styling Web Pages with CSS[COLOR=#EEECE1]----------------------------------[/COLOR] Tom Negrino and Dori Smith [/SIZE]
[SIZE=3]
21. PHP: The Good Parts[COLOR=#EEECE1]------------------------------------------[/COLOR] Peter B. MacIntyre [/SIZE]
[SIZE=3]
22. Learn JavaScript[COLOR=#EEECE1]----------------------------------------------[/COLOR]Chuck Easttom [/SIZE]
[SIZE=3]
23. ADTs, Data Structures, and Problem Solving withC++[COLOR=#EEECE1]----------[/COLOR]Larry R. Nayhoff[/SIZE]
[SIZE=3]
24. Digital Image Processing[COLOR=#EEECE1]-----------------------------------------[/COLOR]Gonzalez and Woods[/SIZE]


03:04 PM (GMT +5)

vBulletin, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.