DPCO Lab Manual Updated
DPCO Lab Manual Updated
COMPUTER ORGANIZATION
(COMPUTER SCIENCE AND ENGINEERING)
REGULATION – 2023
Name of the Student : .………………………………………………..
Year/Semester :…………………………………………….........
Department :………………………………………………….
Name:…………………………………………………………………
Year:…………Semester……………Branch..…………………….
Certified that this Bonafide Record work done by the above Student in the
2
NPR COLLEGE OF ENGINEERING & TECHNOLOGY, NATHAM
VISION
To develop students with intellectual curiosity and technical expertise to meet the
global needs.
MISSION
3
NPR COLLEGE OF ENGINEERING & TECHNOLOGY, NATHAM
VISION
MISSION
To establish conducive academic environment by imparting quality education
4
5
TABLE OF CONTENT
Page Staff
Ex.No. Date Name of the Experiment No. Marks Sign
IMPLEMENT OF FUNCTIONS
6.
USING MULTIPLEXERS
IMPLEMENTATION OF THE
7.
SYNCHRONOUS COUNTERS
8. IMPLEMENTATION OF A UNIVERSAL
SHIFT REGISTER
6
1
2
3
4
5
RESULT:
6
7
8
9
10
11
RESULT:
12
13
14
15
RESULT:
16
17
18
19
20
RESULT:
21
22
23
24
25
26
27
28
29
30
31
32
RESULT:
33
34
35
36
RESULT:
37
38
39
40
41
42
43
RESULT:
44
45
46
47
RESULT:
48
49
50
51
52
53
RESULT:
54
55
56
57
58
RESULT:
59
EX.NO:9
SIMULATORBASEDSTUDYOFCOMPUTERARCHITECTURE AIM:
THEORY:
Computerarchitectureis oneof theimportantsubjectsofferedatuniversitiesacrossthe world.
Teaching in traditional way can be insufficient if the teaching focus is solely on the textbook materials.
One of the most critical aspects on teaching this discipline is how to support the theoretical concepts of
the subject with appropriate practical experience, usually organized as laboratory experiments. But
practically, students are unable to understand the subject. For this reason, may educators have begun
using different computer architecture simulators based on hardware and software to solve this
problem[5].There are minly about three simulators: Logism, CEDAR and CPTsim.
LOGISM:
Logisim is a simple software which can be used for implementing circuits with basic
obasic gates. Users of this simulator can draw the circuits using the tool box available. The
circuit automatically propagates circuit values through the circuit by selecting the suitable tool
and the user can toggle the input conditions to learn how the circuit behaves in other situations.
Studentthemselves were able to understand how to connect basic gates to make simple as wllas
complex circuits with the help of Logisim.
60
CEDAR
CEDAR is a power simulator in which the student can implement a complete computer and will
be able to understand the internal details of a computer more clearly. Using CEDAR simulator
student can 1) build the entire computer hardware using fundamental logic gates; 2) write an
assembler to translate the test program into machine levelprogram; 3) load the program into the
memory of the computer; and 4) run the test program on these hardware. After the
implementation students can see how a computer executes a program and what are the signals
generated during each clock pulse.
CPUSim
CPU Sim is an interactive simulationtoolinwhich the usercan specify the details ofthe
CPU to be simulated, such as register set, of microinstructions, set of machine instructions and
set of assembly language instructions. Users of the tool can write their own machine or
assembly language program and run on the CPU they have created. It simulates the computer
architecture at registertransferlevelsothat the students willget a betterunderstanding about the
system. User of the simulator has to specify the hardware units and the microinstructions for
the CPU and then create the set of machine instructions. Corresponding to each machine
instruction a sequence of microinstructions is to be formed.
61
RESULT:
62