#1  
1st January 2011, 05:53 PM
sahusumi
Junior Member
 
Join Date: Dec 2010
Posts: 6

Syllabus of Quality System Management exam?


There is nothing mentioned about the syllabus of Quality System Management on the website of Uttar Pradesh Technical University, can anyone tell me the syllabus??




  #2  
13th January 2011, 12:41 PM
amlendu
Senior Member++
 
Join Date: Jan 2011
Posts: 1,196
Default Re: Syllabus of Quality System Management exam?

hi dear,
computer management system is the basic part for computer education.Master of computer management systems is a master level course, and hence everything is in detail and depth shoul be studied.One needs to possess a bachelor’s degree in order to get admission in the course of masters of computer management system. The bachelor’s degree should be from a well known university or college.
The course is of is of 3 years duration These three years are divided into 3 semester of 1 year each. After every one year, the institute or university conducts an examination . However many universities and institutes offers this course with a duration of just one year. In some university, this course is of 2 year.
thanks
  #3  
13th January 2011, 02:08 PM
rks_estate
Senior Member
 
Join Date: Jan 2011
Posts: 565
Default Re: Syllabus of Quality System Management exam?

hello dear,

Syllabus of Quality System Management exam are as follows: -

1. General Aptitude (GA)

2. Computer Organization and Operating Systems (CO)

3. Data Structures and Algorithms (DS)

4. Computer Networks: - Topics

a. TCP/IP: reference model and concepts of networking protocols.
b. Physical layer: Theoretical concepts in data communication (Fourier Analysis, bandwidth, baud rate, bit rate, error rate, transmission delays), Transmission Media, Communication Satellites, PSTN, Trunks and Multiplexing, Switching, Modems, xDSL, Mobile Telephone System, Internet Over Cable.
c. Data Link Layer: Design issues, Error Detection and Correction, Elementary Data Link Protocols, Sliding Window Protocols, Example Data Link Protocols
d. Medium Access Control Sublayer: The channel allocation problem, multiple access protocols, Ethernet, Wireless LANs, Broadband Wireless, Data Link Layer switching
e. Network layer: Design issues, routing algorithms, congestion control algorithms, Quality of Service, Internetworking, Network Layer in the Internet.
f. Transport layer: Theoretical Aspects of Transport Protocols, UDP, TCP
g. Common networking applications: E-mail, The World Wide Web, and DNS
h. Network Security: Symmetric-Key Algorithms, Public-Key Algorithms, Digital Signatures, Digital Certificates, IPsec, Firewalls, Virtual Private Networks, Wireless Security, Authentication Protocols.

5. Database Management: - Topics

a. Database Systems - Basic Concepts: data, database, database systems, database management system; data models, data abstraction, data independence, three level architecture, data definition language, data manipulation language, overall system architecture of DBMS, data dictionary, schema processor, query processor, three classical data models (hierarchical, network and relational)
b. Relational Data Model: relational structure - tables (relations), rows (tuples), domains, attributes, keys, candidate keys, primary key, entity integrity constraints, referential integrity constraints;
Query languages - relational algebra, relational calculus, SQL
c. Database Design: relational database design, normalization based on functional dependencies and multi-valued dependencies, Normal forms 1, 2, 3, BCNF, 4 and 5, conceptual design, entity-relationship model, translation of E-R schemes to relational schemes (logical design), physical design
d. DBMS storage structures and access methods: hash, ISAM, B-Tree and B-Tree variants, dynamic hashing, primary index, secondary index.
e. Query Processing: query expression trees, equivalence, query expression, tree optimization, cost estimation, implementation of relational algebra operations.
f. Transaction Processing: recovery techniques, WAL based recovery, check pointing, concurrency control, serializability, lock-based concurrency control, strict two-phase locking, multiple granularity locking, time-stamp based concurrency control.
g. Other Issues: security & integrity, authorization and views, security specification in SQL, types of integrity constraints, triggers in SQL, declarative constraints in SQL.

6. Java Technologies: - Topics

a. Language Fundamentals: Data representation, Operators and Expressions, Control Flow and Looping Constructs, Classes and Objects, Interfaces, Inheritance, Polymorphism, Exception handling, Packages.
b. Core API Packages (As specified in Java 2 Standard Edition v 1.4.x): lang, util, io, math, awt, applet.
c. Concepts: Swings (JFC), Thread Management, Serialization, Remote Method Invocation, Java Beans, Security Model, Collections, JDBC, Enterprise Java Beans 2.1

7. Object-Oriented Programming and C++: - Topics

a. OO Concepts: Objects, classes, messages, inheritance, dynamic binding, polymorphism, OO paradigm, reusability and extensibility, abstract data types, encapsulation, information hiding, genericity.
b. Data Abstraction in C++: Classes, ADT implementation, interface and implementation, members, methods, static member and member functions, initialisation, constructors and destructors, operator and function overloading, parameter passing by value and by reference, function signatures and name mangling, dynamic memory allocation and new and delete operators, assignment operator overloading, shallow and deep copies, copy constructor, friend functions and classes, template functions and classes.
Container classes, iterators, iostream class library, error handling and exceptions in C++.
c. Inheritance and C++: Base and derived classes, public, private and protected derivations, control of access and visibility using public/private/protected keywords, type compatibility among super- and sub-types, value/pointer/reference assignment semantics, virtual functions, multiple inheritance and repeated inheritance, virtual derived classes.
Object oriented design and programming using classes and inheritance.

8. Software Engineering: - Topics

a. Software Engineering Principles: how is software engineering an `engineering’ discipline?, information system characteristics, software development process models, life cycle concepts, software phases and deliverables, software development strategies.
b. Technical Development: structured systems analysis and design, risk analysis and management, requirements collection and specification, dataflow and logical data modelling, cost benefit analysis, feasibility study, architectural and detailed design, process, data, network, control and user interface designs, physical data design, dynamic modelling for real-time systems.
c. Software Project Management: principles of software project management, organisational and team structure, project planning, project initiation and project termination; technical, quality, and management plans, project controls, cost estimation methods - function points and COCOMO, tools.
d. Software Quality Management: quality control, quality assurance, quality standards, software metrics, verification and validation, testing, quality plans, tools.
e. Configuration Management
f. Software Development Methods & CASE: formal, semi-formal and informal methods, data, function, and event-based modelling, some of the popular methodologies such as Yourdon’s SAD, SSADM etc, CASE tools, CASE standards.
g. Implementation: in 3GL environments, in 4GL environments, in client-server environments, coding styles, Documentation, Software Maintenance.

9. Web Technology: - Topics

a. General
HTTP:
Overview - HTTP Basics, Client request, Server response; HTTP Headers;
Session Management - Persistent connections, Cookies.
General concepts on web server:
Apache Configuration & Administration; Virtual hosting
General concepts of Caching Proxy Server
Web Security
SSL; Digital Signatures; Authentication.
b. Client side technologies
HTML:
Structure of HTML Document - Meta tags, Links, Text, Lists, Tables, Inclusions (Objects, Images, and Multimedia contents);
Presentation of HTML Document - Style Sheets, Alignment, Fonts, Frames;
Interactive HTML Document - Forms, Scripts.
XML:
Overview; Schemas-DTD (Document Type Definitions), XML Data, Namespaces; Document Object Model, XSLT. Java Applets:
Lifecycle of Applets; Applet context; Limitations of Applets
Client Side JavaScript:
Object Reference - Objects, Methods and Properties, Event Handlers;
Language constructs - Statements and Operators.
c. Server side technologies
CGI
Java Servlets:
HTTP Servlet Basics, Servlet Life Cycle, Session Tracking, Interservlet Communication
Overview of ASP & JSP
SSI:
SSI Directives; SSI Environment Variables; SSI Formats.

Good Luck
Do you have any question? or have anything to say?



Related Topics:

Thread Replies Last Post
Scope for engineers in building management system? 39 30th December 2019 04:06 PM
Books and syllabus for delhi metro rail sr system analyst 32 5th August 2013 09:31 AM
DOEACC Society B level course Software Testing and Quality Management Exam - Download Previous Years Question Papers 0 30th December 2010 10:00 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Optimisation by vB Optimise.
Please also check: