Showing posts with label TE VI SEM. Show all posts
Showing posts with label TE VI SEM. Show all posts

Wednesday, 4 May 2011

Tagged under: , ,

Object Oriented Software Engineering- Hospital Management in Rational Rose

Rational Rose is a tool set produced and marketed by Rational Software Corporation (now owned by IBM).  Rose is an operational tool set that uses the Unified Modeling Language (UML) as its means for facilitating the capture of domain semantics and architecture/design intent.  UML has a number of different notations, allowing the specification of the artifacts of design from many different perspectives and for different objectives during the computer engineering life cycle.  Most of these notations are directly supported through the Rose tool set.

Rational Rose is an object-oriented Unified Modeling Language (UML) software design tool intended for visual modeling and component construction of enterprise-level software applications. In much the same way a theatrical director blocks out a play, a software designer uses Rational Rose to visually create (model) the framework for an application by blocking out classes with actors (stick figures), use case elements (ovals), objects (rectangles) and messages/relationships (arrows) in a sequence diagram using drag-and-drop symbols. Rational Rose documents the diagram as it is being constructed and then generates code in the designer's choice of C++, Visual Basic, Java, Oracle8, Corba or Data Definition Language.


Hospital Management
You can download the Software engineering models for hospital management from the download box alongside. These models were prepared using Rational Rose. 

Tuesday, 3 May 2011

Tagged under: , , ,

System Programming & Compiler Construction

Here are all Spcc prog.
Download them from the download box alongside.
Note: If the question has the source prog in c language, & they ask for Uniform symbol table, or literal table, then don't get confused. It is not the prog of Assembler, but of Lexical Analyzer. If it is an assembly lang prog & they ask to find the Sym/lit table, then it is the question of Assembler.

Monday, 2 May 2011

Tagged under: ,

Advanced MicroProcessors

AMP All Programs
you can download all the programs from the download box alongside

Note: It does not include EFlags

Sunday, 1 May 2011

Tagged under:

Advanced MicroProcessor Reservation Table

Reservation table



1.         Collision vector=(100)
  Simple cycles: (2),(4),(1,4),(1,1,4),(2,4)etc
  Greedy cycle: (1,4,2,4),(1,1,4,2,4)etc 
  MAL=2 
  Max throughput=0.5
2.       . Collision vector=(10)
  Simple cycles: (3),(1,3)
  Greedy cycle: (1,3,3),(3,1,3)
  MAL=2
  Max throughput=0.5
3.         Collision vector=(110)
  Simple cycles: (4),(1,4)
  Greedy cycle: (1,4,4),(4,1,4)
  MAL=2.5
  Max throughput=0.4
4.         Collision vector=(11)
  Simple cycles: (3)
  Greedy cycle: ---
  MAL=3
  Max throughput=0.33
 Note: The above answers were found to be correct by me. However I don't take the responsibility of this being fail-proof!!  

Friday, 29 April 2011

Tagged under: , , ,

Lexical Analyzer

LEXICAL ANALYZER
Download the program for Lexical Analyzer from the download box alongside
Tagged under:

OOSE Practicals


Question Bank for OOSE Practical Exam
     
1.      Airline Reservation System
2.      Railway Reservation System
3.      Nokia Gallery
4.      Banking System
5.      Big Bazaar
6.      Bus Reservation System
7.      Movie Ticket Reservation
8.      Hospital Management System
9.      Star Plus Serial Schedule Management System
10.  SUC Event Management
11.  Hotel Management
12.  IPL Matches
  
Following diagrams will be asked based on above systems…
1.  Class Diagram
2.  Sequence Diagram
3.  Collaboration Diagram
4.  State Transition Diagram
5.  Activity Diagram
6.  Use Case Diagram

Only System name would be given…
Example: Class diagram for Hospital Management System.
Note: Students first have to write the problem statement.. Then draw d diagram on answer sheet nd then perform pracs..

Thursday, 28 April 2011

Tagged under: , , , ,

ANDROID SEMINAR

Android Seminar
Tagged under: , ,

Assemblers (Pass1)

Programs for Pass1 assembler:
1. Pass 1(a):


2. Pass 1(b):


3. Pass 1(c):


NOTE:While entering the code use '|' as space & ';' for next line.

Wednesday, 20 April 2011

Tagged under: , , , ,

Seminar Report

Android Operating System

Thursday, 14 April 2011

Tagged under:

ACN Practical exam list

ACN Practical Exam 2011

1.  Install Web Server
Site Name:
Contents of the site:

2. Implement Virtual Hosting (name based)
IP Address:
Site Name:
Contents of the Site:

3.  Implement Virtual Hosting (IP based)
IP Address:
Site Name:
Contents of the Site:

4. Analysis of packet captured (UDP)
Mention the port numbers of the captured packets

5. Analysis of packet captured (TCP)
Mention the flag status of the captured packets
6. Analysis of packet captured (ARP)
Mention the IP address of the source and destination hosts

7. Analysis of packet captured (IP)
Mention the IP address of the source and destination hosts

8. Implement Sliding Window Protocol (Go-Back-N)

9. Implement Sliding Window Protocol (Selective Repeat)

10.  Implement Group Chat Server (2 Clients)

11. Implement Group Chat Server (3 Clients)

12. Implement  multicast routing protocol DVMRP with following topology and groups

          Node ____ is the source.
          CBR traffic starts at ______ time.
          Node ____ joins the group at _______ time.
          Node ____ joins the group at _______ time.
          Node ____ leaves the group at _______ time.





Friday, 8 April 2011

Tagged under: , ,

SUPERSCALAR ARCHITECTURE in terms of Pipelining

Superscaler Program



Tagged under: ,

Data & Web Mining

DWM Programs in java
Download the Data & Web Mining programs from the download box alongside.

Wednesday, 6 April 2011

Tagged under: , ,

Arithmetic Pipelining for multiplicaion

ARITHMETIC PIPELINING
This the final prog for arithmetic pipelining. It works upto 8bit X 8bit multiplication. There were some minor changes in the datatypes of some variables as compared to the previous prog. 

Saturday, 2 April 2011

Tagged under: , ,

K-Mean & Nearest Neighbour Programs

Kmean & Nearest Neighbour Prog in java


1. Kmean:


2. Nearest Neighbour:

Tagged under: ,

Seminar

ANDROID report
Download the report from the download box alongside 



Points for seminar:
1) intro
2) Innovative features
3) open source

4) arch

5) comparison
6) system mgmt
7) life cycles
8) security
9) advantages

10) future pros



Thursday, 31 March 2011

Tagged under: ,

Go Back N - Sender & Receiver

1. Go Back N Sender:


2. Go Back N Receiver:

Saturday, 26 March 2011

Tagged under:

Packet Sniffer

ACN Packet Sniffer

Our sir told to use some packetsniffer other than Wireshark or Colasoft. So I used Smartsniff.
Click the link below for snapshots
SmartSniff

For snapshots of Wireshark click the link below
Wireshark
Tagged under: ,

Apriori Algorihm

Apriori Algorithm:



Tagged under: ,

Packet garbage and analysis using Wireshark

On the Internet, packet filtering is the process of passing or blocking packets at a network interface based on source and destination addresses, ports, or protocols. The process is used in conjunction with packet mangling and Network Address Translation (NAT). Packet filtering is often part of a firewall program for protecting a local network from unwanted intrusion.
In a software firewall, packet filtering is done by a program called a packet filter. The packet filter examines the header of each packet based on a specific set of rules, and on that basis, decides to prevent it from passing (called DROP) or allow it to pass (called ACCEPT).
There are three ways in which a packet filter can be configured, once the set of filtering rules has been defined. In the first method, the filter accepts only those packets that it is certain are safe, dropping all others. This is the most secure mode, but it can cause inconvenience if legitimate packets are inadvertently dropped. In the second method, the filter drops only the packets that it is certain are unsafe, accepting all others. This mode is the least secure, but is causes less inconvenience, particularly in casual Web browsing. In the third method, if the filter encounters a packet for which its rules do not provide instructions, that packet can be quarantined, or the user can be specifically queried concerning what should be done with it. This can be inconvenient if it causes numerous dialog boxes to appear, for example, during Web browsing.
Wireshark is a network packet analyzer. A network packet analyzer will try to capture network packets and tries to display that packet data as detailed as possible.
You could think of a network packet analyzer as a measuring device used to examine what's going on inside a network cable, just like a voltmeter is used by an electrician to examine what's going on inside an electric cable (but at a higher level, of course).
Here are some examples people use Wireshark for:
  • network administrators use it to troubleshoot network problems
  • network security engineers use it to examine security problems
  • developers use it to debug protocol implementations
  • people use it to learn network protocol internals
Download the manual from the download box alongside.