Programme Code : CO Course Code : CO Course Title : Data Structures Compulsory/Optional : Compulsory. Duration of Written Examination

Size: px
Start display at page:

Download "Programme Code : CO Course Code : CO Course Title : Data Structures Compulsory/Optional : Compulsory. Duration of Written Examination"

Transcription

1 DATA STRUCTURES Programme Code : CO Course Code : CO Course Title : Data Structures Compulsory/Optional : Compulsory Teaching Scheme and Credits Duration of Written Examination Examination Scheme TH TU PR TOTAL TH TS TH TS PR OR TW TOTAL hrs 2 Tests of 1 Hour each ( * ) indicates assessment by Internal and External examiners * Rationale:- The study of data structure is an essential part of computer science. Data structure is a logical & mathematical model of storing & organizing data in a particular way in a computer. In system programming application programming the methods & techniques of data structures are widely used. The study of data structure helps the students in developing logic & structured programs. Objectives: - Students will be able to- 1. Differentiate between different data structure 2. To apply the different Searching and Sorting techniques. 3. To understand Stack and implementation of Recursion. 4. To understand Linked List and Trees

2 Topic No Contents Hours Marks SECTION-I INTRODUCTION TO DATA STRUCTURE 1.1 General concept of Data types of C, 1.2 Data Structure and their types 6 08 Linear data type, Non- Linear data type 1.3 Complexity Time complexity Space complexity 2.0 SEARCHING & SORTING 2.1 Searching Linear Search, Binary Search, Hash Search. 2.2 Sorting Bubble Sort Insertion Sort Selection Sort Merge Sort Radix Sort Bucket Sort Shell Sort Heap Sort 3.0 STACKS 3.1 Definition & examples of Stack Stack as an abstract data type Representation of stack through arrays 3.2 Primitive operations of Stack Push Pop 3.3 Overflow & Underflow of Stack 3.4 Applications of Stack Polish Notation Reversing a List Conversions Recursion with Example Such as factorial, Fibonacci sequence

3 Topic No Contents Hours Marks SECTION-II QUEUES 4.1 Definition & examples of Queue 8 12 Queue as an abstract data type Representation of Queue through arrays 4.2 Operations on Queue Searching Insertion Deletion 4.3 Types of Queue Priority queue Circular queue 4.4 Application Of Queue 5.0 LINKED LIST 5.1 Introduction and Terminologies Node, Next Address and Pointer, Null pointer, Empty list 5.2 Types of Linked List Single Linked List Doubly Linked List Circular Linked List Doubly Circular Linked List 5.3 Operations on Single Linked List (with Algorithm) Searching Insertion - (At Front,In between and At End ) Deletion - (From Front,In between, From End ) 6.0 TREES and GRAPHS 6.1 Introduction and Terminologies 8 14 Sub-tree, root,leaf, left, right, parent, child, ancestor, descendant, brother, level, depth 6.2 Types of Tree General Tree Binary Tree Binary Search Tree 6.3 'C' representation of Tree 6.4 Operations on Trees Insertion - Concept with Example Deletion - Concept with Example Searching - Depth-first search and Breadth-first search Traversing - Pre-order, In-order,Post-order Examples on Trees - Height balanced Trees and Weight balanced Tree 6.5 Introduction to GRAPHS Terminologies: graph, node (Vertices), arcs (edge), directed graph, in-degree, out-degree, adjacent, successor, predecessor, relation, weight, path, length.

4 List of Practicals: Sr.No. Title of Experiment 1 Implement a C program to define an integer array of 10 elements and display it. 2 Implement a C program for inserting an element in an array at given position. 3 Implement a C program for deleting an element from an array. 4 Implement a C program for sorting an array of strings using pointer array. 5 Implement a C program to implement Binary search algorithm. 6. Implement a C program to implement Hash search algorithm. 7 Implement a C program to implement Heap sort algorithm. 8 Implement a C program to check where the given matrix is identity matrix or not. 9 Implement a C program for inserting and deleting element in a stack. 10 Implement a C program for recursive function using stack 11 Implement a C program for inserting & deleting element in a queue. 12 Implement a C program for circular queue. 13 Implement C program for inserting a node in a linked list. 14 Implement a C program for searching a node in a linked list. 15 Implement a C program to implement depth-first search. Reference Books: Sr. Book Title Author Publication No. 1 Data structures Schaum s series Tata McGraw Hill 2 An introduction to data structures with Tremblay & Srenson Tata McGraw Hill applications 3 Data structures through `C Ajit Abyankar Tata McGraw Hill 4 Data structures through `C Amiya Rath Scitech Publication Websites: Academic Co-ordinator Head of Department Principal (Computer Engineering) Government polytechnic Mumbai

5 Web Page Designing Programme Code : CO Course Code : CO Course Title : Web Page Designing Compulsory/Optional : Compulsory Teaching Scheme and Credits Duration of Written Examination Examination Scheme TH TU PR TOTAL TH TS TH TS PR OR TW TOTAL ( * ) indicates assessment by Internal and External examiners Rationale: It is estimated that across the Internet, over 100 million domain names are in use. With fast and cheap broadband Internet connections available to the masses, online users now exceed 500 millions. Tens of millions of users are now creating personal Web sites. It is a practical oriented subject which will enable student to develop Web sites. Objectives: The student will be able to: 1. Design simple Web pages - using HTML 2. Organize information using Tables, collect information from users using Forms & Present information using I-Frames. 3. Use style sheets to gain full control of formatting within Web page. 4. Include JavaScript within Web pages. 5. Embed multimedia to Web pages. 6. Integrate all above to develop Web sites.

6 Contents: Theory (To be covered during Practical periods) Topic Contents Hours Marks No 32 N.A 01 HTML Introduction to HTML Terminologies used in Web Design: Web, Web site, Web page, Web server, Web Browser, Search Engine Components of HTML: Tags closed tags and open tags, Attributes, Elements Structure Tags:! DOCTYPE, HTML, HEAD, TITLE, BODY tags Block Level Elements : Headings, Paragraphs, Breaks, Divisions, Centered Text, Block Quotes, Preformatted text, Address Text Level Elements: Bold, Italic, Teletype, Underline, Strikethrough, Superscript, subscript Horizontal Rules Special characters Adding comments The Meta tag. 1.2 Creating Lists Ordered Lists Unordered Lists Definition Lists Nested Lists 1.3 Linking HTML Documents URL : Types of URLs, Absolute URLs, Relative URLs The Anchor Tag Linking : To document in the same folder. To document in the different folder. To document on the web. To specific section within the document Inserting links 02 IMAGES, COLORS AND BACKGROUNDS 2.1 Images Image formats : gif, jpeg, png The inline image: an IMG tag, alternate text, image alignment, buffer space HSPACE, VSPACE, wrapping text, height and width of images Image as a link Image maps: Server side image maps, Client side image maps. 2.2 Colors and Backgrounds 8 -

7 2.2.1 The text color: color attribute of FONT tag, text attribute of BODY tag Background color: bgcolor attribute of BODY tag Background images: background attribute of BODY tag Changing link colors: link, alink, vlink attributes of BODY tag. 03 TABLES, I-FRAMES AND FORMS 3.1 Tables Creating basic tables: TABLE, TR, TH, TD tags Formatting tables: border, cellspacing, cellpadding, width, align, bgcolor attributes Adding captions : CAPTION tag Formatting contents in the table cells : align, valign, bgcolor, height, width, nowrap attributes Spanning rows and coloums : rowspan and colspan attributes. 3.2 I-Frames Introduction to Iframes : What is Iframe?, Advantages and disadvantages of using frames Creating Iframes :. Iframes Attributes, Iframes Tag Linking with Iframes Iframes Browser Support Forms Creating basic form: FORM tag, action and method attributes Form fields: Single line text field, password field, multiple line text area, radio buttons, check boxes Pull down menus: SELECT and OPTION tags Buttons: submit, reset and generalized buttons Formatting technique: Using table to layout form. 04 STYLE SHEETS and DHTML 4.1 STYLE SHEETS Adding style to the document: Linking to style sheets, Embedding style sheets, Using inline style Selectors: CLASS rules, ID rules Style sheet properties: font, text, box, color and background properties DHTML Introduction to DHTML DHTML JavaScript DHTML - HTML DOM DHTML - HTML Events DHTML - CSS

8 List of Practical s:- Sr.No. Title of Experiment 1 Designs Web page and apply some block level tags and some text level tags. 2 Include Horizontal Rules and special characters in a Web page. 3 Design Web page and include different lists. 4 Include various links in a Web page 5 Include images with different alignments and wrapped text in Web page. Also Include image as a link in the Web page. 6 Design a web page and set background color and document wide text color. 7 Design a web page with background image, different text color for different Paragraphs, and set colors for links, active links and visited links. 8 Create HTML table, format contents in table cells and span the rows and columns 9 Design Web page using Iframes. 10 Create a basic form using different input controls and pull down menu. 11 Use table to lay out form with different form controls and generalized buttons 12 Create a web page and apply style sheet properties (font, text and box properties). 13 Create a web page to get watermark effect using style rules. 14 Create a web page using DHTML. 15 To study hosting and domain registration of website Books: Mini Project: 1.Design a website using all topics mentioned in syllabus Sr. No Title Author Publication 1 HTML and XHTML The complete reference 2 HTML and Web Design Tips and Technique webreferences: Thomas Powell Jamsa, King, Anderson Tata McGraw Hill Tata McGraw Hill Academic Coordinator Head of Department Principal (Computer Engineering) Govt. polytechnic Mumbai

9 Applied Mathematics Programme Code : CO Course Code : SC11121 Course Title : Applied Mathematics Compulsory/Optional : Compulsory Rationale: Credits The subject intends to teach students basic facts, concepts, principle & procedure of mathematic as a tool to analyze Engineering problems & as such lays down foundation for understanding the engineering & core technology subjects Objectives: The Students will be able to, Duration of Written Examination Examination Scheme TH TU PR TOTAL TH TS TH TS PR OR TW TOTAL hrs 2 Tests of 1 Hour each ( * ) indicates assessment by Internal and External examiners Understand basic facts of mathematics about the field analysis of any Engineering Problem. 2. Know the standard ways in which the problem can be approached. 3. Apply basic concepts to engineering problem. Topic No Contents Hours Marks

10 01 Integration SECTION-I Definition,Standard formulae for integration (without proof) 1.2 Rules of integration. simple integration, Actual division 1.3 Method of substitution 1.4 Integration by parts 1.5 Integration by partial fraction. 1.6 Definite integral:defination and properties of definite integral, simple Examples and examples based on the properties Applications of Definite integrals 2.1 Area under the curve and area enclosed between two curves 2.2 Mean value and R.M.S. values Differential equations 3.1 Definition,order and degree of differential equation, formation of differential equation 3.2 Types of differential equations 3.3 Variable separable and reducible to variable separable. 3.4 Homogeneous differential equation. 3.5 Linear differential equation and Bernoulli s equation. 3.5 Partial derivatives first order only. 3.6 Exact differential equation Topic No Contents Hours Marks SECTION-II Probability 4.1 Basic definations,trial,event, exhaustive, favorable events. 4.2 Mutually exclusive and independent events, addition and Multiplication theorem. 4.3 Binomial distributation. 4.4 Poissons distribution 4.5 Normal distribution

11 05 Interpolation 5.1 Introduction, Difference operator, relation between them, Difference table. 5.2 Newton s forward and backward difference interpolation formula. 5.3 Concept of extrapolation 5.4 Lagrange s interpolation formula. 5.5 Newton s forward and backward difference interpolation formula for differentiation. 5.6 Numerical integration: Trapezoidal rule, Simpson s 1/3 rule, 5.7 Simpson s 3/8rule, Numerical Solution Of Ordinary Differential Equation: 6.1 Introduction. 6.2 Runge Kutta s 2nd And 4 th order methods Reference Books: Sr.No. Author Title Publication 1 S.P. Deshpande Mathematics for polytechnic students Pune Vidyarthi Graha Prakashan 2 H. K. Das Mathematics for polytechnic students S.Chand Prakashan (Volume I ) 3 G. V. Kumbhojkar Companian to basic maths Phadke Prakashan 4 N. Raghvendra Bhatt Late Shri R Mohan Singh Applied Maths Tata McGraw Hill Publication Academic Co-ordinator Head of Department Principal (Computer Engineering) Government polytechnic Mumbai

12 Relational Database Management System Programme Code : CO Course Code : CO Course Title : Relational Database Management System Compulsory/Optional : Compulsory Teaching Scheme and Credits T H Duration of Written Examination Examination Scheme TU PR TOTAL TH TS TH TS PR OR TW TOTAL hrs 2 Tests of 1 Hour each ( * ) indicates assessment by Internal and External examiners * Rationale: The primary resource that fuels knowledge power is the database. Organizations are Employing mechanisms to effectively manage and utilize the data stored in the databases. Relational Database management system has been developed to harness the information stored in the database. The database management system is a collection of programs that enables to store, modify and extract information from a database. After learning this subject, the students will be able to understand the designing of RDBMS and can use any RDBMS package as a backend for developing database applications. The students develop the skills to design and establish entity/relationship and also learn database security aspects. Objectives: The student will be able to: 1) Develop the skills to design database system. 2) Establish entity/relationship. 3) Understand the concept of Database system and Client Server Architecture 4) Understand and develop the concepts of Data Modeling, Security and Integrity. 5) Understand and execute different SQL queries and PL / SQL programs. 6) Normalize the database using normal forms. 7) Understand the concept of query processing and Transaction processing.

13 Topic No Contents Hours Marks SECTION-I Database System Concept & Data Modeling 1.1 An Introduction to Database: Data: Database, Database Management Systems, Disadvantages of file processing system, advantages of DBMS over file processing system. Applications of DBMS 1.2 Data abstraction, Data dictionary, Instance and schema, Data independence-logical and Physical Independence 1.3 Components of a DBMS and overall structure of a DBMS, Query processor, Database Users, functions of Database Administrator 1.4 Introduction to client server architecture: Two/Three tier Architecture 1.5 Data Models: Network Model,Hierarchical Model,Relational Model 02 Relational Data Model and Security and Integrity Specification 2.1 Relational Model: Basic concepts, attributes and domains Keys concept: Super Key, Candidate key, primary Key, foreign key 2.2 Constraints: Referential Integrity Constraints, Entity Integrity Constraints 2.3 E- R Model-Types of attributes, role indicator, weak and strong entity set 2.4 Security and Authorization: DCL : Grant and Revoke commands TCL : Commit, Rollback, Savepoint 2.5 Relational Algebra and Relational Calculus 2.6 Creating Views and all options of Views 03 Structured Query Language 3.1 Structured Query Language : DDL, DML 3.2 Data types in SQL 3.3 DDL: Create, Alter, Drop 3.4 DML: Select, Insert, Update, Delete, Truncate 3.5 Clauses in SQL: Where, Having,Group by, Order by clauses 3.6 Operators in SQL: Logical operators, Relational operators, Set operators 3.7 Functions in SQL: Date functions, Time functions, String functions, Aggregate functions 3.8 Concept of Nested Query 3.9 Concept of Join: Equi,Non-equi,outer,self join

14 Topic No 04 Introduction to advanced SQL 4.1 Creating Cursors 4.2 Introduction to stored procedures 4.3 Creating Triggers Contents Hours Marks SECTION-II Database Design 5.1 Relational database design 5.2 Normalization,Data redundancy and updating anomalies 5.3 Normalization based on Functional dependencies and Multivalued Dependencies 5.4 Normal Forms : 1NF, 2NF, 3NF, BCNF DBMS Storage Structures and File System 6.1 File Organization: a) Fixed Length records b) Variable Length records 6.2 Organization of records in files: Heap, Sequential,Hashing,Clustering file organization 6.3 Basic concept of Indexing 6.3.1Types of Indexes: Order Indices, Primary and Secondary Indices, Dense and Sparse Index 07 Query Processing and Transaction Processing 7.1 General strategies for query processing: Query Processing Steps 7.2 Transaction concept: Transaction properties, Transaction states 7.3 Schedule : Serial,Concurrent,Cascadeless Schedule 7.4 Lock based protocols: share & exclusive mode Protocols: Two phase locking,time Stamp based,validation based protocols

15 List of Practical s:- Using SQL Server 2005 or latest available: Sr.No. Title of Experiment 1 Implementing all DDL statements 2 Implementing all DML statements. 3 Implementation of all string & Date related functions. 4 Implementation of aggregate functions such as sum, avg, min, max, count. 5 Applying constraints such as primary key, not null, foreign key, check, default. 6 Execute the queries containing Where, Group by & Having and Order by Clauses. 7 Selecting the records using set operators such as union, union all, Intersect, minus. 8 Selection records with nested query. 9 Implementation of All Types of Joins. 10 Creating views. 11 Implementation of commit, savepoint, rollback 12 Create Cursors. 13 Create, execute & modify stored procedure. 14 Create Triggers. 15 Normalize the table using different normal forms. 16 Implementation of All Indexes. 17 Implement the backup procedure for database. Books: Sr.No. Title Author Publication 1 Database System concepts Abraham Silberschtz, Henry Korth & S. Sudarshan Tata McGraw Hill International Introduction to Database Management Systems ISRD Group Tata McGraw Hill Advanced Database Chakrabarti Management System Dasgupta Dreamtech Introduction to Relational Databases & SQL programming Allen Tata McGraw Hill

16 Web Site References: 1. wielyindia.com or DreamtechPress.com Academic Coordinator Head of Department Principal (Computer Engineering) Govt. polytechnic Mumbai

17 Object Oriented Programming Using C ++ Programme Code : CO Course Code : CO Course Title : Object Oriented Programming Using C ++ Compulsory/Optional : Compulsory Teaching Scheme and Credits Duration of Written Examination Examination Scheme TH TU PR TOTAL TH TS TH TS PR OR TW TOTAL hr 1hr * ( * ) indicates assessment by Internal and External examiners Rationale- This subject intends to teach the students the basic concepts of object-oriented programming (OOP). Large programs are probably the most complicated entities ever created by humans. Because of this complexity, programs are prone to error and software errors can be expensive and even lifethreatening. Object-Oriented Programming offers a new and powerful way to coupe with this complexity. Its goal is clearer, more reliable, more easily maintained programs. This subject will act as backbone for all other subjects that are based on Object Oriented concept. Objectives: - Students will be able to- 1. Compare procedure oriented and object oriented approach. 2. Implement real life object in programming 3. Implement inheritance and multiple inheritances. 4. Prepare reusable code.

18 Topic No Contents Hours Marks SECTION-I Introduction to Object Oriented Programming Introduction OOP need and requirements - Limitations of C - Procedure oriented programming Vs Object-Oriented programming concept - Features of OOPs. - Structure of C++ programming - C++ I/O statements 2.0 Objects and Classes Classes Specifying a class - Defining member functions - Arrays within a class Objects - Creating objects - Memory allocation for objects - Static data and member function - Array of objects - Objects as function arguments 3.0 Constructors and destructuros Constructors Definition - Concept - Types of Constructors - Default - Parameterized - copy - Overloaded Constructors( Multiple Constructor) - Constructor with default argument - Destructor

19 Topic No Contents Hours Marks SECTION-II Inheritance Introduction Base Classes Derived classes Member declaration: protected Types Of Inheritance Single inheritance - Multilevel inheritance - Hybrid inheritance - Multiple inheritance Virtual base classes Abstract classes Constructors in derived classes 5.0 Polymorphism Compile Time Polymorphism Functions overloading - Operator Overloading (unary and binary ) - Overloading Vs Overriding Run Time Polymorphism - Virtual functions - Static and dynamic binding 6.0 Pointers in C++ Concept of Pointers Pointer declaration - Memory management operators (new, delete) Pointers and Functions - Call by value - Call by reference - Pointer to functions - Passing function to another function Pointers and objects - Pointers to objects - Array of pointer to objects - This pointer - Pointers to derived classes

20 List of Practicals: Sr.No. Title of Experiment 1 Write two C++ programs using Input /output statements 2 Write program for printing formatted output (Make use of manipulators ) 3 Write program making use of C++ control structures. 4 Write any three programs using different type of function approach. 5 Write a complete C++ program which makes use of classes & objects. 6 Write a complete C++ program which makes use of classes Static data and member function 7 Write C++ program which makes use of array of objects. 8 Write C++ program using constructors & destructors. 9 Write program making use of single inheritance 10 Write program making use of multiple inheritance 11 Write program making use of multilevel inheritance 12 Write program making use of hybrid inheritance. 13 Write a program which makes use of friend function. 14 Write program making use of Function Overloading. 15 Write program using operator overloading 16 Write a program which uses virtual function & polymorphism Reference Books: Sr.No. Book Title Author Publication Tata McGraw-Hill 1 Object Oriented Programming with C++. Balgurusamy 2 C++ The Complete Reference Schilt Tata McGraw-Hill 3 Let Us C++ Kanetkar BPB Publication Web References: Academic Co-ordinator Head of Department Principal (Computer Engineering) Govt. polytechnic Mumbai

21 Digital Techniques Programme Code : CO/IF/IS Course Code : EC Course Title : Digital Techniques Compulsory/Optional : Compulsory Teaching Scheme and Credits Duration of Written Examination Examination Scheme TH TU PR TOTAL TH TS TH TS PR OR TW TOTAL hrs 2 Tests of 1 Hour each ( * ) indicates assessment by Internal and External examiners Rationale: This course forms the foundation of computers. This course is introduced with the view that students will be familiar with various digital devices and circuits which are used in microprocessor, Computer & other digital systems Objectives: Students will be able to 1. Understand the concept of various number systems. 2. Understand the concept & principles of logic devices 3. Draw the logic circuit diagram 4. Explain the operation of different logic devices 5. Test the different logic devices 6. Identify the logic devices 7. Construct the circuits using logic devices 8. Develop simple application using logic devices

22 Topic no SECTION I CONTENTS Number system, & Codes: Concept of weighted and non-weighted number system 1.2 Concept of base of a number system Binary, Decimal, Octal, Hexadecimal 1.3 Conversion of one number system to another system (Fractional point number ) 1.4 Types of codes:-bcd,hex,excess-3,gray code,octal 1.5 Code conversion: gray to binary, binary to gray 2 Binary Arithmetic: 2.1 Rules for binary addition,subtraction 2.2 BCD addition,subtraction 2.3 Concept of 1 s, 2 s Complements of binary numbers 2.4 Subtraction using 1 s & 2 s complements 2.5 Concept of signed magnitude, 1 s & 2 s complement 2.6 Parity, Definition of even & odd parity, Applications Logic gates and families concept of digital signals 3.2 Logic gates: AND gate, OR gate, Inverter and buffer, Concept of universal gates NAND gate,nor gate Exclusive OR,Exclusive NOR gate 3.3 Symbols,Logic equation, truth table,ic numbers, 3.4 NOR and NAND as universal gates 3.5 Concept of logic family 3.6 Classification of logic families:-saturated and non saturated Types,examples of each 3.7 Concept of integration: SSI,MSI,LSI,VLSI 3.8 General specification of digital IC s 3.9 Definition of Fan in and Fan out,noise Immunity, Propagation delay (Typical values for TTL and CMOS) I/P High,I/P Low,O/P High,O/P Low Boolean Algebra Construction of Logic circuits using gates for Boolean expression 4.2 Rules of Boolean Algebra 4.3 Demorgan s Theorem 4.4 Concept of SOP & POS 4.5 Concept of minterm & maxterm, standard form 4.6 Concept of K map 4.7 Simplification using K map for 2, 3, 4, variables 4.8 Realization of reduced expression using logic gates Combinational Circuits Half adder, full adder 5.2 Half subtractor,full subtractor 5.3 Block diagram and truth table of Encoders 5.4 Priority Encoders ICs and Decoders 5.5 Decimal to BCD Encoders IC BCD to 7-segment Decoder 5.6 Comparator : 1 bit & 2 bit -IC 7485 Hours Marks

23 SECTION II Topic CONTENTS Hours Marks Multiplexer / Demultiplexer Multiplexer - Necessity of multiplexing - Principle of multiplexing & - their types 2 : 1, 4 : 1, 8 : 1 - Block diagram, operating principle, Applications - Multiplexer tree 32 to 1 and multiplexing 16 to 1 line Demultiplexer - Necessity of demultiplexing - Principle of demultiplexing & - their types - 1 : 2, 1 : 4, 1 : 8 - block diagram, operating principle, Applications 7 Flip Flops 7.1 Difference between combinational and sequential circuits Basic concept of Flip Flop 7.3 Types of Flip Flop: RS, Clocked RS, T & D flip flop, JK FF, Master slave JK FF ( Diagram, Symbol, Truth table, operation, Application ) 7.4 Concept of Preset & Clear, Race around condition 7.5 Types of triggering : Edge, level triggering 7.6 Flip flop IC s 8 Counters 8.1 Basic concept of counters Classification of counters: Synchronous &Asynchronous/ripple 8.3 Concept of UP & DOWN counter bit /4 Bit Binary counter 8.5 BCD counter 8.6 Design MOD N counter ( Circuit diagram, operation, Timing diagram of above Counter ) 9 Shift Registers 9.1 Definition, Classification 9.2 Working of 4 Bit SISO, SIPO, PISO, PIPO Registers 9.3 Universal shift registers, Bidirectional shift register 9.4 Ring Counter, Twisted ring counter ( Diagram, operation, waveform, applications of shift Registers) A-D and D-A converter 10.1 Need of data converters,types of data converter 10.2 DAC specification 10.3 Circuit diagram and working of R-2R Ladder DAC 10.4 ADC specification 10.5 Block diagram and working of RAMP ADC 04 06

24 LIST OF PRACTICALS ( any 10 ) :-- Sr.No. Title of Experiment 1 Verification of Truth Table of AND, OR, NOT, NAND,NOR,Ex-OR,Ex-NOR gates using ICS 2 Truth table verification of Basic gates using discrete components such as diode,transistor etc. 3 Construction of logic circuit for a given Boolean expression 4 Verification of Truth Tables of RS, flip flop using respective ICs 5 Verification of Truth Tables of JK, flip flop using respective ICs 6 Verification of Truth Tables of T & D flip flops using respective ICs 7 To built 3 bit ripple counter using Flip Flop & its ICs and observation of its timing waveform 8 Construction of BCD counter using Flip Flop & its IC Construction of 4 bit shift register using & ICs 7494 / Implementation of adder circuit using Multiplexer IC Implementation of adder circuit using Demultiplexer IC Construction of UP & DOWN counter & observation of its operation 13 To built & study Comparator ( IC 7485 ) 14 To study d/a converter using IC 0808 Reference Books: Sr. No. Title Author Publisher 01 Modern Digital Electronics R.P. Jain Tata McGraw Hill 02 Principle of Digital Electronics Malvino A.P & Leach Tata McGraw Hill 03 Digital Logic Design & Application N.G.Palan Tech-Max 04 Pulse Digital & Switching waveforms Millman & Taub S. Chand 05 Digital Electronics William Gothmann Tat McGraw Hill Web Reference:- 1. Signetics Logic TTL Data Manual about circuts.com 3. Academic Co-ordinator Head of department Principal (Computer engineering) Govt.Polytechnic,Mumbai

Applied Mathematics [AMT] S.Y. Diploma : Sem. III [CO/CM/IF/CD]

Applied Mathematics [AMT] S.Y. Diploma : Sem. III [CO/CM/IF/CD] Applied Mathematics [AMT] S.Y. Diploma : Sem. III [CO/CM/IF/CD] EVALUATION SYSTEM Time Marks Theory Exam 3 Hrs. 100 Practical Exam Oral Exam Term Work Class Test (Two Test) 25 (each) SYLLABUS 1. Integration

More information

TEACHING & EXAMINATION SCHEME For the Examination COMPUTER SCIENCE. B.Sc. Part-I

TEACHING & EXAMINATION SCHEME For the Examination COMPUTER SCIENCE. B.Sc. Part-I TEACHING & EXAMINATION SCHEME For the Examination -2015 COMPUTER SCIENCE THEORY B.Sc. Part-I CS.101 Paper I Computer Oriented Numerical Methods and FORTRAN Pd/W Exam. Max. (45mts.) Hours Marks 150 2 3

More information

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.5) Sessional Unit Code. Theory Unit Course

UNIVERSITY POLYTECHNIC B.I.T., MESRA, RANCHI. COURSE STRUCTURE (W.E.F Batch Students) (Total Unit 7.5) Sessional Unit Code. Theory Unit Course COURSE STRUCTURE (W.E.F. 2011 Batch Students) (Total Unit 7.5) Course Theory Unit Course Sessional Unit Code Code DCP 4001 Data Structures 1.0 DCP 4002 Data Structures Lab. 0.5 DEC 4003 Electronics Circuits

More information

TH INT TOTAL PR OR TW Max Min Max Min Max Min Max Min Max Min 1 Mathematics III CO

TH INT TOTAL PR OR TW Max Min Max Min Max Min Max Min Max Min 1 Mathematics III CO TILAK MAHARASHTRA VIDYAPEETH,PUNE TEACHING AND EXAMINATION SCHEME FOR DIPLOMA COURSE COURSE NAME:COMPUTER ENGINEERING COURSE CODE : CO DURATION OF COURSE : SIX SEMESTERS SEMESTER : THIRD SEMESTER DURATION:18

More information

Principles of Digital Techniques PDT (17320) Assignment No State advantages of digital system over analog system.

Principles of Digital Techniques PDT (17320) Assignment No State advantages of digital system over analog system. Assignment No. 1 1. State advantages of digital system over analog system. 2. Convert following numbers a. (138.56) 10 = (?) 2 = (?) 8 = (?) 16 b. (1110011.011) 2 = (?) 10 = (?) 8 = (?) 16 c. (3004.06)

More information

UPY14602-DIGITAL ELECTRONICS AND MICROPROCESSORS Lesson Plan

UPY14602-DIGITAL ELECTRONICS AND MICROPROCESSORS Lesson Plan UPY14602-DIGITAL ELECTRONICS AND MICROPROCESSORS Lesson Plan UNIT I - NUMBER SYSTEMS AND LOGIC GATES Introduction to decimal- Binary- Octal- Hexadecimal number systems-inter conversions-bcd code- Excess

More information

DIRECTORATE OF TECHNICAL EDUCATION DIPLOMA IN ELECTRICAL AND ELECTRONICS ENGINEERING II YEAR M SCHEME IV SEMESTER.

DIRECTORATE OF TECHNICAL EDUCATION DIPLOMA IN ELECTRICAL AND ELECTRONICS ENGINEERING II YEAR M SCHEME IV SEMESTER. DIRECTORATE OF TECHNICAL EDUCATION DIPLOMA IN ELECTRICAL AND ELECTRONICS ENGINEERING II YEAR M SCHEME IV SEMESTER 2015 2016 onwards DIGITAL ELECTRONICS CURRICULUM DEVELOPMENT CENTRE Curriculum Development

More information

Scheme G. Sample Test Paper-I

Scheme G. Sample Test Paper-I Sample Test Paper-I Marks : 25 Times:1 Hour 1. All questions are compulsory. 2. Illustrate your answers with neat sketches wherever necessary. 3. Figures to the right indicate full marks. 4. Assume suitable

More information

Fundamental of I.T. (c) Application of computer *************

Fundamental of I.T. (c) Application of computer ************* Paper I Fundamental of I.T 1. What is an output device? Discuss the type of output device used in computer. 2. What is Secondary memory? Discuss the type of secondary memory used in computer. 3. Explain

More information

5. (a) What is secondary storage? How does it differ from a primary storage? (b) Explain the functions of (i) cache memory (ii) Register

5. (a) What is secondary storage? How does it differ from a primary storage? (b) Explain the functions of (i) cache memory (ii) Register General Concepts 1. (a) What are combinational circuits? (b) Perform the following: (i) Convert (0.5625) 10 = ( ) 2 (ii) (010010) 2 (100011) 2 = ( ) 2 2. (a) Using truth table prove that A B= A+ B (b)

More information

B.Sc II Year Computer Science (Optional)

B.Sc II Year Computer Science (Optional) Swami Ramanand Teerth Marathwad University, Nanded B.Sc II Year Computer Science (Optional) (Semester Pattern) ( W.E.F. June 2010) Paper No VI VII Paper Title Digital Electronics & 8085 Microprocessor

More information

VALLIAMMAI ENGINEERING COLLEGE. SRM Nagar, Kattankulathur DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING EC6302 DIGITAL ELECTRONICS

VALLIAMMAI ENGINEERING COLLEGE. SRM Nagar, Kattankulathur DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING EC6302 DIGITAL ELECTRONICS VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur-603 203 DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING EC6302 DIGITAL ELECTRONICS YEAR / SEMESTER: II / III ACADEMIC YEAR: 2015-2016 (ODD

More information

LIST OF EXPERIMENTS. (1) (Office Automation)

LIST OF EXPERIMENTS. (1) (Office Automation) LIST OF EXPERIMENTS (1) 310042 (Office Automation) 1 Computer Fundamentals 2 DOS Command 3 Execute DOS Command using examples. 4 Introduction to windows & familarity with controls. 5 Introduction of Ms-Office

More information

KING FAHD UNIVERSITY OF PETROLEUM & MINERALS COMPUTER ENGINEERING DEPARTMENT

KING FAHD UNIVERSITY OF PETROLEUM & MINERALS COMPUTER ENGINEERING DEPARTMENT KING FAHD UNIVERSITY OF PETROLEUM & MINERALS COMPUTER ENGINEERING DEPARTMENT COE 202: Digital Logic Design Term 162 (Spring 2017) Instructor: Dr. Abdulaziz Barnawi Class time: U.T.R.: 11:00-11:50AM Class

More information

END-TERM EXAMINATION

END-TERM EXAMINATION (Please Write your Exam Roll No. immediately) END-TERM EXAMINATION DECEMBER 2006 Exam. Roll No... Exam Series code: 100919DEC06200963 Paper Code: MCA-103 Subject: Digital Electronics Time: 3 Hours Maximum

More information

ii) Do the following conversions: output is. (a) (101.10) 10 = (?) 2 i) Define X-NOR gate. (b) (10101) 2 = (?) Gray (2) /030832/31034

ii) Do the following conversions: output is. (a) (101.10) 10 = (?) 2 i) Define X-NOR gate. (b) (10101) 2 = (?) Gray (2) /030832/31034 No. of Printed Pages : 4 Roll No.... rd 3 Sem. / ECE Subject : Digital Electronics - I SECTION-A Note: Very Short Answer type questions. Attempt any 15 parts. (15x2=30) Q.1 a) Define analog signal. b)

More information

GARDEN CITY UNIVERSITY. Bachelor of Computer Applications SEMESTER- I. Course: CONCEPTS OF PROGRAMMING USING C LANGUAGE CODE: 05ABCAR17111 CREDITS: 04

GARDEN CITY UNIVERSITY. Bachelor of Computer Applications SEMESTER- I. Course: CONCEPTS OF PROGRAMMING USING C LANGUAGE CODE: 05ABCAR17111 CREDITS: 04 GARDEN CITY UNIVERSITY Bachelor of Computer Applications SEMESTER- I Course: CONCEPTS OF PROGRAMMING USING C LANGUAGE CODE: 05ABCAR17111 CREDITS: 04 Unit 1 Programming Basics 1.1 Introduction to Programming

More information

COPYRIGHTED MATERIAL INDEX

COPYRIGHTED MATERIAL INDEX INDEX Absorption law, 31, 38 Acyclic graph, 35 tree, 36 Addition operators, in VHDL (VHSIC hardware description language), 192 Algebraic division, 105 AND gate, 48 49 Antisymmetric, 34 Applicable input

More information

COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK SUBJECT CODE & NAME: EC 1312 DIGITAL LOGIC CIRCUITS UNIT I

COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK SUBJECT CODE & NAME: EC 1312 DIGITAL LOGIC CIRCUITS UNIT I KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK SUBJECT CODE & NAME: EC 1312 DIGITAL LOGIC CIRCUITS YEAR / SEM: III / V UNIT I NUMBER SYSTEM & BOOLEAN ALGEBRA

More information

Hours / 100 Marks Seat No.

Hours / 100 Marks Seat No. 17320 21718 3 Hours / 100 Seat No. Instructions (1) All Questions are Compulsory. (2) Answer each next main Question on a new page. (3) Figures to the right indicate full marks. (4) Assume suitable data,

More information

Course Title III Allied Practical** IV Environmental Studies #

Course Title III Allied Practical** IV Environmental Studies # Part Ins. hrs / week Dur.Hr s. CIA Marks Total Marks Credit Page 1 of 5 BHARATHIAR UNIVERSITY,COIMBATORE-641 046 B.Sc. PHYSICS DEGREE COURSE SCHEME OF EXAMINATIONS (CBCS PATTERN) (For the students admitted

More information

SHRI ANGALAMMAN COLLEGE OF ENGINEERING. (An ISO 9001:2008 Certified Institution) SIRUGANOOR, TIRUCHIRAPPALLI

SHRI ANGALAMMAN COLLEGE OF ENGINEERING. (An ISO 9001:2008 Certified Institution) SIRUGANOOR, TIRUCHIRAPPALLI SHRI ANGALAMMAN COLLEGE OF ENGINEERING AND TECHNOLOGY (An ISO 9001:2008 Certified Institution) SIRUGANOOR, TIRUCHIRAPPALLI 621 105 DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING EC1201 DIGITAL

More information

R10. II B. Tech I Semester, Supplementary Examinations, May

R10. II B. Tech I Semester, Supplementary Examinations, May SET - 1 1. a) Convert the following decimal numbers into an equivalent binary numbers. i) 53.625 ii) 4097.188 iii) 167 iv) 0.4475 b) Add the following numbers using 2 s complement method. i) -48 and +31

More information

CERTIFICATE IN WEB PROGRAMMING

CERTIFICATE IN WEB PROGRAMMING COURSE DURATION: 6 MONTHS CONTENTS : CERTIFICATE IN WEB PROGRAMMING 1. PROGRAMMING IN C and C++ Language 2. HTML/CSS and JavaScript 3. PHP and MySQL 4. Project on Development of Web Application 1. PROGRAMMING

More information

Hours / 100 Marks Seat No.

Hours / 100 Marks Seat No. 17333 13141 3 Hours / 100 Seat No. Instructions (1) All Questions are Compulsory. (2) Answer each next main Question on a new page. (3) Illustrate your answers with neat sketches wherever necessary. (4)

More information

CONTENTS CHAPTER 1: NUMBER SYSTEM. Foreword...(vii) Preface... (ix) Acknowledgement... (xi) About the Author...(xxiii)

CONTENTS CHAPTER 1: NUMBER SYSTEM. Foreword...(vii) Preface... (ix) Acknowledgement... (xi) About the Author...(xxiii) CONTENTS Foreword...(vii) Preface... (ix) Acknowledgement... (xi) About the Author...(xxiii) CHAPTER 1: NUMBER SYSTEM 1.1 Digital Electronics... 1 1.1.1 Introduction... 1 1.1.2 Advantages of Digital Systems...

More information

B.Tech II Year I Semester (R13) Regular Examinations December 2014 DIGITAL LOGIC DESIGN

B.Tech II Year I Semester (R13) Regular Examinations December 2014 DIGITAL LOGIC DESIGN B.Tech II Year I Semester () Regular Examinations December 2014 (Common to IT and CSE) (a) If 1010 2 + 10 2 = X 10, then X is ----- Write the first 9 decimal digits in base 3. (c) What is meant by don

More information

HANSABA COLLEGE OF ENGINEERING & TECHNOLOGY (098) SUBJECT: DIGITAL ELECTRONICS ( ) Assignment

HANSABA COLLEGE OF ENGINEERING & TECHNOLOGY (098) SUBJECT: DIGITAL ELECTRONICS ( ) Assignment Assignment 1. What is multiplexer? With logic circuit and function table explain the working of 4 to 1 line multiplexer. 2. Implement following Boolean function using 8: 1 multiplexer. F(A,B,C,D) = (2,3,5,7,8,9,12,13,14,15)

More information

Injntu.com Injntu.com Injntu.com R16

Injntu.com Injntu.com Injntu.com R16 1. a) What are the three methods of obtaining the 2 s complement of a given binary (3M) number? b) What do you mean by K-map? Name it advantages and disadvantages. (3M) c) Distinguish between a half-adder

More information

SECOND SEMESTER BCA : Syllabus Copy

SECOND SEMESTER BCA : Syllabus Copy BCA203T: DATA STRUCTURES SECOND SEMESTER BCA : Syllabus Copy Unit-I Introduction and Overview: Definition, Elementary data organization, Data Structures, data structures operations, Abstract data types,

More information

(ii) Simplify and implement the following SOP function using NOR gates:

(ii) Simplify and implement the following SOP function using NOR gates: DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING EE6301 DIGITAL LOGIC CIRCUITS UNIT I NUMBER SYSTEMS AND DIGITAL LOGIC FAMILIES PART A 1. How can an OR gate be

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS LESSON PLAN (207-208) Course / Branch : B.Sc CS Total Hours : 50 Subject Name : Digital Electronics

More information

Computer Science and Engineering

Computer Science and Engineering of UNDERGRADUATE DEGREE COURSE Computer Science and Engineering Rajasthan Technical University, Kota Effective from session: 0 09 CS-0: Advanced Engineering Mathematics Credit- L+0T+0P Max. Marks : 0 (IA:0,ETE:0)

More information

Tilak Maharashtra University

Tilak Maharashtra University Tilak Maharashtra University Bachelor of Computer Applications Second Year BCA 321- C++ INTRODUCTION C++ programming Basic Object Oriented programming, Characteristics, Advantages of object Oriented programming

More information

MGU-BCA-205- Second Sem- Core VI- Fundamentals of Digital Systems- MCQ s. 2. Why the decimal number system is also called as positional number system?

MGU-BCA-205- Second Sem- Core VI- Fundamentals of Digital Systems- MCQ s. 2. Why the decimal number system is also called as positional number system? MGU-BCA-205- Second Sem- Core VI- Fundamentals of Digital Systems- MCQ s Unit-1 Number Systems 1. What does a decimal number represents? A. Quality B. Quantity C. Position D. None of the above 2. Why the

More information

Madhya Pradesh Bhoj (Open) University, Bhopal

Madhya Pradesh Bhoj (Open) University, Bhopal Subject- Computer Organisation & System Software Maximum Marks: 20 Q.1 What is Number System? Explain Its Types? Q.2 What is Program Interrupt? Explain it. Q.3 Explain the Floating Point Representation?

More information

Department of Computer Science University of Peshawar UNDERGTRADUATE CURRICULUM BCS

Department of Computer Science University of Peshawar UNDERGTRADUATE CURRICULUM BCS Department of Computer Science University of Peshawar UNDERGTRADUATE CURRICULUM BCS Code: BCS231 Credit Hours: 3 Digital Logic Design Numbering Systems a) Number Representation, Conversion, and Arithmetic

More information

Syllabi & Scheme of Examination BCA-2 nd Year. Website:-

Syllabi & Scheme of Examination BCA-2 nd Year. Website:- Syllabi & Scheme of Examination BCA-2 nd Year Website:- www.cdlu.ac.in SCHEME OF EXMINATION University Centre for Distance Learning BCA - II Paper Code Course Nomenclature Ext. Inter. Min. Pass Time Ass.

More information

D I G I T A L C I R C U I T S E E

D I G I T A L C I R C U I T S E E D I G I T A L C I R C U I T S E E Digital Circuits Basic Scope and Introduction This book covers theory solved examples and previous year gate question for following topics: Number system, Boolean algebra,

More information

B.Sc. Computer Science (Ancillary)

B.Sc. Computer Science (Ancillary) Session - 03- onwards.. B.Sc. Computer Science (Ancillary) About the Course Technology is defined as the application of scientific knowledge for practical purposes. The radical changes in technologies

More information

S Y B Voc Software Development Syllabus

S Y B Voc Software Development Syllabus S Y B Voc Software Development Syllabus Course Level Job Roles Course Name: Pattern: Examination Pattern: Eligibility: Medium of Instruction: NSQF Level-VI 1. Jr. Software Developer 2. Trainer Software

More information

Semester: I Credits: 5. Category: MC No.of hrs/week: 5 CA PROGRAMMING IN C

Semester: I Credits: 5. Category: MC No.of hrs/week: 5 CA PROGRAMMING IN C Semester: I Credits: 5 Category: MC No.of hrs/week: 5 CA1505 - PROGRAMMING IN C Objective: This course aims at explaining the basic concepts of computers and an easy understanding of C Language by the

More information

NADAR SARASWATHI COLLEGE OF ENGINEERING AND TECHNOLOGY Vadapudupatti, Theni

NADAR SARASWATHI COLLEGE OF ENGINEERING AND TECHNOLOGY Vadapudupatti, Theni NADAR SARASWATHI COLLEGE OF ENGINEERING AND TECHNOLOGY Vadapudupatti, Theni-625531 Question Bank for the Units I to V SEMESTER BRANCH SUB CODE 3rd Semester B.E. / B.Tech. Electrical and Electronics Engineering

More information

DIGITAL ELECTRONICS. P41l 3 HOURS

DIGITAL ELECTRONICS. P41l 3 HOURS UNIVERSITY OF SWAZILAND FACUL TY OF SCIENCE AND ENGINEERING DEPARTMENT OF PHYSICS MAIN EXAMINATION 2015/16 TITLE OF PAPER: COURSE NUMBER: TIME ALLOWED: INSTRUCTIONS: DIGITAL ELECTRONICS P41l 3 HOURS ANSWER

More information

Syllabus for Computer Science General Part I

Syllabus for Computer Science General Part I Distribution of Questions: Part I Q1. (Compulsory: 20 marks). Any ten questions to be answered out of fifteen questions, each carrying two marks (Group A 3 questions, Group B, Group C and Group D 4 questions

More information

Krantiguru Shyamji Krishna Verma Kachchh University, Bhuj Master of Science (Computer Applications & Information Technology) Semester: II

Krantiguru Shyamji Krishna Verma Kachchh University, Bhuj Master of Science (Computer Applications & Information Technology) Semester: II Paper Code: CCCS205 Total Credit : 4 Title of Paper: ntroduction to Data Structure and Algorithm Unit Description Weighting ntroduction Variables, Data Types, Data Structures, Abstract Data Types (ADTs)

More information

ACADEMIC YEAR PLANNING - F.Y.J.C. ( ) F.Y.J.C. COMPUTER SCIENCE (Theory)

ACADEMIC YEAR PLANNING - F.Y.J.C. ( ) F.Y.J.C. COMPUTER SCIENCE (Theory) ACADEMIC YEAR PLANNING - F.Y.J.C. (2015-16) F.Y.J.C. COMPUTER SCIENCE (Theory) JULY Number Systems & Binary Arithmetic : Binary number, decimal, octal, hexadecimal numbers, BCD,conversion from one number

More information

3. The high voltage level of a digital signal in positive logic is : a) 1 b) 0 c) either 1 or 0

3. The high voltage level of a digital signal in positive logic is : a) 1 b) 0 c) either 1 or 0 1. The number of level in a digital signal is: a) one b) two c) four d) ten 2. A pure sine wave is : a) a digital signal b) analog signal c) can be digital or analog signal d) neither digital nor analog

More information

SIR C.R.REDDY COLLEGE OF ENGINEERING, ELURU DEPARTMENT OF INFORMATION TECHNOLOGY LESSON PLAN

SIR C.R.REDDY COLLEGE OF ENGINEERING, ELURU DEPARTMENT OF INFORMATION TECHNOLOGY LESSON PLAN SIR C.R.REDDY COLLEGE OF ENGINEERING, ELURU DEPARTMENT OF INFORMATION TECHNOLOGY LESSON PLAN SUBJECT: CSE 2.1.6 DIGITAL LOGIC DESIGN CLASS: 2/4 B.Tech., I SEMESTER, A.Y.2017-18 INSTRUCTOR: Sri A.M.K.KANNA

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK NAME OF THE SUBJECT: EE 2255 DIGITAL LOGIC CIRCUITS

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK NAME OF THE SUBJECT: EE 2255 DIGITAL LOGIC CIRCUITS KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK NAME OF THE SUBJECT: EE 2255 DIGITAL LOGIC CIRCUITS YEAR / SEM: II / IV UNIT I BOOLEAN ALGEBRA AND COMBINATIONAL

More information

SYLLABUS FOR 3-YEAR B.Sc. (GENERAL) COURSE IN COMPUTER SCIENCE [To be effective from academic year and onwards] PART I

SYLLABUS FOR 3-YEAR B.Sc. (GENERAL) COURSE IN COMPUTER SCIENCE [To be effective from academic year and onwards] PART I SYLLABUS FOR 3-YEAR B.Sc. (GENERAL) COURSE IN COMPUTER SCIENCE [To be effective from academic year 2005-2006 and onwards] PAPER I (Theory, Full Marks: 100) PART I 1.1 COMPUTER FUNDAMENTALS [25] 1.1.1 Introduction

More information

DIGITAL ELECTRONICS. Vayu Education of India

DIGITAL ELECTRONICS. Vayu Education of India DIGITAL ELECTRONICS ARUN RANA Assistant Professor Department of Electronics & Communication Engineering Doon Valley Institute of Engineering & Technology Karnal, Haryana (An ISO 9001:2008 ) Vayu Education

More information

ABOUT WEB TECHNOLOGY COURSE SCOPE:

ABOUT WEB TECHNOLOGY COURSE SCOPE: ABOUT WEB TECHNOLOGY COURSE SCOPE: The booming IT business across the globe, the web has become one in every of the foremost necessary suggests that of communication nowadays and websites are the lifelines

More information

Seth Jai Parkash Polytechnic, Damla

Seth Jai Parkash Polytechnic, Damla Seth Jai Parkash Polytechnic, Damla Name of the Faculty: Ms Richa Kharbanda Discipline: Computer Engg. Semester: 4 th Subject: DATA STRUCTURES USING C Lesson Plan Duration: 15 weeks (from January, 2018

More information

SEMESTER SYSTEM, A. PROPOSED SCHEME FOR B.Sc. (ELECTRONICS MAINTENANCE)

SEMESTER SYSTEM, A. PROPOSED SCHEME FOR B.Sc. (ELECTRONICS MAINTENANCE) SEMESTER SYSTEM, 2010-2013 A PROPOSED SCHEME FOR B.Sc. (ELECTRONICS MAINTENANCE) CLASS/ SEMESTER Sem-III Sem-IV B. Sc (Elex. Maint) EL-2101 Op-Amp & its Applications EL-2102 Digital Electronics II EL-2103

More information

Digital logic fundamentals. Question Bank. Unit I

Digital logic fundamentals. Question Bank. Unit I Digital logic fundamentals Question Bank Subject Name : Digital Logic Fundamentals Subject code: CA102T Staff Name: R.Roseline Unit I 1. What is Number system? 2. Define binary logic. 3. Show how negative

More information

INTERNATIONAL INSTITUTE OF PROFESSIONAL STUDIES DEVI AHILYA UNIVERSITY, INDORE. M. Tech. (IT) 5½ Years III SEMESTER JULY-DECEMBER 2013

INTERNATIONAL INSTITUTE OF PROFESSIONAL STUDIES DEVI AHILYA UNIVERSITY, INDORE. M. Tech. (IT) 5½ Years III SEMESTER JULY-DECEMBER 2013 INTERNATIONAL INSTITUTE OF PROFESSIONAL STUDIES DEVI AHILYA UNIVERSITY, INDORE M. Tech. (IT) 5½ Years III SEMESTER JULY-DECEMBER 2013 Sub. Code Subject Name Credit IT-301 Mathematics-III 4 IT-302 Internet

More information

DE Solution Set QP Code : 00904

DE Solution Set QP Code : 00904 DE Solution Set QP Code : 00904 1. Attempt any three of the following: 15 a. Define digital signal. (1M) With respect to digital signal explain the terms digits and bits.(2m) Also discuss active high and

More information

Lesson Plan for Even semester

Lesson Plan for Even semester Lesson Plan for Even semester Govt. Polytechnic, Ambala City Name of e Faculty: Discipline: Semester: Subject: Sh. Munish Gupta (Theory + Pract.) & Dr. Surender Kumar (Practical) Computer Engg. 4 DATA

More information

1. Mark the correct statement(s)

1. Mark the correct statement(s) 1. Mark the correct statement(s) 1.1 A theorem in Boolean algebra: a) Can easily be proved by e.g. logic induction b) Is a logical statement that is assumed to be true, c) Can be contradicted by another

More information

R07. Code No: V0423. II B. Tech II Semester, Supplementary Examinations, April

R07. Code No: V0423. II B. Tech II Semester, Supplementary Examinations, April SET - 1 II B. Tech II Semester, Supplementary Examinations, April - 2012 SWITCHING THEORY AND LOGIC DESIGN (Electronics and Communications Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions

More information

Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTONOMY. FIRST YEAR B.Sc. COMPUTER SCIENCE SEMESTER I

Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTONOMY. FIRST YEAR B.Sc. COMPUTER SCIENCE SEMESTER I Deccan Education Society s FERGUSSON COLLEGE, PUNE (AUTONOMOUS) SYLLABUS UNDER AUTONOMY FIRST YEAR B.Sc. COMPUTER SCIENCE SEMESTER I SYLLABUS OF COMPUTER SCIENCE Academic Year 2016-2017 Deccan Education

More information

BHARATHIDASAN ENGINEERING COLLEGE Degree / Branch : B.E./ECE Year / Sem : II/ III Sub.Code / Name : EC6302/DIGITAL ELECTRONICS

BHARATHIDASAN ENGINEERING COLLEGE Degree / Branch : B.E./ECE Year / Sem : II/ III Sub.Code / Name : EC6302/DIGITAL ELECTRONICS BHARATHIDASAN ENGINEERING COLLEGE Degree / Branch : B.E./ECE Year / Sem : II/ III Sub.Code / Name : EC6302/DIGITAL ELECTRONICS FREQUENTLY ASKED QUESTIONS UNIT I MINIMIZATION TECHNIQUES AND LOGIC GATES

More information

CS/IT DIGITAL LOGIC DESIGN

CS/IT DIGITAL LOGIC DESIGN CS/IT 214 (CR) Total No. of Questions :09] [Total No. of Pages : 02 II/IV B.Tech. DEGREE EXAMINATIONS, DECEMBER- 2016 First Semester CS/IT DIGITAL LOGIC DESIGN Time: Three Hours 1. a) Flip-Flop Answer

More information

1) What is information system? Describe the basic concepts of information systems.

1) What is information system? Describe the basic concepts of information systems. (DMSIT 01) ASSIGNMENT - 1, DEC - 2018. PAPER- I : BASICS OF 1) What is information system? Describe the basic concepts of information systems. 2) Discuss about input and output technologies of computer

More information

SUBJECT CODE: IT T35 DIGITAL SYSTEM DESIGN YEAR / SEM : 2 / 3

SUBJECT CODE: IT T35 DIGITAL SYSTEM DESIGN YEAR / SEM : 2 / 3 UNIT - I PART A (2 Marks) 1. Using Demorgan s theorem convert the following Boolean expression to an equivalent expression that has only OR and complement operations. Show the function can be implemented

More information

Sardar Patel University S Y BSc. Computer Science CS-201 Introduction to Programming Language Effective from July-2002

Sardar Patel University S Y BSc. Computer Science CS-201 Introduction to Programming Language Effective from July-2002 Sardar Patel University S Y BSc. Computer Science CS-201 Introduction to Programming Language Effective from July-2002 2 Practicals per week External marks :80 Internal Marks : 40 Total Marks :120 University

More information

SCHEME OF EXAMINATION FOR B.Sc.(COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-I. Semester-I. Internal Assessment

SCHEME OF EXAMINATION FOR B.Sc.(COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f Scheme for B.Sc.-I. Semester-I. Internal Assessment SCHEME OF EXAMINATION FOR B.Sc.(COMPUTER SCIENCE) SEMESTER SYSTEM (Regular Course) w.e.f. 2013-14 Scheme for B.Sc.-I Sr. No. Paper 1 Paper-I Computer And Programming Fundamentals Semester-I Internal Assessment

More information

This tutorial gives a complete understanding on Computer Logical Organization starting from basic computer overview till its advanced architecture.

This tutorial gives a complete understanding on Computer Logical Organization starting from basic computer overview till its advanced architecture. About the Tutorial Computer Logical Organization refers to the level of abstraction above the digital logic level, but below the operating system level. At this level, the major components are functional

More information

PGDCA SEMESTER-I PGDCA 101: PC SOFTWARE: Unit-1: Introduction

PGDCA SEMESTER-I PGDCA 101: PC SOFTWARE: Unit-1: Introduction PGDCA SEMESTER-I PGDCA 101: PC SOFTWARE: - Introduction to personal computer Concept of hardware & software, program, data processing, classification of PC software, Computer Applications. - Overview of

More information

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical Name of faculty: Gaurav Gambhir Discipline: Computer Science Semester: 6 th Subject: CSE 304 N - Essentials of Information Technology Lesson Plan Duration: 15 Weeks (from January, 2018 to April, 2018)

More information

Course Outline Faculty of Computing and Information Technology

Course Outline Faculty of Computing and Information Technology Course Outline Faculty of Computing and Information Technology Title Code Instructor Name Credit Hours Prerequisite Prerequisite Skill/Knowledge/Understanding Category Course Goals Statement of Course

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R059210504 Set No. 1 II B.Tech I Semester Regular Examinations, November 2007 DIGITAL LOGIC DESIGN ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems

More information

Logic design Ibn Al Haitham collage /Computer science Eng. Sameer

Logic design Ibn Al Haitham collage /Computer science Eng. Sameer DEMORGAN'S THEOREMS One of DeMorgan's theorems stated as follows: The complement of a product of variables is equal to the sum of the complements of the variables. DeMorgan's second theorem is stated as

More information

II/IV B.Tech (Regular/Supplementary) DEGREE EXAMINATION. Answer ONE question from each unit.

II/IV B.Tech (Regular/Supplementary) DEGREE EXAMINATION. Answer ONE question from each unit. Hall Ticket Number: 14CS IT303 November, 2017 Third Semester Time: Three Hours Answer Question No.1 compulsorily. II/IV B.Tech (Regular/Supplementary) DEGREE EXAMINATION Common for CSE & IT Digital Logic

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R059210504 Set No. 1 II B.Tech I Semester Supplementary Examinations, February 2007 DIGITAL LOGIC DESIGN ( Common to Computer Science & Engineering, Information Technology and Computer Science

More information

Government of Karnataka Department of Technical Education Board of Technical Examinations, Bengaluru

Government of Karnataka Department of Technical Education Board of Technical Examinations, Bengaluru Government of Karnataka Department of Technical Education Board of Technical Examinations, Bengaluru Course Title: DIGITAL ELECTRONICS Course Code : 15EE34T Semester : III Course Group : Core Teaching

More information

COURSE OUTCOMES OF M.Sc(IT)

COURSE OUTCOMES OF M.Sc(IT) COURSE OUTCOMES OF M.Sc(IT) Sr. No Subject Code Subject Name Sem-I CO Status Course Outcomes 1. A304101 PROGRAMMING USING C 2. A304102 FUNDAMENTALS OF COMPUTER & INFORMATION TECHNOLOGIES CO1 CO2 Understands

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R059210504 Set No. 1 II B.Tech I Semester Regular Examinations, November 2006 DIGITAL LOGIC DESIGN ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems

More information

Total No. of Questions : 18] [Total No. of Pages : 02. M.Sc. DEGREE EXAMINATION, DEC First Year COMPUTER SCIENCE.

Total No. of Questions : 18] [Total No. of Pages : 02. M.Sc. DEGREE EXAMINATION, DEC First Year COMPUTER SCIENCE. (DMCS01) Total No. of Questions : 18] [Total No. of Pages : 02 M.Sc. DEGREE EXAMINATION, DEC. 2016 First Year COMPUTER SCIENCE Data Structures Time : 3 Hours Maximum Marks : 70 Section - A (3 x 15 = 45)

More information

Philadelphia University Student Name: Student Number:

Philadelphia University Student Name: Student Number: Philadelphia University Student Name: Student Number: Faculty of Engineering Serial Number: Final Exam, First Semester: 2018/2019 Dept. of Computer Engineering Course Title: Logic Circuits Date: 03/01/2019

More information

Certified HTML5 Developer VS-1029

Certified HTML5 Developer VS-1029 VS-1029 Certified HTML5 Developer Certification Code VS-1029 HTML5 Developer Certification enables candidates to develop websites and web based applications which are having an increased demand in the

More information

SARVEPALLI RADHAKRISHNAN UNIVERSITY, BHOPAL (M.P.) Scheme of Examination. First Semester-Master of Computer Application

SARVEPALLI RADHAKRISHNAN UNIVERSITY, BHOPAL (M.P.) Scheme of Examination. First Semester-Master of Computer Application Scheme of Examination First Semester-Master of Computer Application S.No Subject Subject Periods per Credits Maximum Marks Maximum Marks Total Code Name week (Theory Slot) (Practical Slot) Marks L T P

More information

Data about data is database Select correct option: True False Partially True None of the Above

Data about data is database Select correct option: True False Partially True None of the Above Within a table, each primary key value. is a minimal super key is always the first field in each table must be numeric must be unique Foreign Key is A field in a table that matches a key field in another

More information

Swami Ramanand Teerth Marathwada University, Nanded

Swami Ramanand Teerth Marathwada University, Nanded Swami Ramanand Teerth Marathwada University, Nanded Syllabus B. Sc. First Year COMPUTER SCIENCE Semester System (MCQ Pattern) (To Be Implemented From Academic Year 2013-2014) Theory/ Practical Semester

More information

SUBJECT COMPUTER SCIENCE PAGE 1

SUBJECT COMPUTER SCIENCE PAGE 1 BACHELOR OF SCIENCE (B.Sc.) (THREE YEAR DEGREE COURSE) SUBJECT COMPUTER SCIENCE PAGE 1 COURSE STRUCTURE FIRST YEAR PAPER 101: Computer Fundamental 50 MARKS PAPER 102: Programming IN C 50 MARKS PAPER 103:

More information

TEACHING GUI

TEACHING GUI MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION, MUMBAI TEACHING AND EXAMINATION SCHEME FOR POST S.S.C. DIPLOMA COURSES COURSE NAME : COMPUTER ENGINEERING GROUP COURSE CODE : CO/CD/CM/CW/IF DURATION OF

More information

Lesson Plan (Odd Semester) Name of the Faculty: Rakesh Gupta

Lesson Plan (Odd Semester) Name of the Faculty: Rakesh Gupta Lesson Plan (Odd Semester) Name of the Faculty: Rakesh Gupta Discipline: Department: Semester: Subject: Data Communication Lesson Plan Duration: 15 weeks ( from July, 2018 to Dec., 2018) **Work load (Lecture

More information

Sql Server Syllabus. Overview

Sql Server Syllabus. Overview Sql Server Syllabus Overview This SQL Server training teaches developers all the Transact-SQL skills they need to create database objects like Tables, Views, Stored procedures & Functions and triggers

More information

VEER NARMAD SOUTH GUJARAT UNIVERSITY

VEER NARMAD SOUTH GUJARAT UNIVERSITY VEER NARMAD SOUTH GUJARAT UNIVERSITY Revised syllabus B.C.A. Semester III B.C.A. Semester - III Teaching and Evaluation Scheme Paper No Paper Title Teaching Scheduled University Exam Theory/Practical Internal

More information

Oracle Database 11g: SQL and PL/SQL Fundamentals

Oracle Database 11g: SQL and PL/SQL Fundamentals Oracle University Contact Us: +33 (0) 1 57 60 20 81 Oracle Database 11g: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn In this course, students learn the fundamentals of SQL and PL/SQL

More information

MAHARAJA KRISHNAKUMARSINHJI BHAVNAGAR UNIVERSITY NAAC Accreditation Grade B (With effect from Academic Year: )

MAHARAJA KRISHNAKUMARSINHJI BHAVNAGAR UNIVERSITY NAAC Accreditation Grade B (With effect from Academic Year: ) BACHELOR OF COMPUTER APPLICATIONS (B.C.A.) Structure for B.C.A. CBCS Programme Semester-III (SY) COURSE NO. COURSE TYPE SUBJECT CREDIT BCA-EC-301 ELECTIVE 02 BCA-FC-301 FOUNDATION 02 BCA-CC-301 CORE Operating

More information

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY Dept/Sem: II CSE/03 DEPARTMENT OF ECE CS8351 DIGITAL PRINCIPLES AND SYSTEM DESIGN UNIT I BOOLEAN ALGEBRA AND LOGIC GATES PART A 1. How many

More information

www.vidyarthiplus.com Question Paper Code : 31298 B.E./B.Tech. DEGREE EXAMINATION, NOVEMBER/DECEMBER 2013. Third Semester Computer Science and Engineering CS 2202/CS 34/EC 1206 A/10144 CS 303/080230012--DIGITAL

More information

B.C.A DATA BASE MANAGEMENT SYSTEM MODULE SPECIFICATION SHEET. Course Outline

B.C.A DATA BASE MANAGEMENT SYSTEM MODULE SPECIFICATION SHEET. Course Outline B.C.A 2017-18 DATA BASE MANAGEMENT SYSTEM Course Outline MODULE SPECIFICATION SHEET This course introduces the fundamental concepts necessary for designing, using and implementing database systems and

More information

Designing for Web Using Markup Language and Style Sheets

Designing for Web Using Markup Language and Style Sheets Module Presenter s Manual Designing for Web Using Markup Language and Style Sheets Effective from: July 2014 Ver. 1.0 Amendment Record Version No. Effective Date Change Replaced Pages 1.0 July 2014 New

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 COMPUTER SCIENCE AND ENGINEERING TUTORIAL QUESTION BANK Name : DIGITAL LOGIC DESISN Code : AEC020 Class : B Tech III Semester

More information

Certified HTML Designer VS-1027

Certified HTML Designer VS-1027 VS-1027 Certification Code VS-1027 Certified HTML Designer Certified HTML Designer HTML Designer Certification allows organizations to easily develop website and other web based applications which are

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information