Sunday, November 16, 2008
Homework 7
I recommend not waiting until the last minute to start on homework 7 as it will take some time to complete.
Thursday, November 13, 2008
Thanks Sherri
Hey Sherri just wanted to say thanks again for the posts they rocked and did help me ALOT
Sunday, November 9, 2008
Blog Images
If you are new to blogging, if you want to see an image larger, click on it and it will open larger.
Saturday, November 8, 2008
Test Review
The test on Wednesday 11/12/08 covers chapters 6 & 7 and RISC and home works 4, 5, and 6.
- know how a fetch is done in micro instructions
- RISC vs CISC comparison (no case studies)
- parameter passing and subroutine
- subroutine call
- offset of local variables
- stack frame
- 1&2 dimensional arrays -- know how to declare and how to access
- compare performance from one computer to another
- basic concepts
- coding - traverse table to find largest/smallest item in an array and add 2 items to an array
- how hardware supports software
- NO pipe lining will be on the test
- NO linked list per Chi
combination answers
combination values
1 and 1 is 1
5 and 1 is 5
3200 and 1 is 3200
4 and 4 is 1
32000 and 32000 is 1
6 and 2 is 15
10 and 4 is 210
128 and 3 is 341376
20 and 12 is 125970
1 and 1 is 1
5 and 1 is 5
3200 and 1 is 3200
4 and 4 is 1
32000 and 32000 is 1
6 and 2 is 15
10 and 4 is 210
128 and 3 is 341376
20 and 12 is 125970
Friday, October 31, 2008
Sunday, October 26, 2008
Row order location of an element
From slide 13 of section 6 IV
In row order, the location of ai,j in Amxn is
Base + (i*n+j)*element_size
Note this will get you to the first field within that element. If you want to get to an element that is part of that element then you also need to offset to locate that as well.
In row order, the location of ai,j in Amxn is
Base + (i*n+j)*element_size
Note this will get you to the first field within that element. If you want to get to an element that is part of that element then you also need to offset to locate that as well.
Friday, October 17, 2008
Homework 4 Program assignment
I've been working on the programming part of homework 4 most of today and have found that completing a flow chart of what the program needs to do to be very helpful.
Thursday, October 16, 2008
Thank
Absolutely, I am part of the team. and I will take advantage of that resource.
Thank you for your creativity, too many of you would make the world a better place.
Thank you
Thank you for your creativity, too many of you would make the world a better place.
Thank you
ADD
ADD. requires that either the source or destination operands be a data register. (Size being B, W or L).
The instruction executes the corresponding arithmetic operation for a fixed-length binary number of the selected size.
B being Byte which is 8 bits 0-7
W being Word which is 16 bits 0-15
L being Long word which is 32 bits 0-31
The instruction executes the corresponding arithmetic operation for a fixed-length binary number of the selected size.
B being Byte which is 8 bits 0-7
W being Word which is 16 bits 0-15
L being Long word which is 32 bits 0-31
Wednesday, October 15, 2008
Welcome to the CS 375 Blog
This web site does not replace Professor Chi-Cheng Lin's web page which can be located at:
http://cs.winona.edu/lin/
It is just meant to be a place to post questions about the course or anything else you'd like.
http://cs.winona.edu/lin/
It is just meant to be a place to post questions about the course or anything else you'd like.
Subscribe to:
Posts (Atom)
