SlideShare a Scribd company logo
1 of 8
Download to read offline
Guidelines for B.Sc.(H) Computer Science Semester VI
These are only guidelines and in no case to be treated as syllabus.
The guidelines may be updated from time to time. Click here for
changes that were made in September, 2008.
January 24, 2007
601 – Theory of Computation
Sr.
No.
Topic Chapter Reference
1 Languages: Alphabets, string, language,
Basic Operations on language, Con-
catenation, Kleene Star
2 1
2 Regular Languages:
(a) Regular Expressions
(b) DFA
Concepts of TGs & GTGs
(C) NFA
(d) Regular languages
(e) Pumping Theorem
(f) Design of lex
4
5
6
7
9
10 (Definition Regular
languages, Theorem 13
and 14 with examples)
3.3.2
1
1
1
1
1
1
2
3 Context free languages:
(a) Context free grammars
(b) Pushdown automata
(c) Pumping Theorem
(d) Properties of context free languages
12
14
16
theorem 35
theorem 36 or
7.2.2
7.3
1
1
1
2
2
Models of Computations:
(a) RAM, TM
(b) UTM, Language acceptability
decidability, insolvability problems
(Excluding Tiling Problem, Rice
Theorem, Proof of Undecidable
Problems of CFG)
Ch. 4 till 4.5
And 4.7 (Introduction)
5
3
3
References
1 Daniel I.A.Cohen, Introduction to computer theory, Second Edition (2000) - John Wiley.
2 Hoperoft, Aho, Ullman, Introduction to Automata theory, Language & Computation – II
Edition, Pearson Education.
3 Lewis & Papadimitriou, Elements of the theory of computation – II Edition PHI.
References For Paper No. 601, 602, 603, 604, 605
1 Daniel I.A.Cohen, Introduction to computer theory – John Wiley (1986)
2 Hoperoft, Aho, Ullman, Introduction to Automata theory, Language &
Computation – II Edition, Pearson Education.
3 Lewis & Papadimitriou, Elements of the theory of computation – II Edition PHI
4 W. Richard Stevens, Unix Network Programming Networking APIS:Sockets &
XTI – Vol. 1 2nd
Edition.
5 Nemeth Synder & Hein, Linux Administration Handbook – Pearson Edition
6 J.D.Foley – Computer Graphics: Principles & Practice –II Edition
7 Donald Hearn & MP Baker – Computer Graphics, II Edition, PHI
8 D.F.Rogers, Adams – Mathematical Elements for computer Graphics, II Edition
9 H.A.Taha, Operations Research: An Introduction – Seventh Edition
10 A.Ravindran, D.T.Phillips, J.S.Solberg, Operations Research
11 Rich & Knight, Artificial Intelligence – Tata McGraw Hill
12 DAN.W. Patterson, Introduction to A.I and Expert Systems – PHI
13 J.Jeffcoate, Multimedia in Practice
602 – Network Programming and Administration
Sr.
No.
Topic Chapter Reference
1 Introduction 1 1
2 Transport Layer : TCP & UDP 2 1
3 Sockets Introduction 3 1
4 Elementary TCP Sockets 4 1
5 TCP Client-Server Example 5 1
6 I/O Multiplexing 6 1
7 Socket Options 7 1
8 Title????? 8 1
9 Elementary Name & Address
Conversions
9 1
10 IPV4 & IPV6 Interoperability 10.1 – 10.3 1
11 TCP/IP Networking Chapter 13 Upto pg
264 ( Self Study)
Pg 264 – 274
Pg 278 – 302
2
12 Networking Management &
Debugging
20 2
References:
1 W. Richard Stevens, Unix Network Programming Networking APIS:Sockets &
XTI – Vol. 1 2nd
Edition.
2 Nemeth Synder & Hein, Linux Administration Handbook – Pearson Edition
Suggested Practicals:
1. Implement TCP Echo Client & TCP Echo Server ( Concurrent)
2. Implement TCP daytime Client & TCP daytime Server ( Iterative)
3. Implement UDP Echo Client & UDP Echo Server ( Concurrent)
4. Implement UDP daytime Client & UDP daytime Server ( Iterative)
5. Write a program to print all IP addresses of a host machine.
603 – Computer Graphic
Sr.
No.
Topic Chapter Reference
1 Overview of CG sys. 2
8(8.2 only)
1 (1.9 only)
2
2
3
3 Raster Graphics
Clipping
3 till 3.17.3
(leaving 2nd
order
differentials order)
1
4 Transformation & Viewing 2, 3 3
3
5 Geometric Modeling 11.1 – 11.2.3 (just def.)
(introduction of 11.2.4,
11.2.5(Defenitions
only)),
11.2.7 – 11.2.10
1
6 Hidden lines and surfaces 15.4, 15.5.1, 15.7.1 1
7 Shading 14.1 – 14.5 2
8 Animation 16 2
References:
1 J.D.Foley – Computer Graphics: Principles & Practice –II Edition
2 Donald Hearn & MP Baker – Computer Graphics, II Edition, PHI
3 D.F.Rogers, Adams – Mathematical Elements for computer Graphics, II Edition
Practical List
1. Implement scan conversion algorithm – DDA, Bresenham, mid-pt circle, mid-
pt ellipse (create a library).
2. WAP to draw a polygon and fill it using scan-line fill algorithm.
3. WAP to draw a line with following attributes – width, color, style.
4. WAP to draw a line and clip it with a window using – (i) cohen suther and (ii)
cyrus-bick algorithm.
5. WAP to implement Sutherland hodgeman algorithm of polygon clipping.
6. WAP to create any new font e.g. A, B
7. WAP to translate, scale & rotate any list, 2-D object.
8. WAP to model a 3-dimentional object say a cube and project it using parallel
and puspective projection.
9. WAP to implement buffer algorithm.
10. WAP to display a cubic parametric termite & bezier curve.
11. WAP to show sun rise and sun set.
604 – Operational Research Techniques
Sr.
No.
Topic Chapter Reference
1 The nature of Operations Research 1.1 – 1.4 2
2 Introduction to Linear Programming 2.1, 2.2.1,2.2.2. 1
3 The Simplex Method 3.1,3.2,3.3.1,3.3.2,3.4 1
4 Duality and Sensitivity Analysis 4.1,4.2,4.3,4.5.1 1
5 Transportation Model and its variants 5.1,5.3.1,5.3.2,5.4.1 1
6 Decision Analysis and Games 14.4.1,14.4.2 ( Graphical
approach only)
1
7 Network Analysis 3.7
Pages 109-118
(PERT) 122-126
2
8 Deterministic Dynamic Programming 10.1, (Page 403 onwards)
10.2, 10.3.1, (selected
applications libe knapsack
problem/Cargo loading
problem
1
9 Queuing Models 7.1 – 7.11 2
10 Classical Optimization Theory 20.2.2 Wolfe’s method to be
done from any other book on
operations research
1
References:
1 H.A.Taha, Operations Research: An Introduction – Seventh Edition
2 A.Ravindran, D.T.Phillips, J.S.Solberg, Operations Research.
3. Kantiswaroop & Manmohan Gupta, Introduction to operational Research.
605 – Artificial Intelligence
Sr.
No.
Topic Chapter Reference
1 What is Artificial Intelligence 1 1
2 Problems, Problem Spaces and Search 2 1
3 Heuristic Search Techniques 2 1
4 Lisp and other AI Programming Language 3 2
5 Formalized symbolic logics 4 2
6 Dealing with inconsistencies uncertainties 5 2
7 Probabilistic Reasoning 6 2
8 Structured knowledge: graph, frames & related
structures
7 2
9 Natural language processing 12 2
10 Pattern Recognition 13 2
11 Expert Systems Architectures 15 2
References:
1 Rich & Knight, Artificial Intelligence – Tata McGraw Hill
2 DAN.W. Patterson, Introduction to A.I and Expert Systems – PHI
605 – Multimedia Applications
Sr.No. Topic Reference
1. 1 1
2. 2 1
3. 3.1, 3.2 1
4. 4 1
5. 5.1-5.3 1
6. 6.1, 6.2, 6.3.3 1
7. 7.1, 7.3, 7.4.3 1
8. 8.1, 8.3 1
9. 9.1, 9.2, 9.6.1 1
10. 12 1
11. 13 1
12. 16.2.3 1
13. Virtual Reality (Xerox Notes) Notes
1. J. Jeffcoate, - Multimedia in Practice
2. Principles of Multimedia by Ranjan Parekh, TMH Β© 2006
Practicals: HTML done in 1st
Semester to be used for operating MM files using
different audio & video compression like JPEG, MPEG, etc.
MULTIMEDIA LAB. LIST (Using Javascript HTML)
1. Create a script that repeatedly flashes an image on the screen (fade in fade out).
2. Create a script that repeatedly zooms in and zooms out an image on the screen.
3. Use filters to display an image in grey scale, invert, x-ray normal.
4. Create a script that repeatedly flashes an image on the screen. Also inters pence
image with text. Allow user to control blink speed.
5. Program to make playlist of songs.
6. Program to make playlist of videos.

More Related Content

Similar to 601 Theory Of Computation

computer-systems-design-and-architecture.ppt
computer-systems-design-and-architecture.pptcomputer-systems-design-and-architecture.ppt
computer-systems-design-and-architecture.pptssuserbd8d68
Β 
Data Science & Big Data - Theory.pdf
Data Science & Big Data - Theory.pdfData Science & Big Data - Theory.pdf
Data Science & Big Data - Theory.pdfRAKESHG79
Β 
SE-IT DSA THEORY SYLLABUS
SE-IT DSA THEORY SYLLABUSSE-IT DSA THEORY SYLLABUS
SE-IT DSA THEORY SYLLABUSnikshaikh786
Β 
4.80 sy it
4.80 sy it4.80 sy it
4.80 sy itrajiv1300
Β 
Btech IT Sem VII and VIII-1 (1).pdf
Btech IT Sem VII and VIII-1 (1).pdfBtech IT Sem VII and VIII-1 (1).pdf
Btech IT Sem VII and VIII-1 (1).pdfAdityaBhateja1
Β 
Proposed-curricula-MCSEwithSyllabus_24_...
Proposed-curricula-MCSEwithSyllabus_24_...Proposed-curricula-MCSEwithSyllabus_24_...
Proposed-curricula-MCSEwithSyllabus_24_...butest
Β 
Programming for Problem Solving
Programming for Problem SolvingProgramming for Problem Solving
Programming for Problem SolvingKathirvel Ayyaswamy
Β 
Screenshot 2022-10-30 at 10.48.22 AM.pdf
Screenshot 2022-10-30 at 10.48.22 AM.pdfScreenshot 2022-10-30 at 10.48.22 AM.pdf
Screenshot 2022-10-30 at 10.48.22 AM.pdfKhushiSharma766561
Β 
files_1575611773_2100523175.pdf
files_1575611773_2100523175.pdffiles_1575611773_2100523175.pdf
files_1575611773_2100523175.pdfbeherapravat936
Β 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptxRudraGandhi7
Β 
Final teit syllabus_2012_course_04.06.2014
Final teit syllabus_2012_course_04.06.2014Final teit syllabus_2012_course_04.06.2014
Final teit syllabus_2012_course_04.06.2014deepti112233
Β 
Resume
ResumeResume
Resumemuddanas
Β 
Srinivas Muddana Resume
Srinivas Muddana ResumeSrinivas Muddana Resume
Srinivas Muddana Resumemuddanas
Β 
Srinivas Muddana Resume
Srinivas Muddana ResumeSrinivas Muddana Resume
Srinivas Muddana Resumemuddanas
Β 
Srinivas Muddana Resume
Srinivas Muddana ResumeSrinivas Muddana Resume
Srinivas Muddana Resumemuddanas
Β 
Lecture 0 - Parallel Computing.pptx
Lecture 0 - Parallel Computing.pptxLecture 0 - Parallel Computing.pptx
Lecture 0 - Parallel Computing.pptxMasreshaA
Β 
7th sem syllabus
7th sem syllabus 7th sem syllabus
7th sem syllabus SSGMCE SHEGAON
Β 

Similar to 601 Theory Of Computation (20)

computer-systems-design-and-architecture.ppt
computer-systems-design-and-architecture.pptcomputer-systems-design-and-architecture.ppt
computer-systems-design-and-architecture.ppt
Β 
Diploma in Information Technology
Diploma in Information TechnologyDiploma in Information Technology
Diploma in Information Technology
Β 
Data Science & Big Data - Theory.pdf
Data Science & Big Data - Theory.pdfData Science & Big Data - Theory.pdf
Data Science & Big Data - Theory.pdf
Β 
SE-IT DSA THEORY SYLLABUS
SE-IT DSA THEORY SYLLABUSSE-IT DSA THEORY SYLLABUS
SE-IT DSA THEORY SYLLABUS
Β 
Syl
SylSyl
Syl
Β 
4.80 sy it
4.80 sy it4.80 sy it
4.80 sy it
Β 
Btech IT Sem VII and VIII-1 (1).pdf
Btech IT Sem VII and VIII-1 (1).pdfBtech IT Sem VII and VIII-1 (1).pdf
Btech IT Sem VII and VIII-1 (1).pdf
Β 
Proposed-curricula-MCSEwithSyllabus_24_...
Proposed-curricula-MCSEwithSyllabus_24_...Proposed-curricula-MCSEwithSyllabus_24_...
Proposed-curricula-MCSEwithSyllabus_24_...
Β 
Programming for Problem Solving
Programming for Problem SolvingProgramming for Problem Solving
Programming for Problem Solving
Β 
Screenshot 2022-10-30 at 10.48.22 AM.pdf
Screenshot 2022-10-30 at 10.48.22 AM.pdfScreenshot 2022-10-30 at 10.48.22 AM.pdf
Screenshot 2022-10-30 at 10.48.22 AM.pdf
Β 
files_1575611773_2100523175.pdf
files_1575611773_2100523175.pdffiles_1575611773_2100523175.pdf
files_1575611773_2100523175.pdf
Β 
Lecture 1.pptx
Lecture 1.pptxLecture 1.pptx
Lecture 1.pptx
Β 
Final teit syllabus_2012_course_04.06.2014
Final teit syllabus_2012_course_04.06.2014Final teit syllabus_2012_course_04.06.2014
Final teit syllabus_2012_course_04.06.2014
Β 
Resume
ResumeResume
Resume
Β 
Srinivas Muddana Resume
Srinivas Muddana ResumeSrinivas Muddana Resume
Srinivas Muddana Resume
Β 
Srinivas Muddana Resume
Srinivas Muddana ResumeSrinivas Muddana Resume
Srinivas Muddana Resume
Β 
Srinivas Muddana Resume
Srinivas Muddana ResumeSrinivas Muddana Resume
Srinivas Muddana Resume
Β 
Bca syllabus
Bca syllabusBca syllabus
Bca syllabus
Β 
Lecture 0 - Parallel Computing.pptx
Lecture 0 - Parallel Computing.pptxLecture 0 - Parallel Computing.pptx
Lecture 0 - Parallel Computing.pptx
Β 
7th sem syllabus
7th sem syllabus 7th sem syllabus
7th sem syllabus
Β 

More from Lisa Brewer

Printable Journal Page Filigree Pink Digital Lined
Printable Journal Page Filigree Pink Digital LinedPrintable Journal Page Filigree Pink Digital Lined
Printable Journal Page Filigree Pink Digital LinedLisa Brewer
Β 
My Parents Essay Writing Essay Writing My Parents
My Parents Essay Writing Essay Writing My ParentsMy Parents Essay Writing Essay Writing My Parents
My Parents Essay Writing Essay Writing My ParentsLisa Brewer
Β 
Essay Outline Template - 12 Word, PDF Format Do
Essay Outline Template - 12 Word, PDF Format DoEssay Outline Template - 12 Word, PDF Format Do
Essay Outline Template - 12 Word, PDF Format DoLisa Brewer
Β 
Cool Ways To Write Your Name On Paper - Proofreadingx.Web.Fc2.Com
Cool Ways To Write Your Name On Paper - Proofreadingx.Web.Fc2.ComCool Ways To Write Your Name On Paper - Proofreadingx.Web.Fc2.Com
Cool Ways To Write Your Name On Paper - Proofreadingx.Web.Fc2.ComLisa Brewer
Β 
008 Critical Essay Outline Format 130831 Example Thatsnotus
008 Critical Essay Outline Format 130831 Example Thatsnotus008 Critical Essay Outline Format 130831 Example Thatsnotus
008 Critical Essay Outline Format 130831 Example ThatsnotusLisa Brewer
Β 
Pretty Writing Paper Printable. Online assignment writing service.
Pretty Writing Paper Printable. Online assignment writing service.Pretty Writing Paper Printable. Online assignment writing service.
Pretty Writing Paper Printable. Online assignment writing service.Lisa Brewer
Β 
Sample Topic Prospectus 1. Online assignment writing service.
Sample Topic Prospectus 1. Online assignment writing service.Sample Topic Prospectus 1. Online assignment writing service.
Sample Topic Prospectus 1. Online assignment writing service.Lisa Brewer
Β 
Good Persuasive Essay Starts. Online assignment writing service.
Good Persuasive Essay Starts. Online assignment writing service.Good Persuasive Essay Starts. Online assignment writing service.
Good Persuasive Essay Starts. Online assignment writing service.Lisa Brewer
Β 
26 Outstanding College Essay Examples - Example Of A College Essay
26 Outstanding College Essay Examples - Example Of A College Essay26 Outstanding College Essay Examples - Example Of A College Essay
26 Outstanding College Essay Examples - Example Of A College EssayLisa Brewer
Β 
Writing About A Book In An Essay Kingston
Writing About A Book In An Essay KingstonWriting About A Book In An Essay Kingston
Writing About A Book In An Essay KingstonLisa Brewer
Β 
EssayHave.Com Essay Writing Company Blogcollegesvar.Com
EssayHave.Com Essay Writing Company Blogcollegesvar.ComEssayHave.Com Essay Writing Company Blogcollegesvar.Com
EssayHave.Com Essay Writing Company Blogcollegesvar.ComLisa Brewer
Β 
42 Essay Quotes For Upsc Larissa LJ. Online assignment writing service.
42 Essay Quotes For Upsc Larissa LJ. Online assignment writing service.42 Essay Quotes For Upsc Larissa LJ. Online assignment writing service.
42 Essay Quotes For Upsc Larissa LJ. Online assignment writing service.Lisa Brewer
Β 
Graduate School Application Cover Letter Sample Tem
Graduate School Application Cover Letter Sample TemGraduate School Application Cover Letter Sample Tem
Graduate School Application Cover Letter Sample TemLisa Brewer
Β 
How To Write A Chemistry Research Paper All Details
How To Write A Chemistry Research Paper All DetailsHow To Write A Chemistry Research Paper All Details
How To Write A Chemistry Research Paper All DetailsLisa Brewer
Β 
How To Cite An Essay Telegraph. Online assignment writing service.
How To Cite An Essay  Telegraph. Online assignment writing service.How To Cite An Essay  Telegraph. Online assignment writing service.
How To Cite An Essay Telegraph. Online assignment writing service.Lisa Brewer
Β 
Steps In Writing Research Paper. Five Steps To Writing A Research ...
Steps In Writing Research Paper. Five Steps To Writing A Research ...Steps In Writing Research Paper. Five Steps To Writing A Research ...
Steps In Writing Research Paper. Five Steps To Writing A Research ...Lisa Brewer
Β 
Self-Analysis Paper.Pdf - Psyc. Online assignment writing service.
Self-Analysis Paper.Pdf - Psyc. Online assignment writing service.Self-Analysis Paper.Pdf - Psyc. Online assignment writing service.
Self-Analysis Paper.Pdf - Psyc. Online assignment writing service.Lisa Brewer
Β 
Writing Paper Background T. Online assignment writing service.
Writing Paper Background  T. Online assignment writing service.Writing Paper Background  T. Online assignment writing service.
Writing Paper Background T. Online assignment writing service.Lisa Brewer
Β 
001 Essay Example How To Cite Articles In An Step Version Thatsn
001 Essay Example How To Cite Articles In An Step Version  Thatsn001 Essay Example How To Cite Articles In An Step Version  Thatsn
001 Essay Example How To Cite Articles In An Step Version ThatsnLisa Brewer
Β 
Classification Essay Leadership Leaders
Classification Essay  Leadership  LeadersClassification Essay  Leadership  Leaders
Classification Essay Leadership LeadersLisa Brewer
Β 

More from Lisa Brewer (20)

Printable Journal Page Filigree Pink Digital Lined
Printable Journal Page Filigree Pink Digital LinedPrintable Journal Page Filigree Pink Digital Lined
Printable Journal Page Filigree Pink Digital Lined
Β 
My Parents Essay Writing Essay Writing My Parents
My Parents Essay Writing Essay Writing My ParentsMy Parents Essay Writing Essay Writing My Parents
My Parents Essay Writing Essay Writing My Parents
Β 
Essay Outline Template - 12 Word, PDF Format Do
Essay Outline Template - 12 Word, PDF Format DoEssay Outline Template - 12 Word, PDF Format Do
Essay Outline Template - 12 Word, PDF Format Do
Β 
Cool Ways To Write Your Name On Paper - Proofreadingx.Web.Fc2.Com
Cool Ways To Write Your Name On Paper - Proofreadingx.Web.Fc2.ComCool Ways To Write Your Name On Paper - Proofreadingx.Web.Fc2.Com
Cool Ways To Write Your Name On Paper - Proofreadingx.Web.Fc2.Com
Β 
008 Critical Essay Outline Format 130831 Example Thatsnotus
008 Critical Essay Outline Format 130831 Example Thatsnotus008 Critical Essay Outline Format 130831 Example Thatsnotus
008 Critical Essay Outline Format 130831 Example Thatsnotus
Β 
Pretty Writing Paper Printable. Online assignment writing service.
Pretty Writing Paper Printable. Online assignment writing service.Pretty Writing Paper Printable. Online assignment writing service.
Pretty Writing Paper Printable. Online assignment writing service.
Β 
Sample Topic Prospectus 1. Online assignment writing service.
Sample Topic Prospectus 1. Online assignment writing service.Sample Topic Prospectus 1. Online assignment writing service.
Sample Topic Prospectus 1. Online assignment writing service.
Β 
Good Persuasive Essay Starts. Online assignment writing service.
Good Persuasive Essay Starts. Online assignment writing service.Good Persuasive Essay Starts. Online assignment writing service.
Good Persuasive Essay Starts. Online assignment writing service.
Β 
26 Outstanding College Essay Examples - Example Of A College Essay
26 Outstanding College Essay Examples - Example Of A College Essay26 Outstanding College Essay Examples - Example Of A College Essay
26 Outstanding College Essay Examples - Example Of A College Essay
Β 
Writing About A Book In An Essay Kingston
Writing About A Book In An Essay KingstonWriting About A Book In An Essay Kingston
Writing About A Book In An Essay Kingston
Β 
EssayHave.Com Essay Writing Company Blogcollegesvar.Com
EssayHave.Com Essay Writing Company Blogcollegesvar.ComEssayHave.Com Essay Writing Company Blogcollegesvar.Com
EssayHave.Com Essay Writing Company Blogcollegesvar.Com
Β 
42 Essay Quotes For Upsc Larissa LJ. Online assignment writing service.
42 Essay Quotes For Upsc Larissa LJ. Online assignment writing service.42 Essay Quotes For Upsc Larissa LJ. Online assignment writing service.
42 Essay Quotes For Upsc Larissa LJ. Online assignment writing service.
Β 
Graduate School Application Cover Letter Sample Tem
Graduate School Application Cover Letter Sample TemGraduate School Application Cover Letter Sample Tem
Graduate School Application Cover Letter Sample Tem
Β 
How To Write A Chemistry Research Paper All Details
How To Write A Chemistry Research Paper All DetailsHow To Write A Chemistry Research Paper All Details
How To Write A Chemistry Research Paper All Details
Β 
How To Cite An Essay Telegraph. Online assignment writing service.
How To Cite An Essay  Telegraph. Online assignment writing service.How To Cite An Essay  Telegraph. Online assignment writing service.
How To Cite An Essay Telegraph. Online assignment writing service.
Β 
Steps In Writing Research Paper. Five Steps To Writing A Research ...
Steps In Writing Research Paper. Five Steps To Writing A Research ...Steps In Writing Research Paper. Five Steps To Writing A Research ...
Steps In Writing Research Paper. Five Steps To Writing A Research ...
Β 
Self-Analysis Paper.Pdf - Psyc. Online assignment writing service.
Self-Analysis Paper.Pdf - Psyc. Online assignment writing service.Self-Analysis Paper.Pdf - Psyc. Online assignment writing service.
Self-Analysis Paper.Pdf - Psyc. Online assignment writing service.
Β 
Writing Paper Background T. Online assignment writing service.
Writing Paper Background  T. Online assignment writing service.Writing Paper Background  T. Online assignment writing service.
Writing Paper Background T. Online assignment writing service.
Β 
001 Essay Example How To Cite Articles In An Step Version Thatsn
001 Essay Example How To Cite Articles In An Step Version  Thatsn001 Essay Example How To Cite Articles In An Step Version  Thatsn
001 Essay Example How To Cite Articles In An Step Version Thatsn
Β 
Classification Essay Leadership Leaders
Classification Essay  Leadership  LeadersClassification Essay  Leadership  Leaders
Classification Essay Leadership Leaders
Β 

Recently uploaded

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
Β 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
Β 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
Β 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
Β 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
Β 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
Β 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
Β 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
Β 
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈcall girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ9953056974 Low Rate Call Girls In Saket, Delhi NCR
Β 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
Β 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
Β 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
Β 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
Β 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
Β 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
Β 
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdfssuser54595a
Β 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
Β 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
Β 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
Β 

Recently uploaded (20)

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
Β 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
Β 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Β 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
Β 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
Β 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
Β 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
Β 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
Β 
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈcall girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
Β 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Β 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
Β 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
Β 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
Β 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
Β 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
Β 
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAΠ‘Y_INDEX-DM_23-1-final-eng.pdf
Β 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Β 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
Β 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
Β 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
Β 

601 Theory Of Computation

  • 1. Guidelines for B.Sc.(H) Computer Science Semester VI These are only guidelines and in no case to be treated as syllabus. The guidelines may be updated from time to time. Click here for changes that were made in September, 2008. January 24, 2007 601 – Theory of Computation Sr. No. Topic Chapter Reference 1 Languages: Alphabets, string, language, Basic Operations on language, Con- catenation, Kleene Star 2 1 2 Regular Languages: (a) Regular Expressions (b) DFA Concepts of TGs & GTGs (C) NFA (d) Regular languages (e) Pumping Theorem (f) Design of lex 4 5 6 7 9 10 (Definition Regular languages, Theorem 13 and 14 with examples) 3.3.2 1 1 1 1 1 1 2 3 Context free languages: (a) Context free grammars (b) Pushdown automata (c) Pumping Theorem (d) Properties of context free languages 12 14 16 theorem 35 theorem 36 or 7.2.2 7.3 1 1 1 2 2 Models of Computations: (a) RAM, TM (b) UTM, Language acceptability decidability, insolvability problems (Excluding Tiling Problem, Rice Theorem, Proof of Undecidable Problems of CFG) Ch. 4 till 4.5 And 4.7 (Introduction) 5 3 3 References 1 Daniel I.A.Cohen, Introduction to computer theory, Second Edition (2000) - John Wiley.
  • 2. 2 Hoperoft, Aho, Ullman, Introduction to Automata theory, Language & Computation – II Edition, Pearson Education. 3 Lewis & Papadimitriou, Elements of the theory of computation – II Edition PHI. References For Paper No. 601, 602, 603, 604, 605 1 Daniel I.A.Cohen, Introduction to computer theory – John Wiley (1986) 2 Hoperoft, Aho, Ullman, Introduction to Automata theory, Language & Computation – II Edition, Pearson Education. 3 Lewis & Papadimitriou, Elements of the theory of computation – II Edition PHI 4 W. Richard Stevens, Unix Network Programming Networking APIS:Sockets & XTI – Vol. 1 2nd Edition. 5 Nemeth Synder & Hein, Linux Administration Handbook – Pearson Edition 6 J.D.Foley – Computer Graphics: Principles & Practice –II Edition 7 Donald Hearn & MP Baker – Computer Graphics, II Edition, PHI 8 D.F.Rogers, Adams – Mathematical Elements for computer Graphics, II Edition 9 H.A.Taha, Operations Research: An Introduction – Seventh Edition 10 A.Ravindran, D.T.Phillips, J.S.Solberg, Operations Research 11 Rich & Knight, Artificial Intelligence – Tata McGraw Hill 12 DAN.W. Patterson, Introduction to A.I and Expert Systems – PHI 13 J.Jeffcoate, Multimedia in Practice
  • 3. 602 – Network Programming and Administration Sr. No. Topic Chapter Reference 1 Introduction 1 1 2 Transport Layer : TCP & UDP 2 1 3 Sockets Introduction 3 1 4 Elementary TCP Sockets 4 1 5 TCP Client-Server Example 5 1 6 I/O Multiplexing 6 1 7 Socket Options 7 1 8 Title????? 8 1 9 Elementary Name & Address Conversions 9 1 10 IPV4 & IPV6 Interoperability 10.1 – 10.3 1 11 TCP/IP Networking Chapter 13 Upto pg 264 ( Self Study) Pg 264 – 274 Pg 278 – 302 2 12 Networking Management & Debugging 20 2 References: 1 W. Richard Stevens, Unix Network Programming Networking APIS:Sockets & XTI – Vol. 1 2nd Edition. 2 Nemeth Synder & Hein, Linux Administration Handbook – Pearson Edition Suggested Practicals: 1. Implement TCP Echo Client & TCP Echo Server ( Concurrent) 2. Implement TCP daytime Client & TCP daytime Server ( Iterative) 3. Implement UDP Echo Client & UDP Echo Server ( Concurrent) 4. Implement UDP daytime Client & UDP daytime Server ( Iterative) 5. Write a program to print all IP addresses of a host machine.
  • 4. 603 – Computer Graphic Sr. No. Topic Chapter Reference 1 Overview of CG sys. 2 8(8.2 only) 1 (1.9 only) 2 2 3 3 Raster Graphics Clipping 3 till 3.17.3 (leaving 2nd order differentials order) 1 4 Transformation & Viewing 2, 3 3 3 5 Geometric Modeling 11.1 – 11.2.3 (just def.) (introduction of 11.2.4, 11.2.5(Defenitions only)), 11.2.7 – 11.2.10 1 6 Hidden lines and surfaces 15.4, 15.5.1, 15.7.1 1 7 Shading 14.1 – 14.5 2 8 Animation 16 2 References: 1 J.D.Foley – Computer Graphics: Principles & Practice –II Edition 2 Donald Hearn & MP Baker – Computer Graphics, II Edition, PHI 3 D.F.Rogers, Adams – Mathematical Elements for computer Graphics, II Edition
  • 5. Practical List 1. Implement scan conversion algorithm – DDA, Bresenham, mid-pt circle, mid- pt ellipse (create a library). 2. WAP to draw a polygon and fill it using scan-line fill algorithm. 3. WAP to draw a line with following attributes – width, color, style. 4. WAP to draw a line and clip it with a window using – (i) cohen suther and (ii) cyrus-bick algorithm. 5. WAP to implement Sutherland hodgeman algorithm of polygon clipping. 6. WAP to create any new font e.g. A, B 7. WAP to translate, scale & rotate any list, 2-D object. 8. WAP to model a 3-dimentional object say a cube and project it using parallel and puspective projection. 9. WAP to implement buffer algorithm. 10. WAP to display a cubic parametric termite & bezier curve. 11. WAP to show sun rise and sun set.
  • 6. 604 – Operational Research Techniques Sr. No. Topic Chapter Reference 1 The nature of Operations Research 1.1 – 1.4 2 2 Introduction to Linear Programming 2.1, 2.2.1,2.2.2. 1 3 The Simplex Method 3.1,3.2,3.3.1,3.3.2,3.4 1 4 Duality and Sensitivity Analysis 4.1,4.2,4.3,4.5.1 1 5 Transportation Model and its variants 5.1,5.3.1,5.3.2,5.4.1 1 6 Decision Analysis and Games 14.4.1,14.4.2 ( Graphical approach only) 1 7 Network Analysis 3.7 Pages 109-118 (PERT) 122-126 2 8 Deterministic Dynamic Programming 10.1, (Page 403 onwards) 10.2, 10.3.1, (selected applications libe knapsack problem/Cargo loading problem 1 9 Queuing Models 7.1 – 7.11 2 10 Classical Optimization Theory 20.2.2 Wolfe’s method to be done from any other book on operations research 1 References: 1 H.A.Taha, Operations Research: An Introduction – Seventh Edition 2 A.Ravindran, D.T.Phillips, J.S.Solberg, Operations Research. 3. Kantiswaroop & Manmohan Gupta, Introduction to operational Research.
  • 7. 605 – Artificial Intelligence Sr. No. Topic Chapter Reference 1 What is Artificial Intelligence 1 1 2 Problems, Problem Spaces and Search 2 1 3 Heuristic Search Techniques 2 1 4 Lisp and other AI Programming Language 3 2 5 Formalized symbolic logics 4 2 6 Dealing with inconsistencies uncertainties 5 2 7 Probabilistic Reasoning 6 2 8 Structured knowledge: graph, frames & related structures 7 2 9 Natural language processing 12 2 10 Pattern Recognition 13 2 11 Expert Systems Architectures 15 2 References: 1 Rich & Knight, Artificial Intelligence – Tata McGraw Hill 2 DAN.W. Patterson, Introduction to A.I and Expert Systems – PHI
  • 8. 605 – Multimedia Applications Sr.No. Topic Reference 1. 1 1 2. 2 1 3. 3.1, 3.2 1 4. 4 1 5. 5.1-5.3 1 6. 6.1, 6.2, 6.3.3 1 7. 7.1, 7.3, 7.4.3 1 8. 8.1, 8.3 1 9. 9.1, 9.2, 9.6.1 1 10. 12 1 11. 13 1 12. 16.2.3 1 13. Virtual Reality (Xerox Notes) Notes 1. J. Jeffcoate, - Multimedia in Practice 2. Principles of Multimedia by Ranjan Parekh, TMH Β© 2006 Practicals: HTML done in 1st Semester to be used for operating MM files using different audio & video compression like JPEG, MPEG, etc. MULTIMEDIA LAB. LIST (Using Javascript HTML) 1. Create a script that repeatedly flashes an image on the screen (fade in fade out). 2. Create a script that repeatedly zooms in and zooms out an image on the screen. 3. Use filters to display an image in grey scale, invert, x-ray normal. 4. Create a script that repeatedly flashes an image on the screen. Also inters pence image with text. Allow user to control blink speed. 5. Program to make playlist of songs. 6. Program to make playlist of videos.