Archive

Archive for the ‘3rd Sem CSE’ Category

MDU Syllabus | F-Scheme | EE-224-F DIGITAL ELECTRONICS LAB

July 18th, 2010 No comments

EE-224-F DIGITAL ELECTRONICS LAB

Objective: To understand the digital logic and create various systems by using these logics.

1. Introduction to digital electronics lab- nomenclature of digital ICs, specifications, study of the

data sheet, concept of Vcc and ground, verification of the truth tables of logic gates using TTL ICs.

2. Implementation of the given Boolean function using logic gates in both SOP and POS forms.

3. Verification of state tables of RS, JK, T and D flip-flops using NAND & NOR gates.

4. Implementation and verification of Decoder/De-multiplexer and Encoder using logic gates.

5. Implementation of 4×1 multiplexer using logic gates.

Read more…

MDU Syllabus | F-Scheme | CSE-205 F Data Structures using ‘C’ Lab.

July 18th, 2010 1 comment

CSE-205 F Data Structures using ‘C’ Lab.

1. Write a program to search an element in a two-dimensional array using linear search.

2. Using iteration & recursion concepts write programs for finding the element in the array

using Binary Search Method

3. Write a program to perform following operations on tables using functions only a) Addition b) Subtraction c) Multiplication d) Transpose

4. Using iteration & recursion concepts write the programs for Quick Sort Technique

5. Write a program to implement the various operations on string such as length of string concatenation, reverse of a string & copy of a string to another.

Read more…