Difference between revisions of "CSC103 2011 Take-Home Final Exam"

From dftwiki3
Jump to: navigation, search
Line 9: Line 9:
 
<onlydft>
 
<onlydft>
 
<tanbox>
 
<tanbox>
This final exam is take-home. It is open-books, open-notes, and open-Web. It is due a week after it is made available, at noon on Friday March 11, 2011.
+
This final exam is take-home. It is open-books, open-notes, and open-Web. It is due a week after it is made available, at '''noon''' on Friday March 11, 2011.
  
You cannot discuss the details of this exam with anyone except your prof. The TAs are not allowed to help you out in any way. No question will be answered in person after 10:20 a.m. on Wed. March 3rd, 2011Instead, if you have questions regarding the exam, you should send them via email to  [mailto:thiebaut@cs.smith.edu thiebaut@cs.smith.edu], and the question and its answer will be broadcast back to the hole class via email.
+
You cannot discuss the details of this exam with anyone except your prof. The TAs are not allowed to help you out with exam material in any way. Questions will only be answered in two ways: in person, in class onlyOutside class time, only via email. If you have questions regarding the exam and cannot wait until the next class time, or if the last class has already been given, then you should send your question(s) via email to  [mailto:thiebaut@cs.smith.edu thiebaut@cs.smith.edu], and the question and its answer will be broadcast back to the hole class via email.
  
 
'''The exam is given under the rules of the Smith College [http://www.smith.edu/sao/handbook/socialconduct/honorcode.php Honor Code].'''   
 
'''The exam is given under the rules of the Smith College [http://www.smith.edu/sao/handbook/socialconduct/honorcode.php Honor Code].'''   
Line 20: Line 20:
 
<br />
 
<br />
  
=Problem #1: Boolean Logic=
+
=Problem #1: Boolean Logic (25 points)=
  
 
The three equations below represent three different logic expressions using '''and''', '''or''' and '''not''' gates of three boolean variables A, B, and C.  A boolean variable can take only one of two possible values: True or False.
 
The three equations below represent three different logic expressions using '''and''', '''or''' and '''not''' gates of three boolean variables A, B, and C.  A boolean variable can take only one of two possible values: True or False.
Line 38: Line 38:
  
  
=Problem #2: Assembly=
+
=Problem #2: Assembly (25 points)=
  
 
* Write an assembly language program that uses ten memory locations (variables) filled with 0, starting at Address 30, and that stores the values 2, 4, 8, 10, 12, 14, 16, 18, 20, and 22 in them.  Your program will store 2 at Address 30, 4 at address 31, 6 at address 32, etc.   
 
* Write an assembly language program that uses ten memory locations (variables) filled with 0, starting at Address 30, and that stores the values 2, 4, 8, 10, 12, 14, 16, 18, 20, and 22 in them.  Your program will store 2 at Address 30, 4 at address 31, 6 at address 32, etc.   
Line 60: Line 60:
 
* You are encouraged to use labels, as they make the programs more readable, but if you prefer not to use labels, you will not be penalized.
 
* You are encouraged to use labels, as they make the programs more readable, but if you prefer not to use labels, you will not be penalized.
  
=Problem #3: Javascript=
+
=Problem #3: Javascript (25 points)=
  
 
* Write a '''javascript''' program that computes the sum of all the even numbers between 0 and 100, 100 included, and stores the result in a variable called '''sumEven'''.  The same program will also compute the sum of all the multiples of 5  between 0 and 100, 100 included.  This second number will be stored in a variable called '''sum5'''.
 
* Write a '''javascript''' program that computes the sum of all the even numbers between 0 and 100, 100 included, and stores the result in a variable called '''sumEven'''.  The same program will also compute the sum of all the multiples of 5  between 0 and 100, 100 included.  This second number will be stored in a variable called '''sum5'''.
Line 66: Line 66:
 
* Use the programs from the [[CSC103_Lab_4_Solution_2011| Lab 4 solution]] page for inspiration in terms of organization and documentation.
 
* Use the programs from the [[CSC103_Lab_4_Solution_2011| Lab 4 solution]] page for inspiration in terms of organization and documentation.
  
=Problem #4: Essay=
+
=Problem #4: Essay (25 points)=
  
* Search the current newspapers available to you on-line or in print and find an article that is less than a month old and that describes one of the following topics:
+
Search the current newspapers available to you on-line or in print and find an article that is less than a month old and that describes one of the following topics:
** The limitations imposed by today's computer architecture or semiconductor technology on our ability to continue building computers that follow Moore's law (to be covered in class on 3/7/11)
 
** The current research and/or discovery of new technologies that do not use silicon for the design of computing elements and processor circuits and offer a chance to keep on with Moore's law, or
 
** The design of new computing systems that do not follow John von Neumann's original architecture (to be covered in class on 3/7/11) in order to build computers that will boost our computing performance that will be in ligne with Moore's law.
 
  
* Very likely, your news article will make reference to a technical article published in a computer field.  Make sure you also find  this article and do your best to read and understand it.  If it is too technical, make sure you at least read
+
* The limitations imposed by today's computer architecture or semiconductor technology on our ability to continue building computers that follow Moore's law (to be covered in class on 3/7/11)
** its abstract
 
** its introduction
 
** its conclusion
 
* (Even for the most technical document, these 3 sections are always a good source of information, even for the lay person.)
 
* Make sure as well that you know when the article was published (it shouldn't be more than a couple month old) as well as where it was written (computer research lab, university or other).
 
  
* Write a '''one-page, single-spaced summary''' of the news article, where you will state:
+
* The current research and/or discovery of new technologies that do not use silicon for the design of computing elements and processor circuits and offer a chance to keep on with Moore's law, or
** what type of technology or solution the original article covers,
+
 
** what aspect of computing it is supposed to enhance, or what problem it is supposed to solve,
+
* The design of new computing systems that do not follow John von Neumann's original architecture (to be covered in class on 3/7/11) in order to build computers that will boost our computing performance that will be in ligne with Moore's law.
** in which way it connects to Moore's law, or to the von Neumann architecture, if at all, and
+
 
** what outcome are expected from this new discovery/research effort.
+
 
* You should also make sure that you include references
+
You cannot use the article [http://www.nytimes.com/2011/03/01/science/01compute.html?_r=1 Remapping Computer Circuitry to Avert Impending Bottlenecks], by John Markoff, NYT 3/2/11 (covered in class)
** for the original news article that is the seed of your 1-page summary, and
+
 
** the technical article(s) it is based on.
+
 
 +
Very likely, your news article will make reference to a technical article published in a computer field.  Make sure you also find  this article and do your best to read and understand it.  If it is too technical, make sure you at least read
 +
* its abstract
 +
* its introduction
 +
* its conclusion
 +
(Even for the most technical document, these 3 sections are always a good source of information, even for the lay person.)
 +
 +
Make sure as well that you know when the article was published (it shouldn't be more than a couple month old) as well as where it was written (computer research lab, university or other).
 +
 
 +
Write a '''one-page, single-spaced summary''' of the news article, where you will state:
 +
* what type of technology or solution the original article covers,
 +
* what aspect of computing it is supposed to enhance, or what problem it is supposed to solve,
 +
* in which way it connects to Moore's law, or to the von Neumann architecture, if at all, and
 +
* what outcome are expected from this new discovery/research effort.
 +
 
 +
You should also make sure that you include references
 +
* for the original news article that is the seed of your 1-page summary, and
 +
* the technical article(s) it is based on.
  
 
=Submission=
 
=Submission=

Revision as of 08:32, 4 March 2011

--D. Thiebaut 16:38, 2 March 2011 (EST)


Page under construction!
UnderConstruction.jpg


...