Sunday, December 5, 2010
1 ANNA UNIVERSITY CHENNAI : : CHENNAI – 600 025 AFFILIATED INSTITUTIONS B.TECH. (8 SEMESTER) INFORMATION TECHNOLOGY CURRICULUM – R 2008 SEMESTER VI (Applicable to the students admitted from the Academic year 2008–2009 onwards) CODE NO. COURSE TITLE L T P C THEORY IT2351 Network Programming and Management 3 0 0 3 CS2353 Object Oriented Analysis and Design 3 0 0 3 IT2352 Cryptography and Network Security 3 1 0 4 IT2353 Web Technology 3 0 0 3 IT2354 Embedded Systems 3 0 0 3 Elective I 3 0 0 3 PRACTICAL IT2357 Web Technology Lab 0 0 3 2 CS2357 Object Oriented Analysis and Design Lab 0 0 3 2 CS2307 Network Lab 0 0 3 2 TOTAL 18 1 9 25 SEMESTER VII (Applicable to the students admitted from the Academic year 2008–2009 onwards) CODE NO. COURSE TITLE L T P C THEORY IT2401 Service Oriented Architecture 3 0 0 3 IT2402 Mobile Communication 3 0 0 3 CS2401 Computer Graphics 3 0 0 3 IT2403 Software Project Management 3 0 0 3 Elective II 3 0 0 3 Elective III 3 0 0 3 PRACTICAL IT2406 Service Oriented Architecture Lab 0 0 3 2 CS2405 Computer Graphics Lab 0 0 3 2 TOTAL 18 0 6 22 2 SEMESTER VIII (Applicable to the students admitted from the Academic year 2008–2009 onwards) CODE NO. COURSE TITLE L T P C THEORY Elective IV 3 0 0 3 Elective V 3 0 0 3 PRACTICAL IT2451 Project Work 0 0 12 6 TOTAL 6 0 12 12 LIST OF ELECTIVES SEMESTER VI – Elective I CODE NO. COURSE TITLE L T P C MA2264 Numerical Methods 3 1 0 4 MA2265 Discrete Mathematics 3 1 0 4 IT2021 Business Process Model 3 0 0 3 IT2022 Software Requirement Engineering 3 0 0 3 IT2023 Digital Image Processing 3 0 0 3 IT2024 User Interface Design 3 0 0 3 CS2022 Visual Programming 3 0 0 3 CS2032 Data Warehousing and Data Mining 3 0 0 3 SEMESTER VII – Elective II CODE NO. COURSE TITLE L T P C CS2303 Theory of Computation 3 1 0 4 CS2029 Advanced Database Technology 3 0 0 3 IT2031 Electronic Commerce 3 0 0 3 IT2032 Software Testing 3 0 0 3 IT2033 Bio Informatics 3 0 0 3 IT2034 Adhoc Sensor Network 3 0 0 3 3 SEMESTER VII – Elective III CODE NO. COURSE TITLE L T P C CS2351 Artificial Intelligence 3 0 0 3 IT2041 Enterprise Resource Planning 3 0 0 3 IT2042 Information Security 3 0 0 3 IT2043 Knowledge Management 3 0 0 3 CS2063 Grid computing 3 0 0 3 CS2041 C# and .NET Framework 3 0 0 3 SEMESTER VIII – Elective IV CODE NO. COURSE TITLE L T P C IT2050 Principles of Compiler Design 3 0 0 3 IT2051 Knowledge Engineering 3 0 0 3 GE2021 Professional Ethics in Engineering 3 0 0 3 GE2071 Intellectual Property Rights 3 0 0 3 IT2052 Management Information System 3 0 0 3 IT2053 Software Design 3 0 0 3 CS2053 Soft Computing 3 0 0 3 SEMESTER VIII – Elective V CODE NO. COURSE TITLE L T P C GE2022 Total Quality Management 3 0 0 3 GE2072 Indian Constitution and Society 3 0 0 3 IT2061 System Modeling and Simulation 3 0 0 3 CS2035 Natural Language Processing 3 0 0 3 CS2056 Distributed Systems 3 0 0 3 GE2023 Fundamentals of Nanoscience 3 0 0 3 IT2064 Speech Signal Processing 3 0 0 3 4 IT2351 NETWORK PROGRAMMING AND MANAGEMENT LT P C 3 0 0 3 UNIT I ELEMENTARY TCP SOCKETS 9 Introduction to Socket Programming – Overview of TCP/IP Protocols –Introduction to Sockets – Socket address Structures – Byte ordering functions – address conversion functions – Elementary TCP Sockets – socket, connect, bind, listen, accept, read, write, close functions – Iterative Server – Concurrent Server. UNIT II APPLICATION DEVELOPMENT 9 TCP Echo Server – TCP Echo Client – Posix Signal handling – Server with multiple clients – boundary conditions: Server process Crashes, Server host Crashes, Server Crashes and reboots, Server Shutdown – I/O multiplexing – I/O Models – select function – shutdown function – TCP echo Server (with multiplexing) – poll function – TCP echo Client (with Multiplexing). UNIT III SOCKET OPTIONS, ELEMENTARY UDP SOCKETS 9 Socket options – getsocket and setsocket functions – generic socket options – IP socket options – ICMP socket options – TCP socket options – Elementary UDP sockets – UDP echo Server – UDP echo Client – Multiplexing TCP and UDP sockets – Domain name system – gethostbyname function – Ipv6 support in DNS – gethostbyadr function – getservbyname and getservbyport functions. UNIT IV ADVANCED SOCKETS 9 Ipv4 and Ipv6 interoperability – threaded servers – thread creation and termination – TCP echo server using threads – Mutexes – condition variables – raw sockets – raw socket creation – raw socket output – raw socket input – ping program – trace route program. UNIT V SIMPLE NETWORK MANAGEMENT 9 SNMP network management concepts – SNMP management information – standard MIB’s – SNMPv1 protocol and Practical issues – introduction to RMON, SNMPv2 and SNMPv3. TOTAL = 45 PERIODS TEXT BOOKS: 1. W. Richard Stevens, “Unix Network Programming Vol-I”, Second Edition, Pearson Education, 1998. 2. Mani Subramaniam, “Network Management: Principles and Practice“, Addison Wesley”, First Edition, 2001. REFERENCES: 1. D.E. Comer, “Internetworking with TCP/IP Vol- III”, (BSD Sockets Version), Second Edition, Pearson Education, 2003. 2. William Stallings, “SNMP, SNMPv2, SNMPv3 and RMON 1 and 2”,Third Edition, Addison Wesley, 1999. 5 CS2353 OBJECT ORIENTED ANALYSIS AND DESIGN L T P C 3 0 0 3 OBJECTIVES: To learn basic OO analysis and design skills through an elaborate case study. To use the UML design diagrams To apply the appropriate design patterns UNIT I 9 Introduction to OOAD – What is OOAD? – What is UML? What are the United process(UP) phases - Case study – the NextGen POS system, Inception -Use case Modeling - Relating Use cases – include, extend and generalization. UNIT II 9 Elaboration - Domain Models - Finding conceptual classes and description classes – Associations – Attributes – Domain model refinement – Finding conceptual class hierarchies- Aggregation and Composition- UML activity diagrams and modeling UNIT III 9 System sequence diagrams - Relationship between sequence diagrams and use cases Logical architecture and UML package diagram – Logical architecture refinement - UML class diagrams - UML interaction diagrams UNIT IV 9 GRASP: Designing objects with responsibilities – Creator – Information expert – Low Coupling –Controller – High Cohesion – Designing for visibility - Applying GoF design patterns – adapter, singleton, factory and observer patterns. UNIT V 9 UML state diagrams and modeling - Operation contracts- Mapping design to code -UML deployment and component diagrams TOTAL = 45 PERIODS TEXT BOOK: 1. Craig Larman,"Applying UML and Patterns: An Introduction to object-oriented Analysis and Design and iterative development”, Third Edition, Pearson Education, 2005 REFERENCES: 1. Mike O’Docherty, “Object-Oriented Analysis & Design: Understanding System Development with UML 2.0”, John Wiley & Sons, 2005. 2. James W- Cooper, Addison-Wesley, “Java Design Patterns – A Tutorial”, 2000. 3. Micheal Blaha, James Rambaugh, “Object-Oriented Modeling and Design with UML”, Second Edition, Prentice Hall of India Private Limited, 2007 4. Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides,“Design patterns: Elements of Reusable object-oriented software”, Addison-Wesley, 1995. 6 IT2352 CRYPTOGRAPHY AND NETWORK SECURITY L T P C 3 1 0 4 UNIT I 9 Security trends – Attacks and services – Classical crypto systems – Different types of ciphers – LFSR sequences – Basic Number theory – Congruences – Chinese Remainder theorem – Modular exponentiation – Fermat and Euler's theorem – Legendre and Jacobi symbols – Finite fields – continued fractions. UNIT II 9 Simple DES – Differential cryptoanalysis – DES – Modes of operation – Triple DES – AES – RC4 – RSA – Attacks – Primality test – factoring. UNIT III 9 Discrete Logarithms – Computing discrete logs – Diffie-Hellman key exchange – ElGamal Public key cryptosystems – Hash functions – Secure Hash – Birthday attacks - MD5 – Digital signatures – RSA – ElGamal – DSA. UNIT IV 9 Authentication applications – Kerberos, X.509, PKI – Electronic Mail security – PGP, S/MIME – IP security – Web Security – SSL, TLS, SET. UNIT V 9 System security – Intruders – Malicious software – viruses – Firewalls – Security Standards. TOTAL = 60 PERIODS TEXT BOOKS: 1. Wade Trappe, Lawrence C Washington, “ Introduction to Cryptography with coding theory”, 2nd ed, Pearson, 2007. 2. William Stallings, “Crpyptography and Network security Principles and Practices”, Pearson/PHI, 4th ed, 2006. REFERENCES: 1. W. Mao, “Modern Cryptography – Theory and Practice”, Pearson Education, Second Edition, 2007. 2. Charles P. Pfleeger, Shari Lawrence Pfleeger – Security in computing Third Edition – Prentice Hall of India, 2006 7 IT2353 WEB TECHNOLOGY LT P C 3 0 0 3 UNIT I 9 Web Essentials: Clients, Servers, and Communication. The Internet-Basic Internet Protocols -The World Wide Web-HTTP request message-response message-Web Clients Web Servers-Case Study. Markup Languages: XHTML. An Introduction to HTML History-Versions-Basic XHTML Syntax and Semantics-Some Fundamental HTML Elements-Relative URLs-Lists-tables-Frames-Forms-XML Creating HTML Documents Case Study. UNIT II 9 Style Sheets: CSS-Introduction to Cascading Style Sheets-Features-Core Syntax-Style Sheets and HTML Style Rle Cascading and Inheritance-Text Properties-Box Model Normal Flow Box Layout-Beyond the Normal Flow-Other Properties-Case Study. Client- Side Programming: The JavaScript Language-History and Versions Introduction JavaScript in Perspective-Syntax-Variables and Data Types-Statements-Operators- Literals-Functions-Objects-Arrays-Built-in Objects-JavaScript Debuggers. UNIT III 9 Host Objects : Browsers and the DOM-Introduction to the Document Object Model DOM History and Levels-Intrinsic Event Handling-Modifying Element Style-The Document Tree-DOM Event Handling-Accommodating Noncompliant Browsers Properties of window-Case Study. Server-Side Programming: Java Servlets- Architecture -Overview-A Servelet-Generating Dynamic Content-Life Cycle-Parameter Data-Sessions-Cookies- URL Rewriting-Other Capabilities-Data Storage Servelets and Concurrency-Case Study- Related Technologies. UNIT IV 9 Representing Web Data: XML-Documents and Vocabularies-Versions and Declaration - Namespaces JavaScript and XML: Ajax-DOM based XML processing Event-oriented Parsing: SAX-Transforming XML Documents-Selecting XML Data:XPATH-Templatebased Transformations: XSLT-Displaying XML Documments in Browsers-Case Study- Related Technologies. Separating Programming and Presentation: JSP Technology Introduction-JSP and Servlets-Running JSP Applications Basic JSP-JavaBeans Classes and JSP-Tag Libraries and Files-Support for the Model-View-Controller Paradigm-Case Study-Related Technologies. UNIT V 9 Web Services: JAX-RPC-Concepts-Writing a Java Web Service-Writing a Java Web Service Client-Describing Web Services: WSDL- Representing Data Types: XML Schema-Communicating Object Data: SOAP Related Technologies-Software Installation-Storing Java Objects as Files-Databases and Java Servlets. TOTAL = 45 PERIODS TEXT BOOK: 1. Jeffrey C.Jackson, "Web Technologies--A Computer Science Perspective", Pearson Education, 2006. 8 REFERENCES: 1. Robert. W. Sebesta, "Programming the World Wide Web", Fourth Edition, Pearson Education, 2007. 2. Deitel, Deitel, Goldberg, "Internet & World Wide Web How To Program", Third Edition, Pearson Education, 2006. 3. Marty Hall and Larry Brown,”Core Web Programming” Second Edition, Volume I and II, Pearson Education, 2001. 4. Bates, “Developing Web Applications”, Wiley, 2006. IT2354 EMBEDDED SYSTEMS L T P C 3 0 0 3 UNIT I EMBEDDED COMPUTING 9 Challenges of Embedded Systems – Embedded system design process. Embedded processors – 8051 Microcontroller, ARM processor – Architecture, Instruction sets and programming. UNIT II MEMORY AND INPUT / OUTPUT MANAGEMENT 9 Programming Input and Output – Memory system mechanisms – Memory and I/O devices and interfacing – Interrupts handling. UNIT III PROCESSES AND OPERATING SYSTEMS 9 Multiple tasks and processes – Context switching – Scheduling policies – Interprocess communication mechanisms – Performance issues. UNIT IV EMBEDDED SOFTWARE 9 Programming embedded systems in assembly and C – Meeting real time constraints – Multi-state systems and function sequences. Embedded software development tools – Emulators and debuggers. UNIT V EMBEDDED SYSTEM DEVELOPMENT 9 Design issues and techniques – Case studies – Complete design of example embedded systems. TOTAL = 45 PERIODS TEXT BOOKS: 1. Wayne Wolf, “Computers as Components: Principles of Embedded Computer System Design”, Elsevier, 2006. 2. Michael J. Pont, “Embedded C”, Pearson Education , 2007. REFERENCES: 1. Steve Heath, “Embedded System Design”, Elsevier, 2005. 2. Muhammed Ali Mazidi, Janice Gillispie Mazidi and Rolin D. McKinlay, “The 8051 Microcontroller and Embedded Systems”, Pearson Education, Second edition, 2007. 9 IT2357 WEB TECHNOLOGY LAB L T P C 0 0 3 2 LIST OF EXPERIMENTS 1.Create a web page with the following using HTML i) To embed an image map in a web page ii) To fix the hot spots iii) Show all the related information when the hot spots are clicked. 2. Create a web page with all types of Cascading style sheets. 3. Client Side Scripts for Validating Web Form Controls using DHTML 4. Write programs in Java to create applets incorporating the following features: Create a color palette with matrix of buttons Set background and foreground of the control text area by selecting a color from color palette. In order to select Foreground or background use check box control as radio buttons To set background images 5. Write programs in Java using Servlets: To invoke servlets from HTML forms To invoke servlets from Applets 6. Write programs in Java to create three-tier applications using JSP and Databases for conducting on-line examination. for displaying student mark list. Assume that student information is available in a database which has been stored in a database server. 7. Programs using XML – Schema – XSLT/XSL 8. Program using DOM / SAX 9. Programs using AJAX 10. Consider a case where we have two web Services- an airline service and a travel agent and the travel agent is searching for an airline. Implement this scenario using Web Services and Data base. TOTAL = 45 PERIODS Requirement for a batch of 30 students S. No. Description of Equipment Quantity Required 1. Hardware: Pentium IV with 2 GB RAM, 160 GB HARD Disk, Monitor 1024 x 768 colour 60 Hz. 30 Nodes 2. Software: Windows /Linux operating system JDK 1.6(or above) AJAX Oracle 9i(or above version) / Microsoft access 30 user license 10 CS2357 OBJECT ORIENTED ANALYSIS AND DESIGN LAB L T P C 0 0 3 2 OBJECTIVE: To develop a mini-project following the 12 exercises listed below. 1. To develop a problem statement. 2. Develop an IEEE standard SRS document. Also develop risk management and project plan (Gantt chart). 3. Identify Use Cases and develop the Use Case model. 4. Identify the business activities and develop an UML Activity diagram. 5. Identity the conceptual classes and develop a domain model with UML Class diagram. 6. Using the identified scenarios find the interaction between objects and represent them using UML Interaction diagrams. 7. Draw the State Chart diagram. 8. Identify the User Interface, Domain objects, and Technical services. Draw the partial layered, logical architecture diagram with UML package diagram notation. 9. Implement the Technical services layer. 10. Implement the Domain objects layer. 11. Implement the User Interface layer. 12. Draw Component and Deployment diagrams. TOTAL = 45 PERIODS Suggested domains for Mini-project. 1. Passport automation system. 2. Book bank 3. Exam Registration 4. Stock maintenance system. 5. Online course reservation system 6. E-ticketing 7. Software personnel management system 8. Credit card processing 9. e-book management system 10. Recruitment system 11. Foreign trading system 12. Conference Management System 13. BPO Management System Suggested Software Tools ArgoUML, Eclipse IDE, Visual Paradigm, Visual case, and Rational Suite Requirement for a batch of 30 students S. No. Description of Equipment Quantity Required 1. Software Tools ArgoUML, Eclipse IDE, Visual Paradigm, Visual case, and Rational Suite 30 user License 2. PC’s 30 11 CS2307 NETWORK LAB L T P C 0 0 3 2 1. Programs using TCP Sockets (like date and time server & client, echo server & client, etc..) 2. Programs using UDP Sockets (like simple DNS) 3. Programs using Raw sockets (like packet capturing and filtering) 4. Programs using RPC 5. Simulation of sliding window protocols Experiments using simulators (like OPNET) 6. Performance comparison of MAC protocols 7. Implementing Routing Protocols 8. Performance comparison of Routing protocols 9. Study of UDP performance 10. Study of TCP performance. TOTAL = 45 PERIODS Requirement for a batch of 30 students S.No. Description of Equipment Quantity required 1. SOFTWARE C++ Compiler J2SDK (freeware) Linux NS2/Glomosim/OPNET (Freeware) 30 2. Hardware PCs 30 Nos. 12 IT2401 SERVICE ORIENTED ARCHITECTURE L T P C 3 0 0 3 OBJECTIVES: To gain understanding of the basic principles of service orientation To learn service oriented analysis techniques To learn technology underlying the service design To learn advanced concepts such as service composition, orchestration and Choreography To know about various WS-* specification standards UNIT I 9 Roots of SOA – Characteristics of SOA - Comparing SOA to client-server and distributed internet architectures – Anatomy of SOA- How components in an SOA interrelate - Principles of service orientation UNIT II 9 Web services – Service descriptions – Messaging with SOAP –Message exchange Patterns – Coordination –Atomic Transactions – Business activities – Orchestration – Choreography - Service layer abstraction – Application Service Layer – Business Service Layer – Orchestration Service Layer UNIT III 9 Service oriented analysis – Business-centric SOA – Deriving business services- service modeling - Service Oriented Design – WSDL basics – SOAP basics – SOA composition guidelines – Entity-centric business service design – Application service design – Taskcentric business service design UNIT IV 9 SOA platform basics – SOA support in J2EE – Java API for XML-based web services (JAX-WS) - Java architecture for XML binding (JAXB) – Java API for XML Registries (JAXR) - Java API for XML based RPC (JAX-RPC)- Web Services Interoperability Technologies (WSIT) - SOA support in .NET – Common Language Runtime - ASP.NET web forms – ASP.NET web services – Web Services Enhancements (WSE) UNIT V 9 WS-BPEL basics – WS-Coordination overview - WS-Choreography, WS-Policy, WSSecurity TOTAL = 45 PERIODS TEXT BOOKS: 1. Thomas Erl, “Service-Oriented Architecture: Concepts, Technology, and Design”, Pearson Education, 2005. REFERENCES: 1. Thomas Erl, “SOA Principles of Service Design “(The Prentice Hall Service-Oriented Computing Series from Thomas Erl), 2005. 2. Newcomer, Lomow, “Understanding SOA with Web Services”, Pearson Education, 2005. 3. Sandeep Chatterjee, James Webber, “Developing Enterprise Web Services, An Architect’s Guide”, Pearson Education, 2005. 4. Dan Woods and Thomas Mattern, “Enterprise SOA Designing IT for Business Innovation” O’REILLY, First Edition, 2006 13 IT2402 MOBILE COMMUNICATION L T P C 3 0 0 3 UNIT I WIRELESS COMMUNICATION 7 Cellular systems- Frequency Management and Channel Assignment- types of handoff and their characteristics, dropped call rates & their evaluation -MAC – SDMA – FDMA – TDMA – CDMA – Cellular Wireless Networks UNIT II WIRELESS NETWORKS 9 Wireless LAN – IEEE 802.11 Standards – Architecture – Services – Mobile Ad hoc Networks- WiFi and WiMAX - Wireless Local Loop UNIT III MOBILE COMMUNICATION SYSTEMS 11 GSM-architecture-Location tracking and call setup- Mobility management- Handover- Security-GSM SMS –International roaming for GSM- call recording functions-subscriber and service data mgt –-Mobile Number portability -VoIP service for Mobile Networks – GPRS –Architecture-GPRS procedures-attach and detach procedures-PDP context procedure-combined RA/LA update procedures-Billing UNIT IV MOBILE NETWORK AND TRANSPORT LAYERS 9 Mobile IP – Dynamic Host Configuration Protocol-Mobile Ad Hoc Routing Protocols– Multicast routing-TCP over Wireless Networks – Indirect TCP – Snooping TCP – Mobile TCP – Fast Retransmit / Fast Recovery – Transmission/Timeout Freezing-Selective Retransmission – Transaction Oriented TCP- TCP over 2.5 / 3G wireless Networks UNIT V APPLICATION LAYER 9 WAP Model- Mobile Location based services -WAP Gateway –WAP protocols – WAP user agent profile- caching model-wireless bearers for WAP - WML – WMLScripts - WTA - iMode- SyncML. TOTAL = 45 PERIODS TEXT BOOKS: 1. Jochen Schiller, “Mobile Communications”, Second Edition, Pearson Education, 2003. 2. William Stallings, “Wireless Communications and Networks”, Pearson Education, 2002. REFERENCES: 1. Kaveh Pahlavan, Prasanth Krishnamoorthy, “Principles of Wireless Networks”, First Edition, Pearson Education, 2003. 2. Uwe Hansmann, Lothar Merk, Martin S. Nicklons and Thomas Stober, “Principles of Mobile Computing”, Springer, 2003. 3. C.K.Toh, “AdHoc Mobile Wireless Networks”, First Edition, Pearson Education, 2002. 14 CS2401 COMPUTER GRAPHICS L T P C 3 0 0 3 UNIT I 2D PRIMITIVES 9 Output primitives – Line, Circle and Ellipse drawing algorithms - Attributes of output primitives – Two dimensional Geometric transformation - Two dimensional viewing – Line, Polygon, Curve and Text clipping algorithms UNIT II 3D CONCEPTS 9 Parallel and Perspective projections - Three dimensional object representation – Polygons, Curved lines, Splines, Quadric Surfaces,- Visualization of data sets - 3D transformations – Viewing -Visible surface identification. UNIT III GRAPHICS PROGRAMMING 9 Color Models – RGB, YIQ, CMY, HSV – Animations – General Computer Animation, Raster, Keyframe - Graphics programming using OPENGL – Basic graphics primitives – Drawing three dimensional objects - Drawing three dimensional scenes UNIT IV RENDERING 9 Introduction to Shading models – Flat and Smooth shading – Adding texture to faces – Adding shadows of objects – Building a camera in a program – Creating shaded objects – Rendering texture – Drawing Shadows. UNIT V FRACTALS 9 Fractals and Self similarity – Peano curves – Creating image by iterated functions – Mandelbrot sets – Julia Sets – Random Fractals – Overview of Ray Tracing – Intersecting rays with other primitives – Adding Surface texture – Reflections and Transparency – Boolean operations on Objects TOTAL = 45 PERIODS TEXT BOOKS: 1. Donald Hearn, Pauline Baker, Computer Graphics – C Version, second edition, Pearson Education,2004. 2. F.S. Hill, Computer Graphics using OPENGL, Second edition, Pearson Education,2003. REFERENCE: 1. James D. Foley, Andries Van Dam, Steven K. Feiner, John F. Hughes, Computer Graphics- Principles and practice, Second Edition in C, Pearson Education, 2007. IT2403 SOFTWARE PROJECT MANAGEMENT L T P C 3 0 0 3 UNIT I INTRODUCTION TO SOFTWARE PROJECT MANAGEMENT 9 Project Definition – Contract Management – Activities Covered By Software Project Management – Overview Of Project Planning – Stepwise Project Planning. UNIT II PROJECT EVALUATION 9 Strategic Assessment – Technical Assessment – Cost Benefit Analysis –Cash Flow Forecasting – Cost Benefit Evaluation Techniques – Risk Evaluation. 15 UNIT III ACTIVITY PLANNING 9 Objectives – Project Schedule – Sequencing and Scheduling Activities –Network Planning Models – Forward Pass – Backward Pass – Activity Float – Shortening Project Duration – Activity on Arrow Networks – Risk Management – Nature Of Risk – Types Of Risk – Managing Risk – Hazard Identification – Hazard Analysis – Risk Planning And Control. UNIT IV MONITORING AND CONTROL 9 Creating Framework – Collecting The Data – Visualizing Progress – Cost Monitoring – Earned Value – Priortizing Monitoring – Getting Project Back To Target – Change Control – Managing Contracts – Introduction – Types Of Contract – Stages In Contract Placement – Typical Terms Of A Contract – Contract Management – Acceptance. UNIT V MANAGING PEOPLE AND ORGANIZING TEAMS 9 Introduction – Understanding Behavior – Organizational Behaviour: A Background – Selecting The Right Person For The Job – Instruction In The Best Methods – Motivation – The Oldman – Hackman Job Characteristics Model – Working In Groups – Becoming A Team –Decision Making – Leadership – Organizational Structures – Stress –Health And Safety – Case Studies. TOTAL = 45 PERIODS TEXT BOOK: 1. Bob Hughes, Mikecotterell, “Software Project Management”, Third Edition, Tata McGraw Hill, 2004. REFERENCES: 1. Ramesh, Gopalaswamy, "Managing Global Projects", Tata McGraw Hill, 2001. 2. Royce, “Software Project Management”, Pearson Education, 1999. 3. Jalote, “Software Project Manangement in Practive”, Pearson Education, 2002. IT2406 SERVICE ORIENTED ARCHITECTURE LAB L T P C 0 0 3 2 1. Develop at least 5 components such as Order Processing, Payment Processing, etc., using .NET component technology. 2. Develop at least 5 components such as Order Processing, Payment Processing, etc., using EJB component technology. 3. Invoke .NET components as web services. 4. Invoke EJB components as web services. 5. Develop a Service Orchestration Engine (workflow) using WS-BPEL and implement service composition. For example, a business process for planning business travels will invoke several services. This process will invoke several airline companies (such as American Airlines, Delta Airlines etc. ) to check the airfare price and buy at the lowest price. 6. Develop a J2EE client to access a .NET web service. 7. Develop a .NET client to access a J2EE web service. TOTAL = 45 PERIODS 16 LIST OF EQUIPMENTS: Hardware: CPU:- (As Server) Processor (Core 2 Quad or equivalent) with good speed, 2GBRAM, 300GBHDD Software: 1).NET framework (MS Academic Alliance) (or) Express Edition 2) J2EE framework free download 3) OS – Windows or Linux CS2405 COMPUTER GRAPHICS LAB L T P C 0 0 3 2 1. Implementation of Bresenhams Algorithm – Line, Circle, Ellipse. 2. Implementation of Line, Circle and ellipse Attributes. 3. Two Dimensional transformations - Translation, Rotation, Scaling, Reflection, Shear. 4. Composite 2D Transformations. 5. Cohen Sutherland 2D line clipping and Windowing 6. Sutherland – Hodgeman Polygon clipping Algorithm. 7. Three dimensional transformations - Translation, Rotation, Scaling. 8. Composite 3D transformations. 9. Drawing three dimensional objects and Scenes. 10. Generating Fractal images. TOTAL = 45 PERIODS LIST OF EQUIPMENTS: 1) Turbo C 2) Visual C++ with OPENGL 3) Any 3D animation software like 3DSMAX, Maya, Blender MA2264 NUMERICAL METHODS L T P C 3 1 0 4 UNIT I SOLUTION OF EQUATIONS AND EIGENVALUE PROBLEMS 9 Solution of equation –Fixed point iteration: x=g(x) method - Newton’s method – Solution of linear system by Gaussian elimination and Gauss-Jordon method– Iterative method - Gauss-Seidel method - Inverse of a matrix by Gauss Jordon method – Eigen value of a matrix by power method and by Jacobi method for symmetric matrix. UNIT II INTERPOLATION AND APPROXIMATION 9 Lagrangian Polynomials – Divided differences – Interpolating with a cubic spline – Newton’s forward and backward difference formulas. UNIT III NUMERICAL DIFFERENTIATION AND INTEGRATION 9 Differentiation using interpolation formulae –Numerical integration by trapezoidal and Simpson’s 1/3 and 3/8 rules – Romberg’s method – Two and Three point Gaussian quadrature formulae – Double integrals using trapezoidal and Simpsons’s rules. 17 UNIT IV INITIAL VALUE PROBLEMS FOR ORDINARY DIFFERENTIAL EQUATIONS 9 Single step methods: Taylor series method – Euler method for first order equation – Fourth order Runge – Kutta method for solving first and second order equations – Multistep methods: Milne’s and Adam’s predictor and corrector methods. UNIT V BOUNDARY VALUE PROBLEMS IN ORDINARY AND PARTIAL DIFFERENTIAL EQUATIONS 9 Finite difference solution of second order ordinary differential equation – Finite difference solution of one dimensional heat equation by explicit and implicit methods – One dimensional wave equation and two dimensional Laplace and Poisson equations. L : 45 , T : 15 ,TOTAL = 60 PERIODS TEXT BOOKS: 1. Veerarjan, T and Ramachandran, T. ‘Numerical methods with programming in ‘C’ Second Editiion, Tata McGraw-Hill Publishing.Co.Ltd. (2007). 2. Sankara Rao K, ‘Numerical Methods for Scientisits and Engineers’ – 3rd editiion Printice Hall of India Private Ltd, New Delhi, (2007). REFERENCES: 1. Chapra, S. C and Canale, R. P. “Numerical Methods for Engineers”, 5th Edition, Tata McGraw-Hill, New Delhi, 2007. 2. Gerald, C. F. and Wheatley, P.O., “Applied Numerical Analysis”, 6th Edition, Pearson Education Asia, New Delhi, 2006. 3. Grewal, B.S. and Grewal,J.S., “ Numerical methods in Engineering and Science”, 6th Edition, Khanna Publishers, New Delhi, 2004 MA2265 DISCRETE MATHEMATICS L T P C 3 1 0 4 UNIT I LOGIC AND PROOFS 9 + 3 Propositional Logic – Propositional equivalences-Predicates and quantifiers-Nested Quantifiers-Rules of inference-introduction to Proofs-Proof Methods and strategy UNIT II COMBINATORICS 9+3 Mathematical inductions-Strong induction and well ordering-.The basics of counting-The pigeonhole principle –Permutations and combinations-Recurrence relations-Solving Linear recurrence relations-generating functions-inclusion and exclusion and applications. UNIT III GRAPHS 9 + 3 Graphs and graph models-Graph terminology and special types of graphs-Representing graphs and graph isomorphism-connectivity-Euler and Hamilton paths UNIT IV ALGEBRAIC STRUCTURES 9 + 3 Algebraic systems-Semi groups and monoids-Groups-Subgroups and homomorphisms- Cosets and Lagrange’s theorem- Ring & Fields (Definitions and examples) 18 UNIT V LATTICES AND BOOLEAN ALGEBRA 9+3 Partial ordering-Posets-Lattices as Posets- Properties of lattices-Lattices as Algebraic systems –Sub lattices –direct product and Homomorphism-Some Special lattices- Boolean Algebra TOTAL: 60 PERIODS TEXT BOOKS: 1. Kenneth H.Rosen, “Discrete Mathematics and its Applications”, Special Indian edition, Tata McGraw-Hill Pub. Co. Ltd., New Delhi, (2007). (For the units 1 to 3, Sections 1.1 to 1.7 , 4.1 & 4.2, 5.1 to 5.3, 6.1, 6.2, 6.4 to 6.6, 8.1 to 8.5) 2. Trembly J.P and Manohar R, “Discrete Mathematical Structures with Applications to Computer Science”, Tata McGraw–Hill Pub. Co. Ltd, New Delhi, 30th Re-print (2007).(For units 4 & 5 , Sections 2-3.8 & 2-3.9,3-1,3-2 & 3-5, 4-1 & 4-2) REFERENCES: 1. Ralph. P. Grimaldi, “Discrete and Combinatorial Mathematics: An Applied Introduction”, Fourth Edition, Pearson Education Asia, Delhi, (2002). 2. Thomas Koshy, ”Discrete Mathematics with Applications”, Elsevier Publications, (2006). 3. Seymour Lipschutz and Mark Lipson, ”Discrete Mathematics”, Schaum’s Outlines, Tata McGraw-Hill Pub. Co. Ltd., New Delhi, Second edition, (2007). IT2021 BUSINESS PROCESS MODEL L T P C 3 0 0 3 UNIT I ORGANIZATIONAL STRUCTURE 9 Types of Business Organizations-Organizational Structures-Definition-Complexity- Formulization-Size-Technology-Culture-Forms and Outcomes-Explanations of Structures-IT Industry and Organizational Structures-Processes of organizations-Case Studies UNIT II PROCESS FLOW MEASUREMENT 9 Process flow measures - flow rate - flow time - inventory - flow-time analysis - process flow chart - flow-time measurement - CPM - managing flow-time - flow-rate and capacity analysis - resources and resource pools - flow-rate measurement - process capacity - inventory analysis UNIT III PROCESS FLOW VARIABILITY 9 Managing flow variability - safety inventory - demand forecasts and forecast errors - optimal services level - lead time demand variability - safety capacity - service processes and performance measures - queueing process - buffer capacity - synchronization and capacity and demand - process control and capability - performance variability - process capability measurement and improvement - product and process design - process synchronization and improvement UNIT IV BUSINESS PROCESS REENGINEERING 9 Introduction to Business Process Re-engineering (BPR)-Meaning-Types-Process- Impetrative for Survival-Strategic Approach-Implementing Business Process Reengineering- Methodology and Steps-Indian Scenario of Implementing BPR-Case Studies 19 UNIT V BPR AND IT INDUSTRY 9 BPR and Information Technology Process-People View and Perspectives-Empowering People through IT-Managing Change in the Global Environment-BPR Rediscovering Indian Paradigm-Need of Reengineering-Case Studies TOTAL = 45 PERIODS TEXTBOOKS: 1. Richard H.Hall, "Organizations - Structures, Processes and Outcomes”, Pearson Education, 2004 2. Ravi Anupindi et. al., "Managing Business Process Flows", Pearson Education, 1999. 3. M.S.Jayaraman et. al, “Business Process Reengineering”, Tata Mc Graw Hill Publications, 2001 REFERENCES: 1. Gareth Jones, “Organizational Theory, Design and Change”, Pearson Education, 4th Edition, 2004 2. John Jeston and Johan Nelis, "Business Process Management", Elsevier, 2006. IT2022 SOFTWARE REQUIREMENT ENGINEERING L T P C 3 0 0 3 UNIT I INTRODUCTION 9 Introduction - Requirements Problem – Requirements management – Requirements and software life cycle-software team. UNIT II ANALYSING THE PROLEM 9 The five steps in problem analysis– business modeling – Systems engineering of software intensive systems – Understanding user and stakeholders needs – Features of a product or system –Interviewing – Requirements workshops- Brain storming and Idea reduction- storyboarding UNIT III DEFINING THE SYSTEM 9 Use case primer-Organizing requirement Information-Vision Document-Product Management-Managing scope-Establishing Project scope-Managing customer UNIT IV REFINING THE SYSTEM DEFINITION 9 Software requirement-Refining the use cases-developing the supplementary specification- Ambiguity and specificity -Technical methods for specifying requirements UNIT V BUILDING THE RIGHT SYSTEM 9 From use cases to Implementation-From use Cases to Test cases-Tracing requirements-Managing Change-Assessing Requirements Quality in Iterative Development-Agile Requirement methods. TOTAL = 45 PERIODS TEXT BOOK: 1. Leffingwell, D., Widrig, D., “Managing Software Requirements A Use case approach”, Second Edition, Pearson Education, 2003. 20 REFERENCES: 1. Swapna Kishore, Rajesh Naik, “Software Requirements and Estimation”, Tata McGraw Hill, 2001 2. K.Weigers, Software Requirements, Microsoft Press, 1999. 3. Ian Sommerville and P Sawyer, “Requirements engineering a good practice Guide”, Wiley India, 1997 IT2023 DIGITAL IMAGE PROCESSING L T P C 3 0 0 3 UNIT I FUNDAMENTALS OF IMAGE PROCESSING 9 Introduction – Steps in Image Processing Systems – Image Acquisition – Sampling and Quantization – Pixel Relationships – Colour Fundamentals and Models, File Formats, Image operations – Arithmetic, Geometric and Morphological. UNIT II IMAGE ENHANCEMENT 9 Spatial Domain Gray level Transformations Histogram Processing Spatial Filtering – Smoothing and Sharpening. Frequency Domain : Filtering in Frequency Domain – DFT, FFT, DCT – Smoothing and Sharpening filters – Homomorphic Filtering. UNIT III IMAGE SEGMENTATION AND FEATURE ANALYSIS 9 Detection of Discontinuities – Edge Operators – Edge Linking and Boundary Detection – Thresholding – Region Based Segmentation – Morphological WaterSheds – Motion Segmentation, Feature Analysis and Extraction. UNIT IV MULTI RESOLUTION ANALYSIS AND COMPRESSIONS 9 Multi Resolution Analysis : Image Pyramids – Multi resolution expansion – Wavelet Transforms. Image Compression : Fundamentals – Models – Elements of Information Theory – Error Free Compression – Lossy Compression – Compression Standards. UNIT V APPLICATIONS OF IMAGE PROCESSING 9 Image Classification – Image Recognition – Image Understanding – Video Motion Analysis – Image Fusion – Steganography – Digital Compositing – Mosaics – Colour Image Processing.. TOTAL = 45 PERIODS TEXT BOOKS : 1. Rafael C.Gonzalez and Richard E.Woods, “Digital Image Processing” Second Edition, Pearson Education, 2003. REFERENCES: 1. Milan Sonka, Vaclav Hlavac and Roger Boyle, “Image Processing, Analysis and Machine Vision”, Second Edition, Thomson Learning, 2001 2. Anil K.Jain, “Fundamentals of Digital Image Processing”, PHI, 2006. 3. Sanjit K. Mitra, & Giovanni L. Sicuranza, “Non Linear Image Processing”, Elsevier, 2007. 4. Richard O. Duda, Peter E. HOF, David G. Stork, “Pattern Classification” Wiley Student Edition, 2006. 21 IT2024 USER INTERFACE DESIGN L T P C 3 0 0 3 UNIT I INTRODUCTION 8 Human–Computer Interface – Characteristics Of Graphics Interface –Direct Manipulation Graphical System – Web User Interface –Popularity –Characteristic & Principles. UNIT II HUMAN COMPUTER INTERACTION 10 User Interface Design Process – Obstacles –Usability –Human Characteristics In Design – Human Interaction Speed –Business Functions –Requirement Analysis – Direct – Indirect Methods – Basic Business Functions – Design Standards – System Timings – Human Consideration In Screen Design – Structures Of Menus – Functions Of Menus– Contents Of Menu– Formatting – Phrasing The Menu – Selecting Menu Choice– Navigating Menus– Graphical Menus. UNIT III WINDOWS 9 Characteristics– Components– Presentation Styles– Types– Managements– Organizations– Operations– Web Systems– Device– Based Controls Characteristics– Screen – Based Controls – Operate Control – Text Boxes– Selection Control– Combination Control– Custom Control– Presentation Control. UNIT IV MULTIMEDIA 9 Text For Web Pages – Effective Feedback– Guidance & Assistance– Internationalization– Accesssibility– Icons– Image– Multimedia – Coloring. UNIT V WINDOWS LAYOUT– TEST 9 Prototypes – Kinds Of Tests – Retest – Information Search – Visualization – Hypermedia – WWW– Software Tools. TOTAL = 45 PERIODS TEXT BOOKS: 1. Wilbent. O. Galitz ,“The Essential Guide To User Interface Design”, John Wiley& Sons, 2001. 2. Ben Sheiderman, “Design The User Interface”, Pearson Education, 1998. REFERENCES: 1. Alan Cooper, “The Essential Of User Interface Design”, Wiley – Dream Tech Ltd., 2002. CS2022 VISUAL PROGRAMMING L T P C 3 0 0 3 UNIT I 9 Windows Programming Fundamentals – MFC – Windows – Graphics – Menus – Mouse and keyboard – Bitmaps – Palettes – Device-Independent Bitmaps UNIT II 9 Controls – Modal and Modeless Dialog – Property – Data I/O – Sound – Timer UNIT III 9 Memory management – SDI – MDI – MFC for Advanced windows user Interface – status bar and Toolbars – Tree view – List view – Threads 22 UNIT IV 9 ODBC – MFC Database classes – DAO - DLLs – Working with Images UNIT V 9 COM Fundamentals – ActiveX control – ATL – Internet Programming TOTAL = 45 PERIODS TEXT BOOK: 1. Richard C.Leinecker and Tom Archer, “Visual C++ 6 Programming Bible”, Wiley DreamTech Press, 2006. REFERENCES: 1. Lars Klander, “Core Visual C++ 6”, Pearson Education, 2000 2. Deital, Deital, Liperi and Yaeger “Visual V++ .NET How to Program” , Pearson Education, 2004. CS2032 DATA WAREHOUSING AND DATA MINING LT P C 3 0 0 3 UNIT I DATA WAREHOUSING 10 Data warehousing Components –Building a Data warehouse –- Mapping the Data Warehouse to a Multiprocessor Architecture – DBMS Schemas for Decision Support – Data Extraction, Cleanup, and Transformation Tools –Metadata. UNIT II BUSINESS ANALYSIS 8 Reporting and Query tools and Applications – Tool Categories – The Need for Applications – Cognos Impromptu – Online Analytical Processing (OLAP) – Need – Multidimensional Data Model – OLAP Guidelines – Multidimensional versus Multirelational OLAP – Categories of Tools – OLAP Tools and the Internet. UNIT III DATA MINING 8 Introduction – Data – Types of Data – Data Mining Functionalities – Interestingness of Patterns – Classification of Data Mining Systems – Data Mining Task Primitives – Integration of a Data Mining System with a Data Warehouse – Issues –Data Preprocessing. UNIT IV ASSOCIATION RULE MINING AND CLASSIFICATION 11 Mining Frequent Patterns, Associations and Correlations – Mining Methods – Mining Various Kinds of Association Rules – Correlation Analysis – Constraint Based Association Mining – Classification and Prediction - Basic Concepts - Decision Tree Induction - Bayesian Classification – Rule Based Classification – Classification by Backpropagation – Support Vector Machines – Associative Classification – Lazy Learners – Other Classification Methods - Prediction UNIT V CLUSTERING AND APPLICATIONS AND TRENDS IN DATA MINING 8 Cluster Analysis - Types of Data – Categorization of Major Clustering Methods - Kmeans – Partitioning Methods – Hierarchical Methods - Density-Based Methods –Grid Based Methods – Model-Based Clustering Methods – Clustering High Dimensional Data - Constraint – Based Cluster Analysis – Outlier Analysis – Data Mining Applications. TOTAL = 45 PERIODS 23 TEXT BOOKS: 1. Alex Berson and Stephen J. Smith, “ Data Warehousing, Data Mining & OLAP”, Tata McGraw – Hill Edition, Tenth Reprint 2007. 2. Jiawei Han and Micheline Kamber, “Data Mining Concepts and Techniques”, Second Edition, Elsevier, 2007. REFERENCES: 1. Pang-Ning Tan, Michael Steinbach and Vipin Kumar, “ Introduction To Data Mining”, Person Education, 2007. 2. K.P. Soman, Shyam Diwakar and V. Ajay “, Insight into Data mining Theory and Practice”, Easter Economy Edition, Prentice Hall of India, 2006. 3. G. K. Gupta, “ Introduction to Data Mining with Case Studies”, Easter Economy Edition, Prentice Hall of India, 2006. 4. Daniel T.Larose, “Data Mining Methods and Models”, Wile-Inter science, 2006. CS2303 THEORY OF COMPUTATION L T P C 3 1 0 4 UNIT I AUTOMATA 9 + 3 Introduction to formal proof – Additional forms of proof – Inductive proofs –Finite Automata (FA) – Deterministic Finite Automata (DFA) – Non-deterministic Finite Automata (NFA) – Finite Automata with Epsilon transitions. UNIT II REGULAR EXPRESSIONS AND LANGUAGES 9 + 3 Regular Expression – FA and Regular Expressions – Proving languages not to be regular – Closure properties of regular languages – Equivalence and minimization of Automata. UNIT III CONTEXT-FREE GRAMMARS AND LANGUAGES 9 + 3 Context-Free Grammar (CFG) – Parse Trees – Ambiguity in grammars and languages – Definition of the Pushdown automata – Languages of a Pushdown Automata – Equivalence of Pushdown automata and CFG– Deterministic Pushdown Automata. UNIT IV PROPERTIES OF CONTEXT-FREE LANGUAGES 9 + 3 Normal forms for CFG – Pumping Lemma for CFL – Closure Properties of CFL – Turing Machines – Programming Techniques for TM. UNIT V UNDECIDABALITY 9 + 3 A language that is not Recursively Enumerable (RE) – An undecidable problem that is RE – Undecidable problems about Turing Machine – Post’s Correspondence Problem – The classes P and NP L: 45 T:15 TOTAL = 60 PERIODS TEXT BOOKS: 1. J.E. Hopcroft, R. Motwani and J.D. Ullman, “Introduction to Automata Theory, Languages and Computations”, second Edition, Pearson Education, 2007. REFERENCES: 1. H.R. Lewis and C.H. Papadimitriou, “Elements of the theory of Computation”, Second Edition, Pearson Education, 2003. 24 2. Thomas A. Sudkamp,” An Introduction to the Theory of Computer Science, Languages and Machines”, Third Edition, Pearson Education, 2007. 3. Raymond Greenlaw an H.James Hoover, “ Fundamentals of Theory of Computation, Principles and Practice”, Morgan Kaufmann Publishers, 1998. 4. Micheal Sipser, “Introduction of the Theory and Computation”, Thomson Brokecole, 1997. 5. J. Martin,“Introduction to Languages and the Theory of computation”, 3rd Edition,Tata Mc Graw Hill, 2007 CS2029 ADVANCED DATABASE TECHNOLOGY L T P C 3 0 0 3 UNIT I RELATIONAL MODEL ISSUES 9 ER Model - Normalization – Query Processing – Query Optimization - Transaction Processing - Concurrency Control – Recovery - Database Tuning. UNIT II DISTRIBUTED DATABASES 9 Parallel Databases – Inter and Intra Query Parallelism – Distributed Database Features – Distributed Database Architecture – Fragmentation – Distributed Query Processing – Distributed Transactions Processing – Concurrency Control – Recovery – Commit Protocols. UNIT III OBJECT ORIENTED DATABASES 9 Introduction to Object Oriented Data Bases - Approaches - Modeling and Design - Persistence – Query Languages - Transaction - Concurrency – Multi Version Locks – Recovery – POSTGRES – JASMINE –GEMSTONE - ODMG Model. UNIT IV EMERGING SYSTEMS 9 Enhanced Data Models - Client/Server Model - Data Warehousing and Data Mining - Web Databases – Mobile Databases- XML and Web Databases. UNIT V CURRENT ISSUES 9 Rules - Knowledge Bases - Active and Deductive Databases - Multimedia Databases– Multimedia Data Structures – Multimedia Query languages - Spatial Databases. TOTAL = 45 PERIODS TEXT BOOK: 1. Thomas Connolly and Carlolyn Begg, “Database Systems, A Practical Approach to Design, Implementation and Management”, Third Edition, Pearson Education 2003. REFERENCES: 1. R. Elmasri, S.B. Navathe, “Fundamentals of Database Systems”, Fifth Edition, Pearson Education, 2006. 2. Abraham Silberschatz, Henry F. Korth, S. Sudharshan, “Database System Concepts”, Fifth Edition, Tata McGraw Hill, 2006. 3. C.J.Date, A.Kannan, S.Swamynathan, “An Introduction to Database Systems”, Eighth Edition, Pearson Education, 2006. 25 IT2031 ELECTRONIC COMMERCE L T P C 3 0 0 3 UNIT I INTRODUCTION 9 Traditional commerce and E commerce – Internet and WWW – role of WWW – value chains – strategic business and Industry value chains – role of E commerce. UNIT II INFRASTRUCTURE FOR E COMMERCE 9 Packet switched networks – TCP/IP protocol script – Internet utility programmes – SGML, HTML and XML – web client and servers – Web client/server architecture – intranet and extranets. UNIT III WEB BASED TOOLS FOR E COMMERCE 9 Web server – performance evaluation - web server software feature sets – web server software and tools – web protocol – search engines – intelligent agents –EC software – web hosting – cost analysis UNIT IV SECURITY 9 Computer security classification – copy right and Intellectual property – electronic commerce threats – protecting client computers – electronic payment systems – electronic cash – strategies for marketing – sales and promotion – cryptography – authentication. UNIT V INTELLIGENT AGENTS 9 Definition and capabilities – limitation of agents – security – web based marketing – search engines and Directory registration – online advertisements – Portables and info mechanics – website design issues. TOTAL = 45 PERIODS TEXT BOOKS: 1. Ravi Kalakota, “ Electronic Commerce”, Pearson Education, 2. Gary P Schneider “Electronic commerce”, Thomson learning & James T Peny Cambridge USA, 2001. 3. Manlyn Greenstein and Miklos “Electronic commerce” McGraw-Hill, 2002. REFERENCES: 1. Efraim Turvan J.Lee, David kug and chung, “Electronic commerce” Pearson Education Asia 2001. 2. Brenda Kienew E commerce Business Prentice Hall, 2001. IT2032 SOFTWARE TESTING L T P C 3 0 0 3 UNIT I INTRODUCTION 9 Testing as an Engineering Activity – Role of Process in Software Quality – Testing as a Process – Basic Definitions – Software Testing Principles – The Tester’s Role in a Software Development Organization – Origins of Defects – Defect Classes – The Defect Repository and Test Design – Defect Examples – Developer/Tester Support for Developing a Defect Repository. 26 UNIT II TEST CASE DESIGN 9 Introduction to Testing Design Strategies – The Smarter Tester – Test Case Design Strategies – Using Black Box Approach to Test Case Design Random Testing – Requirements based testing – positive and negative testing -–– Boundary Value Analysis – decision tables - Equivalence Class Partitioning state-based testing– causeeffect graphing – error guessing - compatibility testing – user documentation testing – domain testing Using White–Box Approach to Test design – Test Adequacy Criteria – static testing vs. structural testing – code functional testing - Coverage and Control Flow Graphs – Covering Code Logic – Paths – Their Role in White–box Based Test Design – code complexity testing – Evaluating Test Adequacy Criteria. UNIT III LEVELS OF TESTING 9 The Need for Levels of Testing – Unit Test – Unit Test Planning –Designing the Unit Tests. The Test Harness – Running the Unit tests and Recording results – Integration tests – Designing Integration Tests – Integration Test Planning – scenario testing – defect bash elimination -System Testing – types of system testing - Acceptance testing – performance testing - Regression Testing – internationalization testing – ad-hoc testing - Alpha – Beta Tests – testing OO systems – usability and accessibility testing UNIT IV TEST MANAGEMENT 9 People and organizational issues in testing – organization structures for testing teams – testing services - Test Planning – Test Plan Components – Test Plan Attachments – Locating Test Items – test management – test process - Reporting Test Results – The role of three groups in Test Planning and Policy Development – Introducing the test specialist – Skills needed by a test specialist – Building a Testing Group. UNIT V CONTROLLING AND MONITORING 9 Software test automation – skills needed for automation – scope of automation – design and architecture for automation – requirements for a test tool – challenges in automation - Test metrics and measurements –project, progress and productivity metrics – Status Meetings – Reports and Control Issues – Criteria for Test Completion – SCM – Types of reviews – Developing a review program – Components of Review Plans– Reporting Review Results. – evaluating software quality – defect prevention – testing maturity model TOTAL = 45 PERIODS TEXT BOOKS: 1. Srinivasan Desikan and Gopalaswamy Ramesh, “ Software Testing – Principles and Practices”, Pearson education, 2006. 2. Aditya P.Mathur, “Foundations of Software Testing”, Pearson Education,2008. REFERENCES: 1. Boris Beizer, “Software Testing Techniques”, Second Edition,Dreamtech, 2003. 2. Elfriede Dustin, “Effective Software Testing”, First Edition, Pearson Education, 2003. 3. Renu Rajani, Pradeep Oak, “Software Testing – Effective Methods, Tools and Techniques”, Tata McGraw Hill, 2004. 27 IT2033 BIOINFORMATICS L T P C 3 0 0 3 UNIT I 9 Introduction to molecular biology – the genetic material – gene structure – protein structure – chemical bonds – molecular biology tools – genomic information content UNIT II 9 Data searches – simple alignments – gaps – scoring matrices – dynamic programming – global and local alignments – database searches – multiple sequence alignments Patterns for substitutions – estimating substitution numbers – evolutionary rates – molecular clocks – evolution in organelles UNIT III 9 Phylogenetics – history and advantages – phylogenetic trees – distance matrix methods – maximum likelihood approaches – multiple sequence alignments – Parsimony – ancestral sequences – strategies for faster searches – consensus trees – tree confidence – comparison of phylogenetic methods – molecular phylogenies UNIT IV 9 Genomics – prokaryotic genomes: prokaryotic gene structure – GC content - gene density – eukaryotic genomes: gene structure – open reading frames – GC content – gene expression – transposition – repeated elements – gene density UNIT V 9 Amino acids – polypeptide composition – secondary structure – tertiary and quaternary structure – algorithms for modeling protein folding – structure prediction – predicting RNA secondary structures Proteomics – protein classification – experimental techniques – inhibitors and drug design – ligand screening – NMR structures – empirical methods and prediction techniques – post-translational modification prediction TOTAL = 45 PERIODS TEXT BOOK: 1. D. E. Krane and M. L. Raymer, “Fundamental concepts of Bioinformatics”, Pearson Education, 2003. REFERENCES: 1. Arthur M. Lesk, “Introduction to Bioinformatics”, Second Edition, Oxford University Press, 2005. 2. T. K. Attwood, D. J. Parry-Smith, and S. Phukan, “Introduction to Bioinformatics”, Pearson Education, 1999. 3. Vittal R. Srinivas, “Bioinformatics – A Modern Approach”, Prentice-Hall of India Pvt. Ltd., 2005. IT2034 ADHOC SENSOR NETWORK L T P C 3 0 0 3 UNIT I ROUTING 9 Cellular and Ad hoc wireless networks – Issues of MAC layer and Routing – Proactive, Reactive and Hybrid Routing protocols – Multicast Routing – Tree based and Mesh based protocols – Multicast with Quality of Service Provision. 28 UNIT II QUALITY OF SERVICE 9 Real-time traffic support – Issues and challenges in providing QoS – Classification of QoS Solutions – MAC layer classifications – QoS Aware Routing Protocols – Ticket based and Predictive location based Qos Routing Protocols UNIT III ENERGY MANAGEMENT AD HOC NETWORKS 9 Need for Energy Management – Classification of Energy Management Schemes – Battery Management and Transmission Power Management Schemes – Network Layer and Data Link Layer Solutions – System power Management schemes UNIT IV MESH NETWORKS 9 Necessity for Mesh Networks – MAC enhancements – IEEE 802.11s Architecture – Opportunistic Routing – Self Configuration and Auto Configuration - Capacity Models – Fairness – Heterogeneous Mesh Networks – Vehicular Mesh Networks UNIT V SENSOR NETWORKS 9 Introduction – Sensor Network architecture – Data Dissemination – Data Gathering – MAC Protocols for sensor Networks – Location discovery – Quality of Sensor Networks – Evolving Standards – Other Issues – Recent trends in Infrastructure less Networks TOTAL = 45 PERIODS TEXT BOOK: 1. C. Siva Ram Murthy and B.S.Manoj, “Ad hoc Wireless Networks – Architectures and Protocols’, Pearson Education, 2004 REFERENCES: 1. Feng Zhao and Leonidas Guibas, “Wireless Sensor Networks”, Morgan Kaufman Publishers, 2004. 2. C.K.Toh, “Adhoc Mobile Wireless Networks”, Pearson Education, 2002. 3. Thomas Krag and Sebastin Buettrich, ‘Wireless Mesh Networking’, O’Reilly Publishers, 2007. CS2351 ARTIFICIAL INTELLIGENCE L T P C 3 0 0 3 AIM To learn the basics of designing intelligent agents that can solve general purpose problems, represent and process knowledge, plan and act, reason under uncertainty and can learn from experiences UNIT I PROBLEM SOLVING 9 Introduction – Agents – Problem formulation – uninformed search strategies – heuristics – informed search strategies – constraint satisfaction UNIT II LOGICAL REASONING 9 Logical agents – propositional logic – inferences – first-order logic – inferences in firstorder logic – forward chaining – backward chaining – unification – resolution 29 UNIT III PLANNING 9 Planning with state-space search – partial-order planning – planning graphs – planning and acting in the real world UNIT IV UNCERTAIN KNOWLEDGE AND REASONING 9 Uncertainty – review of probability - probabilistic Reasoning – Bayesian networks – inferences in Bayesian networks – Temporal models – Hidden Markov models UNIT V LEARNING 9 Learning from observation - Inductive learning – Decision trees – Explanation based learning – Statistical Learning methods - Reinforcement Learning. TOTAL = 45 PERIODS TEXT BOOK: 1. S. Russel and P. Norvig, “Artificial Intelligence – A Modern Approach”, Second Edition, Pearson Education, 2003. REFERENCES: 1. David Poole, Alan Mackworth, Randy Goebel, ”Computational Intelligence : a logical approach”, Oxford University Press, 2004. 2. G. Luger, “Artificial Intelligence: Structures and Strategies for complex problem solving”, Fourth Edition, Pearson Education, 2002. 3. J.Nilsson, “Artificial Intelligence: A new Synthesis”, Elsevier Publishers, 1998. IT2041 ENTERPRISE RESOURCE PLANNING L T P C 3 0 0 3 UNIT I ERP AND TECHNOLOGY 10 Introduction – Related Technologies – Business Intelligence – E-Commerce and EBusiness – Business Process Reengineering – Data Warehousing – Data Mining – OLAP – Product life Cycle management – SCM – CRM UNIT II ERP IMPLEMENTATION 10 Implementation Challenges – Strategies – Life Cycle – Pre-implementation Tasks – Requirements Definition – Methodologies – Package selection – Project Teams – Process Definitions – Vendors and Consultants – Data Migration – Project management – Post Implementation Activities. UNIT III ERP IN ACTION & BUSINESS MODULES 8 Operation and Maintenance – Performance – Maximizing the ERP System – Business Modules – Finance – Manufacturing – Human Resources – Plant maintenance – Materials Management – Quality management – Marketing – Sales, Distribution and service. UNIT IV ERP MARKET 9 Marketplace – Dynamics – SAP AG – Oracle – PeopleSoft – JD Edwards – QAD Inc – SSA Global – Lawson Software – Epicor – Intutive. 30 UNIT V 8 Enterprise Application Integration – ERP and E-Business – ERP II – Total quality management – Future Directions – Trends in ERP. TOTAL = 45 PERIODS TEXT BOOKS: 1. Alexis Leon, “ERP DEMYSTIFIED”, Tata McGraw Hill, Second Edition, 2008. 2. Mary Sumner, “Enterprise Resource Planning”, Pearson Education, 2007. REFERENCES: 1. Jim Mazzullo,”SAP R/3 for Everyone”, Pearson,2007. 2. Jose Antonio Fernandz, “ The SAP R /3 Handbook”, Tata McGraw Hill, 1998. 3. Biao Fu, “SAP BW: A Step-by-Step Guide”, First Edition, Pearson Education, 2003. IT2042 INFORMATION SECURITY L T P C 3 0 0 3 AIM To study the critical need for ensuring Information Security in Organizations OBJECTIVES To understand the basics of Information Security To know the legal, ethical and professional issues in Information Security To know the aspects of risk management To become aware of various standards in this area To know the technological aspects of Information Security UNIT I INTRODUCTION 9 History, What is Information Security ?, Critical Characteristics of Information, NSTISSC Security Model, Components of an Information System, Securing the Components, Balancing Security and Access, The SDLC, The Security SDLC UNIT II SECURITY INVESTIGATION 9 Need for Security, Business Needs, Threats, Attacks, Legal, Ethical and Professional Issues UNIT III SECURITY ANALYSIS 9 Risk Management : Identifying and Assessing Risk, Assessing and Controlling Risk UNIT IV LOGICAL DESIGN 9 Blueprint for Security, Information Security Poicy, Standards and Practices, ISO 17799/BS 7799, NIST Models, VISA International Security Model, Design of Security Architecture, Planning for Continuity UNIT V PHYSICAL DESIGN 9 Security Technology, IDS, Scanning and Analysis Tools, Cryptography, Access Control Devices, Physical Security, Security and Personnel TOTAL = 45 PERIODS 31 TEXT BOOK: 1. Michael E Whitman and Herbert J Mattord, “Principles of Information Security”, Vikas Publishing House, New Delhi, 2003 REFERENCES: 1. Micki Krause, Harold F. Tipton, “ Handbook of Information Security Management”, Vol 1-3 CRC Press LLC, 2004. 2. Stuart Mc Clure, Joel Scrambray, George Kurtz, “Hacking Exposed”, Tata McGraw- Hill, 2003 3. Matt Bishop, “ Computer Security Art and Science”, Pearson/PHI, 2002. IT2043 KNOWLEDGE MANAGEMENT L T P C 3 0 0 3 UNIT I KNOWLEDGE MANAGEMENT 9 KM Myths – KM Life Cycle – Understanding Knowledge – Knowledge, intelligence – Experience – Common Sense – Cognition and KM – Types of Knowledge – Expert Knowledge – Human Thinking and Learning. UNIT II KNOWLEDGE MANAGEMENT SYSTEM LIFE CYCLE 9 Challenges in Building KM Systems – Conventional Vrs KM System Life Cycle (KMSLS) – Knowledge Creation and Knowledge Architecture – Nonaka’s Model of Knowledge Creation and Transformation. Knowledge Architecture. UNIT III CAPTURING KNOWLEDGE 9 Evaluating the Expert – Developing a Relationship with Experts – Fuzzy Reasoning and the Quality of Knowledge – Knowledge Capturing Techniques, Brain Storming – Protocol Analysis – Consensus Decision Making – Repertory Grid- Concept Mapping – Blackboarding. UNIT IV KNOWLEDGE CODIFICATION 9 Modes of Knowledge Conversion – Codification Tools and Procedures – Knowledge Developer’s Skill Sets – System Testing and Deployment – Knowledge Testing – Approaches to Logical Testing, User Acceptance Testing – KM System Deployment Issues – User Training – Post implementation. UNIT V KNOWLEDGE TRANSFER AND SHARING 9 Transfer Methods – Role of the Internet – Knowledge Transfer in e-world – KM System Tools – Neural Network – Association Rules – Classification Trees – Data Mining and Business Intelligence – Decision Making Architecture – Data Management – Knowledge Management Protocols – Managing Knowledge Workers. TOTAL = 45 PERIODS TEXT BOOK: 1. Elias.M. Award & Hassan M. Ghaziri – “Knowledge Management” Pearson Education 2003. REFERENCES: 1. Guus Schreiber, Hans Akkermans, Anjo Anjewierden, Robert de Hoog, Nigel Shadbolt, Walter Van de Velde and Bob Wielinga, “Knowledge Engineering and Management”, Universities Press, 2001. 2. C.W. Holsapple, “Handbooks on Knowledge Management”, International Handbooks on Information Systems, Vol 1 and 2, 2003 32 CS2063 GRID COMPUTING L T P C 3 0 0 3 UNIT I CONCEPTS AND ARCHITECTURE 9 Introduction-Parallel and Distributed Computing-Cluster Computing-Grid Computing- Anatomy and Physiology of Grid-Review of Web Services-OGSA-WSRF. UNIT II GRID MONITORING 9 Grid Monitoring Architecture (GMA) - An Overview of Grid Monitoring Systems- GridI CE – JAMM -MDS-Network Weather Service-R-GMA-Other Monitoring Systems- Ganglia and GridMon UNIT III GRID SECURITY AND RESOURCE MANAGEMENT 9 Grid Security-A Brief Security Primer-PKI-X509 Certificates-Grid Security-Grid Scheduling and Resource Management-Scheduling Paradigms- Working principles of Scheduling -A Review of Condor, SGE, PBS and LSF-Grid Scheduling with QoS. UNIT IV DATA MANAGEMENT AND GRID PORTALS 9 Data Management-Categories and Origins of Structured Data-Data Management Challenges-Architectural Approaches-Collective Data Management Services-Federation Services-Grid Portals-First-Generation Grid Portals-Second-Generation Grid Portals. UNIT V GRID MIDDLEWARE 9 List of globally available Middlewares - Case Studies-Recent version of Globus Toolkit and GLite - Architecture, Components and Features. TOTAL = 45 PERIODS TEXT BOOK: 1. Maozhen Li, Mark Baker, The Grid Core Technologies, John Wiley & Sons ,2005. REFERENCES: 1. Ian Foster & Carl Kesselman,The Grid 2 – Blueprint for a New Computing Infrascture Morgan Kaufman – 2004. 2. Joshy Joseph & Craig Fellenstein, “Grid Computing”, Pearson Education 2004. 3. Fran Berman,Geoffrey Fox, Anthony J.G.Hey, “Grid Computing: Making the Global Infrastructure a reality”, John Wiley and sons, 2003. CS2041 C# AND .NET FRAMEWORK L T P C 3 0 0 3 UNIT I 9 Review of OOP Concepts - Overview of .NET Framework - Basic Elements of C# - Program Structure and simple Input and Output Operations – Operators and Expressions – Statements – Arrays and Structures. UNIT II 9 Inheritance - Namespace – Polymorphism – Interface and Overloading – Multiple Inheritance – Property – Indexes – Delegates – Publish/Subscribe Design Patterns- Operator Overloading-Method Overloading 33 UNIT II I 9 C# Concepts for creating Data Structures - File Operation – File Management systems – Stream Oriented Operations- Multitasking – Multithreading – Thread Operation – Synchronization. UNIT IV 9 Working with XML – Techniques for Reading and Writing XML Data - Using XPath and Search XML - ADO.NET Architecture – ADO.NET Connected and Disconnected Models – XML and ADO.NET – Simple and Complex Data Binding– Data Grid View Class. UNIT V 9 Application Domains – Remoting – Leasing and Sponsorship - .NET Coding Design Guidelines –Assemblies – Security – Application Development – Web Services - Building an XML Web Service - Web Service Client – WSDL and SOAP – Web Service with Complex Data Types – Web Service Performance. TOTAL = 45 PERIODS TEXT BOOKS: 1. S. Thamarai Selvi and R. Murugesan “A Textbook on C# “, Pearson Education,2003. 2. Stephen C. Perry “ Core C# and .NET”, Pearson Education,2006. REFERENCES: 1. Jesse Liberty, “Programming C#”, Second Edition, O’Reilly Press, 2002. 2. Robinson et al, “Professional C#”, Fifth Edition, Wrox Press, 2002. 3. Herbert Schildt, “The Complete Reference: C#”, Tata McGraw Hill, 2004. 4. Andrew Troelsen, “C# and the .NET Platform”, A! Press, 2003. 5. Thuan Thai and Hoang Q. Lam, “. NET Framework Essentials”, Second Edition, O’Reilly, 2002. IT2050 PRINCIPLES OF COMPILER DESIGN L T P C 3 0 0 3 UNIT I BASICS OF COMPILATION 9 Compilers – Analysis of source program – Phases of a compiler – Grouping of phases – Compiler Construction tools – Lexical Analyzer: Token specification -Token Recognition- A language for Specifying lexical analyzer– Top down parser : Table implementation of Predictive Parser - Bottom-up Parser : SLR(1) Parser - Parser generators. UNIT II TYPE CHECKING AND RUNTIME ENVIRONMENTS 9 Syntax directed definitions – Construction of syntax trees – Type systems – Specification of a simple type checker - Equivalence of type expressions – Type conversions – Attribute grammar for a simple type checking system – Runtime Environments: Source language issues – Storage organization – Storage allocation strategies – Parameter passing. UNIT III INTERMEDIATE CODE GENERATION 9 Intermediate languages – Declarations – Assignment statements – Boolean expressions – Case statements – Backpatching – Procedure calls. 34 UNIT IV CODE GENERATION 9 Issues in the design of a code generator – The target machine – Runtime storage management – Basic blocks and flow graphs – Next-use information – A simple code generator – Register allocation and assignment – The DAG representation of basic blocks – Generating code from DAG – Dynamic programming code generation algorithm – Code-generator generators. UNIT V CODE OPTIMIZATION 9 Principal sources of optimization – Peephole optimization – Optimization of basic blocks – Loops in flow graphs – Introduction to global data flow analysis – Iterative solution of data flow equations – Code improving transformations – Dealing with aliases. TOTAL = 45 PERIODS TEXT BOOK: 1. Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman. “Compilers Principles, Techniques and Tools”. Pearson Education, 2008. REFERENCES: 1. Steven S. Muchnick, “Advanced Compiler Design Implementation”, Morgan Koffman, 1997. 2. Charles N. Fischer, Richard J. Leblanc, “Crafting a Compiler with C”, Benjamin Cummings, 1991. 3. Allen Holub, “Compiler Design in C”, Prentice Hall of India, 1990. IT2051 KNOWLEDGE ENGINEERING L T P C 3 0 0 3 UNIT I INTRODUCTION 9 Key concepts – Why knowledge Representation and Reasoning – Language of first order Logic – Syntax, Semantics Pragmatics – Expressing Knowledge – Levels of Representation – Knowledge Acquisition and Sharing – Sharing Ontologies – Language Ontologies –Language Patterns – Tools for Knowledge Acquisition UNIT II RESOLUTION AND REASONING 9 Proportional Case – Handling Variables and Qualifies – Dealing with Intractability – Reasoning with Horn Clauses - Procedural Control of Reasoning – Rules in Production – Description Logic - Vivid Knowledge – Beyond Vivid. UNIT III REPRESENTATION 9 Object Oriented Representations – Frame Formalism – Structured Descriptions – Meaning and Entailment - Taxonomies and Classification – Inheritance – Networks – Strategies for Defeasible Inheritance – Formal Account of Inheritance Networks. UNIT IV DEFAULTS, UNCERTAINTY AND EXPRESSIVENESS 9 Defaults – Introduction – Closed World Reasoning – Circumscription – Default Logic Limitations of Logic – Fuzzy Logic – Nonmontonic Logic – Theories and World – Semiotics – Auto epistemic Logic - Vagueness – Uncertainty and Degrees of Belief – Noncategorical Reasoning – Objective and Subjective Probability. 35 UNIT V ACTIONS AND PLANNING 9 Explanation and Diagnosis – Purpose – Syntax, Semantics of Context – First Order Reasoning – Modal Reasoning in Context – Encapsulating Objects in Context – Agents – Actions – Situational Calculus – Frame Problem – Complex Actions – Planning – Strips – Planning as Reasoning – Hierarchical and Conditional Planning. TOTAL = 45 PERIODS TEXT BOOK: 1. Ronald Brachman, Hector Levesque “Knowledge Representation and Reasoning “, The Morgan Kaufmann Series in Artificial Intelligence 2004 REFERENCES: 1. John F. Sowa, “ Knowledge Representation: Logical, Philosophical, and Computational Foundations”, 2000 2. Arthur B. Markman, “Knowledge Representation”, Lawrence Erlbaum Associates,1998 GE2021 PROFESSIONAL ETHICS IN ENGINEERING L T P C 3 0 0 3 UNIT I ENGINEERING ETHICS 9 Senses of ‘Engineering Ethics’ – Variety of moral issues – Types of inquiry – Moral dilemmas – Moral Autonomy – Kohlberg’s theory – Gilligan’s theory – Consensus and Controversy – Professions and Professionalism – Professional Ideals and Virtues – Uses of Ethical Theories UNIT II ENGINEERING AS SOCIAL EXPERIMENTATION 9 Engineering as Experimentation – Engineers as responsible Experimenters – Research Ethics - Codes of Ethics – Industrial Standards - A Balanced Outlook on Law – The Challenger Case Study UNIT III ENGINEER’S RESPONSIBILITY FOR SAFETY 9 Safety and Risk – Assessment of Safety and Risk – Risk Benefit Analysis – Reducing Risk – The Government Regulator’s Approach to Risk - Chernobyl Case Studies and Bhopal UNIT IV RESPONSIBILITIES AND RIGHTS 9 Collegiality and Loyalty – Respect for Authority – Collective Bargaining – Confidentiality – Conflicts of Interest – Occupational Crime – Professional Rights – Employee Rights – Intellectual Property Rights (IPR) - Discrimination UNIT V GLOBAL ISSUES 9 Multinational Corporations – Business Ethics - Environmental Ethics – Computer Ethics - Role in Technological Development – Weapons Development – Engineers as Managers – Consulting Engineers – Engineers as Expert Witnesses and Advisors – Honesty – Moral Leadership – Sample Code of Conduct. TOTAL = 45 PERIODS TEXT BOOKS: 1. Mike Martin and Roland Schinzinger, “Ethics in Engineering”, McGraw Hill, New York, 2005. 2. Charles E Harris, Michael S Pritchard and Michael J Rabins, “Engineering Ethics – Concepts and Cases”, Thompson Learning, 2000. 36 REFERENCES: 1. Charles D Fleddermann, “Engineering Ethics”, Prentice Hall, New Mexico, 1999. 2. John R Boatright, “Ethics and the Conduct of Business”, Pearson Education, 2003 3. Edmund G Seebauer and Robert L Barry, “Fundamentals of Ethics for Scientists and Engineers”, Oxford University Press, 2001. 4. Prof. (Col) P S Bajaj and Dr. Raj Agrawal, “Business Ethics – An Indian Perspective”, Biztantra, New Delhi, 2004. 5. David Ermann and Michele S Shauf, “Computers, Ethics and Society”, Oxford University Press, (2003) GE2071 INTELLECTUAL PROPERTY RIGHTS (IPR) L T P C 3 0 0 3 UNIT I 9 Introduction – Invention and Creativity – Intellectual Property (IP) – Importance – Protection of IPR – Basic types of property (i). Movable Property - Immovable Property and - Intellectual Property. UNIT II 9 IP – Patents – Copyrights and related rights – Trade Marks and rights arising from Trademark registration – Definitions – Industrial Designs and Integrated circuits – Protection of Geographical Indications at national and International levels – Application Procedures.. UNIT III 9 International convention relating to Intellectual Property – Establishment of WIPO – Mission and Activities – History – General Agreement on Trade and Tariff (GATT) – TRIPS Agreement. UNIT IV 9 Indian Position Vs WTO and Strategies – Indian IPR legislations – commitments to WTO-Patent Ordinance and the Bill – Draft of a national Intellectual Property Policy – Present against unfair competition. UNIT V 9 Case Studies on – Patents (Basumati rice, turmeric, Neem, etc.) – Copyright and related rights – Trade Marks – Industrial design and Integrated circuits – Geographic indications – Protection against unfair competition. TOTAL = 45 PERIODS TEXT BOOK: 1. Subbaram N.R. “Handbook of Indian Patent Law and Practice “, S. Viswanathan Printers and Publishers Pvt. Ltd., 1998. REFERENCES: 1. Eli Whitney, United States Patent Number: 72X, Cotton Gin, March 14, 1794. 2. Intellectual Property Today: Volume 8, No. 5, May 2001, [www.iptoday.com]. 3. Using the Internet for non-patent prior art searches, Derwent IP Matters, July 2000. www.ipmatters.net/features/000707_gibbs.html. 37 IT2052 MANAGEMENT INFORMATION SYSTEM L T P C 3 0 0 3 UNIT I INFORMATION SYSTEM AND ORGANIZATION 9 Matching the Information System Plan to the Organizational Strategic Plan – Identifying Key Organizational Objective and Processes and Developing an Information System Development – User role in Systems Development Process – Maintainability and Recoverability in System Design. UNIT II REPRESENTATION AND ANALYSIS OF SYSTEM STRUCTURE 9 Models for Representing Systems: Mathematical, Graphical and Hierarchical (Organization Chart, Tree Diagram) – Information Flow – Process Flow – Methods and Heuristics – Decomposition and Aggregation – Information Architecture – Application of System Representation to Case Studies. UNIT III SYSTEMS, INFORMATION AND DECISION THEORY 9 Information Theory – Information Content and Redundancy – Classification and Compression – Summarizing and Filtering – Inferences and Uncertainty – Identifying Information needed to Support Decision Making – Human Factors – Problem characteristics and Information System Capabilities in Decision Making. UNIT IV INFORMATION SYSTEM APPLICATION 9 Transaction Processing Applications – Basic Accounting Application – Applications for Budgeting and Planning – Other use of Information Technology: Automation – Word Processing – Electronic Mail – Evaluation Remote Conferencing and Graphics – System and Selection – Cost Benefit – Centralized versus Decentralized Allocation Mechanism. UNIT V DEVELOPMENT AND MAINTENANCE OF INFORMATION SYSTEMS 9 Systems analysis and design – System development life cycle – Limitation – End User Development – Managing End Users – off– the shelf software packages – Outsourcing – Comparison of different methodologies. TOTAL = 45 PERIODS TEXT BOOK: 1. Laudon K.C, Laudon J.P, Brabston M.E, “Management Information Systems - Managing the digital firm”, Pearon Education, 2004. REFERENCES: 1. Turban E.F, Potter R.E, “Introduction to Information Technology”; Wiley, 2 004. 2. Jeffrey A.Hoffer, Joey F.George, Joseph S. Valachich, “Modern Systems Analysis and Design”, Third Edition, Prentice Hall, 2002. IT2053 SOFTWARE DESIGN L T P C 3 0 0 3 UNIT I GENERAL DESIGN FUNDAMENTALS 9 The nature of Design process – Objectives – Building Models – Constructs, Design qualities – Assessing the design – Design viewpoints for software – The object Model – Classes and Objects – Complexity – Classification – Notation – Process – Pragmatics. 38 UNIT II STRUCTURED SYSTEM ANALYSIS AND DESIGN 9 Structured Design – Design Principles – Problem Partitioning and Hierarchy – Abstraction, Modularity – Top-down and Bottom-up Strategies – Transformation of a DFD to a Structure Chart – Transform Analysis – Transaction Analysis – Coupling – Cohesion – Multiple types of Cohesion in a module – Data Design – Normalization – Denormalization – Procedural Design. UNIT III OBJECT ORIENTED ANALYSIS AND DESIGN 9 Overview of Object Oriented Analysis – Shaler/Mellor – Coad/ Yourdon – Rumbaugh – Booch – UML – Use case – Conceptual model – Behaviour – Class Analysis Patterns – Overview – Diagrams – Aggregation – UML – Diagrams – Collaboration – Sequence – Class – Design patterns and Frameworks – Comparison with other design methods – Managing analysis and design – Evaluation testing – Coding – Maintenance – Metrics. UNIT IV SOFTWARE DESIGN 9 The Architecture Concepts – Design Methods – Design Patterns – Rationale for Methods – Design Processes and Strategies – Design by Template – Designing with Patterns – Stepwise Refinement – Incremental Design – Prototyping – DSDM – Structured Systems Analysis and Structured Design – JSP – JSD. UNIT V CASE STUDIES 9 Domain Name System – Email – World Wide Web (HTTP) – Simple Network Management Protocol – File Transfer Protocol – Security – Mutimedia applications. TOTAL = 45 PERIODS REFERENCES: 1. David Budgen, "Software Design", Second Edition, Pearson Education, 2004. 2. R. S. Pressman, "Software Engineering", Fifth Edition, McGraw Hill Inc., 2001. 3. Steve McConnell, "Code Complete ", Word Power Publishers, 2001. 4. Ed Downs, Peter Clare, Jan Coe, "Structured System Analysis and Design Methods Application and Context ", Prentice Hall, 1998. 5. A. G. Suteliffe, "Human Computer Interface Design ", Second Edition Macmillan, 1995. CS2053 SOFT COMPUTING L T P C 3 0 0 3 UNIT I FUZZY SET THEORY 10 Introduction to Neuro – Fuzzy and Soft Computing – Fuzzy Sets – Basic Definition and Terminology – Set-theoretic Operations – Member Function Formulation and Parameterization – Fuzzy Rules and Fuzzy Reasoning – Extension Principle and Fuzzy Relations – Fuzzy If-Then Rules – Fuzzy Reasoning – Fuzzy Inference Systems – Mamdani Fuzzy Models – Sugeno Fuzzy Models – Tsukamoto Fuzzy Models – Input Space P artition ing and Fuzzy Modelin g. UNIT II OPTIMIZATION 8 Derivative-based Optimization – Descent Methods – The Method of Steepest Descent – Classical Newton’s Method – Step Size Determination – Derivative-free Optimization – Genetic Algorithms – Simulated Annealing – Random Search – Downhill Simplex Search. 39 UNIT III ARTIFICIAL INTELLIGENCE 10 Introduction, Knowledge Representation – Reasoning, Issues and Acquisition: Prepositional and Predicate Calculus Rule Based knowledge Representation Symbolic Reasoning Under Uncertainity Basic knowledge Representation Issues Knowledge acquisition – Heuristic Search: Techniques for Heuristic search Heuristic Classification - State Space Search: Strategies Implementation of Graph Search Search based on Recursion Patent-directed Search Production System and Learning. UNIT IV NEURO FUZZY MODELING 9 Adaptive Neuro-Fuzzy Inference Systems – Architecture – Hybrid Learning Algorithm – Learning Methods that Cross-fertilize ANFIS and RBFN – Coactive Neuro Fuzzy Modeling – Framework Neuron Functions for Adaptive Networks – Neuro Fuzzy Spectru m. UNIT V APPLICATIONS OF COMPUTATIONAL INTELLIGENCE 8 Printed Character Recognition – Inverse Kinematics Problems – Automobile Fuel Efficiency Prediction – Soft Computing for Color Recipe Prediction. TOTAL = 45 PERIODS TEXT BOOKS: 1. J.S.R.Jang, C.T.Sun and E.Mizutani, “Neuro-Fuzzy and Soft Computing”, PHI, 2004, Pearson Education 2004. 2. N.P.Padhy, “Artificial Intelligence and Intelligent Systems”, Oxford University Press, 2006. REFERENCES: 1. Elaine Rich & Kevin Knight, Artificial Intelligence, Second Edition, Tata Mcgraw Hill Publishing Comp., 2006, New Delhi. 2. Timothy J.Ross, “Fuzzy Logic with Engineering Applications”, McGraw-Hill, 1997. 3. Davis E.Goldberg, “Genetic Algorithms: Search, Optimization and Machine Learning”, Addison Wesley, N.Y., 1989. 4. S. Rajasekaran and G.A.V.Pai, “Neural Networks, Fuzzy Logic and Genetic Algorithms”, PHI, 2003. 5. R.Eberhart, P.Simpson and R.Dobbins, “Computational Intelligence - PC Tools”, AP Professional, Boston, 1996. 6. Amit Konar, “Artificial Intelligence and Soft Computing Behaviour and Cognitive model of the human brain”, CRC Press, 2008. GE2022 TOTAL QUALITY MANAGEMENT L T P C 3 0 0 3 UNIT I INTRODUCTION 9 Introduction - Need for quality - Evolution of quality - Definition of quality - Dimensions of manufacturing and service quality - Basic concepts of TQM - Definition of TQM – TQM Framework - Contributions of Deming, Juran and Crosby – Barriers to TQM. UNIT II TQM PRINCIPLES 9 Leadership – Strategic quality planning, Quality statements - Customer focus – Customer orientation, Customer satisfaction, Customer complaints, Customer retention - Employee involvement – Motivation, Empowerment, Team and Teamwork, Recognition and Reward, Performance appraisal - Continuous process improvement – PDSA cycle, 5s, Kaizen - Supplier partnership – Partnering, Supplier selection, Supplier Rating. 40 UNIT III TQM TOOLS & TECHNIQUES I 9 The seven traditional tools of quality – New management tools – Six-sigma: Concepts, methodology, applications to manufacturing, service sector including IT – Bench marking – Reason to bench mark, Bench marking process – FMEA – Stages, Types. UNIT IV TQM TOOLS & TECHNIQUES II 9 Quality circles – Quality Function Deployment (QFD) – Taguchi quality loss function – TPM – Concepts, improvement needs – Cost of Quality – Performance measures. UNIT V QUALITY SYSTEMS 9 Need for ISO 9000- ISO 9000-2000 Quality System – Elements, Documentation, Quality auditing- QS 9000 – ISO 14000 – Concepts, Requirements and Benefits – Case studies of TQM implementation in manufacturing and service sectors including IT. TOTAL = 45 PERIODS TEXT BOOK: 1. Dale H.Besterfiled, et at., “Total Quality Management”, Pearson Education Asia, 3rd Edition, Indian Reprint (2006). REFERENCES: 1. James R. Evans and William M. Lindsay, “The Management and Control of Quality”, 6th Edition, South-Western (Thomson Learning), 2005. 2. Oakland, J.S., “TQM – Text with Cases”, Butterworth – Heinemann Ltd., Oxford, 3rd Edition, 2003. 3. Suganthi,L and Anand Samuel, “Total Quality Management”, Prentice Hall (India) Pvt. Ltd.,2006. 4. Janakiraman, B and Gopal, R.K, “Total Quality Management – Text and Cases”, Prentice Hall (India) Pvt. Ltd., 2006. GE2072 INDIAN CONSTITUTION AND SOCIETY L T P C 3 0 0 3 UNIT I 9 Historical Background – Constituent Assembly of India – Philosophical foundations of the Indian Constitution – Preamble – Fundamental Rights – Directive Principles of State Policy – Fundamental Duties – Citizenship – Constitutional Remedies for citizens. UNIT II 9 Union Government – Structures of the Union Government and Functions – President – Vice President – Prime Minister – Cabinet – Parliament – Supreme Court of India – Judicial Review. UNIT III 9 State Government – Structure and Functions – Governor – Chief Minister – Cabinet – State Legislature – Judicial System in States – High Courts and other Subordinate Courts. 41 UNIT IV 9 Indian Federal System – Center – State Relations – President’s Rule – Constitutional Amendments – Constitutional Functionaries - Assessment of working of the Parliamentary System in India. UNIT V 9 Society : Nature, Meaning and definition; Indian Social Structure; Caste, Religion, Language in India; Constitutional Remedies for citizens – Political Parties and Pressure Groups; Right of Women, Children and Scheduled Castes and Scheduled Tribes and other Weaker Sections. TOTAL: 45 PERIODS TEXT BOOKS: 1. Durga Das Basu, “ Introduction to the Constitution of India “, Prentice Hall of India, New Delhi. 2. R.C.Agarwal, (1997) “Indian Political System”, S.Chand and Company, New Delhi. 3. Maciver and Page, “ Society: An Introduction Analysis “, Mac Milan India Ltd., New Delhi. 4. K.L.Sharma, (1997) “Social Stratification in India: Issues and Themes”, Jawaharlal Nehru University, New Delhi. REFERENCES: 1. Sharma, Brij Kishore, “ Introduction to the Constitution of India:, Prentice Hall of India, New Delhi. 2. U.R.Gahai, “Indian Political System “, New Academic Publishing House, Jalaendhar. 3. R.N. Sharma, “Indian Social Problems “, Media Promoters and Publishers Pvt. Ltd. IT2061 SYSTEM MODELING AND SIMULATION L T P C 3 0 0 3 UNIT I INTRODUCTION TO SIMULATION 9 Introduction – Simulation Terminologies- Application areas – Model Classification – Types of Simulation- Steps in a Simulation study- Concepts in Discrete Event Simulation - Simulation Examples UNIT II MATHEMATICAL MODELS 9 Statistical Models - Concepts – Discrete Distribution- Continuous Distribution – Poisson Process- Empirical Distributions- Queueing Models – Characteristics- Notation – Queueing Systems – Markovian Models- Properties of random numbers- Generation of Pseudo Random numbers- Techniques for generating random numbers-Testing random number generators- Generating Random-Variates- Inverse Transform technique – Acceptance- Rejection technique – Composition & Convolution Method. UNIT III ANALYSIS OF SIMULATION DATA 9 Input Modeling - Data collection - Assessing sample independence - Hypothesizing distribution family with data - Parameter Estimation - Goodness-of-fit tests - Selecting input models in absence of data- Output analysis for a Single system – Terminating Simulations – Steady state simulations. 42 UNIT IV VERIFICATION AND VALIDATION 9 Model Building – Verification of Simulation Models – Calibration and Validation of Models – Validation of Model Assumptions – Validating Input – Output Transformations. UNIT V SIMULATION OF COMPUTER SYSTEMS AND CASE STUDIES 9 Simulation Tools – Model Input – High level computer system simulation – CPU – Memory Simulation – Comparison of systems via simulation – Simulation Programming techniques - Development of Simulation models. TOTAL = 45 PERIODS TEXT BOOKS: 1. Jerry Banks and John Carson, “ Discrete Event System Simulation”, Fourth Edition, PHI, 2005. 2. Geoffrey Gordon, “System Simulation”, Second Edition, PHI, 2006 (Unit – V). REFERENCES: 1. Frank L. Severance, “ System Modeling and Simulation”, Wiley, 2001. 2. Averill M. Law and W.David Kelton, “ Simulation Modeling and Analysis, Third Edition, McGraw Hill, 2006. 3. Jerry Banks, “Handbook of Simulation: Principles, Methodology, Advances, Applications and Practice”, Wiley, 1998. CS2035 NATURAL LANGUAGE PROCESSING L T P C 3 0 0 3 UNIT I 9 Introduction – Models -and Algorithms - The Turing Test -Regular Expressions Basic Regular Expression Patterns -Finite State Automata -Regular Languages and FSAs – Morphology -Inflectional Morphology - Derivational Morphology -Finite-State Morphological Parsing - Combining an FST Lexicon and Rules -Porter Stemmer UNIT II 9 N-grams Models of Syntax - Counting Words - Unsmoothed N-grams – Smoothing- Backoff - Deleted Interpolation – Entropy - English Word Classes - Tagsets for English - Part of Speech Tagging -Rule-Based Part of Speech Tagging - Stochastic Part of Speech Tagging - Transformation-Based Tagging - UNIT III 9 Context Free Grammars for English Syntax- Context-Free Rules and Trees - Sentence- Level Constructions –Agreement – Sub Categorization – Parsing – Top-down – Earley Parsing -Feature Structures - Probabilistic Context-Free Grammars UNIT IV 9 Representing Meaning - Meaning Structure of Language - First Order Predicate Calculus - Representing Linguistically Relevant Concepts -Syntax-Driven Semantic Analysis - Semantic Attachments - Syntax-Driven Analyzer - Robust Analysis - Lexemes and Their Senses - Internal Structure - Word Sense Disambiguation -Information Retrieval 43 UNIT V 9 Discourse -Reference Resolution - Text Coherence -Discourse Structure - Dialog and Conversational Agents - Dialog Acts – Interpretation – Coherence -Conversational Agents - Language Generation – Architecture -Surface Realizations - Discourse Planning – Machine Translation -Transfer Metaphor – Interlingua – Statistical Approaches TOTAL = 45 PERIODS TEXT BOOKS: 1. D. Jurafsky and J. Martin “Speech and Language Processing: An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition”, 2. C. Manning and H. Schutze, “Foundations of Statistical Natural Language Processing”, REFERENCE: 1. James Allen. “Natural Language Understanding”, Addison Wesley, 1994. CS2056 DISTRIBUTED SYSTEMS L T P C 3 0 0 3 UNIT I 9 Characterization of Distributed Systems-Introduction-Examples-Resource Sharing and the Web-Challenges. System Models-Architectural-Fundamental. Interprocess Communication-Introduction-API for Internet protocols-External data representation and marshalling--Client-server communication-Group communication- Case study: Interprocess Communication in UNIX. UNIT II 9 Distributed Objects and Remote Invocation-Introduction-Communication between distributed objects-Remote procedure calls-Events and notifications-Case study: Java RMI. Operating System Support-Introduction-OS layer-Protection-Processes and threads-Communication and invocation OS architecture. UNIT III 9 Distributed File Systems-Introduction-File service architecture-Case Study:Sun Network File System-Enhancements and further developments. Name Services-Introduction-Name Services and the Domain Name System-Directory Services-Case Study: Global Name Service. UNIT IV 9 Time and Global States-Introduction-Clocks, events and process states-Synchronizing physical clocks-Logical time and logical clocks-Global states-Distributed debugging. Coordination and Agreement-Introduction-Distributed mutual exclusion-Elections- Multicast communication-Consensus and related problems. UNIT V 9 Distributed Shared Memory-Introduction-Design and implementation issues-Sequential consistency and Ivy case study Release consistency and Munin case study-Other consistency models.CORBA Case Study- Introduction-CORBA RMI-CORBA services. TOTAL = 45 PERIODS 44 TEXT BOOK: 1. George Coulouris, Jean Dollimore, Tim Kindberg, , "Distributed Systems: Concepts and Design", 4th Edition, Pearson Education, 2005. REFERENCES: 1. A.tS. Tanenbaum and M. V. Steen, "Distributed Systems: Principles and Paradigms", Second Edition, Prentice Hall, 2006. 2. M.L.Liu, “Distributed Computing Principles and Applications”, Pearson Addison Wesley, 2004. 3. Mukesh Singhal, “Advanced Concepts In Operating Systems”, McGrawHill Series in Computer Science, 1994. 4. Nancy A. Lynch, "Distributed Algorithms", The Morgan Kaufmann Series in Data Management System, Morgan Kaufmann Publishers, 2000. GE2023 FUNDAMENTALS OF NANOSCIENCE L T P C 3 0 0 3 UNIT I INTRODUCTION 9 Nanoscale Science and Technology- Implications for Physics, Chemistry, Biology and Engineering-Classifications of nanostructured materials- nano particles- quantum dots, nanowires-ultra-thinfilms-multilayered materials. Length Scales involved and effect on properties: Mechanical, Electronic, Optical, Magnetic and Thermal properties. Introduction to properties and motivation for study (qualitative only). UNIT II PREPARATION METHODS 10 Bottom-up Synthesis-Top-down Approach: Precipitation, Mechanical Milling, Colloidal routes, Self-assembly, Vapour phase deposition, MOCVD, Sputtering, Evaporation, Molecular Beam Epitaxy, Atomic Layer Epitaxy, MOMBE. UNIT III PATTERNING AND LITHOGRAPHY FOR NANOSCALE DEVICES 7 Introduction to optical/UV electron beam and X-ray Lithography systems and processes, Wet etching, dry (Plasma /reactive ion) etching, Etch resists-dip pen lithography UNIT IV PREPARATION ENVIRONMENTS 9 Clean rooms: specifications and design, air and water purity, requirements for particular processes, Vibration free environments: Services and facilities required. Working practices, sample cleaning, Chemical purification, chemical and biological contamination, Safety issues, flammable and toxic hazards, biohazards. UNIT V CHARECTERISATION TECHNIQUES 10 X-ray diffraction technique, Scanning Electron Microscopy - environmental techniques, Transmission Electron Microscopy including high-resolution imaging, Surface Analysis techniques- AFM, SPM, STM, SNOM, ESCA, SIMS-Nanoindentation TOTAL = 45 PERIODS TEXT BOOKS: 1. A.S. Edelstein and R.C. Cammearata, eds., Nanomaterials: Synthesis, Properties and Applications, (Institute of Physics Publishing, Bristol and Philadelphia, 1996) 2. N John Dinardo, Nanoscale charecterisation of surfaces & Interfaces, Second edition, Weinheim Cambridge, Wiley-VCH, 2000 45 REFERENCES: 1. G Timp (Editor), Nanotechnology, AIP press/Springer, 1999 2. Akhlesh Lakhtakia (Editor) The Hand Book of Nano Technology, “Nanometer Structure”, Theory, Modeling and Simulations. Prentice-Hall of India (P) Ltd, New Delhi, 2007. IT2064 SPEECH SIGNAL PROCESSING L T P C 3 0 0 3 UNIT I MECHANICS OF SPEECH 9 Speech production: Mechanism of speech production, Acoustic phonetics - Digital models for speech signals - Representations of speech waveform: Sampling speech signals, basics of quantization, delta modulation, and Differential PCM - Auditory perception: psycho acoustics. UNIT II TIME DOMAIN METHODS FOR SPEECH PROCESSING 9 Time domain parameters of Speech signal – Methods for extracting the parameters Energy, Average Magnitude, Zero crossing Rate – Silence Discrimination using ZCR and energy – Short Time Auto Correlation Function – Pitch period estimation using Auto Correlation Function. UNIT III FREQUENCY DOMAIN METHOD FOR SPEECH PROCESSING 9 Short Time Fourier analysis: Fourier transform and linear filtering interpretations, Sampling rates - Spectrographic displays - Pitch and formant extraction - Analysis by Synthesis - Analysis synthesis systems: Phase vocoder, Channel Vocoder - Homomorphic speech analysis: Cepstral analysis of Speech, Formant and Pitch Estimation, Homomorphic Vocoders. UNIT IV LINEAR PREDICTIVE ANALYSIS OF SPEECH 9 Basic Principles of linear predictive analysis – Auto correlation method – Covariance method – Solution of LPC equations – Cholesky method – Durbin’s Recursive algorithm – Application of LPC parameters – Pitch detection using LPC parameters – Formant analysis – VELP – CELP. UNIT V APPLICATION OF SPEECH & AUDIO SIGNAL PROCESSING 9 Algorithms: Dynamic time warping, K-means clustering and Vector quantization, Gaussian mixture modeling, hidden Markov modeling - Automatic Speech Recognition: Feature Extraction for ASR, Deterministic sequence recognition, Statistical Sequence recognition, Language models - Speaker identification and verification – Voice response system – Speech synthesis: basics of articulatory, source-filter, and concatenative synthesis – VOIP TOTAL = 45 PERIODS TEXT BOOKS: 1. L. R. Rabiner and R. W. Schaffer, “Digital Processing of Speech signals”, Prentice Hall, 1978. 2. Ben Gold and Nelson Morgan, “Speech and Audio Signal Processing”, John Wiley and Sons Inc., Singapore, 2004. REFERENCES: 1. Quatieri, “Discrete-time Speech Signal Processing”, Prentice Hall, 2001. 2. L.R. Rabiner and B. H. Juang, “Fundamentals of speech recognition”, Prentice Hall, 1993.
Subscribe to:
Post Comments (Atom)
Hey there! Do you use Twitter? I'd like to follow you if that would be ok. I'm absolutely enjoying your blog and look forward to new updates.
ReplyDeleteAlso visit my page ; stock exchange trading software
Having trоuble losing weіght? Hoω about takіng а look
ReplyDeleteat what is consideгеd tο be a fat buгner іn a bottle?
Check our guidе оn how to use Rapbеrгу Ketones and get them fоr the beѕt ρrice at
http://raѕрberгyketoneѕ.heartdata.
net/
Also visit my webpage - atkins Diet: Why am i Not losing? (part 1) - not losing weight dieting
Getting a goоd ΗD TV hаs nеνer been eаsier.
ReplyDeleteDiѕсοver thе right mοdel fоr уou аnd
уour ρocket with our геview at
http://гeviewѕ.top-infоrmatiοn.
net/samsung-un40еh6000-review/
My website > widowmaker heart attack
Having trοuble losing ωeight? How about taking
ReplyDeleteа look at what is conѕidеreԁ to be a fat buгner in
a bottle? Chеck оur guide on how to use Rapberry Ketones and get them for the beѕt pгice
аt httр://raspberryκetones.
heartdata.net/
My website :: claninglaminatefloors.com
Gеtting a gοod HD ΤV has neѵer been
ReplyDeleteеаѕier. Disсoveг the гight model for you аnԁ yοur pocket with οuг review at http://reviews.
tοp-infοrmatіοn.nеt/sаmsung-un40eh6000-rеνiеw/
Here is my web-site :: Where to Buy 3D Glasses
А high quality camera for a very attractіνе price or just a bаԁ quality pictuгe?
ReplyDeleteDiscoveг on the full reνiew at http://revіews.
top-information.net/canоn-рowershot-sx50-hѕ-review/
Feel free to visit my web-site : anxiety Symptoms in men
Hаνіng tгoublе losing ωeight?
ReplyDeleteHow abοut taking a look at whаt is considerеd to
bе a fat buгner in a bottle? Check οur guiԁe on how to uѕe Rapberry Κetones and
gеt them fοr thе bеst pгiсe at http://гаspberгyketones.
heartԁata.net/
Here is my web-site ; buycoolfishtanks.com
Just submit уouг email at httρ://ωωω.
ReplyDeletefreeipad3.allthebestproducts.net and sign up to test Apple's products! You get to keep them afterwards!
Also see my web site :: Battery Operated Heater
Ever wonԁereԁ how to lucіd dгeam? We havе the solution at
ReplyDeletehttρ://lucidԁreaming.toρ-іnformatіon.
nеt
Check out my site ... small motorhomes
Getting a good HD TV has nevег bеen еаsier.
ReplyDeleteDіscοver thе right model for you and уour pocket ωіth ouг гeѵiew аt httр://reviewѕ.
tοp-information.net/samsung-un40eh6000-rеvіеw/
Here is my homepage ; How to Lucid Dream Easily
Having trouble lοsing wеight? How about taking a look at what is consideгeԁ tο be
ReplyDeleteа fat burner іn a bottle? Cheсk
οur guide on how to use Rapberry Ketones and get them for thе bеѕt price аt http:
//rаsρberrykеtonеs.heartdаta.
net/
Feel free to surf my site - Cheap Subwoofers
My spouse anԁ I absolutely lοve уour blog and fіnd mоst of youг pοѕt's to be exactly I'm loοking for.
ReplyDeleteDoeѕ οne offer guеst wrіters to wrіte
contеnt for yοu? I wouldn't mind creating a post or elaborating on many of the subjects you write with regards to here. Again, awesome website!
Also see my page: chartered accountant
Aw, this was an extremely good post. Finding the time and actual effort
ReplyDeleteto generate a really good article but what can I say I hesitate a whole
lot and don't manage to get anything done.
Here is my webpage ; investing online for dummies
I am really loving the theme/design of your weblog. Do you ever run
ReplyDeleteinto any internet browser compatibility
issues? A few of my blog audience have complained about my site not
operating correctly in Explorer but looks great in Firefox.
Do you have any solutions to help fix this issue?
Feel free to surf my site monthly payday loans
I am not sure where you are getting your information, however good topic.
ReplyDeleteI needs to spend a while studying more or figuring out more.
Thanks for wonderful info I used to be on the lookout for this information for my mission.
Also visit my web blog ; day Trading education
Wonderful blog! I found it while searching on Yahoo News. Do you have any tips on
ReplyDeletehow to get listed in Yahoo News? I've been trying for a while but I never seem to get there! Appreciate it
Also see my web page > no fax payday loans direct lenders
Wow, superb weblog format! How long have you ever been blogging for?
ReplyDeleteyou make running a blog look easy. The total glance of your website is excellent, as smartly as the content!
Here is my web-site :: easy payday loans no credit check
Hello! This is my first comment here so I just wanted to give a quick shout out and tell you I genuinely enjoy reading through your articles.
ReplyDeleteCan you suggest any other blogs/websites/forums that deal
with the same subjects? Thank you so much!
My weblog :: Legitimate Way To Make Money Online
Very nice post. I certainly appreciate this website.
ReplyDeleteKeep writing!
Here is my blog ; Work from home jobs
Hi there! This is my first visit to your blog! We are a collection of volunteers and starting a new initiative
ReplyDeletein a community in the same niche. Your blog provided us useful information to work on.
You have done a marvellous job!
My page - ways to make money online fast
I'm really impressed together with your writing skills and also with the structure on your blog. Is this a paid topic or did you customize it yourself? Anyway stay up the excellent high quality writing, it is rare to peer a nice weblog like this one these days..
ReplyDeleteMy website ... how to make extra money
Hi my friend! I want to say that this article is awesome, nice written and
ReplyDeletecome with almost all significant infos. I would like to
see more posts like this .
Feel free to surf my web blog - global oil trade
Magnificent items from you, man. I've keep in mind your stuff previous to and you're simply extremely great.
ReplyDeleteI actually like what you have obtained here,
really like what you are saying and the best way during which you are saying it.
You're making it entertaining and you still take care of to keep it smart. I can't wait
to learn far more from you. This is really a wonderful web site.
Here is my page : forex market trading
Hi, i think that i saw you visited my web site so i
ReplyDeletecame to “return the favor”.I'm trying to find things to improve my website!I suppose its ok to use some of your ideas!!
Here is my blog post : make extra money from home
I am not sure where you're getting your info, but good topic. I needs to spend some time learning more or understanding more. Thanks for wonderful information I was looking for this information for my mission.
ReplyDeleteReview my blog ; legitimate work at home business
Hmm is anyone else having problems with the pictures on this blog loading?
ReplyDeleteI'm trying to find out if its a problem on my end or if it's the blog.
Any feed-back would be greatly appreciated.
Feel free to surf my web-site :: best work from home
Wonderful post but I was wondering if you could write a litte more on this topic?
ReplyDeleteI'd be very thankful if you could elaborate a little bit more. Appreciate it!
My page : legitimate work at home jobs
After looking over a handful of the articles on your blog, I really
ReplyDeleteappreciate your way of writing a blog. I saved as a favorite it to my bookmark webpage
list and will be checking back in the near future.
Please check out my website too and tell me what you think.
My webpage top legitimate work at home jobs
Hello my family member! I wish to say that this article is awesome, nice written and come
ReplyDeletewith almost all significant infos. I'd like to peer extra posts like this .
my page > work from home part time legitimate
Hi, I read your blogs daily. Your writing style is witty, keep up the
ReplyDeletegood work!
Take a look at my weblog ; invest money in india
Its like you read my mind! You appear to know so much about this,
ReplyDeletelike you wrote the book in it or something. I think that you could do with
some pics to drive the message home a bit, but other than that,
this is wonderful blog. A great read. I will definitely be back.
Here is my page best way to make money fast
I was suggested this blog by my cousin. I'm not sure whether this put up is written by way of him as nobody else understand such distinct about my difficulty. You are amazing! Thank you!
ReplyDeleteAlso visit my site how to make money online without a website
constantly i used to read smaller content which also clear their motive, and that
ReplyDeleteis also happening with this piece of writing which I am reading at
this place.
Also see my web page: options first
It's difficult to find knowledgeable people for this topic, but you seem like you know what you're talking about!
ReplyDeleteThanks
Also visit my web-site - watch nfl games online
Thanks for ones marvelous posting! I seriously enjoyed reading it, you are a great
ReplyDeleteauthor. I will ensure that I bookmark your blog and may come back at some point.
I want to encourage you to definitely continue your great posts, have a nice afternoon!
Also visit my site :: easy ways to make money from home
Thank you for some other wonderful article.
ReplyDeleteWhere else may just anybody get that kind of info in such an ideal way of
writing? I've a presentation subsequent week, and I am on the search for such information.
Also visit my web page to get rid of
Hello I am so grateful I found your web site, I really found you by mistake, while I was browsing on Askjeeve for something else, Anyways I am here now and
ReplyDeletewould just like to say many thanks for a fantastic post and a all round
entertaining blog (I also love the theme/design), I don’t have time to look over it all at
the minute but I have bookmarked it and also added in your RSS feeds, so
when I have time I will be back to read a great deal more, Please do keep up
the excellent jo.
Look at my webpage : fast easy cash loans
Wow, that's what I was exploring for, what a information! present here at this website, thanks admin of this web page.
ReplyDeleteLook at my site - Make Real Money Online
Greetings! Very helpful advice within this post!
ReplyDeleteIt's the little changes which will make the most important changes. Many thanks for sharing!
Here is my blog post ... skin lightening
This is really interesting, You are a very skilled blogger.
ReplyDeleteI have joined your feed and look forward to seeking more of your fantastic post.
Also, I have shared your website in my social networks!
My web page > how to lose man boobs
I love your blog.. very nice colors & theme. Did you create this website yourself or did you hire
ReplyDeletesomeone to do it for you? Plz reply as I'm looking to create my own blog and would like to find out where u got this from. thank you
My web blog :: gold detectors
Excellent post. I was checking constantly this blog
ReplyDeleteand I'm impressed! Very useful information specially the last part :) I care for such information much. I was looking for this certain information for a long time. Thank you and good luck.
My webpage > onlinecasinoxb.com
Wow that was odd. I just wrote an incredibly lοng comment but after
ReplyDeleteI clicκed submit my cοmment dіdn't appear. Grrrr... well I'm
not writing all that oveг again. Anywayѕ, just wanted tο sау еxcellent blog!
My web blog ccbill fraud
My web site > samsung galaxy note 2
Great beat ! I ωοulԁ like to apprentice while yοu аmend your wеb site, how can i subscribe for a blog site?
ReplyDeleteThe аccount helpеd me a acceptable deal.
I have been a lіttle bit acquainted of this your broadсast ρrovidеd brilliant transparent conсeρt
my web blog :: samsung galaxy note 2
Feel free to surf my web-site ::
First off I want to say excellent blog! I had a quick question which I'd like to ask if you don't mind.
ReplyDeleteI was interested to find out how you center yourself and clear your
mind before writing. I've had difficulty clearing my mind in getting my thoughts out there. I do enjoy writing but it just seems like the first 10 to 15 minutes are wasted simply just trying to figure out how to begin. Any recommendations or hints? Appreciate it!
Look into my page ... http://www.cheapnikenfljerseys-usa.com
What's up, I read your new stuff on a regular basis. Your humoristic style is witty, keep doing what you're doing!
ReplyDeleteAlso visit my web site homepage
You сould ceгtainlу ѕеe уοur enthusiаѕm іn the article yоu writе.
ReplyDeleteThe arena hοpes foг mоre pаssіonate writerѕ
lіke yοu ωhо arеn't afraid to say how they believe. Always go after your heart.
Stop by my page excellent tantra london
My blog ; london tantra
hеy there and thank you in your informatіon ?
ReplyDeleteI've certainly picked up anything new from proper here. I did then again experience a few technical points the usage of this website, as I experienced to reload the web site many times prior to I may just get it to load correctly. I had been considering if your web host is OK? No longer that I am complaining, however sluggish loading instances times will sometimes impact your placement in google and could injury your high quality rating if ads and marketing with Adwords. Well I am adding this RSS to my email and could look out for a lot more of your respective exciting content. Ensure that you replace this again very soon..
Have a look at my site ... buy cheap netbook online
These are basically short phrase loans that do present you meet your fiscal challenges inside a desired certain time period.
ReplyDeleteTaking into consideration time limitations these loans are especially intended
above an obligation 100 % free platform. As such, these are kept absolutely cost-free from credential checksums. Troubles such as defaults, arrears, bankruptcy, CCJs and even IVAs are not regarded here. Further, there are also no collaterals related with these loans. There is minimal paper operate expected on the part of borrower. There are also no hidden or extra documentation or faxing essential here. Applying for these loans is also incredibly hassle-free. People today simply demand filling an on the web form and when this gets authorized cash is received inside 24 hours time frame. These loans are frequently provided beneath handy terms and circumstances. The common basic applicant criteria here is that they need to be a UK resident and of 18 years of age.
Also see my webpage > http://playsters.com
These are basically brief phrase loans that do provide you meet your fiscal issues within a desired particular time period.
ReplyDeleteTaking into consideration time limitations these loans
are specifically intended above an obligation cost-free platform.
As such, these are kept fully totally free from credential checksums.
Difficulties such as defaults, arrears, bankruptcy, CCJs and even IVAs are not considered right here.
Additional, there are also no collaterals linked with these loans.
There is minimal paper work necessary on the element of borrower.
There are also no hidden or added documentation or faxing required right here.
Applying for these loans is also very handy. Men and women
just need filling an on-line type and as soon
as this gets approved money is received within 24 hours time frame.
These loans are normally supplied beneath convenient terms and conditions.
The common standard applicant criteria here is that they will need to be
a UK resident and of 18 years of age.
My web site - http://www.bumpygreen.co.uk/elgg/pg/profile/AltaHQMU
These are basically brief phrase loans that
ReplyDeletedo produce you meet your fiscal problems within a
preferred precise time period. Thinking of time limitations these loans are particularly intended above an obligation
free platform. As such, these are kept entirely 100 % free from credential checksums. Matters such as defaults, arrears, bankruptcy, CCJs and even IVAs are not regarded here. Further, there are also no collaterals related with these loans. There is minimal paper operate essential on the portion of borrower. There are also no hidden or further documentation or faxing expected right here. Applying for these loans is also exceptionally hassle-free. People only require filling an on line type and once this gets approved cash is received inside 24 hours time frame. These loans are often supplied under practical terms and situations. The common fundamental applicant criteria here is that they should really be a UK resident and of 18 years of age.
Also visit my website momblogsociety.com
These are essentially short phrase loans that do deliver
ReplyDeleteyou meet your fiscal issues inside a desired distinct
time period. Contemplating time limitations these loans are specifically made above
an obligation free of charge platform. As such,
these are kept fully cost-free from credential checksums. Troubles such as defaults,
arrears, bankruptcy, CCJs and even IVAs are not considered right here.
Further, there are also no collaterals associated with these loans.
There is minimal paper function necessary on the
part of borrower. There are also no hidden or added
documentation or faxing essential here. Applying for these loans is
also extremely handy. Consumers simply call
for filling an on the net form and once this gets approved money is received inside 24 hours time frame.
These loans are normally supplied beneath convenient terms and
situations. The basic fundamental applicant criteria right here is that they ought
to be a UK resident and of 18 years of age.
Also visit my blog - www.fresnodigitalworkshops.com
These are fundamentally brief phrase loans that do deliver you meet your
ReplyDeletefiscal problems inside a preferred certain time period.
Considering time limitations these loans are specifically developed above an
obligation no cost platform. As such, these are kept entirely free from credential checksums.
Troubles such as defaults, arrears, bankruptcy, CCJs and even IVAs are not thought to be here.
Further, there are also no collaterals related with these loans.
There is minimal paper function essential on the component of borrower.
There are also no hidden or additional documentation or faxing expected right
here. Applying for these loans is also really hassle-free.
Folks only call for filling an over the internet form and as soon as this gets authorized cash is received within 24 hours time frame.
These loans are normally supplied below hassle-free terms and conditions.
The general basic applicant criteria here is that they should certainly be a UK resident and of 18 years of age.
My web blog ; www.xelus.co.za
These are essentially short term loans that do deliver you meet your fiscal
ReplyDeletedifficulties inside a desired certain time period. Taking into consideration time limitations these loans are particularly designed above an obligation 100
% free platform. As such, these are kept absolutely 100 % free from credential checksums.
Troubles such as defaults, arrears, bankruptcy, CCJs and even IVAs are not regarded right here.
Further, there are also no collaterals linked with these loans.
There is minimal paper perform needed on the component of borrower.
There are also no hidden or further documentation or faxing expected right here.
Applying for these loans is also particularly practical.
Many people simply require filling an internet type and as soon as this gets authorized
money is received inside 24 hours time frame. These loans are usually offered under hassle-free terms and circumstances.
The basic simple applicant criteria here is that they need to be a UK resident and
of 18 years of age.
Here is my blog post http://www.globexchange.com
These are fundamentally short phrase loans that do
ReplyDeletegive you meet your fiscal matters inside a desired precise time period.
Thinking of time limitations these loans are particularly
made above an obligation free platform. As such, these are kept entirely free from credential checksums.
Difficulties such as defaults, arrears, bankruptcy, CCJs and even IVAs are not regarded as here.
Further, there are also no collaterals linked with these loans.
There is minimal paper function required on the component of borrower.
There are also no hidden or further documentation
or faxing essential right here. Applying for these loans is
also incredibly hassle-free. People today merely require filling an on the net type and as soon as this gets approved
money is received inside 24 hours time frame.
These loans are often offered under convenient terms
and situations. The common simple applicant criteria right here is
that they ought to be a UK resident and of 18
years of age.
my web site - www.joraweb.com
These are generally brief term loans that do present you meet your fiscal concerns within a desired precise time period.
ReplyDeleteThinking of time limitations these loans are particularly made above an obligation totally free
platform. As such, these are kept absolutely 100
% free from credential checksums. Troubles such as defaults, arrears, bankruptcy, CCJs and even IVAs are not deemed right here. Additional, there are also no collaterals connected with these loans. There is minimal paper work needed on the element of borrower. There are also no hidden or further documentation or faxing necessary right here. Applying for these loans is also very practical. Consumers only need filling an on the web form and when this gets approved cash is received inside 24 hours time frame. These loans are frequently offered below hassle-free terms and conditions. The common fundamental applicant criteria here is that they should be a UK resident and of 18 years of age.
Also visit my site - click
These are fundamentally brief phrase loans that do deliver you meet your fiscal challenges within a
ReplyDeletepreferred distinct time period. Contemplating time limitations these loans are specifically made above an obligation absolutely free
platform. As such, these are kept absolutely cost-free
from credential checksums. Problems such as defaults, arrears, bankruptcy,
CCJs and even IVAs are not deemed right here.
Additional, there are also no collaterals connected with these loans.
There is minimal paper function expected on the element of borrower.
There are also no hidden or extra documentation or faxing needed
here. Applying for these loans is also incredibly convenient.
Men and women only require filling an via the internet
type and when this gets approved cash is received within 24 hours
time frame. These loans are normally supplied below handy terms and situations.
The common standard applicant criteria right here is that they
will need to be a UK resident and of 18 years of age.
Feel free to surf my web blog : find more
These are generally brief term loans that do deliver you meet your
ReplyDeletefiscal matters within a desired particular time period.
Contemplating time limitations these loans are particularly created above an obligation cost-free
platform. As such, these are kept fully zero cost from credential checksums.
Difficulties such as defaults, arrears, bankruptcy, CCJs
and even IVAs are not regarded right here. Additional, there are also no collaterals
related with these loans. There is minimal paper operate essential on the component of borrower.
There are also no hidden or additional documentation or faxing necessary here.
Applying for these loans is also quite practical.
Individuals basically demand filling an on the
internet type and once this gets approved cash is received within 24 hours time frame.
These loans are often supplied under hassle-free terms and conditions.
The common simple applicant criteria right here is that
they ought to be a UK resident and of 18 years of age.
My web page - joozr.com
These are fundamentally short term loans that
ReplyDeletedo deliver you meet your fiscal problems within a preferred specific time period.
Thinking about time limitations these loans are especially designed above an obligation
totally free platform. As such, these are kept completely cost-free from credential
checksums. Challenges such as defaults, arrears, bankruptcy, CCJs and even
IVAs are not deemed here. Further, there are also no collaterals connected with these
loans. There is minimal paper operate expected on the element of borrower.
There are also no hidden or additional documentation or faxing necessary here.
Applying for these loans is also particularly practical.
Individuals simply require filling an internet type and as
soon as this gets authorized money is received inside 24 hours time frame.
These loans are frequently supplied below practical terms and circumstances.
The general simple applicant criteria right here is that
they really should be a UK resident and of 18 years
of age.
My page ; storpar.com
These are basically brief term loans that do give you meet your fiscal difficulties
ReplyDeleteinside a preferred distinct time period. Taking into consideration time limitations these loans are especially created above
an obligation free of charge platform. As such, these
are kept totally cost-free from credential checksums.
Issues such as defaults, arrears, bankruptcy,
CCJs and even IVAs are not viewed as here. Additional, there
are also no collaterals associated with these loans.
There is minimal paper work essential on the portion of borrower.
There are also no hidden or additional documentation or faxing required right here.
Applying for these loans is also particularly convenient. People today only demand
filling an web based type and as soon as this gets approved cash is received inside 24 hours
time frame. These loans are typically offered below convenient terms
and circumstances. The basic basic applicant criteria here
is that they ought to be a UK resident and
of 18 years of age.
Feel free to surf my web blog - enter here
These are essentially short phrase loans that do present you meet your fiscal difficulties within a preferred specific time period.
ReplyDeleteContemplating time limitations these loans are specifically made above an obligation free platform.
As such, these are kept completely no cost from credential
checksums. Difficulties such as defaults, arrears, bankruptcy, CCJs
and even IVAs are not considered right here.
Further, there are also no collaterals connected with these loans.
There is minimal paper work required on the aspect of borrower.
There are also no hidden or extra documentation or faxing essential right
here. Applying for these loans is also quite
practical. Men and women only demand filling an online type and as
soon as this gets authorized money is received within 24 hours time frame.
These loans are typically provided beneath practical terms and circumstances.
The basic simple applicant criteria here is that they should be a UK resident and of 18 years of age.
Here is my page - go to
These are essentially short term loans that do give you meet your fiscal problems inside a desired certain time period.
ReplyDeleteContemplating time limitations these loans are specifically designed
above an obligation absolutely free platform. As such, these are
kept totally totally free from credential checksums.
Problems such as defaults, arrears, bankruptcy, CCJs and even IVAs
are not viewed as right here. Further, there are also no collaterals connected with these loans.
There is minimal paper perform essential on the portion of borrower.
There are also no hidden or further documentation or faxing necessary here.
Applying for these loans is also exceptionally hassle-free.
People today simply demand filling an over the internet type and when this gets
approved cash is received inside 24 hours time frame.
These loans are typically provided under handy terms and situations.
The basic simple applicant criteria right here is that
they ought to be a UK resident and of 18 years of age.
Also visit my weblog ; http://translatis.eu/node/3116
These are essentially brief term loans that do supply you meet your
ReplyDeletefiscal issues within a preferred precise time period. Taking into consideration time limitations these loans are specifically made above an obligation zero cost platform.
As such, these are kept fully cost-free from credential checksums.
Concerns such as defaults, arrears, bankruptcy, CCJs and even IVAs are not viewed as right here.
Further, there are also no collaterals linked with these loans.
There is minimal paper operate necessary on the element of borrower.
There are also no hidden or further documentation or faxing needed here.
Applying for these loans is also really hassle-free. Many people
just need filling an on line type and when this gets authorized money
is received within 24 hours time frame. These loans are frequently supplied below convenient
terms and conditions. The common basic applicant criteria right here
is that they will need to be a UK resident and of 18 years of age.
Also visit my web-site go to
These are fundamentally short term loans that do provide you meet your fiscal difficulties inside a desired specific time period.
ReplyDeleteTaking into consideration time limitations these loans are specifically developed above an obligation free platform.
As such, these are kept absolutely 100 % free from credential checksums. Problems such as defaults, arrears, bankruptcy, CCJs and even IVAs are not viewed as here. Further, there are also no collaterals connected with these loans. There is minimal paper function necessary on the portion of borrower. There are also no hidden or further documentation or faxing required right here. Applying for these loans is also really practical. People only demand filling an on the net type and as soon as this gets authorized money is received inside 24 hours time frame. These loans are normally offered below hassle-free terms and circumstances. The basic simple applicant criteria right here is that they must be a UK resident and of 18 years of age.
my page: aricavirtual.cl
These are essentially brief term loans that do offer you meet your fiscal difficulties inside a desired particular time period.
ReplyDeleteContemplating time limitations these loans are especially made above an obligation no cost platform.
As such, these are kept entirely 100 % free from credential checksums. Problems such as defaults, arrears, bankruptcy, CCJs and even IVAs are not viewed as here. Further, there are also no collaterals related with these loans. There is minimal paper work required on the element of borrower. There are also no hidden or additional documentation or faxing expected here. Applying for these loans is also really handy. Folks simply demand filling an on the web type and once this gets approved money is received within 24 hours time frame. These loans are normally offered beneath convenient terms and conditions. The common simple applicant criteria right here is that they really should be a UK resident and of 18 years of age.
Look at my web page - www.findaluv.com
Thanks for sharing your thoughts about marketing affiliate products.
ReplyDeleteRegards
Here is my homepage ... an easy way To make money
These are generally short phrase loans that do deliver you meet your
ReplyDeletefiscal challenges inside a desired precise time period.
Thinking about time limitations these loans are specifically created above an obligation zero cost platform.
As such, these are kept totally totally free from credential
checksums. Troubles such as defaults, arrears, bankruptcy, CCJs
and even IVAs are not regarded as here. Additional, there are also no collaterals connected with these loans.
There is minimal paper work essential on the portion of borrower.
There are also no hidden or further documentation or
faxing necessary here. Applying for these loans is
also highly handy. People just demand filling
an on-line form and as soon as this gets authorized money is received within 24 hours time frame.
These loans are frequently supplied under handy terms and situations.
The general fundamental applicant criteria here is that they should be a UK
resident and of 18 years of age.
Take a look at my blog post : find more
These are essentially brief phrase loans that do provide you meet your fiscal problems within a desired precise time period.
ReplyDeleteThinking of time limitations these loans are particularly developed above an
obligation free of charge platform. As such, these are kept absolutely cost-free from credential checksums.
Challenges such as defaults, arrears, bankruptcy,
CCJs and even IVAs are not thought to be here.
Further, there are also no collaterals linked with these loans.
There is minimal paper operate necessary on the aspect of
borrower. There are also no hidden or further documentation or faxing essential here.
Applying for these loans is also really practical. Consumers simply call for
filling an web based type and when this gets authorized cash is received inside 24 hours time frame.
These loans are commonly provided under convenient terms
and situations. The common standard applicant criteria here is that they should certainly be a
UK resident and of 18 years of age.
my website: www.opstellingoranje.nl
These are fundamentally short term loans that do give you
ReplyDeletemeet your fiscal concerns inside a desired specific time period.
Contemplating time limitations these loans are especially created above an obligation absolutely
free platform. As such, these are kept absolutely totally free
from credential checksums. Issues such as defaults, arrears, bankruptcy, CCJs
and even IVAs are not thought to be right here. Additional, there are also no collaterals connected with these loans.
There is minimal paper operate essential on the portion of borrower.
There are also no hidden or extra documentation or faxing expected here.
Applying for these loans is also particularly
convenient. Consumers merely require filling an via the internet form and once this gets approved money is received inside 24 hours time frame.
These loans are frequently provided under convenient terms and situations.
The basic basic applicant criteria here is that they should really be a UK resident and of 18 years
of age.
Here is my web-site ... http://chillwithfriends.com/index.php?do=/profile-9992/info
These are fundamentally brief term loans that do provide you meet
ReplyDeleteyour fiscal issues inside a desired precise time period.
Contemplating time limitations these loans are specifically
intended above an obligation free of charge platform.
As such, these are kept fully totally free from credential checksums.
Challenges such as defaults, arrears, bankruptcy, CCJs and even IVAs are not viewed as right here.
Further, there are also no collaterals related with these
loans. There is minimal paper operate expected on the aspect of borrower.
There are also no hidden or extra documentation or faxing expected here.
Applying for these loans is also exceptionally handy.
Folks basically require filling an on-line type
and once this gets authorized cash is received inside 24 hours time frame.
These loans are often supplied below convenient terms and conditions.
The common basic applicant criteria right here is
that they need to be a UK resident and of 18 years of age.
Also visit my blog - http://unfilterblog.com
Hello, I think your website might be having browser compatibility issues.
ReplyDeleteWhen I look at your blog in Chrome, it looks fine but
when opening in Internet Explorer, it has some overlapping.
I just wanted to give you a quick heads up!
Other then that, awesome blog!
Review my web page :: how to earn money online legally
As the stages worsen, the ρatient will be unable to recоgnize youг facе аnd who you are and they ωill not
ReplyDeleteknow what yeaг theу are in or where theу are.
Тherе has оftеn been a ԁebate regarding
the actual leaԁ to of acne... Ρeoplе
aгe increasingly getting аttuned tо the fact that feelіngѕ оf еxtremе anxiety,
the mentаl ωеll being οf children, and the dеlіcаtе rеlationshіp
isѕueѕ between couplеs, аre all things that сan't be left to chance or time. Two many years right after, the florida state massage therapy association inc. Patients typically have five weekly treatments over a six week period?? Many times the orgasms reached when prostate massage is involved are highly intense. An orthopedic pillow or bolster can be used to correct body positioning.. Pregnancy massages are best given after the first trimester of pregnancy because the fetus and the mother are still to vulnerable during the early stages.
my blog ... erotic massage in london found here
My site ... tantra
Thanks for sharing your thoughts on anjou. Regards
ReplyDeleteAlso visit my blog post :: perfumes baratos
Thanks for sharing your thoughts on anjou.
ReplyDeleteRegards
Also see my webpage: perfumes baratos
Admiring the persistence you put into your website and detailed information you
ReplyDeleteoffer. It's great to come across a blog every once in a while that isn't the same outdated rehashed information.
Fantastic read! I've bookmarked your site and I'm
including your RSS feeds to my Google account.
Stop by my site ; real casino slots for free
I really like your blog.. very nice colors & theme.
ReplyDeleteDid you make this website yourself or did you hire someone to do it for you?
Plz respond as I'm looking to construct my own blog and would like to find out where u got this from. thanks a lot
Review my web site ; roulette for real money
whoah this weblog is magnificent i love reading your posts.
ReplyDeleteKeep up the great work! You already know, a lot
of people are hunting around for this information,
you can help them greatly.
Look at my site real money online blackjack
Hi to every one, the contents present at this web site
ReplyDeleteare truly amazing for people experience, well, keep up the nice work fellows.
my webpage: Affiliate Programs
Hi there, You've done a fantastic job. I will certainly digg it and personally recommend to my friends. I am sure they will be benefited from this website.
ReplyDeleteAlso visit my web blog - ways to make money fast and easy
Hello, Neat post. There is a problem along with your web site in internet explorer,
ReplyDeletemight test this? IE still is the market leader and a
huge part of other folks will pass over your excellent writing due to this problem.
My website ; best ways to earn money online
I think this is among the most important info for me.
ReplyDeleteAnd i am happy reading your article. However wanna remark on few basic things, The website
taste is perfect, the articles is in point of fact excellent :
D. Good process, cheers
My weblog - blackjack online real money
Definitely believe that that you said. Your favorite justification seemed to be
ReplyDeleteat the web the easiest thing to take note of. I say to you, I
certainly get annoyed at the same time as people consider worries that they plainly do not
realize about. You managed to hit the nail upon the highest and also outlined out the
entire thing without having side-effects , people could take a signal.
Will likely be again to get more. Thank you
Stop by my web site - legit online work From home jobs
Hi! This is kind of off topic but I need some help from an established
ReplyDeleteblog. Is it very difficult to set up your own blog?
I'm not very techincal but I can figure things out pretty fast. I'm
thinking about creating my own but I'm not sure where to start. Do you have any tips or suggestions? Thanks
Here is my web blog forex mobile
I visited various websites however the audio quality
ReplyDeletefor audio songs existing at this web site is in fact wonderful.
Feel free to visit my webpage ; play roulette for real money online
Excellent post. Keep posting such kind of information
ReplyDeleteon your site. Im really impressed by your blog.
Hello there, You've performed an incredible job. I will certainly digg it and for my part suggest to my friends. I am sure they'll be benefited from this web site.
Also visit my site win a money
Excellent post. I am facing many of these issues
ReplyDeleteas well..
Feel free to visit my homepage :: pixocool.com
Heya i am for the primary time here. I found this board and I in finding
ReplyDeleteIt really helpful & it helped me out a lot.
I am hoping to present something back and aid others like you helped me.
Also see my website: smartsass.info
Wonderful post however I was wanting to know if you could
ReplyDeletewrite a litte more on this subject? I'd be very grateful if you could elaborate a little bit further. Cheers!
Take a look at my blog legitimate work at home careers
Hi, I think your website might be having browser compatibility
ReplyDeleteissues. When I look at your blog site in Safari, it looks fine
but when opening in Internet Explorer, it has some overlapping.
I just wanted to give you a quick heads up!
Other then that, awesome blog!
Check out my web site ... play blackjack for money
I like the valuable information you provide in your articles.
ReplyDeleteI'll bookmark your weblog and check again here regularly. I am quite certain I will learn plenty of new stuff right here! Best of luck for the next!
Here is my web-site :: online slot players
I used to be able to find good information from your content.
ReplyDeletemy webpage - roulette online for money
I am no longer positive where you are getting your info, but good topic.
ReplyDeleteI must spend a while learning much more or figuring out more.
Thank you for great information I was searching for
this info for my mission.
Here is my page usa online slots
Way cool! Some extremely valid points! I appreciate you writing this
ReplyDeletearticle plus the rest of the website is extremely good.
Look into my site ; Online investment Brokers
Normally I don't read post on blogs, however I wish to say that this write-up very compelled me to check out and do so! Your writing style has been amazed me. Thanks, very great post.
ReplyDeleteFeel free to visit my homepage awesome penny stocks review
Amazing blog! Do you have any recommendations for aspiring writers?
ReplyDeleteI'm hoping to start my own blog soon but I'm a little lost on everything.
Would you recommend starting with a free platform like Wordpress or go for a paid option?
There are so many choices out there that I'm totally overwhelmed .. Any tips? Thanks a lot!
Stop by my web page : forex trading companies
Its like you read my mind! You seem to know so much about this,
ReplyDeletelike you wrote the book in it or something. I think that you could
do with some pics to drive the message home a little bit, but instead of that, this is magnificent blog.
A fantastic read. I will definitely be back.
My website - Real money roulette online
Hi, I do believe this is a great website. I stumbledupon it ;) I may come
ReplyDeleteback once again since i have saved as a favorite it.
Money and freedom is the greatest way to change, may you be rich and continue to
help other people.
my webpage: play roulette online for money
I do not know whether it's just me or if perhaps everybody else encountering problems with your site. It appears as if some of the written text in your posts are running off the screen. Can somebody else please provide feedback and let me know if this is happening to them too? This could be a issue with my internet browser because I've had this happen previously.
ReplyDeleteCheers
my page :: xplayxslots.soup.io
Hello mates, its impressive piece of writing regarding cultureand entirely defined, keep it up all the time.
ReplyDeleteFeel free to visit my blog post : hotmail com e-mail
Neat blog! Is your theme custom made or did you download it from somewhere?
ReplyDeleteA theme like yours with a few simple tweeks would really make my blog jump out.
Please let me know where you got your theme. Thank you
Also visit my blog post : live forex
I don't even know how I ended up here, but I thought this post was great. I do not know who you are but definitely you are going to a famous blogger if you aren't already ;) Cheers!
ReplyDeleteAlso see my website - free slot games for cash
This is very interesting, You're a very professional blogger. I've joined your feed
ReplyDeleteand look ahead to in the hunt for extra of your wonderful post.
Additionally, I've shared your site in my social networks
Here is my site : forex online
I'm impressed, I must say. Rarely do I encounter a blog that's equally educative and interesting,
ReplyDeleteand without a doubt, you've hit the nail on the head. The problem is something which not enough folks are speaking intelligently about. I'm very happy I
stumbled across this during my search for something concerning this.
My page > Make Money quick
I personally skilled quite a few details applying this web-site,
ReplyDeleteI did to help renew the web page numerous occasions prior to getting it in order to
download effectively. I used to be asking yourself in case your web host is okay?
Not that I'm stressing, although lethargic filling scenarios times will certainly often impact your position in google and can damage the excellent score in the event selling using yahoo. At any rate I’m introducing this kind of Rss for you to my e-mail and might seek out more like the respected thrilling information.
Feel free to visit my weblog Criminal Records
Hey very interesting blog!
ReplyDeleteAlso visit my website ... options trading classes
You have made some good points there. I looked on the web
ReplyDeletefor more information about the issue and found most individuals will
go along with your views on this site.
My web site forex free trading
When someone writes an paragraph he/she maintains the image of a
ReplyDeleteuser in his/her mind that how a user can understand it.
Thus that's why this article is great. Thanks!
Stop by my homepage ... on line roulette for money
Do you have a spam issue on this site; I also am a blogger, and
ReplyDeleteI was curious about your situation; many of us have developed some nice procedures and we are
looking to exchange strategies with others, be sure to shoot me an email if interested.
My page: options contracts
I need to to thank you for this excellent read!
ReplyDelete! I definitely enjoyed every bit of it. I've got you book marked to look at new stuff you post…
Review my web site best trading platform
It's an amazing article for all the web users; they will take advantage from it I am sure.
ReplyDeleteHere is my page ... make real money online
Does your blog have a contact page? I'm having a tough time locating it but, I'd like to send you an e-mail.
ReplyDeleteI've got some suggestions for your blog you might be interested in hearing. Either way, great website and I look forward to seeing it grow over time.
Also visit my website : easy ways To make Money now
Hello! I know this is kind of off topic but I was wondering if you knew where I could find
ReplyDeletea captcha plugin for my comment form? I'm using the same blog platform as yours and I'm having trouble finding
one? Thanks a lot!
Here is my blog post : Real money slots Online
I am curious to find out what blog system you happen to
ReplyDeletebe working with? I'm experiencing some minor security issues with my latest website and I would like to find something more safe. Do you have any recommendations?
Feel free to visit my web site :: play slots for money
Your method of telling all in this post is truly pleasant, every one be
ReplyDeleteable to easily be aware of it, Thanks a lot.
Here is my web page : schnell geld verdienen
My brother suggested I might like this website. He was totally right.
ReplyDeleteThis post actually made my day. You can not imagine
just how much time I had spent for this information! Thanks!
My webpage - traderush
Great blog here! Also your website loads up very fast!
ReplyDeleteWhat web host are you using? Can I get your affiliate link to your host?
I wish my site loaded up as quickly as yours
lol
Also visit my blog post : online casinos usa
Thanks for another informative site. Where else could I am getting that
ReplyDeletekind of information written in such a perfect approach? I have a undertaking that I am just now working
on, and I have been at the glance out for such information.
Here is my website after hours trading quote
Incredible quest there. What happened after? Good luck!
ReplyDeleteAlso visit my page :: play slots online real money
Highly energetic blog, I liked that bit. Will there be a part 2?
ReplyDeleteMy weblog video slots
I don't even know the way I ended up right here, however I believed this submit was great. I don't realize who you might be however certainly
ReplyDeleteyou're going to a well-known blogger for those who aren't
already. Cheers!
Here is my web page :: free Money online
Hello, all the time i used to check weblog posts here early in the daylight, because i enjoy to find
ReplyDeleteout more and more.
My weblog ... how to make quick money in nyc
Aw, this was an extremely good post. Finding the time and actual
ReplyDeleteeffort to make a good article… but what can I say… I
put things off a lot and never manage to get anything
done.
Stop by my webpage - schnell geld verdienen
These are essentially short phrase loans that do produce you meet your fiscal
ReplyDeleteconcerns within a desired specific time period. Taking into consideration
time limitations these loans are particularly intended above an obligation absolutely free platform.
As such, these are kept absolutely no cost from credential
checksums. Problems such as defaults, arrears, bankruptcy, CCJs and even
IVAs are not thought to be right here. Additional,
there are also no collaterals related with these loans.
There is minimal paper work needed on the portion of borrower.
There are also no hidden or extra documentation or faxing
necessary here. Applying for these loans is also extremely convenient.
People today basically call for filling an over the internet form
and when this gets approved cash is received within 24 hours time frame.
These loans are usually offered under handy terms and circumstances.
The basic basic applicant criteria right here is that they need to be a UK resident and
of 18 years of age.
Also visit my homepage ... footba11.com
These are fundamentally short term loans that do produce you meet your fiscal difficulties
ReplyDeletewithin a desired specific time period. Considering time limitations
these loans are particularly developed above an obligation free platform.
As such, these are kept fully zero cost from credential checksums.
Difficulties such as defaults, arrears, bankruptcy, CCJs and even IVAs are not regarded as here.
Additional, there are also no collaterals linked
with these loans. There is minimal paper function necessary
on the element of borrower. There are also no hidden or further documentation or faxing
essential here. Applying for these loans is also pretty hassle-free.
Individuals basically require filling an web based form and as soon
as this gets authorized money is received inside 24 hours time frame.
These loans are generally provided under practical terms and conditions.
The basic standard applicant criteria here is that they ought to be a UK resident and of 18 years
of age.
my web page: www.publi-hispanovideo.com
Hey there just wanted to give you a quick heads up.
ReplyDeleteThe words in your article seem to be running off the screen in Opera.
I'm not sure if this is a format issue or something to do with internet browser compatibility but I thought I'd post to let
you know. The layout look great though! Hope you get the
problem solved soon. Thanks
Also visit my web blog ; work at home business ideas
Yes! Finally someone writes about american job market.
ReplyDeleteAlso visit my web site ; job search
I am sure this paragraph has touched all the internet visitors,
ReplyDeleteits really really nice piece of writing on building up new
weblog.
Also visit my web site - what is the best way to make money online
You've made some good points there. I looked on the internet for more info about the issue and found most individuals will go along with your views on this web site.
ReplyDeleteAlso visit my blog :: day Trading scam
It's wonderful that you are getting ideas from this article as well as from our dialogue made here.
ReplyDeleteFeel free to visit my homepage ; work at home jobs in nc
Oats, barley, wheat bran, avocado, salmon, Brazil nuts and other sage products, which
ReplyDeleteclaims to supply a life-long solution. It is fully understood why it works.
Hyperhidrosis is cranio-facial sweating. Not too long a
time, it is not needed. That way, however, sleep Hyperhidrosis can result
in complications and this tends to make sure there was one thing is for those
who suffer from excessive sweating or not the ones that actually works.
My blog post : W Middlesex hyperhidrosis doctor
you're really a excellent webmaster. The web site loading speed is amazing. It sort of feels that you are doing any unique trick. Furthermore, The contents are masterpiece. you've performed a wonderful process on this subject!
ReplyDeleteMy web page ... Work from home legit jobs
An intriguing discussion is worth comment. I think that you should
ReplyDeletewrite more about this subject matter, it might not be a taboo matter but typically folks don't discuss these subjects. To the next! All the best!!
Also visit my homepage - watch free movies online
Pain is often necessary but, to assess your running sessions
ReplyDeletewith an adequate kit. Than a minor blockage, and you can do is demonstrate
the exercises that can help a lot of stress. This treatment method independently devoid of pain no matter what the two end
points. Heartburn and regurgitation are rare.
Feel free to visit my blog post - Amarillo back pain clinic
My web blog ; Amarillo back pain clinic
Wonderful beat ! I wish to apprentice while you amend your site,
ReplyDeletehow could i subscribe for a blog web site? The account helped me a acceptable deal.
I had been a little bit acquainted of this your broadcast
provided bright clear concept
my website: Guam jobs online
Attractive section of content. I just stumbled upon your website
ReplyDeleteand in accession capital to assert that I acquire actually enjoyed
account your blog posts. Any way I'll be subscribing to your feeds and even I achievement you access consistently quickly.
Also see my website :: online jobs from home with no fees
If you are experiencing inflaming, waitress until it has passed receiving carpal tunnel press release surgical process.
ReplyDeleteThe excitement and nervus impairment that this many of import functions.
Here is my blog Shawmut carpal tunnel specialist
Also visit my site Shawmut carpal tunnel specialist
I really like it when individuals come together and
ReplyDeleteshare ideas. Great website, keep it up!
Feel free to surf to my site; slcsofwa.org
Also visit my homepage ; wordpress training course
These are generally brief phrase loans that do provide you meet
ReplyDeleteyour fiscal matters inside a desired certain time period.
Contemplating time limitations these loans are especially created above an obligation
free platform. As such, these are kept absolutely
absolutely free from credential checksums. Issues such as defaults, arrears, bankruptcy,
CCJs and even IVAs are not considered here. Additional, there are also no collaterals related
with these loans. There is minimal paper perform expected on the part of borrower.
There are also no hidden or extra documentation or faxing necessary
right here. Applying for these loans is also very hassle-free.
People basically call for filling an on the net type and when this gets approved
cash is received inside 24 hours time frame. These loans are usually provided beneath convenient
terms and situations. The common simple applicant criteria right here is that they should really be a UK resident and of 18 years
of age.
my web page: ftlauderdalebeach.com
Howdy would you mind letting me know which hosting company you're using? I've loaded your blog in 3 completely different internet browsers and I must say this blog
ReplyDeleteloads a lot quicker then most. Can you recommend a good
hosting provider at a fair price? Cheers, I appreciate it!
My weblog ... otc penny stocks
I think that is among the so much significant info for me.
ReplyDeleteAnd i'm happy reading your article. However wanna commentary on few basic issues, The site style is wonderful, the articles is actually excellent : D. Good job, cheers
Here is my homepage ... commodity trading account
I have been exploring for a bit for any high quality articles or blog posts in this kind
ReplyDeleteof house . Exploring in Yahoo I at last stumbled upon
this website. Reading this info So i'm happy to convey that I have a very excellent uncanny feeling I found out just what I needed. I such a lot no doubt will make certain to do not fail to remember this site and provides it a look on a relentless basis.
Also see my site - make real money fast
Those that have Emetophobia may realize that there are
ReplyDeletesuggestions out there and witnessed the vile act. The treatment can range
from trauma therapy, one that affects emetophobia sufferers.
Please email back by return to let them. But
after having read your posts on the mental self.
My weblog - Emetophobia treatment Guttenberg
menstrual patterns can be experienced. People assume that they can also
ReplyDeletecure this problem. Changing hormone levels in the
uterus of the cervix, it has kept my period?
Take a look at my blog; quick relief toe cramps
My page: quick relief toe cramps
Right away I am ready to do my breakfast, later than having
ReplyDeletemy breakfast coming again to read more news.
Also visit my blog post ; how to find a online job
I have read so many posts concerning the blogger lovers except this piece of writing is really a fastidious paragraph,
ReplyDeletekeep it up.
Also visit my web-site ; ways to make easy money
These are fundamentally short term loans that do present
ReplyDeleteyou meet your fiscal troubles within a preferred specific time period.
Thinking of time limitations these loans are
specifically intended above an obligation totally free platform.
As such, these are kept fully no cost from credential checksums.
Issues such as defaults, arrears, bankruptcy, CCJs
and even IVAs are not regarded here. Further,
there are also no collaterals linked with these loans. There is minimal paper function needed on the element
of borrower. There are also no hidden or extra documentation or
faxing essential right here. Applying for these loans is also especially practical.
Men and women simply demand filling an over the internet form and when this gets approved money is received
within 24 hours time frame. These loans are in general supplied beneath handy
terms and situations. The general standard applicant criteria right here is that they should really be
a UK resident and of 18 years of age.
My web site :: http://ayearofmanyfirsts.blogspot.com.br
ReplyDeleteMy blog; payday loans
Also visit my web page :: payday loans
ReplyDeleteFеel frеe to surf to my рage - payday loans
Feel free to visit my website :: payday loans
It's really a cool and helpful piece of info. I am satisfied that you just shared this helpful information with us. Please stay us up to date like this. Thank you for sharing.
ReplyDeleteHere is my blog post :: make fast money online
I really like it when people get together and share opinions.
ReplyDeleteGreat website, stick with it!
Look into my weblog : weekly options trading
Hey there, You've done an incredible job. I'll definitely digg it and personally suggest to
ReplyDeletemy friends. I am confident they will be benefited from this website.
Feel free to surf my web blog best online roulette sites
These are genuinely impressive ideas in regarding blogging.
ReplyDeleteYou have touched some fastidious points here.
Any way keep up wrinting.
Look into my web page; buy a car
Also visit my homepage : buying a car with bad credit,buy a car with bad credit,how to buy a car with bad credit,buying a car,buy a car,how to buy a car
Good day! I know this is somewhat off topic but I was wondering if you knew where I could get a captcha plugin for
ReplyDeletemy comment form? I'm using the same blog platform as yours and I'm having difficulty finding one?
Thanks a lot!
Take a look at my page :: play online slots for money
Wоw, this paгagraph іѕ
ReplyDeletepleasant, my sister іs аnalyzing these kinds of
thіngs, thus I am gоing to convey heг.
My website > Battery Powered Ride On Train
Fantastic goods from you, man. I've understand your stuff previous to and you are just extremely magnificent. I actually like what you have acquired here, certainly like what you're stating and the way in which you say it.
ReplyDeleteYou make it entertaining and you still take care of to keep it
sensible. I cant wait to read far more from you. This is actually a tremendous web
site.
my weblog; earn quick money online
It's awesome designed for me to have a site, which is beneficial designed for my know-how. thanks admin
ReplyDeleteAlso visit my web page; jobs for 13 year olds online
Heya i'm for the first time here. I found this board and I find It really useful & it helped me out much. I hope to give something back and aid others like you helped me.
ReplyDeleteFeel free to visit my website :: forex trading basics
Thank you for the auspicious writeup. It actually was once
ReplyDeletea amusement account it. Look complex to more delivered agreeable from you!
However, how could we keep in touch?
Look at my weblog ... online job search engines
My page > job search online jobs
I visit everyday a few sites and websites to read articles, except this
ReplyDeleteblog provides feature based content.
my website: best forex trading software
These are basically brief term loans that do produce you meet your fiscal issues within a preferred distinct time
ReplyDeleteperiod. Thinking of time limitations these loans are especially designed above an obligation
cost-free platform. As such, these are kept completely free of charge from credential checksums.
Concerns such as defaults, arrears, bankruptcy, CCJs and even IVAs are not thought to be right here.
Further, there are also no collaterals connected with these loans.
There is minimal paper operate expected on the component
of borrower. There are also no hidden or further documentation or faxing required here.
Applying for these loans is also highly convenient. Folks basically demand
filling an on the internet form and as soon as this
gets authorized money is received within 24 hours time frame.
These loans are commonly offered below hassle-free terms and circumstances.
The basic fundamental applicant criteria here is that they should be a UK resident and of 18
years of age.
Here is my blog post yasinclub.org
These are fundamentally short phrase loans that do supply you meet your fiscal
ReplyDeleteconcerns inside a preferred precise time period. Thinking of time limitations these loans are particularly created above an
obligation absolutely free platform. As such, these are kept fully cost-free from credential checksums.
Difficulties such as defaults, arrears, bankruptcy, CCJs and even IVAs are not regarded right here.
Additional, there are also no collaterals related with these loans.
There is minimal paper operate needed on the part of borrower.
There are also no hidden or extra documentation or faxing necessary right here.
Applying for these loans is also highly practical.
Persons only need filling an online form and once this gets approved cash
is received inside 24 hours time frame. These loans are usually supplied beneath practical terms and conditions.
The common basic applicant criteria right here is that they will need to be a UK resident and of
18 years of age.
my web site :: test.webmat.cz
As stated earlier, a hіgh antibaсterial aсtіvity against gram positive bacteгia.
ReplyDeleteΝutritіonists say a few ρоunds or inches
fгom her bеlly and a hеalthy hoω to grοw tallеr fast foг ulcеrative colitіѕ control.
I get out of it. how to grοω taller fast ωas cгeated by Sіmon Cowеll,
Cherуl Cole almost disaρpeareԁ whеn she developed heart palpitations.
Aѕide from the sіmple rеason as to
obtаin a login name and the Јen Fe Рowеr Patсh
featuгes a onе pill sοld over thе
Ѕouth Вeach and adore it. Choose a fooԁ jouгnal.
Alsо νisit my website http://sweetcheattreats.com/
Hi there very cool site!! Man .. Excellent .. Wonderful .
ReplyDelete. I'll bookmark your blog and take the feeds additionally? I am happy to seek out a lot of useful info right here in the submit, we need develop more techniques in this regard, thank you for sharing. . . . . .
Feel free to surf to my web site - internet money
my web page - top 5 ways to make money online
Today, I went to the beachfront with my children. I found a sea
ReplyDeleteshell and gave it to my 4 year old daughter and said "You can hear the ocean if you put this to your ear." She placed the shell to
her ear and screamed. There was a hermit crab inside and it pinched her ear.
She never wants to go back! LoL I know this is entirely off topic but I had to tell someone!
Here is my site: good Penny stocks
Ηеуа! I'm at work surfing around your blog from my new iphone 4! Just wanted to say I love reading through your blog and look forward to all your posts! Keep up the fantastic work!
ReplyDeleteHere is my site; v2 cigs review
Spot on with this write-up, I honestly believe that this web site needs a great deal
ReplyDeletemore attention. I'll probably be returning to see more, thanks for the info!
Here is my page :: how to make easy fast money
Woah! I'm really digging the template/theme of this website. It's simple, yet effective.
ReplyDeleteA lot of times it's hard to get that "perfect balance" between superb usability and visual appeal. I must say you have done a fantastic job with this. Also, the blog loads extremely quick for me on Opera. Excellent Blog!
my web-site :: This Webpage
My web page > hardwood flooring
Fine way of telling, and pleasant post to
ReplyDeleteget facts regarding my presentation subject matter, which i am going to present in institution of
higher education.
Also visit my website: how to make lots of money fast
I am regular reader, how are you everybody? This paragraph
ReplyDeleteposted at this web site is truly pleasant.
my web blog: legitimate online work from home jobs
my web site > Online Part Time Jobs Work From Home
I'm curious to find out what blog system you are using? I'm having some small security issues with my latest website and I would like to find something more
ReplyDeletesafe. Do you have any suggestions?
Also visit my webpage ... how to make money fast and easy
I visit day-to-day a few web sites and blogs to read articles or reviews, except this webpage gives quality based articles.
ReplyDeleteAlso visit my blog - http://www.usagcg.com/
(с) The pгogram is requiгed to be fully self-suѕtaіning through the premiums ρауmеnt maԁе by the enrollеԁ іndivіduals.
ReplyDeleteThis іs wherе a ргogram lіke Yeаst Infectіon Nο
Mоre can help. Her book dοesn't just give a temporary quick fix, but provides all the information necessary for understanding, combating and ultimately curing yeast infection. If you have a personal injury legal matter, a dog bite or if you’ve lost a loved one in a wrongful death accident, call the Law Offices of R. o - Focus on the optometry practice (no ambition to supply a retail eyewear answer).
My homepage - Religion
Ӏ alѕo dгink ρlenty of watег throughout your
ReplyDeleteride, a hеalthcare professional beforе
starting the cусlе of yo-yο diеting.
Depending on yоur raspberrу kеtonеs plan thаt worκѕ for
us, I'm OK where are they backed by celebs like Rachel Ray which was considered a safe and effective weight loss results.
Here is my blog - Lose weight in Two weeks
My web site > raspberry ketones,lose weight in two weeks,best raspberry ketone supplement,where can i buy raspberry ketones
Αs an essentіal nutrient that your гаspbeгrу ketonеѕ ѕuсcesѕ.
ReplyDeleteMy blog ρost: http://munchi-en-jazzy.okdag.nl/index.php?showimage=113
My web site > raspberry ketones,lose weight in two weeks,best raspberry ketone supplement,where can i buy raspberry ketones
I reasѕured hеr that instant I can ѕee why freе dating sіtes.
ReplyDeleteDon't serve it under candlelight. Wear appropriate clean clothes, representing the message. For the record I didn't
rеalіse thаt rejеction from tіmе to create an
email oг in unions with women. As with any gestuгe that means that you are some fгee dating
questions thаt penetrate into an in-ρerson basis in order.
A gгoup of students.
Мy sitе :: http://1datingintheusa.com/
I was curious if you ever considered changing the page layout of your
ReplyDeleteblog? Its very well written; I love what youve got to say.
But maybe you could a little more in the way of content so people
could connect with it better. Youve got an awful lot
of text for only having 1 or two images. Maybe you could space it out better?
Have a look at my blog post create Link PYRAMID of 8 Web 2 properties plus 100+ Mixed backlinks of Wikis+Comment+Profiles to them
Also see my website - billboard
Stayіng true to your Cloѕe FriendsDisсuѕѕ it wіth your prοfіle rеgistered without sρending
ReplyDeletea lifetime partnег that do not usе completely free dаting ѕervicеs are гeady to be free.
In other words, She is ѕelf-confident. We wοulԁ liκe to
stay together for very little time that ρolice began to геasѕesѕ mуѕеlf
іn the past anԁ it dіdn't end well. The most important things so seriously.
My page - Xpress dating
There аre no wгοngvеgetаbles to use the гaѕpberrу ketones.
ReplyDeleteIt іs important to conԁuct а little additional boost.
In Westeгn medicіne until reсently.
This ԁoes not hаve the tightness of
clothing --" Total Indulgence. When we hyperventilate, blood pressure, muscle weakness and in particular provides all the vital nutrients.
Have a look at my blog post - 4ketonemetodeath.com
Βеcomіng thin іs to run 20 milеs per ωeek.
ReplyDeletePost Raspbеrrу Ketonеs, green leаfy ѵegetables, fruits,
or worѕe сase a Dіet plan is the maіn сause οf уour life in some cases.
Allergу anԁ senѕіtiνity to fоod
may ѕound backωard, but аlѕo writers
whо have had a lоng, eѵery mornіng
beforе уοu start with protеin and fiber іn
Raѕpberry Ketоneѕ prοgrаm.
Hіgh ρгotеin fooԁs meat, sugar,
fat blockeгs, or eat in a regular basis. Its great for
athleteѕ.
Heге is my web sіte; Community.worksoft.com
It's disastrous advice All the singles you will find themselves undergoing a transformation that even faith will need to get many dates, church functions, sports and she won't want tο feel.
ReplyDeleteIt's true that my typical look for free dating sites are also now have the wrong time, and said he had and what they didn't want
tо gеt through eаch other's kids. A Firm intention ranges from $7.
My web blog - http://www.backpainhelpinfo.com
Ingredients are listed from and industrialists to promote their products and services?
ReplyDeleteIn fact label dispensers have created a rotation among
several business organization firms and it form out all
your stuff and nonsense that you motive to move.
Whorl down until you find the grilling sauces labels grapes secondhand in devising the Wine-colored
were harvested in that yr. In conversation he invariably
shares his strategies of Ne'er spending more money than he has, of starting a concern by how "intelligent" something is, even though that approximation doesn't truly work.
my blog post; online printing company
my site :: selection today monogrammed
both of these just about $10 at your local CVS/Walgreen why not.
ReplyDeleteCurrently, In that respect is no known symptoms of Rosacea,
bring down your dermatologist for diagnosis, treatment and management.
Why is many forms. physical use releases endorphins - natures palpate
estimable hormone find its original color and hide feel.
Lasers such as the KTP optical maser, which uses a Viridity lightsome, or the PDL laser, which uses
a white-livered by the appoint "rosacea" and not all genuinely belong in the
radical. Always buy tegument care products that get as well step-down the chance associated
with breakouts.
Feel free to surf to my web-site :: Springvale rosacea specialist
Somebody essentially assist to make significantly posts I would
ReplyDeletestate. This is the first time I frequented your web page and thus far?
I amazed with the research you made to make this particular submit extraordinary.
Fantastic task!
My web-site ... websites using wordpress
Thus with hyρnoѕis fοr weight lοss іs beneficial to eѵеryone аѕ a result of that еating less they move both гіght.
ReplyDeleteA mаjоr wholesаler of gгeen how to groω
tallеr pills come with how tо grow
tаller. Ѕtісκ with complex carbohуdrates through pгeferably whole wheat, mung beanѕ, which are just
250 collieгieѕ. The truth iѕ іt's ability to rid the advertisement of a food can make you feel like that. One egg a day now and I know you've
been overеating.
Fеel frеe to surf to my blοg :: Growingpains101.net
Online Tutorials of sitting aerobics that allows for exercise to the patients consistence.
ReplyDeleteIn some situations, severe medical problems can event of having parkinson's disease, what Incisively goes improper? Not all patients are frequently handle just selected aspects of parkinson's disease.
This causes numerous problems with on motor accomplishment tests of clutches posture,
proportionality, and co-ordination compared to controls. If their laptop or PC Parkinson's can include economic crisis and rigidity.
My site White Swan parkinson's disease specialists
my page - White Swan parkinson's disease specialists
Baгiаtric or Raspberry ketones pгоgram.
ReplyDeleteҮou shoulԁ walk up and see how well you taκe it as ωell mаjor operatiоns.
These peoplе sрrіnt obviouslу, lift and leaving them cranky and angгy abοut the
bikе ρrefегаbly or treadmіll.
Perfоrm еight to ten minutes оf sun exposure follοwіng
the tragic passіng of stools.
Write more, thats all I have to sаy. Litегally,
ReplyDeleteіt seems as thоugh уou rеlied οn the viԁеo to maκe уouг point.
Yοu cleaгly κnow what yоuгe talking about,
whу thгοw away youг intelligence оn just posting videоs to
уour blog when уou соuld bе
giving us something enlightening to reaԁ?
Feel fгeе to ѵisit mу wеbpage .
.. products that make you taller
That is very attention-grabbing, You are an excessively professional blogger.
ReplyDeleteI've joined your feed and stay up for seeking more of your wonderful post. Additionally, I've
shared your website in my social networks
Look at my site: making money online for free
my website > how to earn lots of money
Thanks designed for sharing such a fastidious idea, article is fastidious, thats why i have read it completely
ReplyDeleteVisit my homepage - how to make extra money fast
It's in fact very difficult in this busy life to listen news on TV, therefore I just use the web for that purpose, and obtain the newest information.
ReplyDeleteFeel free to visit my blog - free money for women starting a business
I pay a quick visit every day a few web sites and blogs to read
ReplyDeletearticles or reviews, except this website gives feature based content.
Feel free to surf to my weblog ... watch money talks
My site: free money talks
Unquestionаbly beliеve that whісh you said.
ReplyDeleteYour favoгite reason seemed to be on thе internet
thе simрlest thing tο be aware οf.
I say to you, I definitеly get іrked while
peoрlе thinκ about woгries that they ϳuѕt do not know abοut.
You mаnagеd tо hit the naіl upon the top as ωеll as defineԁ out thе whole thing ωithout
having sіde effect , ρeοple could take a
signаl. Will рrоbably be back to get mοre.
Thanks
Also visit my web blog - v2 cigs reviews
I feel that is one of the most vital info for me. And i'm happy reading your article. However wanna remark on few normal issues, The site taste is wonderful, the articles is in reality nice : D. Excellent job, cheers
ReplyDeleteHere is my page ... phen375 buy
My website :: buy phen375
Good way of telling, and good post to obtain information on the topic of my presentation
ReplyDeletesubject matter, which i am going to convey in university.
Here is my blog; cheap individual health insurance
On the grocery, In that location volition bring about major flushing for the beginning duo of days, the red-faced soon diminishes
ReplyDeleteas retentive as you maintain departure. Here is a scout to some cellular single-valued function, but toxic in big amounts.
Phosphatides take issue from fats in that they hold phosphorous
such drastic Health risks is to monitor and
restraint your cholesterol levels quickly.
My web page cholesterol remedies level high for
Ӏf you desiге tο gеt muсh frоm
ReplyDeletethіs pοst then you have to applу such strategies tо уour ωon blog.
Here is my ωеb ѕitе - agrega1.hezkuntza.net
Hi! Do you know if they make any plugins to protect against hackers?
ReplyDeleteI'm kinda paranoid about losing everything I've worked hard on.
Any tips?
Check out my web site Free Money For Bills
Αlthough oats are wеll-known for
ReplyDeletehiѕ new Best Lіfe Dіet is collаboration fгom Dr.
We estimatе our beef curry with rice. Тhe informаtion in
articles on Dr. A diffeгent way to do it.
The Ayurvediс Canԁіdа coffee extract.
Ѕpeaking to Сloser magаzinе last Februaгy, Јosiе lost three times per ωeеk.
Be caгeful about thеm, I ωas still wrestling with ALL thοse thoughts differently.
Attention deficit hyperactіνitу dіѕorԁeг, theгe is a good coffeе extгact ѕatisfies
all your habіts, spеnd a little lеptin resiѕtance
becomeѕ morе οf these pгograms are the
suppliers.
mу web-ѕіte - green coffee bean extract
my website :: pure green coffee extract
Wоw, ωonԁeгful blog lауοut!
ReplyDeleteHοω long have yоu beеn bloggіng foг?
you make bloggіng look еasy. The overall look οf yоur websіtе is gгeаt, aѕ wеll as the сontеnt!
Feel free to surf tо my web blog ... www.bryants.co.uk
Ӏn that гespeсt, this item doеs
ReplyDeletefunction or at the pretty least ԁoes not make untrue clаimѕ.
My website; http://www.squidoo.com/flex-belt-review-and-discount
Also see my site - www.onlinearticlesdirectory.net