Syllabusbtech 4 Thsem
Syllabusbtech 4 Thsem
UNIT-II
Theory
Karnaugh Map, Map entered variables, Quine-McCluskey method. Combinational Circuits: Adder,
Subtractor, Encoder, Decoder, Tristate, Multiplexer, Demultiplexer, Parity checker & generator.
Practical
Practice
1. Half adder and full adder circuits.
2. Multiplexer/ Demultiplexer combinational logic circuit.
UNIT-III
Theory
Fundamental concepts of sequential logic: Introduction, Synchronous and Asynchronous operation, Latches,
Flip Flops,
Practical
Practice
1.Study Of S-R Flip Flop
2. Study Of J-K Flip Flop.
Sub: Object Oriented Programming in Java
UNIT – I (OOP’s Fundamentals and Introduction to programming in Java)
Theory
Structured V/s object oriented approaches, Data abstraction information hiding and encapsulation, Objects
and classes Introduction to programming in Java: Bytecode and virtual machine. Program Elements:
Primitive data types, variables, assignment, arithmetic, short circuit logical operators, arrays. Decision and
control statements.
Practical
Practice
S.No. Name of Practical
1 Programs based on variables, assignment, arithmetic &
logical operators.
2 Programs based on conditional Statements.
3 Programs based on looping statements.
4 Implementation of the methods using java programs.
Practical
S.No. Name of Practical
1 Perform recursive binary and linear search.
2 Sort a given set of elements using Heap sort technique.
3 Sort a given set of elements using Merge sort technique.
4 Sort a given set of elements using Insertion sort technique.
5 Sort a given set of elements using Quick sort technique.
Practical (1 Credit)
S.No. Name of Practical
1 Check whether a graph is connected using Depth first technique.
2 Sort a given set of elements using Selection sort technique.
3 From a given vertex in a weighted connected graph, find shortest paths to other vertices
using Dijkstra’s algorithm.
4 Find minimum cost spanning tree of a given undirected graph using Kruskal’s algorithm.
5 Print all the nodes reachable from a given starting node in a digraph using Breadth first
search technique.