| |||||||||||||||||||||
| Frequently Asked QuestionsDo I need to submit the solutions to prelabs> No,, you need to submit only the answer to the questions that are release to you during the lab (typically the programming questions and the multiple choice ones) Do I need an EECS account? Yes. If you do not have go to here and follow the link to activ8. Why does my submit fail? (Not applicable this year) These are the most common reasons:
Alternatively you can use the websubmit. When do we do the prelabs? Before your lab. If you do not, you might not be able to answer the programming question or do very well on the quiz. During the 3-hour lab you do the programming question and the quiz. If I get my work in the lab checked by a TA, do I need to submit as well? Normally no, but if there was a problem it will be easier to resolve. Are the prelabs (like LabA) marked? No they are not. But doing them will help you do the programming question and the quiz during your lab session. They are very well written and self explanatory. Is there a moodle page for the course? Yes. go to moodle How do I know where to go on zoom? I will be e-mailing the link before the lecture. Are the lectures recorded? Yes, they are. I will upload them shortly after each lecture. You should find them on eclass (moodle successor). What chapters are covered in the final? All that we covered in class (including Appendix I, in the Logic and Verilog notes). What chapters are covered in the midterm? Ch. 1, 2, and 3 as well as the appendix up to last slide we covered in class in the Logic and Verilog notes. What kinds of questions should we expect in LabTest? All programming techniques we discussed in the lectures, or did in the labs are within the material examined in the LabTests. If you studied and understood all examples in the lecture notes and the labs (pre-labs and lab programming questions) you most likely will do well. What editor should I use? The choices are in order of my personal preference:
Should I buy the textbook? You are not required to buy the textbook but I generally recommend buying it. It is a good book in its own right. Some students prefer to use the lecture slides, and google the topics they do not understand. This is an individual choice. How to run RVS on a toy computer? Toy computers, aka Macs, run Unix, essentially. To run what you downloaded you need to open a terminal and cd ~/Downloads # Go to the directory you downloaded into. there may be a better way; ask someone that thinks Macs are computers. It is a bit more complex to make it run as a regular app. How to install and run RVS046 on Linux? On a Linux box you
download the software as usual. The file typically go to
your
but this is not enough. You need to make it executable. You do this by
typing in a terminal the following:
which will allow you to execute it by typing
or just
If the former works and the latter does not you need to augment your
PATH which you do by editing your |