































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Computer organization and Architecture lab manual for Btech Semester 3. It contains total 9 experiments with complete diagrams.
Typology: Lab Reports
1 / 39
This page cannot be seen from the preview
Don't miss anything!
On special offer
rd
INDEX ABES Institute of Technology, Ghaziabad Department of Computer Science & Engineering
S.N o Contents
ABES Institute of Technology, Ghaziabad
Graduates of the program are expected to be employed in IT industry or Indulge in higher studies and research. PEO Graduates of the program are expected to exhibit curiosity to learn new technologies and work with ethical values and team work. PEO Graduates of the program are expected to design and develop innovative solutions related to real world problems of the society.
PSO 1 Solve complex problems using data structures and other advanced suitable algorithms. PSO 2 Interpret fundamental concepts of computer systems and understand its hardware and software aspect. PSO 3 Analyze the constraints of the existing data base management systems and get experience on large-scale analytical methods in the evolving technologies. Department of Computer Science & Engineering
Develop intelligent systems and implement solutions to cater the business specific requirements.
PO1 Engineering knowledge PO2 Problem analysis PO3 Design/development of solutions PO4 Conduct investigations of complex problems PO5 Modern tool usage PO6 The engineer and society PO7 Environment and sustainability PO8 Ethics PO9 Individual and team work PO10 Communication PO11 Project management and finance PO12 Life-long learning
RESULT: The Half Adder & Full Adder circuits are verified. PRECAUTIONS :
1. Give the basic rules for binary addition? 0+0 = 0; 0+1 = 1; 1+1 = 1 0; 1+0 = 1. 2. Specify the no. of I/P and O/P of Half adder? Two inputs & one output. 3. What is the drawback of half adder? We can’t add carry bit from previous stage. 4. Write the equation for sum & carry of half adder? Sum = A XOR B; carry = A.B. 5. Write the equation for sum & carry of full adder? SUM= A’B’C+A’BC’+AB’C’+ABC; CARRY=AB+BC+AC.
AIM: Implementing Binary -to -Gray, Gray -to -Binary code conversions. APPARATUS REQUIRED : Digital board DB06, DC Power Supply +5 V from external source or ST2611 Digital lab, Digital Multimeter or Digital Lab ST2611. BRIEF THEORY : The availability of a large variety of codes for the same discrete elements of information results in the use of different codes by different digital system. It is sometimes necessary to use the output of one system as the input to another. A conversion circuit must be inserted between the two systems if each uses different codes for the same information. Thus, a code converter is a circuit that makes the two systems compatible even though each uses a different binary code. Logic diagram & Truth Table : (Logic 1 = +5V & Logic 0= GND) Binary to Gray Code Gray to Binary Code
AIM: Implementing 3-8 line DECODER and Implementing 4x1 and 8x1 MULTIPLEXERS. APPARATUSREQUIRED :Power Supply, Digital Trainer, Connecting Leads, IC’s74153(4x1 multiplexer). BRIEF THEORY : MULTIPLEXER: Multiplexer generally means many into one. A multiplexer is acircuit with many Inputs but only one output. By applying control signals we can steer any input to the output .The fig. (1) Shows the general idea. The ckt. has n-input signal, control signal & one output signal. Where 2n^ = m. One of the popular multiplexer is the 16 to 1 multiplexer, which has 16 input bits, 4 control bits & 1 output bit. PIN CONFIGURATION : IC 74153 (4x1 multiplexer) (4x8 multiplexer)
S0–S2 Select Inputs E Enable (Active LOW) Input I0–I7 Multiplexer Inputs Z Multiplexer Output (Note b) Z’ Complementary Multiplexer Output LOGIC DIAGRAM: Multiplexer (4x1) IC 74153
Truth Table of multiplexer (8x1) IC 74153 PROCEDURE :
or inverters when expanding. A 24-line decoder can be implemented without external inverters and a 32-line decoder requires only one inverter. An enable input can be used as a data input for demultiplexing applications. PIN CONFIGURATION : OBSERVATION TABLE :
3) The Vcc and ground should be applied carefully at the specified pin only. VIVA QUESTIONS
1. Why is MUX called as “Data Selector”? This selects one out of many inputs. 2. What do you mean by Multiplexing? Multiplexing means selecting only a single input out of many inputs 3. What is Digital Multiplexer? This multiplexer acts on digital data. 4. What is the function of Enable input to any IC? When this enable signal is activated. 5. What is demultiplexer? A demultiplexer transmits the data from a single source to various sources.
AIM : Verify the excitation tables of various Flip-Flops. APPARATUS REQUIRED: IC’ S 7400, 7402 Digital Trainer & Connectingleads. BRIEF THEORY :
RESULT : Truth table is verified on digital trainer. PRECAUTIONS :
AIM : Design of an 8-bit Input/ Output system with four 8-bit Internal Registers. BRIEF THEORY : A universal shift register is an integrated logic circuit that can transfer data in three different modes. Like a parallel register it can load and transmit data in parallel. Like shift registers it can load and transmit data in serial fashions, through left shifts or right shifts. In addition, the universal shift register can combine the capabilities of both parallel and shift registers to accomplish tasks that neither basic type of register can perform on its own. For instance, on a particular job a universal register can load data in series (e.g. through a sequence of left shifts) and then transmit/output data in parallel. Universal shift registers, as all other types of registers, are used in computers as memory elements. Although other types of memory devices are used for the efficient storage of very large volume of data, from a digital system perspective when we say computer memory we mean registers. In fact, all the operations in a digital system are performed on registers. Examples of such operations include multiplication, division, and data transfer. In order for the universal shift register to operate in a specific mode, it must first select the mode. To accomplish mode selection the universal register uses a set of two selector switches, S1 and S0. Operating Mode S1 S Locked 0 0 Shift-Right 0 1 Shift-Left 1 0 Parallel Loading 1 1