Commit b162344

mo khan <mo@mokhan.ca>
2025-01-20 20:22:12
Try Chapter 7 question 16
1 parent 61d5169
Changed files (1)
assignments
assignments/3-solution.md
@@ -6,9 +6,7 @@ Choose ONE exercise each from Chapters 6, 7, and 8
 
 Chapter 6:
 
-13. Write a complete assembly language program (including all necessary
-pseudo-ops) that reads in a series of integers, one at a time, and outputs the
-largest and smallest values. The input will consist of a list of integer values
+> 13. Write a complete assembly language program (including all necessary pseudo-ops) that reads in a series of integers, one at a time, and outputs the largest and smallest values. The input will consist of a list of integer values
 
 main.c
 ```c
@@ -22,5 +20,13 @@ main.s
 
 Chapter 7:
 
+> 16.	Given the following diagram, where the numbers represent the time delays across a link:
+>  a. How many simple paths (those that do not repeat a node) are there from node A to G?
+>  b. What is the shortest path from node A to node G? What is the overall delay?
+>  c. If node E fails, does that change the shortest path? If so, what is the new shortest path?
+
+
+> 18.	What are some of the specific responsibilities performed by the device called a gateway (diagrammed in Figure 7.21) that is placed between two different types of networks to allow them to communicate?
+
 Chapter 8: