Posts

Showing posts from May, 2021

KTU CS304 Compiler Design S6 CS/IT

Video Classes are available                                       Click Here   for the Playlist All Previous University Question Papers Notes Module Syllabus Notes 1 Introduction to compilers – Analysis of the source program, Phases of a compiler, Grouping of phases, compiler writing tools – bootstrapping Lexical Analysis: The role of Lexical Analyzer, Input Buffering, Specification of Tokens using Regular Expressions, Review of Finite Automata, Recognition of Tokens. Click 2 Syntax Analysis: Review of Context-Free Grammars – Derivation trees and Parse Trees, Ambiguity. Top-Down Parsing: Recursive Descent parsing, Predictive parsing, LL(1) Grammars. Click 3 Bottom-Up Parsing: Shift Reduce parsing – Operator precedence parsing (Concepts only) LR parsing – Constructing SLR parsing tables, Constructing, Canonical LR parsing tables and Constructing LALR parsing tables. Click 4

KTU CS368 Web Technologies S6 CS Elective

Video Classes are available                                       Click Here   for the Playlist All Previous Year University Question Papers Notes/PP Module Syllabus PPT 1 Introduction to the Internet: The World Wide Web, Web Browsers, Web Servers, Uniform Resource Locators, Multipurpose Internet Mail Extensions, The Hypertext Transfer Protocol. Common Gateway Interface(CGI), Content Management System – Basics Case Study: Apache Server, WordPress. Click 2 Introduction to HTML/XHTML : Origins and Evolution of HTML and XHTML, Basic Syntax of HTML, Standard HTML Document Structure, Basic Text Markup, Images, Hypertext Links, Lists, Tables, Forms, HTML5, Syntactic Differences between HTML and XHTML. Click 3 Introduction to Styles sheets and Frameworks Cascading Style Sheets: Levels of Style Sheets - Style Specification Formats, Selector Forms, Property-Value Forms, Font Properties, List Properties

KTU CS366 Natural Language Processing S6 CS Honors

Video Classes are available                                       Click Here   for the Playlist NLP Text book PDF NLP Previous University Question Papers Notes Module Syllabus PPT 1 Introduction to Natural Language Understanding- Levels of language analysis- Syntax, Semantics, Pragmatics. Linguistic Background- An Outline of English Syntax. Click 2 Lexicons, POS Tagging, Word Senses. Grammars and Parsing- Features, Agreement and Augmented Grammars. Click 3 Grammars for Natural Language, Parsing methods and Efficient Parsing. Ambiguity Resolution- Statistical Methods. Probabilistic Context Free Grammar. Click 4 Semantics and Logical Form: Linking Syntax and Semantics- Ambiguity Resolution- other Strategies for Semantic Interpretation- Scoping and the Interpretation of Noun Phrases. 5 Knowledge Representation and Reasoning- Local Dis

KTU CS332 Network Programming Lab Experiments for S6 CS students

Video Classes are available                                       Click Here   for the Playlist List of experiments Experiment No Syllabus PDF 1 Familiarization of Network Configuration Files and Operating System Calls Click 2 Familiarize and understand the use and functioning of System Calls used for Operating system and network programming in Linux Click 3 Processes and Threads Click 4 First Readers Writers Problem Click 5 Second Readers Writers Problem Click 6 Inter process Communication Click    7 Client Server Communication with Socket Programming with TCP Click    8 Client Server Communication with Socket Programming with UDP Click    9 Implementation of Distance Vector Routing Protocol Click