Posts: 154
Threads: 18
Likes Received: 11 in 7 posts
Likes Given: 40
Joined: Mar 2020
To those who have went before me, do you happen to have some reference I can use for the final assignment for COS 306, computer architecture?
Specifically I'm stuck at phase 3, am I suppose to build RAMs and registers, or just registers? Without RAM the instructions won't flow, so can I just manually input each instruction?
Either way, if there's some reference of how to actually build this, that'd be great! Thank you!!
Completed TESU BA in CS & Math
•
Posts: 75
Threads: 3
Likes Received: 32 in 20 posts
Likes Given: 17
Joined: Nov 2018
(06-28-2021, 11:44 AM)StudentOLife Wrote: To those who have went before me, do you happen to have some reference I can use for the final assignment for COS 306, computer architecture?
Specifically I'm stuck at phase 3, am I suppose to build RAMs and registers, or just registers? Without RAM the instructions won't flow, so can I just manually input each instruction?
Either way, if there's some reference of how to actually build this, that'd be great! Thank you!!
Hi so basically if you only need a fifty to pass the class, most people have said that doing part 1 and 2 is good enough to get enough credit to pass. I am working on this assignment as well , I am curious what resources you have used to learn?
•
Posts: 154
Threads: 18
Likes Received: 11 in 7 posts
Likes Given: 40
Joined: Mar 2020
(06-29-2021, 12:00 PM)jsarles Wrote: (06-28-2021, 11:44 AM)StudentOLife Wrote: To those who have went before me, do you happen to have some reference I can use for the final assignment for COS 306, computer architecture?
Specifically I'm stuck at phase 3, am I suppose to build RAMs and registers, or just registers? Without RAM the instructions won't flow, so can I just manually input each instruction?
Either way, if there's some reference of how to actually build this, that'd be great! Thank you!!
Hi so basically if you only need a fifty to pass the class, most people have said that doing part 1 and 2 is good enough to get enough credit to pass. I am working on this assignment as well , I am curious what resources you have used to learn?
I've just been using Youtube(Crash course), Logisim videos, forums. Been spending days trying to get a control unit working, the materials form Study.com never did go through that. Was hoping someone has done that here and can share. Definitely one of the hardest class I've taken from Study.com because of the inadequate resource.
Where did you get that 50% to pass the class, so people just submitted without the Phase 3 and 4? wouldn't that mean we'd need a high score in the exam (I'm not too confident of that personally).
Completed TESU BA in CS & Math
•
Posts: 75
Threads: 3
Likes Received: 32 in 20 posts
Likes Given: 17
Joined: Nov 2018
06-29-2021, 09:23 PM
(This post was last modified: 06-29-2021, 09:24 PM by jsarles.)
(06-29-2021, 08:30 PM)StudentOLife Wrote: (06-29-2021, 12:00 PM)jsarles Wrote: (06-28-2021, 11:44 AM)StudentOLife Wrote: To those who have went before me, do you happen to have some reference I can use for the final assignment for COS 306, computer architecture?
Specifically I'm stuck at phase 3, am I suppose to build RAMs and registers, or just registers? Without RAM the instructions won't flow, so can I just manually input each instruction?
Either way, if there's some reference of how to actually build this, that'd be great! Thank you!!
Hi so basically if you only need a fifty to pass the class, most people have said that doing part 1 and 2 is good enough to get enough credit to pass. I am working on this assignment as well , I am curious what resources you have used to learn?
I've just been using Youtube(Crash course), Logisim videos, forums. Been spending days trying to get a control unit working, the materials form Study.com never did go through that. Was hoping someone has done that here and can share. Definitely one of the hardest class I've taken from Study.com because of the inadequate resource.
Where did you get that 50% to pass the class, so people just submitted without the Phase 3 and 4? wouldn't that mean we'd need a high score in the exam (I'm not too confident of that personally). So I said that "If you only need a 50 to pass the class (which requires a 70%) then you can probably get away with only doing half the assignment. I read that in a thread around here.
Here is one good thread about this
https://www.degreeforum.net/mybb/Thread-...chitecture
This second thread is where I heard from somebody that you don't need to complete the whole assignment
https://www.degreeforum.net/mybb/Thread-...#pid277184
@Ideas, depending on your grade on the exam and how far you want to take this, you can reasonably expect to pass without putting too much time on implementing the CPU itself. Do Phase 1 and 2 (mostly the ALU, there are a lot of tutorials on ALU design on youtube), do the state diagrams, do the assembly code. This should be enough to pass the course.
I went further than that, it deepened my understanding, but I'm still not at the point where I can implement the full 8bit CPU.
@ posabsolute
(06-29-2021, 09:23 PM)jsarles Wrote: (06-29-2021, 08:30 PM)StudentOLife Wrote: (06-29-2021, 12:00 PM)jsarles Wrote: (06-28-2021, 11:44 AM)StudentOLife Wrote: To those who have went before me, do you happen to have some reference I can use for the final assignment for COS 306, computer architecture?
Specifically I'm stuck at phase 3, am I suppose to build RAMs and registers, or just registers? Without RAM the instructions won't flow, so can I just manually input each instruction?
Either way, if there's some reference of how to actually build this, that'd be great! Thank you!!
Hi so basically if you only need a fifty to pass the class, most people have said that doing part 1 and 2 is good enough to get enough credit to pass. I am working on this assignment as well , I am curious what resources you have used to learn?
I've just been using Youtube(Crash course), Logisim videos, forums. Been spending days trying to get a control unit working, the materials form Study.com never did go through that. Was hoping someone has done that here and can share. Definitely one of the hardest class I've taken from Study.com because of the inadequate resource.
Where did you get that 50% to pass the class, so people just submitted without the Phase 3 and 4? wouldn't that mean we'd need a high score in the exam (I'm not too confident of that personally). So I said that "If you only need a 50 to pass the class (which requires a 70%) then you can probably get away with only doing half the assignment. I read that in a thread around here.
Here is one good thread about this
https://www.degreeforum.net/mybb/Thread-...chitecture
This second thread is where I heard from somebody that you don't need to complete the whole assignment
https://www.degreeforum.net/mybb/Thread-...#pid277184
@Ideas, depending on your grade on the exam and how far you want to take this, you can reasonably expect to pass without putting too much time on implementing the CPU itself. Do Phase 1 and 2 (mostly the ALU, there are a lot of tutorials on ALU design on youtube), do the state diagrams, do the assembly code. This should be enough to pass the course.
I went further than that, it deepened my understanding, but I'm still not at the point where I can implement the full 8bit CPU.
@posabsolute I have already taken the exam and my quizzes were high enough that I only need a 48% on the project.
Your mileage will vary depending on how well you did on those
•
Posts: 4,324
Threads: 377
Likes Received: 2,402 in 1,584 posts
Likes Given: 1,396
Joined: Jun 2018
(06-29-2021, 08:30 PM)StudentOLife Wrote: Where did you get that 50% to pass the class, so people just submitted without the Phase 3 and 4? wouldn't that mean we'd need a high score in the exam (I'm not too confident of that personally).
Considering you get 100% for quizzes (everyone should get at least 98%)
Then if you get 70% on the assignment, need 40% on the exam to pass.
Then if you get 60% on the assignment, need 50% on the exam to pass.
Then if you get 50% on the assignment, need 60% on the exam to pass. (getting risky but possible)
This gets to 70% average passing overall.
I would turn in all phases, even if you are guessing or having to Frankenstein something together because maybe the grader will give you some sympathy or credit for partial work. You need every point possible.
This course could really be broken down into 3 separate courses. One for the Basics of Computer Architecture, one for designing an APU, and one for Assembly language. However, it's only one course and they give very little guidance on how to complete the APU other than showing the basics of the 4bit APU.
Degrees: BA Computer Science, BS Business Administration with a concentration in CIS, AS Natural Science & Math, TESU. 4.0 GPA 2022.
Course Experience: CLEP, Instantcert, Sophia.org, Study.com, Straighterline.com, Onlinedegree.org, Saylor.org, Csmlearn.com, and TEL Learning.
Certifications: W3Schools PHP, Google IT Support, Google Digital Marketing, Google Project Management
•
Posts: 75
Threads: 3
Likes Received: 32 in 20 posts
Likes Given: 17
Joined: Nov 2018
(06-29-2021, 09:24 PM)LevelUP Wrote: (06-29-2021, 08:30 PM)StudentOLife Wrote: Where did you get that 50% to pass the class, so people just submitted without the Phase 3 and 4? wouldn't that mean we'd need a high score in the exam (I'm not too confident of that personally).
Considering you get 100% for quizzes (everyone should get at least 98%)
Then if you get 70% on the assignment, need 40% on the exam to pass.
Then if you get 60% on the assignment, need 50% on the exam to pass.
Then if you get 50% on the assignment, need 60% on the exam to pass. (getting risky but possible)
This gets to 70% average passing overall.
I would turn in all phases, even if you are guessing or having to Frankenstein something together because maybe the grader will give you some sympathy or credit for partial work. You need every point possible.
This course could really be broken down into 3 separate courses. One for the Basics of Computer Architecture, one for designing an APU, and one for Assembly language. However, it's only one course and they give very little guidance on how to complete the APU other than showing the basics of the 4bit APU. Yeah turning in all phases is good for getting pity credit,
Also You can take the exam before handing in the assignment.
I did this for all of my SDC courses and it helped the content stay fresh in my mind and then I did the assignment after.
•
Posts: 154
Threads: 18
Likes Received: 11 in 7 posts
Likes Given: 40
Joined: Mar 2020
07-06-2021, 08:46 AM
(This post was last modified: 07-06-2021, 09:13 AM by StudentOLife.)
Yea it's not a very good course there was no example to show how to actually deploy a control unit in any of the lessons, but they expect us to do it. I guess we'll have have to do that, we should all review it that way so hopefully SDC are aware of what's lacking...
(06-29-2021, 09:23 PM)jsarles Wrote: (06-29-2021, 08:30 PM)StudentOLife Wrote: (06-29-2021, 12:00 PM)jsarles Wrote: (06-28-2021, 11:44 AM)StudentOLife Wrote: To those who have went before me, do you happen to have some reference I can use for the final assignment for COS 306, computer architecture?
Specifically I'm stuck at phase 3, am I suppose to build RAMs and registers, or just registers? Without RAM the instructions won't flow, so can I just manually input each instruction?
Either way, if there's some reference of how to actually build this, that'd be great! Thank you!!
Hi so basically if you only need a fifty to pass the class, most people have said that doing part 1 and 2 is good enough to get enough credit to pass. I am working on this assignment as well , I am curious what resources you have used to learn?
I've just been using Youtube(Crash course), Logisim videos, forums. Been spending days trying to get a control unit working, the materials form Study.com never did go through that. Was hoping someone has done that here and can share. Definitely one of the hardest class I've taken from Study.com because of the inadequate resource.
Where did you get that 50% to pass the class, so people just submitted without the Phase 3 and 4? wouldn't that mean we'd need a high score in the exam (I'm not too confident of that personally). So I said that "If you only need a 50 to pass the class (which requires a 70%) then you can probably get away with only doing half the assignment. I read that in a thread around here.
Here is one good thread about this
https://www.degreeforum.net/mybb/Thread-...chitecture
This second thread is where I heard from somebody that you don't need to complete the whole assignment
https://www.degreeforum.net/mybb/Thread-...#pid277184
@Ideas, depending on your grade on the exam and how far you want to take this, you can reasonably expect to pass without putting too much time on implementing the CPU itself. Do Phase 1 and 2 (mostly the ALU, there are a lot of tutorials on ALU design on youtube), do the state diagrams, do the assembly code. This should be enough to pass the course.
I went further than that, it deepened my understanding, but I'm still not at the point where I can implement the full 8bit CPU.
@posabsolute
(06-29-2021, 09:23 PM)jsarles Wrote: (06-29-2021, 08:30 PM)StudentOLife Wrote: (06-29-2021, 12:00 PM)jsarles Wrote: (06-28-2021, 11:44 AM)StudentOLife Wrote: To those who have went before me, do you happen to have some reference I can use for the final assignment for COS 306, computer architecture?
Specifically I'm stuck at phase 3, am I suppose to build RAMs and registers, or just registers? Without RAM the instructions won't flow, so can I just manually input each instruction?
Either way, if there's some reference of how to actually build this, that'd be great! Thank you!!
Hi so basically if you only need a fifty to pass the class, most people have said that doing part 1 and 2 is good enough to get enough credit to pass. I am working on this assignment as well , I am curious what resources you have used to learn?
I've just been using Youtube(Crash course), Logisim videos, forums. Been spending days trying to get a control unit working, the materials form Study.com never did go through that. Was hoping someone has done that here and can share. Definitely one of the hardest class I've taken from Study.com because of the inadequate resource.
Where did you get that 50% to pass the class, so people just submitted without the Phase 3 and 4? wouldn't that mean we'd need a high score in the exam (I'm not too confident of that personally). So I said that "If you only need a 50 to pass the class (which requires a 70%) then you can probably get away with only doing half the assignment. I read that in a thread around here.
Here is one good thread about this
https://www.degreeforum.net/mybb/Thread-...chitecture
This second thread is where I heard from somebody that you don't need to complete the whole assignment
https://www.degreeforum.net/mybb/Thread-...#pid277184
@Ideas, depending on your grade on the exam and how far you want to take this, you can reasonably expect to pass without putting too much time on implementing the CPU itself. Do Phase 1 and 2 (mostly the ALU, there are a lot of tutorials on ALU design on youtube), do the state diagrams, do the assembly code. This should be enough to pass the course.
I went further than that, it deepened my understanding, but I'm still not at the point where I can implement the full 8bit CPU.
@posabsolute I have already taken the exam and my quizzes were high enough that I only need a 48% on the project.
Your mileage will vary depending on how well you did on those
Thanks so much, I guess i need to get my quiz done first then. I just need a reference of a control unit. I can't seem to find one that is simplified enough..! Is there a reference somewhere on the internet for Phase 3..? lol
Completed TESU BA in CS & Math
•
Posts: 75
Threads: 3
Likes Received: 32 in 20 posts
Likes Given: 17
Joined: Nov 2018
(07-06-2021, 08:46 AM)StudentOLife Wrote: Yea it's not a very good course there was no example to show how to actually deploy a control unit in any of the lessons, but they expect us to do it. I guess we'll have have to do that, we should all review it that way so hopefully SDC are aware of what's lacking...
(06-29-2021, 09:23 PM)jsarles Wrote: (06-29-2021, 08:30 PM)StudentOLife Wrote: (06-29-2021, 12:00 PM)jsarles Wrote: (06-28-2021, 11:44 AM)StudentOLife Wrote: To those who have went before me, do you happen to have some reference I can use for the final assignment for COS 306, computer architecture?
Specifically I'm stuck at phase 3, am I suppose to build RAMs and registers, or just registers? Without RAM the instructions won't flow, so can I just manually input each instruction?
Either way, if there's some reference of how to actually build this, that'd be great! Thank you!!
Hi so basically if you only need a fifty to pass the class, most people have said that doing part 1 and 2 is good enough to get enough credit to pass. I am working on this assignment as well , I am curious what resources you have used to learn?
I've just been using Youtube(Crash course), Logisim videos, forums. Been spending days trying to get a control unit working, the materials form Study.com never did go through that. Was hoping someone has done that here and can share. Definitely one of the hardest class I've taken from Study.com because of the inadequate resource.
Where did you get that 50% to pass the class, so people just submitted without the Phase 3 and 4? wouldn't that mean we'd need a high score in the exam (I'm not too confident of that personally). So I said that "If you only need a 50 to pass the class (which requires a 70%) then you can probably get away with only doing half the assignment. I read that in a thread around here.
Here is one good thread about this
https://www.degreeforum.net/mybb/Thread-...chitecture
This second thread is where I heard from somebody that you don't need to complete the whole assignment
https://www.degreeforum.net/mybb/Thread-...#pid277184
@Ideas, depending on your grade on the exam and how far you want to take this, you can reasonably expect to pass without putting too much time on implementing the CPU itself. Do Phase 1 and 2 (mostly the ALU, there are a lot of tutorials on ALU design on youtube), do the state diagrams, do the assembly code. This should be enough to pass the course.
I went further than that, it deepened my understanding, but I'm still not at the point where I can implement the full 8bit CPU.
@posabsolute
(06-29-2021, 09:23 PM)jsarles Wrote: (06-29-2021, 08:30 PM)StudentOLife Wrote: (06-29-2021, 12:00 PM)jsarles Wrote: Hi so basically if you only need a fifty to pass the class, most people have said that doing part 1 and 2 is good enough to get enough credit to pass. I am working on this assignment as well , I am curious what resources you have used to learn?
I've just been using Youtube(Crash course), Logisim videos, forums. Been spending days trying to get a control unit working, the materials form Study.com never did go through that. Was hoping someone has done that here and can share. Definitely one of the hardest class I've taken from Study.com because of the inadequate resource.
Where did you get that 50% to pass the class, so people just submitted without the Phase 3 and 4? wouldn't that mean we'd need a high score in the exam (I'm not too confident of that personally). So I said that "If you only need a 50 to pass the class (which requires a 70%) then you can probably get away with only doing half the assignment. I read that in a thread around here.
Here is one good thread about this
https://www.degreeforum.net/mybb/Thread-...chitecture
This second thread is where I heard from somebody that you don't need to complete the whole assignment
https://www.degreeforum.net/mybb/Thread-...#pid277184
@Ideas, depending on your grade on the exam and how far you want to take this, you can reasonably expect to pass without putting too much time on implementing the CPU itself. Do Phase 1 and 2 (mostly the ALU, there are a lot of tutorials on ALU design on youtube), do the state diagrams, do the assembly code. This should be enough to pass the course.
I went further than that, it deepened my understanding, but I'm still not at the point where I can implement the full 8bit CPU.
@posabsolute I have already taken the exam and my quizzes were high enough that I only need a 48% on the project.
Your mileage will vary depending on how well you did on those
Thanks so much, I guess i need to get my quiz done first then. I just need a reference of a control unit. I can't seem to find one that is simplified enough..! Is there a reference somewhere on the internet for Phase 3..? lol
check out this course, it has a CPU section thanks https://appliedmathematics.teachable.com/p/design-a-cpu
•
|