Archive

Posts Tagged ‘Computer Science & Engineering’

MDU Syllabus | F-Scheme | CSE- 212 F Database Management Systems Lab

July 20th, 2010 No comments

CSE- 212 F Database Management Systems Lab

I. Create a database and write the programs to carry out the following operation:

1. Add a record in the database

2. Delete a record in the database

3. Modify the record in the database

4. Generate queries

5. Generate the report

6. List all the records of database in ascending order.

Read more…

MDU Syllabus | F-Scheme | CSE- 210 F Computer Architecture & Organization

July 20th, 2010 No comments

CSE- 210 F Computer Architecture & Organization

Section A:

Boolean algebra and Logic gates, Combinational logic blocks(Adders, Multiplexers, Encoders, de-coder), Sequential logic blocks(Latches, Flip-Flops, Registers, Counters) Store program control concept, Flynn’s classification of computers (SISD, MISD, MIMD); Multilevel viewpoint of a machine: digital logic, micro architecture, ISA, operating systems, high level language; structured organization; CPU, caches, main memory, secondary memory units & I/O; Performance metrics; MIPS, MFLOPS.

Section B: Instruction Set Architecture:

Instruction set based classification of processors (RISC, CISC, and their comparison); addressing modes: register, immediate, direct, indirect, indexed; Operations in the instruction set; Arithmetic and Logical, Data Transfer, Control Flow; Instruction set formats (fixed, variable, hybrid); Language of the machine: 8086 ; simulation using MSAM.

Read more…