Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
se2aa4_cs2me3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
W. Spencer Smith
se2aa4_cs2me3
Commits
0d9b83b6
Commit
0d9b83b6
authored
7 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Update to L13, including A2 due dates and midterm date
parent
0fb237ed
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Lectures/L13_ModuleDecomposition/ModuleDecomposition.pdf
+0
-0
0 additions, 0 deletions
Lectures/L13_ModuleDecomposition/ModuleDecomposition.pdf
Lectures/L13_ModuleDecomposition/ModuleDecomposition.tex
+11
-13
11 additions, 13 deletions
Lectures/L13_ModuleDecomposition/ModuleDecomposition.tex
with
11 additions
and
13 deletions
Lectures/L13_ModuleDecomposition/ModuleDecomposition.pdf
+
0
−
0
View file @
0d9b83b6
No preview for this file type
This diff is collapsed.
Click to expand it.
Lectures/L13_ModuleDecomposition/ModuleDecomposition.tex
+
11
−
13
View file @
0d9b83b6
...
...
@@ -77,19 +77,18 @@ TBD
{
\begin{itemize}
\item
Assignment 2
\item
Assignment 2
(Still in Draft Form)
\begin{itemize}
\item
Files due by 11:59 pm Feb 15
\item
E-mail p
artner
f
iles
by 11:59 pm Feb 16
\item
Lab report due by 11:59 pm Feb 27
\item
Part 1: February 12, 2018
\item
P
artner
F
iles
: February 18, 2018
\item
Part 2: March 2, 2018
\end{itemize}
\item
Midterm exam
\begin{itemize}
\item
March 1, 7:00 pm, TSH/120
\item
Wednesday, February 29, 7:00 pm
\item
90 minute duration
\item
Multiple choice - 30--40 questions?
\item
Open book (any paper)
\item
Multiple choice - 30--40 questions
\end{itemize}
\end{itemize}
...
...
@@ -352,7 +351,7 @@ $ms$: real
\item
Using built-in language constructs
\end{itemize}
\item
Caused by errors made by programmers, not by users
\item
Write code so that it avoid exceptions
\item
Write code so that it avoid
s
exceptions
\item
Exceptions will be particularly useful during testing
\end{itemize}
...
...
@@ -403,7 +402,7 @@ Example of raising the exception
\item
High cohesion - components are closely related
\item
Low coupling - not strongly dependent on other modules
\item
Opaque - information hiding
\item
Test
available
t
o avoid
E
xceptions
\item
Checks
available
s
o
programmer can
avoid
e
xceptions
\end{itemize}
\end{frame}
...
...
@@ -413,7 +412,7 @@ Example of raising the exception
\begin{frame}
\frametitle
{
Queue Module Syntax (Abstract Object)
}
\structure
{
What could we remove to make this essential?
}
\structure
<1>
{
What could we remove to make this essential?
}
~
\newline
MAX
\_
SIZE = 100
~
\newline
...
...
@@ -440,8 +439,7 @@ isfull & ~ & boolean & NOT\_INIT\\
\end{tabular}
~
\newline
If MAX
\_
SIZE is exported, what could you replace isempty and isfull by? (This
new interface will move some work to the programmer.)
\uncover
<2->
{
Can replace isempty and isfull by by tests using size and MAX
\_
SIZE
}
\end{frame}
...
...
@@ -477,7 +475,7 @@ isinit & ~ & boolean & \\
\bi
\item
front has been merged with pop
\item
size replaces isempty and isfull
\item
isinit is added
\item
isinit is added
(
\structure
{
why?
}
)
\ei
\end{frame}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment