954,506 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Need Help!!!

hi all

I am having some problems with my computer architecture tutorials.
Could any help me...below are the questions.

A) Using expression R = A*C/B-D/E, discuss how the different address format machines
execute this expression and highlight the flexibilities offered by the different formats
in term of programming.


B) The CPU consists of registers such as MAR, IR, MBR, PC and also address buses
and data buses. The IR is further divided into the op-code and operand parts.
Use a diagram to show how the above components are linked and discuss how they
affect the number of addressable locations, number of different instructions present
in the computer and the data transfer rate.

sashi79
Newbie Poster
1 post since Jun 2005
Reputation Points: 10
Solved Threads: 0
 

Hi I saw your post and I'm also having the same problem. Have you found the solution coz I still haven't.

ariadna_lisa
Newbie Poster
4 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

A) if i am not mistaken postfix and prefix form of expressions are used. you can try google with "postfix expression" and "prefix expression"

B) I am lazy.... :)

tonakai
Junior Poster
121 posts since Feb 2005
Reputation Points: 25
Solved Threads: 11
 

could explain me in more detail and sorry i may sound silly what do you mean by postfix and prefix form?

A) if i am not mistaken postfix and prefix form of expressions are used. you can try google with "postfix expression" and "prefix expression"

B) I am lazy.... :)

ariadna_lisa
Newbie Poster
4 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

our normal expression style(infix) is very hard to calculate for computer. so these form of expressions are created.
simply postfix means first write numbers to calculate then write the arithmetic signs.
ex. (A+B) / (C-D) ----> AB+CD-/

web lecture

prefix means write the arithmetic signs then the numbers to calculate.

ex. (A+B) / (C-D) ----> /+AB-CD

a tip : you carry the signs out of the paranthesis they belong. if your expression doesn't contain paranthesis. you can put as long as you don't change the evaluation order.

so how can computers do these calculation. its fairly simple if you know stacks... just pushing and poping but when a sign is pushed or poped, you do the calculation...

you need to check the web, plenty of information can be found there...

good luck...

tonakai
Junior Poster
121 posts since Feb 2005
Reputation Points: 25
Solved Threads: 11
 

thanks for your help. yesterday i read through my books again and yes! now I know what's postfix and prefix.
Are you a lecturer ? Anyway can i add you in my yahoo messenger if you have any?

ariadna_lisa
Newbie Poster
4 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

no problem.
no, i am just a student of computer engineering.
you can find my email in the public profile.

tonakai
Junior Poster
121 posts since Feb 2005
Reputation Points: 25
Solved Threads: 11
 

cool see you there. have a nice weekend.

ariadna_lisa
Newbie Poster
4 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You