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
e14ebff8
Commit
e14ebff8
authored
7 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Changes to intro to spec lecture, motivated by suggestions from
@mcdona16
and scimed1
parent
59068cb7
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/L21_IntroToSpecification/IntroToSpecification.pdf
+0
-0
0 additions, 0 deletions
Lectures/L21_IntroToSpecification/IntroToSpecification.pdf
Lectures/L21_IntroToSpecification/IntroToSpecification.tex
+9
-7
9 additions, 7 deletions
Lectures/L21_IntroToSpecification/IntroToSpecification.tex
with
9 additions
and
7 deletions
Lectures/L21_IntroToSpecification/IntroToSpecification.pdf
+
0
−
0
View file @
e14ebff8
No preview for this file type
This diff is collapsed.
Click to expand it.
Lectures/L21_IntroToSpecification/IntroToSpecification.tex
+
9
−
7
View file @
e14ebff8
...
...
@@ -294,10 +294,10 @@ Which of the following implements mystery(j) in Python?
\bi
\item
$
\{
p:
\mbox
{
pointT
}
| x
_{
\mbox
{
left
}}
\leq
p.
\mbox
{
xcrd
}
()
\leq
x
_{
\mbox
{
left
}}
+
\mbox
{
width
}
\wedge
y
_{
\mbox
{
bot
}}
\leq
p.
\mbox
{
ycrd
}
()
\leq
y
_{
\mbox
{
bot
}}
+
\mbox
{
height
}
: p
\}
$
(
x
_{
\mbox
{
left
}}
+
\mbox
{
width
}
)
\wedge
y
_{
\mbox
{
bot
}}
\leq
p.
\mbox
{
ycrd
}
()
\leq
(
y
_{
\mbox
{
bot
}}
+
\mbox
{
height
}
)
: p
\}
$
\item
\structure
<1>
{
What does this notation mean?
}
\item
\uncover
<2->
{
\structure
<2>
{
Set of all points inside a
box
, including the boundaries
}}
\item
\uncover
<2->
{
\structure
<2>
{
Set of all points inside a
rectangle
, including the boundaries
}}
\ei
\end{frame}
...
...
@@ -312,7 +312,7 @@ Which of the following implements mystery(j) in Python?
p
_
1
+
(
1
-
t
)
p
_
2
)
\leq
c.
\mbox
{
rad
}
())
$
\item
\structure
<1>
{
What does this notation mean?
}
\item
\uncover
<2->
{
\structure
<2>
{
True if the line and the circle overlap at
least one point
}}
at
least one point
}}
\ei
\end{frame}
...
...
@@ -397,8 +397,10 @@ Which of the following implements mystery(j) in Python?
\item
Major failures occur because of misunderstandings between the producer and
the user
\item
``The hardest single part of building a software system is deciding
precisely what to build'' (F.
\
Brooks)
\item
Precise description of the borderline bw the machine and the
precisely what to build''
(
\href
{
https://gitlab.cas.mcmaster.ca/smiths/se2aa4
_
cs2me3/blob/master/ReferenceMaterial/Brooks1987.pdf
}
{
Brooks1987
}
)
\item
Precise description of the borderline b/w the machine and the
\structure
{
environment
}
(end user and other systems)
\end{itemize}
\item
Statement of interface between the machine and the controlled environment
...
...
@@ -406,7 +408,7 @@ Which of the following implements mystery(j) in Python?
\item
Serious undesirable effects can result due to misunderstandings between
software engineers and domain experts about the phenomena affecting the
control function to be implemented by software
\item
Precise description of the borderline b
etween
the machine and the
\item
Precise description of the borderline b
/w
the machine and the
\structure
{
environment
}
(devices controlled by machines)
\end{itemize}
\end{itemize}
...
...
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