Difference between revisions of "Pathway W1000s Exercises"

From Coder Merlin
Line 27: Line 27:
== [[W1017 Binary Adders]] ==
== [[W1017 Binary Adders]] ==
{{W1017-Exercises}}
{{W1017-Exercises}}
== [[W1018 SR Latch]] ==
{{W1018-Exercises}}

Revision as of 21:01, 5 October 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

W1001 The Wiki[edit]

W1002 The Client, the Server, and the Shell[edit]

Template:W1002-Exercises

W1003 Help Me![edit]

W1004 Emacs[edit]

Template:W1004-Exercises

W1005 Digital Journal[edit]

Template:W1005-Exercises

W1006 Source Control[edit]

Template:W1006-Exercises

W1007 GitHub[edit]

ExercisesExercisesIcon.png
  • Push all of the journals in the Journals directory to GitHub and be sure to continue to push all new/modified journals as well. Note that this applies to essays and excursions as well.
  • Journals and essays should be stored in your "Journals" directory and pushed to your "Journals" repository.
  • Exercises and excursions should be stored in your "Experiences" directory and pushed to your "Experiences" repository.
  • Your final version of any exercise must be tagged as <ExerciseName>.Final. For example, for J1006, the file will be named J1006.txt (because it is a text file) and the final version should be tagged J1006.Final

W1008 Merlin Mission Manager[edit]

Template:W1008-Exercises

W1011 Number Systems[edit]

Template:W1011-Exercises

W1012 Alternative Base Addition[edit]

Template:W1012-Exercises

W1013 Boolean Algebra[edit]

Template:W1013-Exercises

W1014 Logic Gates[edit]

Template:W1014-Exercises

W1015 Bitwise Operations[edit]

Template:W1015-Exercises

W1016 Logic Composition[edit]

ExercisesExercisesIcon.png
  • For ALL of these exercises, you may use ONLY:
    • Wires
    • Logic Inputs
    • Logic Outputs
    • Two-input NAND Gates
  • Construct your work using Falstad's Editor
  • All circuits must be on a single page
  • Label the page (using Text) with:
    • Your name
    • The date
  • Begin each circuit with a Blank Circuit
  • Label each circuit diagram (using Text) with:
    • The name of the logic gate (e.g. "NOT")
  • Save the document using the Save As... option from the File submenu and then click on the link presented
  • The file contains your work for the exercise. Create a new subdirectory, J1016, in your Journals directory. Upload the file to the J1016 directory via SFTP. Be sure to push the file to your GitHub repository.

  1. Construct a NOT gate
  2. Construct an AND gate
  3. Construct an OR gate
  4. Construct an XOR gate
  5. Construct a NOR gate

W1017 Binary Adders[edit]

Template:W1017-Exercises

W1018 SR Latch[edit]

Template:W1018-Exercises