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.