forked from sven--/Software-Foundations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReview2.html
120 lines (76 loc) · 2.4 KB
/
Review2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="coqdoc.css" rel="stylesheet" type="text/css"/>
<title>Review2: Review Session for Second Midterm</title>
<script type="text/javascript" src="jquery-1.8.3.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body>
<div id="page">
<div id="header">
</div>
<div id="main">
<h1 class="libtitle">Review2<span class="subtitle">Review Session for Second Midterm</span></h1>
<div class="code code-tight">
</div>
<div class="doc">
</div>
<div class="code code-tight">
<br/>
<br/>
</div>
<div class="doc">
<a name="lab618"></a><h1 class="section">General Notes</h1>
<div class="paragraph"> </div>
<a name="lab619"></a><h3 class="section">Hints</h3>
<div class="paragraph"> </div>
<div class="paragraph"> </div>
<ul class="doclist">
<li> On each version of the exam, there will be at least one problem
taken more or less verbatim from a homework assignment.
<div class="paragraph"> </div>
</li>
<li> Both versions will include one or more decorated programs.
<div class="paragraph"> </div>
</li>
<li> On the advanced version, there will be an informal proof.
<div class="paragraph"> </div>
</li>
<li> This set of review questions is biased toward ones that can be
discussed in class / using clickers, so it doesn't fully
represent the range of questions that might show up on the exam.
<div class="paragraph"> </div>
Make sure to have a look at some prior exams to get a sense of
some other sorts of questions you might see.
</li>
</ul>
</div>
<div class="code code-tight">
<br/>
</div>
<div class="doc">
<a name="lab620"></a><h1 class="section">Definitions</h1>
</div>
<div class="code code-space">
<br/>
</div>
<div class="doc">
<a name="lab621"></a><h1 class="section">IMP Program Equivalence</h1>
<div class="paragraph"> </div>
<a name="lab622"></a><h1 class="section">Hoare triples</h1>
<div class="paragraph"> </div>
<a name="lab623"></a><h1 class="section">Decorated programs</h1>
</div>
<div class="code code-space">
<br/>
</div>
</div>
<div id="footer">
<hr/><a href="coqindex.html">Index</a><hr/>This page has been generated by <a href="http://www.lix.polytechnique.fr/coq/">coqdoc</a>
</div>
</div>
</body>
</html>