SlideShare a Scribd company logo
1 of 26
By: 
Admission.edhole.com
Register Transfer and Micro operations 
2 
Admission.edhole.com
3 
• 4-1 Register Transfer Language 
• 4-2 Register Transfer 
• 4-3 Bus and Memory transfers 
• 4-4 Arithmetic Micro operations 
• 4-5 Logic Micro operations 
• 4-6 Shift Micro operations 
• 4-7 Arithmetic Admission.edhol elo.gcioc mshift unit
 The set of register it contains and their 
functions. 
 The sequence of micro operations performed 
on the binary information stored in the 
register. 
 The control that initiated the sequence of 
micro operations. 
4 
Admission.edhole.com
5 
R1 
Register R Showing individual bits 
R2 
7 6 5 4 3 2 1 0 
PC(H) PC(L) 
15 0 
15 8 7 0 
Numbering of bits Divide into two parts 
Admission.edhole.com
P: R2 R1 
6 
R2 
Contro 
l 
circuit 
P Load 
n 
Clock 
R1 
Admission.edhole.com
7 
Clock 
t t+1 
load 
Transfer occurs 
here 
Admission.edhole.com
8 
Symbol Description Examples 
Letters 
(and numerals) 
Parentheses ( ) 
Arrow 
Comma , 
Denotes a register 
Denotes a part of a 
register 
Denotes transfer of 
information 
Separates two micro 
operations 
MAR, 
R2 
R2(0-7),R2(L) 
R2 R1 
R2 R1, R1 
Admission.edhole.com R2
4 – L I N E 
C O M M O N 
B U S 
9 
4 x 1 
M U X 0 
3 2 1 0 
D0 C0 B0 A0 
D2 D1 D0 C2 C1 C0 B2 B1 B0 A2 A1 A0 
3 2 1 0 
4 x 1 
M U X 1 
3 2 1 0 
4 x 1 
M U X 2 
3 2 1 0 
4 x 1 
M U X 3 
3 2 1 0 
D2 C2 B2 A2 D1 C1 B1 A1 
3 2 1 0 3 2 1 0 3 2 1 0 
REGISTER D REGISTER C REGISTER B REGISTER A 
S1 
S0 
Admission.edhole.com
10 
s1 s2 Register selected 
A 
B 
C 
D 
0 0 
0 1 
1 0 
1 1 
Admission.edhole.com
11 
Normal input A 
Control input C 
Output Y=A if C=1 
High-impedance if C=0 
Admission.edhole.com
12 
Bus line for bit 0 A0 
B0 
C0 
D0 
Select 
Enable 
0 
1 
2 
3 
2 x 4 
Decoder 
S0 
S0 
E 
Admission.edhole.com
13 
Read: DR M[AR] 
Write: M[AR] R1 
Admission.edhole.com
 Register transfer micro operations transfer binary 
information from one register to another. 
 Arithmetic micro operation performs arithmetic operations 
on numeric data stored in register. 
 Logic micro operations perform bit manipulation operations 
on nonnumeric data stored in register. 
 Shift micro operations perform shift operations on data 
stored register. 
14 
Admission.edhole.com
15 
Symbolic 
designation 
Description 
R3 R1+ R2 
R3 R1- R2 
R2 R2 
R2 R2 + 
1 
R3 ¬ R1+ R2 + 1 
R1 R1 + 
R1 1 R1 - 
1 
Contents of R1 plus R2 transferred to 
R3 
Contents of R1 minus R2 transferred to 
R3 
Complement the contents of R2( 1’s 
complement) 
2’s complement the contents of 
R2(negate) 
R1 plus the2’s complement of 
R2(subtraction) 
Increment the contents of R1 by one 
Decrement the contents of R1 by one Admission.edhole.com
16 
B0 A0 
B3 A3 B2 A2 B1 A1 
C3 C2 C1 
FA FA FA FA 
C0 
C4 S3 S2 S1 S0 
Admission.edhole.com
B3 A3 B2 A2 B1 A1 B0 A0 M 
17 
FA C3 FA C2 FA C1 FA C0 
C4 S3 S2 S1 S0 
Admission.edhole.com
18 
A3 A2 A1 A0 1 
x y x y x y x y 
HA HA HA HA 
C S C S C S C S 
C4 S3 S2 S1 S0 
Admission.edhole.com
19 
S1 
S0 
0 
1 
23 
S1 
S0 
0 
1 
3 2 
Figure 4-9 
4-bit arithmetic circuit 
Cin 
S0 
S1 
A0 
B0 
B1 
B2 
B3 
Xo Co 
X1 C1 
X2 C2 
X3 C3 
Do 
D1 
D2 
D3 
Cout 
yo C1 
y1 C2 
y2 C3 
y3 C4 
0 1 
S1 
S0 
0 
1 
3 2 
S1 
S0 
0 
1 
3 2 
4 x 1 
MUX 
4 x 1 
MUX 
4 x 1 
MUX 
4 x 1 
MUX Admission.edhole.com
20 
Select 
S1 S0 Cin 
Input Output 
Y D = A + Y + Cin 
Micro operation 
0 
0 
0 
0 
1 
1 
1 
1 
0 
0 
1 
1 
0 
0 
1 
1 
0 
1 
0 
1 
0 
1 
0 
1 
B 
B 
B 
B 
0 
0 
1 
1 
D = A + B 
D = A + B + 1 
D = A + B 
D = A + B + 1 
D = A 
D = A + 1 
D = A - 1 
D = A 
Add 
Add with carry 
Subt. with borrow 
Subtract 
Transfer A 
Increment A 
Decrement A 
Transfer A 
Admission.edhole.com
21 
x y F0 F1 F2 F3 F4 
F5 F6 F7 F8 F9F10 F11 F12F13 F14 F15 
0 
0 
1 
1 
0 
1 
0 
1 
0 
0 
0 
0 
0 
0 
0 
1 
0 
0 
1 
0 
0 
0 
1 
1 
0 
1 
0 
0 
0 
1 
0 
1 
0 
1 
1 
0 
0 
1 
1 
1 
1 
0 
0 
0 
1 
0 
0 
1 
1 
0 
1 
0 
1 
0 
1 
1 
1 
1 
0 
0 
1 
1 
0 
1 
1 
1 
1 
0 
1 
1 
1 
1 
Admission.edhole.com
22 
Boolean function Micro operations Name 
F0 = 0 F  0 Clear 
F1 = xy F  A ^ B And 
F2 = xy’ F  A ^ B 
F3 = x F  A Transfer A 
F4 = x’y F  A ^ B 
F5 = y F  B Transfer B 
F6 = x y F  A B 
Exclusive-or 
F7 = x + y F A ٧ B OR 
F8 = (x + Y)’ F  A V B NOR 
F9 = (x Y)’ F A B Exclusive-NOR 
F10 = y’ F B Complement B 
F11 = x + y ‘ F A V B 
F12 = x’ F A Complement A 
F13 = x’ + y F  A v B 
F14 = (xy)’ F  A ^ B NAND 
AdmisF1s5 i= o1 n.edhole.coFm  all 1’s Set to all 1’s
23 
4x1 
MUX 
S1 S0 Output Operation 
0 
0 
1 
1 
0 
1 
0 
1 
E = A ^ B 
E = A v B 
E = A B 
E = A 
AND 
OR 
XOR 
COMPLEMEN 
T 
E i 
S1 
S0 
A i 
B i 0 
1 
2 
3 
Admission.edhole.com
24 
S 
0 
1 
S 
0 
1 
S 
0 
1 
S 
0 
1 
Mux 
Mux 
Mux 
Mux 
Select 
S 
0 
1 
Output 
H0 
H0 
H1 
H2 
H3 
H1 H2 H3 
IR 
A1 
A0 
A2 
A1 
A3 
A2 
Il 
Ao 
A1 
A3 
A4 
Serial 
input (IR) 
Serial 
input (IL) 
Select 
0 for shift right 
1 for shift left 
Admission.edhole.com
25 
Select 
0 
1 
2 
3 
Di 
Ei 
shr 
shl 
S3 
S2 
S1 
Ai -1 
Ai+1 
Bi 
Ai 
Ci 
One stage of 
arithmetic 
circuit 
Ci+1 
S0 
One stage of 
logic circuit 
F i 
4 x 1 
MUX 
Admission.edhole.com
26 
Operation Select 
S3 S2 S1 S0 Cin Operation Function 
0 
0 
0 
0 
0 
0 
0 
0 
0 
1 
0 
0 
0 
1 
0 
0 
0 
0 
1 
1 
0 
0 
1 
0 
0 
0 
0 
1 
0 
1 
0 
0 
1 
1 
0 
0 
0 
1 
1 
1 
0 
1 
0 
0 
x 
0 
1 
0 
1 
x 
0 
1 
1 
0 
x 
0 
1 
1 
1 
x 
1 
0 
x 
x 
x 
1 
1 
x 
x 
x 
F = A 
F = A + 1 
F = A + B 
F = A + B +1 
F = A + B 
F = A + B + 1 
F = A -1 
F = A 
F = A ^ B 
F = A v B 
F = A B 
F = A 
F = shr A 
R = shl A 
Transfer A 
Increment A 
Addition 
Add with carry 
Subtract with 
borrow 
Subtraction 
Decrement A 
Transfer A 
AND 
OR 
XOR 
Complement A 
Shift right A into F 
Shift left A into F 
Table 4-8 
Function table for arithmetic logic shift unit 
Admission.edhole.com

More Related Content

What's hot

Lab 4 Three-Bit Binary Adder
Lab 4 Three-Bit Binary AdderLab 4 Three-Bit Binary Adder
Lab 4 Three-Bit Binary AdderKatrina Little
 
Lab 3 Multi-Function Gate
Lab 3   Multi-Function GateLab 3   Multi-Function Gate
Lab 3 Multi-Function GateKatrina Little
 
Logical and shift micro operations
Logical and shift micro operationsLogical and shift micro operations
Logical and shift micro operationsSanjeev Patel
 
Lec13 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Sh...
Lec13 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Sh...Lec13 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Sh...
Lec13 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Sh...Hsien-Hsin Sean Lee, Ph.D.
 
Lab 2-Simple Combinational Logic
Lab 2-Simple Combinational LogicLab 2-Simple Combinational Logic
Lab 2-Simple Combinational LogicKatrina Little
 
Ceng232 Decoder Multiplexer Adder
Ceng232 Decoder Multiplexer AdderCeng232 Decoder Multiplexer Adder
Ceng232 Decoder Multiplexer Addergueste731a4
 
Digital logic design DLD Logic gates
Digital logic design DLD Logic gatesDigital logic design DLD Logic gates
Digital logic design DLD Logic gatesSalman Khan
 
JavaScript Quizz 2014
JavaScript Quizz   2014JavaScript Quizz   2014
JavaScript Quizz 2014Rémi Goyard
 
Booth’s algorithm.(a014& a015)
Booth’s algorithm.(a014& a015)Booth’s algorithm.(a014& a015)
Booth’s algorithm.(a014& a015)Piyush Rochwani
 
10CSL67 CG LAB PROGRAM 4
10CSL67 CG LAB PROGRAM 410CSL67 CG LAB PROGRAM 4
10CSL67 CG LAB PROGRAM 4Vanishree Arun
 
Quantifying Information Leaks via Model Counting Modulo Theories
Quantifying Information Leaks via Model Counting Modulo TheoriesQuantifying Information Leaks via Model Counting Modulo Theories
Quantifying Information Leaks via Model Counting Modulo TheoriesQuoc-Sang Phan
 
Decoder for digital electronics
Decoder for digital electronicsDecoder for digital electronics
Decoder for digital electronicsIIT, KANPUR INDIA
 
A109211002 switchingtheoryandlogicdesign1
A109211002 switchingtheoryandlogicdesign1A109211002 switchingtheoryandlogicdesign1
A109211002 switchingtheoryandlogicdesign1jntuworld
 

What's hot (20)

Lab 4 Three-Bit Binary Adder
Lab 4 Three-Bit Binary AdderLab 4 Three-Bit Binary Adder
Lab 4 Three-Bit Binary Adder
 
Lab 3 Multi-Function Gate
Lab 3   Multi-Function GateLab 3   Multi-Function Gate
Lab 3 Multi-Function Gate
 
Lect23 Engin112
Lect23 Engin112Lect23 Engin112
Lect23 Engin112
 
Logical and shift micro operations
Logical and shift micro operationsLogical and shift micro operations
Logical and shift micro operations
 
Lec13 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Sh...
Lec13 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Sh...Lec13 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Sh...
Lec13 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Sh...
 
Lab 2-Simple Combinational Logic
Lab 2-Simple Combinational LogicLab 2-Simple Combinational Logic
Lab 2-Simple Combinational Logic
 
Ceng232 Decoder Multiplexer Adder
Ceng232 Decoder Multiplexer AdderCeng232 Decoder Multiplexer Adder
Ceng232 Decoder Multiplexer Adder
 
Digital logic
Digital logicDigital logic
Digital logic
 
Unit 4 dica
Unit 4 dicaUnit 4 dica
Unit 4 dica
 
04 comb ex
04 comb ex04 comb ex
04 comb ex
 
Booth Multiplier
Booth MultiplierBooth Multiplier
Booth Multiplier
 
Digital logic design DLD Logic gates
Digital logic design DLD Logic gatesDigital logic design DLD Logic gates
Digital logic design DLD Logic gates
 
JavaScript Quizz 2014
JavaScript Quizz   2014JavaScript Quizz   2014
JavaScript Quizz 2014
 
Logic gates verification
Logic gates verificationLogic gates verification
Logic gates verification
 
Booth’s algorithm.(a014& a015)
Booth’s algorithm.(a014& a015)Booth’s algorithm.(a014& a015)
Booth’s algorithm.(a014& a015)
 
10CSL67 CG LAB PROGRAM 4
10CSL67 CG LAB PROGRAM 410CSL67 CG LAB PROGRAM 4
10CSL67 CG LAB PROGRAM 4
 
Circular queues
Circular queuesCircular queues
Circular queues
 
Quantifying Information Leaks via Model Counting Modulo Theories
Quantifying Information Leaks via Model Counting Modulo TheoriesQuantifying Information Leaks via Model Counting Modulo Theories
Quantifying Information Leaks via Model Counting Modulo Theories
 
Decoder for digital electronics
Decoder for digital electronicsDecoder for digital electronics
Decoder for digital electronics
 
A109211002 switchingtheoryandlogicdesign1
A109211002 switchingtheoryandlogicdesign1A109211002 switchingtheoryandlogicdesign1
A109211002 switchingtheoryandlogicdesign1
 

Viewers also liked

Register transfer language
Register  transfer languageRegister  transfer language
Register transfer languagehamza munir
 
Computer organiztion4
Computer organiztion4Computer organiztion4
Computer organiztion4Umang Gupta
 
bus and memory tranfer (computer organaization)
bus and memory tranfer (computer organaization)bus and memory tranfer (computer organaization)
bus and memory tranfer (computer organaization)Siddhi Viradiya
 
Register transfer language
Register transfer languageRegister transfer language
Register transfer languageSanjeev Patel
 
Register transfer and micro operation
Register transfer and micro operationRegister transfer and micro operation
Register transfer and micro operationKamal Acharya
 

Viewers also liked (9)

Register transfer language
Register  transfer languageRegister  transfer language
Register transfer language
 
CO By Rakesh Roshan
CO By Rakesh RoshanCO By Rakesh Roshan
CO By Rakesh Roshan
 
RTL
 RTL RTL
RTL
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 
Computer organiztion4
Computer organiztion4Computer organiztion4
Computer organiztion4
 
Ch4
Ch4Ch4
Ch4
 
bus and memory tranfer (computer organaization)
bus and memory tranfer (computer organaization)bus and memory tranfer (computer organaization)
bus and memory tranfer (computer organaization)
 
Register transfer language
Register transfer languageRegister transfer language
Register transfer language
 
Register transfer and micro operation
Register transfer and micro operationRegister transfer and micro operation
Register transfer and micro operation
 

Similar to Mba admission in india

Top schools in faridabad
Top schools in faridabadTop schools in faridabad
Top schools in faridabadEdhole.com
 
Arithmetic micro operations
Arithmetic micro operationsArithmetic micro operations
Arithmetic micro operationsNitesh Bichwani
 
Register transfer language & its micro operations
Register transfer language & its micro operationsRegister transfer language & its micro operations
Register transfer language & its micro operationsLakshya Sharma
 
Digital VLSI - Unit 2.pptx
Digital VLSI - Unit 2.pptxDigital VLSI - Unit 2.pptx
Digital VLSI - Unit 2.pptxSanjaiPrasad
 
Chapter 04 - ALU Operation.ppt
Chapter 04 - ALU Operation.pptChapter 04 - ALU Operation.ppt
Chapter 04 - ALU Operation.pptMonirJihad1
 
COA-unit-2-Arithmetic.ppt
COA-unit-2-Arithmetic.pptCOA-unit-2-Arithmetic.ppt
COA-unit-2-Arithmetic.pptRuhul Amin
 
Binary Adder Design(COA).ppt
Binary Adder Design(COA).pptBinary Adder Design(COA).ppt
Binary Adder Design(COA).pptRohitPaul71
 
Register transfer and microoperations part 2
Register transfer and microoperations part 2Register transfer and microoperations part 2
Register transfer and microoperations part 2Prasenjit Dey
 
REGISTER TRANSFER AND MICROOPERATIONS2017-3-5.ppt
REGISTER  TRANSFER  AND  MICROOPERATIONS2017-3-5.pptREGISTER  TRANSFER  AND  MICROOPERATIONS2017-3-5.ppt
REGISTER TRANSFER AND MICROOPERATIONS2017-3-5.pptNARENDRAKUMARCHAURAS1
 
LCDF3_Chap_10_P1.ppt
LCDF3_Chap_10_P1.pptLCDF3_Chap_10_P1.ppt
LCDF3_Chap_10_P1.pptbrainxMagic
 
Digital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptxDigital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptxssuser6feece1
 
Logic microoperations
Logic microoperationsLogic microoperations
Logic microoperationsNitesh Singh
 

Similar to Mba admission in india (20)

Top schools in faridabad
Top schools in faridabadTop schools in faridabad
Top schools in faridabad
 
Arithmetic micro operations
Arithmetic micro operationsArithmetic micro operations
Arithmetic micro operations
 
Register transfer language & its micro operations
Register transfer language & its micro operationsRegister transfer language & its micro operations
Register transfer language & its micro operations
 
Digital VLSI - Unit 2.pptx
Digital VLSI - Unit 2.pptxDigital VLSI - Unit 2.pptx
Digital VLSI - Unit 2.pptx
 
Chapter 04 - ALU Operation.ppt
Chapter 04 - ALU Operation.pptChapter 04 - ALU Operation.ppt
Chapter 04 - ALU Operation.ppt
 
COA-unit-2-Arithmetic.ppt
COA-unit-2-Arithmetic.pptCOA-unit-2-Arithmetic.ppt
COA-unit-2-Arithmetic.ppt
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Binary Adder Design(COA).ppt
Binary Adder Design(COA).pptBinary Adder Design(COA).ppt
Binary Adder Design(COA).ppt
 
Register transfer and microoperations part 2
Register transfer and microoperations part 2Register transfer and microoperations part 2
Register transfer and microoperations part 2
 
REGISTER TRANSFER AND MICROOPERATIONS2017-3-5.ppt
REGISTER  TRANSFER  AND  MICROOPERATIONS2017-3-5.pptREGISTER  TRANSFER  AND  MICROOPERATIONS2017-3-5.ppt
REGISTER TRANSFER AND MICROOPERATIONS2017-3-5.ppt
 
LCDF3_Chap_10_P1.ppt
LCDF3_Chap_10_P1.pptLCDF3_Chap_10_P1.ppt
LCDF3_Chap_10_P1.ppt
 
3306565.ppt
3306565.ppt3306565.ppt
3306565.ppt
 
Chapter10.ppt
Chapter10.pptChapter10.ppt
Chapter10.ppt
 
Chapter10.ppt
Chapter10.pptChapter10.ppt
Chapter10.ppt
 
Chapter10.ppt
Chapter10.pptChapter10.ppt
Chapter10.ppt
 
Digital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptxDigital-Logic40124sequential circuits logic gatepptx
Digital-Logic40124sequential circuits logic gatepptx
 
9920Lec12 FSM.ppt
9920Lec12 FSM.ppt9920Lec12 FSM.ppt
9920Lec12 FSM.ppt
 
Logic microoperations
Logic microoperationsLogic microoperations
Logic microoperations
 
Lecture 9
Lecture 9Lecture 9
Lecture 9
 
Chapter-04.pdf
Chapter-04.pdfChapter-04.pdf
Chapter-04.pdf
 

More from Edhole.com

Chartered accountant in dwarka
Chartered accountant in dwarkaChartered accountant in dwarka
Chartered accountant in dwarkaEdhole.com
 
Ca firm in dwarka
Ca firm in dwarkaCa firm in dwarka
Ca firm in dwarkaEdhole.com
 
Website development company surat
Website development company suratWebsite development company surat
Website development company suratEdhole.com
 
Website designing company in surat
Website designing company in suratWebsite designing company in surat
Website designing company in suratEdhole.com
 
Website dsigning company in india
Website dsigning company in indiaWebsite dsigning company in india
Website dsigning company in indiaEdhole.com
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhiEdhole.com
 
Chartered accountant in dwarka
Chartered accountant in dwarkaChartered accountant in dwarka
Chartered accountant in dwarkaEdhole.com
 
Ca firm in dwarka
Ca firm in dwarkaCa firm in dwarka
Ca firm in dwarkaEdhole.com
 
Website development company surat
Website development company suratWebsite development company surat
Website development company suratEdhole.com
 
Website designing company in surat
Website designing company in suratWebsite designing company in surat
Website designing company in suratEdhole.com
 
Website designing company in india
Website designing company in indiaWebsite designing company in india
Website designing company in indiaEdhole.com
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhiEdhole.com
 
Website designing company in mumbai
Website designing company in mumbaiWebsite designing company in mumbai
Website designing company in mumbaiEdhole.com
 
Website development company surat
Website development company suratWebsite development company surat
Website development company suratEdhole.com
 
Website desinging company in surat
Website desinging company in suratWebsite desinging company in surat
Website desinging company in suratEdhole.com
 
Website designing company in india
Website designing company in indiaWebsite designing company in india
Website designing company in indiaEdhole.com
 

More from Edhole.com (20)

Ca in patna
Ca in patnaCa in patna
Ca in patna
 
Chartered accountant in dwarka
Chartered accountant in dwarkaChartered accountant in dwarka
Chartered accountant in dwarka
 
Ca in dwarka
Ca in dwarkaCa in dwarka
Ca in dwarka
 
Ca firm in dwarka
Ca firm in dwarkaCa firm in dwarka
Ca firm in dwarka
 
Website development company surat
Website development company suratWebsite development company surat
Website development company surat
 
Website designing company in surat
Website designing company in suratWebsite designing company in surat
Website designing company in surat
 
Website dsigning company in india
Website dsigning company in indiaWebsite dsigning company in india
Website dsigning company in india
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhi
 
Ca in patna
Ca in patnaCa in patna
Ca in patna
 
Chartered accountant in dwarka
Chartered accountant in dwarkaChartered accountant in dwarka
Chartered accountant in dwarka
 
Ca firm in dwarka
Ca firm in dwarkaCa firm in dwarka
Ca firm in dwarka
 
Ca in dwarka
Ca in dwarkaCa in dwarka
Ca in dwarka
 
Website development company surat
Website development company suratWebsite development company surat
Website development company surat
 
Website designing company in surat
Website designing company in suratWebsite designing company in surat
Website designing company in surat
 
Website designing company in india
Website designing company in indiaWebsite designing company in india
Website designing company in india
 
Website designing company in delhi
Website designing company in delhiWebsite designing company in delhi
Website designing company in delhi
 
Website designing company in mumbai
Website designing company in mumbaiWebsite designing company in mumbai
Website designing company in mumbai
 
Website development company surat
Website development company suratWebsite development company surat
Website development company surat
 
Website desinging company in surat
Website desinging company in suratWebsite desinging company in surat
Website desinging company in surat
 
Website designing company in india
Website designing company in indiaWebsite designing company in india
Website designing company in india
 

Recently uploaded

Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 

Recently uploaded (20)

Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 

Mba admission in india

  • 2. Register Transfer and Micro operations 2 Admission.edhole.com
  • 3. 3 • 4-1 Register Transfer Language • 4-2 Register Transfer • 4-3 Bus and Memory transfers • 4-4 Arithmetic Micro operations • 4-5 Logic Micro operations • 4-6 Shift Micro operations • 4-7 Arithmetic Admission.edhol elo.gcioc mshift unit
  • 4.  The set of register it contains and their functions.  The sequence of micro operations performed on the binary information stored in the register.  The control that initiated the sequence of micro operations. 4 Admission.edhole.com
  • 5. 5 R1 Register R Showing individual bits R2 7 6 5 4 3 2 1 0 PC(H) PC(L) 15 0 15 8 7 0 Numbering of bits Divide into two parts Admission.edhole.com
  • 6. P: R2 R1 6 R2 Contro l circuit P Load n Clock R1 Admission.edhole.com
  • 7. 7 Clock t t+1 load Transfer occurs here Admission.edhole.com
  • 8. 8 Symbol Description Examples Letters (and numerals) Parentheses ( ) Arrow Comma , Denotes a register Denotes a part of a register Denotes transfer of information Separates two micro operations MAR, R2 R2(0-7),R2(L) R2 R1 R2 R1, R1 Admission.edhole.com R2
  • 9. 4 – L I N E C O M M O N B U S 9 4 x 1 M U X 0 3 2 1 0 D0 C0 B0 A0 D2 D1 D0 C2 C1 C0 B2 B1 B0 A2 A1 A0 3 2 1 0 4 x 1 M U X 1 3 2 1 0 4 x 1 M U X 2 3 2 1 0 4 x 1 M U X 3 3 2 1 0 D2 C2 B2 A2 D1 C1 B1 A1 3 2 1 0 3 2 1 0 3 2 1 0 REGISTER D REGISTER C REGISTER B REGISTER A S1 S0 Admission.edhole.com
  • 10. 10 s1 s2 Register selected A B C D 0 0 0 1 1 0 1 1 Admission.edhole.com
  • 11. 11 Normal input A Control input C Output Y=A if C=1 High-impedance if C=0 Admission.edhole.com
  • 12. 12 Bus line for bit 0 A0 B0 C0 D0 Select Enable 0 1 2 3 2 x 4 Decoder S0 S0 E Admission.edhole.com
  • 13. 13 Read: DR M[AR] Write: M[AR] R1 Admission.edhole.com
  • 14.  Register transfer micro operations transfer binary information from one register to another.  Arithmetic micro operation performs arithmetic operations on numeric data stored in register.  Logic micro operations perform bit manipulation operations on nonnumeric data stored in register.  Shift micro operations perform shift operations on data stored register. 14 Admission.edhole.com
  • 15. 15 Symbolic designation Description R3 R1+ R2 R3 R1- R2 R2 R2 R2 R2 + 1 R3 ¬ R1+ R2 + 1 R1 R1 + R1 1 R1 - 1 Contents of R1 plus R2 transferred to R3 Contents of R1 minus R2 transferred to R3 Complement the contents of R2( 1’s complement) 2’s complement the contents of R2(negate) R1 plus the2’s complement of R2(subtraction) Increment the contents of R1 by one Decrement the contents of R1 by one Admission.edhole.com
  • 16. 16 B0 A0 B3 A3 B2 A2 B1 A1 C3 C2 C1 FA FA FA FA C0 C4 S3 S2 S1 S0 Admission.edhole.com
  • 17. B3 A3 B2 A2 B1 A1 B0 A0 M 17 FA C3 FA C2 FA C1 FA C0 C4 S3 S2 S1 S0 Admission.edhole.com
  • 18. 18 A3 A2 A1 A0 1 x y x y x y x y HA HA HA HA C S C S C S C S C4 S3 S2 S1 S0 Admission.edhole.com
  • 19. 19 S1 S0 0 1 23 S1 S0 0 1 3 2 Figure 4-9 4-bit arithmetic circuit Cin S0 S1 A0 B0 B1 B2 B3 Xo Co X1 C1 X2 C2 X3 C3 Do D1 D2 D3 Cout yo C1 y1 C2 y2 C3 y3 C4 0 1 S1 S0 0 1 3 2 S1 S0 0 1 3 2 4 x 1 MUX 4 x 1 MUX 4 x 1 MUX 4 x 1 MUX Admission.edhole.com
  • 20. 20 Select S1 S0 Cin Input Output Y D = A + Y + Cin Micro operation 0 0 0 0 1 1 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 B B B B 0 0 1 1 D = A + B D = A + B + 1 D = A + B D = A + B + 1 D = A D = A + 1 D = A - 1 D = A Add Add with carry Subt. with borrow Subtract Transfer A Increment A Decrement A Transfer A Admission.edhole.com
  • 21. 21 x y F0 F1 F2 F3 F4 F5 F6 F7 F8 F9F10 F11 F12F13 F14 F15 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1 Admission.edhole.com
  • 22. 22 Boolean function Micro operations Name F0 = 0 F  0 Clear F1 = xy F  A ^ B And F2 = xy’ F  A ^ B F3 = x F  A Transfer A F4 = x’y F  A ^ B F5 = y F  B Transfer B F6 = x y F  A B Exclusive-or F7 = x + y F A ٧ B OR F8 = (x + Y)’ F  A V B NOR F9 = (x Y)’ F A B Exclusive-NOR F10 = y’ F B Complement B F11 = x + y ‘ F A V B F12 = x’ F A Complement A F13 = x’ + y F  A v B F14 = (xy)’ F  A ^ B NAND AdmisF1s5 i= o1 n.edhole.coFm  all 1’s Set to all 1’s
  • 23. 23 4x1 MUX S1 S0 Output Operation 0 0 1 1 0 1 0 1 E = A ^ B E = A v B E = A B E = A AND OR XOR COMPLEMEN T E i S1 S0 A i B i 0 1 2 3 Admission.edhole.com
  • 24. 24 S 0 1 S 0 1 S 0 1 S 0 1 Mux Mux Mux Mux Select S 0 1 Output H0 H0 H1 H2 H3 H1 H2 H3 IR A1 A0 A2 A1 A3 A2 Il Ao A1 A3 A4 Serial input (IR) Serial input (IL) Select 0 for shift right 1 for shift left Admission.edhole.com
  • 25. 25 Select 0 1 2 3 Di Ei shr shl S3 S2 S1 Ai -1 Ai+1 Bi Ai Ci One stage of arithmetic circuit Ci+1 S0 One stage of logic circuit F i 4 x 1 MUX Admission.edhole.com
  • 26. 26 Operation Select S3 S2 S1 S0 Cin Operation Function 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 0 1 1 1 0 1 0 0 x 0 1 0 1 x 0 1 1 0 x 0 1 1 1 x 1 0 x x x 1 1 x x x F = A F = A + 1 F = A + B F = A + B +1 F = A + B F = A + B + 1 F = A -1 F = A F = A ^ B F = A v B F = A B F = A F = shr A R = shl A Transfer A Increment A Addition Add with carry Subtract with borrow Subtraction Decrement A Transfer A AND OR XOR Complement A Shift right A into F Shift left A into F Table 4-8 Function table for arithmetic logic shift unit Admission.edhole.com