search this blogs

Friday, July 30, 2010

IT Vth_SEM SYLLABUS

IT-301 E RAPID APPLICATION DEVELOPMENT

L T P Class Work: 50

3 1 - Exam: 100

Total: 150

Duration of Exam: 3 Hrs.

Unit-1: Visual Programming Environment: Concept of procedure and event oriented languages,

Integrated Development Environment for VC++ and Visual Basic, Components of Visual C++ and Visual

Basic.

Unit-2: Parts of Visual C++ Program: Application object, main window object, view object, document

object, Document-View architecture and its advantages, dEvent oriented windows Programming, device

context, Microsoft Foundation Classes- an Overview, Simple MFC application, API’s .

Unit-3: Reading keystrokes, handling mouse, creating menus, toolbars, buttons, status bar prompts,

dialog box, check box, radio buttons, list boxes, combo boxes, sliders, multiple documents.

Unit-4: Serialization, file handling, debugging.

Unit-5: DLL’s, OLE Object Technologies, Creating Internet Programs using Visual C++ and Visual

Basic, Creating Active X Controls, connecting to Database (using DAO/ ADO/ RDO) using Visual Basic

and Visual C++.

Text Books

1. Microsoft Visual C++ By Steven Holzner (Pub: BPB)

2. Visual C++ Programming, 2nd edition by Steven Holzner(Pub: PHI)

3. Using Visual Basic for Applications By Paul Sanna(Pub: PHI)

4. Visual Basic Programming By Steven Holzner

5. MSDN Help

Reference Books

1. Visual C++: From the ground Up By Mucller (Pub :TMH)

2. Programming Visual C++ by David J. Kruglinski

IT-303 E Systems Programming &System Administration

L T P Class Work: 50

3 1 - Exam: 100

Total: 150

Duration of Exam: 3 Hrs.

Unit-1: Evolution of Components Systems Programming, Assemblers, Loaders, Linkers, Macros,

Compilers. software tools, Text editors, Interpreters and program generators, Debug Monitors,

Programming environment.

Unit-2: Compiler: Brief overview of compilation process, Incremental compiler, Assembler: Problem

statement, single phase and two phase assembler, symbol table; Loader schemes, compile and go Loader,

general loader schemes, absolute loader, Subroutine linkage, Reallocating loader, Direct linkage Loader,

Binders, Linking loader, overlays.

Unit-3: M acro language and macro-processor, macro instructions, features of macro facility, macro

instruction arguments, conditional macro expansion, macro calls with macro instruction defining macros.

Unit-4: Theoretical Concept of Unix Operating System: Basic features of operating system;

File structure: CPU scheduling; Memory management: swapping, demand paging; file system: block

and fragments, inodes, directory structure; User to user communication.

Unit-5: Getting Started with Unix: User names and groups, logging in; Format of Unix

commands; Changing your password; Characters with special meaning; Unix documentation; Files

and directories; Current directory, looking at the directory contents, absolute and relative pathnames,

some Unix directories and files; Looking at the file contents; File permissions; basic operation on

files; changing permission modes; Standard files, standard output; Standard input, standard error;

filters and pipelines; Processes; finding out about processes; Stopping background process; Unix

editor vi.

Unit-6: Test Manipulation: Inspecting files; File statistics; Searching for patterns; Comparing

files; Operating on files; Printing files; Rearranging files; Sorting files; Splitting files; Translating

characters; AWK utility.

Unit-7: Shell Programming: Programming in the Borne and C-Shell; Wild cards; Simple shell

programs; Shell variables; Shell programming constructs; interactive shell scripts; Advanced

features.

Unit-8: System Administration: Definition of system administration; Booting the system; Maintaining

user accounts; File systems and special files; Backups and restoration; Role and functions of a system

manager.

Overview of the linux. operating system

Text Books:

1. Systems Programming by Donovan, TMH.

2. The unix programming environment by Brain Kernighen & Rob Pike, 1984, PHI & Rob Pike.

3. Design of the Unix operating system by Maurich Bach, 1986, PHI.

4. Introduction to UNIX and LINUX by John Muster, 2003, TMH.

Reference Book:

1. Advanced Unix programmer’s Guide by Stephen Prato, BPB

2. Unix- Concept and applications by Sumitabha Das, 2002, T.M..H

Note: Eight questions will be set in all by the examiners taking at least one question from each unit.

Students will be required to attempt five questions in all.

IT-305 E COMPUTER NETWORKS

L T P Class Work: 50

3 1 - Exam: 100

Total: 150

Duration of Exam: 3 Hrs.

Unit-1: OSI Reference Model and Network Architecture: Introduction to Computer Networks,

Example networks ARPANET, Internet, Private Networks, Network Topologies: Bus-, Star-, Ring-,

Hybrid -, Tree -, Complete -, Irregular –Topology; Types of Networks : Local Area Networks,

Metropolitan Area Networks, Wide Area Networks; Layering architecture of networks, OSI model,

Functions of each layer, Services and Protocols of each layer

Unit–2: TCP/IP: Introduction, History of TCP/IP, Layers of TCP/IP, Protocols, Internet Protocol,

Transmission Control Protocol , User Datagram Protocol, IP Addressing, IP address classes, Subnet

Addressing, Internet Control Protocols, ARP, RARP, ICMP, Application Layer, Domain Name System,

Email – SMTP, POP,IMAP; FTP, NNTP, HTTP, Overview of IP version 6.

Unit-3: Local Area Networks: Introduction to LANs, Features of LANs, Components of LANs, Usage

of LANs, LAN Standards, IEEE 802 standards, Channel Access Methods, Aloha, CSMA, CSMA/CD,

Token Passing, Ethernet, Layer 2 & 3 switching, Fast Ethernet and Gigabit Ethernet, Token Ring, LAN

interconnecting devices: Hubs, Switches, Bridges, Routers, Gateways.

Unit–4: Wide Area Networks: Introduction of WANs, Routing, Congestion Control, WAN

Technologies, Distributed Queue Dual Bus (DQDB), Synchronous Digital Hierarchy (SDH)/

Synchronous Optical Network (SONET), Asynchronous Transfer Mode (ATM), Frame Relay.,Wireless

Links.

Unit-5: Introduction to Network Management: Remote Monitoring Techniques: Polling, Traps,

Performance Management, Class of Service, Quality of Service, Security management, Firewalls,

VLANs, Proxy Servers, Introduction to Network Operating Systems: Client-Server infrastructure,

Windows NT/2000.

Text Book:

1. Computer Networks (3rd edition), Tanenbaum Andrew S., International edition, 1996.

Reference Books:

1. Data Communications, Computer Networks and Open Systems (4th edition), Halsall Fred,

2. 2000, Addison Wesley, Low Price Edition.

3. Business Data Communications, Fitzgerald Jerry,.

4. Computer Networks – A System Approach, Larry L. Peterson & Bruce S. Davie, 2nd Edition

5. Computer Networking – ED Tittel , 2002, T.M.H.

Note: Eight questions will be set in all by the examiners taking at least one question from each unit.

Students will be required to attempt five questions in all.

CSE-301 E PRINCIPLES OF OPERATING SYSTEMS

L T P Class Work: 50

3 1 - Exam: 100

Total: 150

Duration of Exam: 3 Hrs.

Unit-1: Introduction: Introduction to Operating System Concepts (including Multitasking,

multiprogramming, multi user, Multithreading etc)., Types of Operating Systems: Batch operating

system, Time-sharing systems, Distributed OS, Network OS, Real Time OS; Various Operating system

services, architecture, System programs and calls.

Unit–2: Process Management: Process concept, process scheduling, operation on processes; CPU

scheduling, scheduling criteria, scheduling algorithms -First Come First Serve (FCFS), Shortest-Job-First

(SJF), Priority Scheduling, Round Robin(RR), Multilevel Queue Scheduling.

Unit–3: Memory Management: Logical & Physical Address Space, swapping, contiguous memory

allocation, non-contiguous memory allocation paging and segmentation techniques, segmentation with

paging; virtual memory management - Demand Paging & Page-Replacement Algorithms; Demand

Segmentation.

Unit–4: File System: Different types of files and their access methods, directory structures, various

allocation methods, disk scheduling and management and its associated algorithms, Introduction to

distributed file system.

Unit–5: Process-Synchronization & Deadlocks: Critical Section Problems, semaphores; methods for

handling deadlocks-deadlock prevention, avoidance & detection; deadlock recovery.

Unit-6: I/O Systems: I/O Hardware, Application I/O Interface, Kernel, Transforming I/O requests,

Performance Issues.

Unit–7: Unix System And Windows NT Overview

Unix system call for processes and file system management, Shell interpreter, Windows NT architecture

overview, Windows NT file system.

Text Books:

1. Operating System Concepts by Silberchatz et al, 5th edition, 1998, Addison-Wesley.

2. Modern Operating Systems by A. Tanenbaum, 1992, Prentice-Hall.

3. Operating Systems Internals and Design Principles by William Stallings,4th edition, 2001,

Prentice-Hall

Reference Books:

1. Operating System By Peterson , 1985, AW.

2. Operating System By Milankovic, 1990, TMH.

3. Operating System Incorporating With Unix & Windows By Colin Ritche, 1974, TMH.

4. Operating Systems by Mandrik & Donovan, TMH

5. Operating Systems By Deitel, 1990, AWL.

6. Operating Systems – Advanced Concepts By Mukesh Singhal , N.G. Shivaratri, 2003, T.M.H

Note: Eight questions will be set in all by the examiners taking at least one question from each unit.

Students will be required to attempt five questions in all.

EE-309-E MICROPROCESSORS AND INTERFACING

L T P CLASS WORK :

50

3 1 0 EXAM : 100

TOTAL :

150

DURATION OF EXAM :

3 HRS

PART A

UNIT1. THE 8085 PROCESSOR :

Introduction to microprocessor, 8085 microprocessor: Architecture, instruction set, interrupt structure,

and assembly language programming.

UNIT2. THE 8086 MICROPROCESSOR ARCHITECTURE:

Architecture, block diagram of 8086, details of sub-blocks such as EU, BIU; memory segmentation and

physical address computations, program relocation, addressing modes, instruction formats, pin diagram

and description of various signals.

UNIT3. INSTRUCTION SET OF 8086:

Instruction execution timing, assembler instruction format, data transfer instructions, arithmetic

instructions, branch instructions, looping instructions, NOP and HLT instructions, flag manipulation

instructions, logical instructions, shift and rotate instructions, directives and operators, programming

examples.

PART B

UNIT4. INTERFACING DEVICE :

The 8255 PPI chip: Architecture, control words, modes and examples.

UNIT 5. DMA :

Introduction to DMA process, 8237 DMA controller,

UNIT6. INTERRUPT AND TIMER :

8259 Programmable interrupt controller, Programmable interval timer chips.

TEXT BOOKS :

1. Microprocessor Architecture, Programming & Applications with 8085 : Ramesh S Gaonkar;

Wiley Eastern Ltd.

2. The Intel Microprocessors 8086- Pentium processor : Brey; PHI

REFERENCE BOOKS:

1. Microprocessors and interfacing : Hall; TMH

2. The 8088 & 8086 Microprocessors-Programming, interfacing,Hardware & Applications :Triebel

& Singh; PHI

3. Microcomputer systems: the 8086/8088 Family: architecture, Programming & Design : Yu-

Chang Liu & Glenn A Gibson; PHI.

4. Advanced Microprocessors and Interfacing : Badri Ram; TMH

NOTE: 8 questions are to be set selecting FIVE questions from PART A and THREE questions from

PART- B .Students have to attempt any five questions.

CSE -303 E COMPUTER GRAPHICS

L T P Class Work: 50

3 1 - Exam: 100

Total: 150

Duration of Exam: 3 Hrs.

Unit-1: Introduction to Computer Graphics: What is Computer Graphics, Computer Graphics

Applications, Computer Graphics Hardware and software, Two dimensional Graphics Primitives: Points

and Lines, Line drawing algorithms: DDA, Bresenham’s; Circle drawing algorithms: Using polar

coordinates, Bresenham’s circle drawing, mid point circle drawing algorithm; Filled area algorithms:

Scanline: Polygon filling algorithm, boundary filled algorithm.

Unit-2: Two/Three Dimensional Viewing: The 2-D viewing pipeline, windows, viewports, window to

view port mapping; Clipping: point, clipping line (algorithms):- 4 bit code algorithm, Sutherland-cohen

algorithm, parametric line clipping algorithm (Cyrus Beck).

Polygon clipping algorithm: Sutherland-Hodgeman polygon clipping algorithm. Two dimensional

transformations: transformations, translation, scaling, rotation, reflection, composite transformation.

Three dimensional transformations: Three dimensional graphics concept, Matrix representation of 3-D

Transformations, Composition of 3-D transformation.

Unit-3: Viewing in 3D: Projections, types of projections, the mathematics of planner geometric

projections, coordinate systems.

Unit-4: Hidden surface removal: Introduction to hidden surface removal. The Z- buffer algorithm,

scanline algorithm, area sub-division algorithm.

Unit-5: Representing Curves and Surfaces: Parametric representation of curves: Bezier curves, BSpline

curves. Parametric representation of surfaces; Interpolation method.

Unit-6: Illumination, shading, image manipulation: Illumination models, shading models for polygons,

shadows, transparency. What is an image? Filtering, image processing, geometric transformation of

images.

Text Books:

1. Computer Graphics Principles and Practices second edition by James D. Foley, Andeies van

Dam, Stevan K. Feiner and Johb F. Hughes, 2000, Addision Wesley.

2. Computer Graphics by Donald Hearn and M.Pauline Baker, 2nd Edition, 1999, PHI

Reference Books:

1. Procedural Elements for Computer Graphics – David F. Rogers, 2001, T.M.H Second Edition

2. Fundamentals of 3Dimensional Computer Graphics by Alan Watt, 1999, Addision Wesley.

3. Computer Graphics: Secrets and Solutions by Corrign John, BPB

4. Graphics, GUI, Games & Multimedia Projects in C by Pilania & Mahendra, Standard Publ.

5. Computer Graphics Secrets and solutions by Corrign John, 1994, BPV

6. Introduction to Computer Graphics By N. Krishanmurthy T.M.H 2002

Note: Eight questions will be set in all by the examiners taking at least one question from each unit.

Students will be required to attempt five questions in all.

IT-307 E Rapid Application Development Lab.

L T P Class Work: 25

- - 2 Exam: 25

Total: 50

Duration of Exam: 3 Hrs.

Note: At least 10 experiments are to be performed by the students in the semester

1. Study window’s API’s? Find out their relationship with MFC classes. Appreciate how they

are helpful in finding complexities of window’s programming?

2. Get familiar with the essential classes in a typical (document view architecture) VC program

and their relationships with each other.

3. Write a program to handle the mouse event right click on client area and display a message

box as “Right Button Click”.

4. Create a simple model dialog box to read the information about a student i.e. name, roll no.

class using appropriate fields.

5. Write a simple console application to create archive class object from file class that reads

and stores a simple structure (record).

6. Create a simple database in MS access and connect it to Visual Basic using ADO or DAO.

7. Write a program that reads a text and changes its font, font size as selected by the user from

different fonts contained in a list box.

8. With the help of Visual Basic, created an object of excel application and implement any

function of it.

9. Write a simple program that displays an appropriate message when an illegal operation is

performed, using error handling technique in VB.

10. Make an active X control of your own using Visual Basic.

CSE-309 E Computer Graphics Lab.

L T P Class Work: 50

- - 3 Exam: 50

Total: 100

Duration of Exam: 3 Hrs.

List of programs to be developed

1. Write a program for 2D line drawing as Raster Graphics Display.

2. Write a program for circle drawing as Raster Graphics Display.

3. Write a program for polygon filling as Raster Graphics Display

4. Write a program for line clipping.

5. Write a program for polygon clipping.

6. Write a program for displaying 3D objects as 2D display using perspective transformation.

7. Write a program for rotation of a 3D object about arbitrary axis.

8. Write a program for Hidden surface removal from a 3D object.

Note: At least 5 to 10 more exercises to be given by the teacher concerned.

CSE-313 E Operating Systems Lab.

L T P Class Work: 25

- - 2 Exam: 25

Total: 50

Duration of Exam: 3 Hrs.

􀁸 Study of WINDOWS 2000 Operating System.

􀁸 Administration of WINDOWS 2000 (including DNS,LDAP, Directory Services)

􀁸 Study of LINUX Operating System (Linux kernel, shell, basic commands pipe & filter

commands).

􀁸 Administration of LINUX Operating System.

􀁸 Writing of Shell Scripts (Shell programming).

􀁸 AWK programming.

Note: At least 5 to 10 more exercises to be given by the teacher concerned.

EE-329-E MICROPROCESSORS AND INTERFACING LAB

L T P CLASS WORK : 25

0 0 2 EXAM : 25

TOTAL : 50

DURATION OF EXAM: 3 HRS

LIST OF EXPERIMENTS:

1. Study of 8085 Microprocessor kit.

2. Write a program using 8085 and verify for :

a. Addition of two 8-bit numbers.

b. Addition of two 8-bit numbers (with carry).

3. Write a program using 8085 and verify for :

a. 8-bit subtraction (display borrow)

b. 16-bit subtraction (display borrow)

4. Write a program using 8085 for multiplication of two 8- bit numbers by repeated addition

method. Check for minimum number of additions and test for typical data.

5. Write a program using 8085 for multiplication of two 8- bit numbers by bit rotation method and

verify.

6. Write a program using 8085 for division of two 8- bit numbers by repeated subtraction method

and test for typical data.

7. Write a program using 8085 for dividing two 8- bit numbers by bit rotation method and test for

typical data.

8. Study of 8086 microprocessor kit

9. Write a program using 8086 for division of a defined double word (stored in a data segment) by

another double Word division and verify.

10. Write a program using 8086 for finding the square root of a given number and verify.

11. Write a program using 8086 for copying 12 bytes of data from source to destination and verify.

12. Write a program using 8086 and verify for:

a. Finding the largest number from an array.

b. Finding the smallest number from an array.

13. Write a program using 8086 for arranging an array of numbers in descending order and verify.

14. Write a program using 8086 for arranging an array of numbers in ascending order and verify.

15. Write a program for finding square of a number using look-up table and verify. .

16. Write a program to interface a two digit number using seven-segment LEDs. Use 8085/8086

microprocessor and 8255 PPI.

17. Write a program to control the operation of stepper motor using 8085/8086 microprocessor and

8255 PPI.

NOTE: At least ten experiments have to be performed in the semester out of which seven experiments

should be performed from above list. Remaining three experiments may either be performed from the

above list or designed & set by the concerned institution as per the scope of the syllabus of EE-309-C.

IT-302 E Network Programming

L T P Class Work: 50

3 1 - Exam: 100

Total: 150

Duration of Exam: 3 Hrs.

Unit-1: Introduction to networking, TC/IP Protocol architecture, Classful internet addresses, subnets,

super netting, address resolution Protocol (RAP) and RARP, IP datagram format, UDP and TCP/data

grams , ICMP its purpose , FINGER, NET STAT details & IPconfig, Ping, TRACERT, ROUTE.

Unit-2: Socket introduction, elementary TCP sockets, TCP client sever, I/O functions, select& poll

functions, socket options elementary UDP sockets, elementary node and address conversions, echo

service (TCP and UDP).

Unit-3: Algorithm and issues in server software design :iterative connectionless servers, (UDP),

Iterative, connection oriented servers (TCP), single process, concurrent servers multiprotocol servers

(TCP,UDP), multi service servers (TCP,UDP).

Unit-4: Remote procedure call concept (RCP) :RPC models, analogy between RPC of client and server,

remote programs and procedures, their multiple versions and mutual exclusion communication semantics,

RPC retransmits, dynamic port mapping ,authentication.

Unit-5: Network file system concept of data link access, debugging techniques ,Routing sockets,

broadcasting to mobile network.

Text Books:

1. Unix Network programming Vol -2nd edition, W.Richard Stevens

2. Internet working with TCP/IP Vol-1, Doubles e-commer.

3. Internetworking TCP/IP Vol III Doubles E comer, David L.Stevens

Reference Book:

1. Internetworking with TCP/IP, Vol II

Note: Eight questions will be set in all by the examiners taking at least one question from each unit.

Students will be required to attempt five questions in all

1 comment: