diff --git a/content/notes/01-Vector-Spaces-and-Subspaces.md b/content/notes/01-Vector-Spaces-and-Subspaces.md deleted file mode 100644 index c1f99d464..000000000 --- a/content/notes/01-Vector-Spaces-and-Subspaces.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "01-Vector-Spaces-and-Subspaces" -aliases: -tags: -- lecture -- math202 -sr-due: 2022-07-14 -sr-interval: 3 -sr-ease: 250 ---- - -- [pdf](https://www.maths.otago.ac.nz/webdata/resources/math202/2022_S2_Outline_Notes/Ch1.pdf?m=1657334841) - -- a vector space is a set whose elements conform to the eight axioms of scaling and additiveness -- e.g., - - ℝ², ℝ³, P₃ -- In this course we focus on three main vector spaces - - ℝⁿ, Pₙ, $M_{m\times n}$ - -- a vector subspace is a subset of a vector space whose elements (which are vectors) are additively and multipicatively closed and contain the zero vector - - diff --git a/content/notes/01-bits-and-bytes.md b/content/notes/01-bits-and-bytes.md index 8f18fd756..36729cf4b 100644 --- a/content/notes/01-bits-and-bytes.md +++ b/content/notes/01-bits-and-bytes.md @@ -4,10 +4,38 @@ aliases: tags: - cosc204 - lecture -sr-due: 2022-07-14 -sr-interval: 3 +sr-due: 2022-07-21 +sr-interval: 7 sr-ease: 250 --- + +[memory](notes/memory.md) +[unicode](notes/unicode.md) +[ASCII](notes/ASCII.md) +[digital-data](notes/digital-data.md) + + + + + + + + + + + + + + + + + + + + + + + # What is data - A fact — a piece of information diff --git a/content/notes/07-business-process-modelling.md b/content/notes/07-business-process-modelling.md index 73c1ccf9e..9cad40731 100644 --- a/content/notes/07-business-process-modelling.md +++ b/content/notes/07-business-process-modelling.md @@ -3,17 +3,17 @@ title: "07-business-process-modelling" tags: - info201 - lecture -sr-due: 2022-07-14 -sr-interval: 41 +sr-due: 2022-11-02 +sr-interval: 111 sr-ease: 270 --- -- understand core onepts realted to business process mondelling +- understand core conepts related to business process mondelling - learn about commonly used business process modelling notations - understand the elemeents of a UML activity diagram 1. What is a business process - [business-process](notes/business-process.md) - [business-process-model](notes/business-process-model.md) -- [business-process-model-and-notation](notes/business-process-model-and-notation.md) +- [business-process-model-and-notation](notes/business-process-model-and-notation.md) - [unified-modelling-language](notes/unified-modelling-language.md) diff --git a/content/notes/business-process-model.md b/content/notes/business-process-model.md index f089983ca..ca8c9b786 100644 --- a/content/notes/business-process-model.md +++ b/content/notes/business-process-model.md @@ -7,14 +7,14 @@ tags: - graphical depiction fo one ormore business proccesses - some variant of a flowchart - many different approaches - - BPMN - - UML activity diagrams + - [BPMN](notes/business-process-model-and-notation.md) + - [UML](notes/unified-modelling-language.md) [activity-diagrams](notes/activity-diagrams.md) - data flow diagrams DFDs - - good for security + - good for [security](notes/security.md) - business process execution language BPEL - - prgramm how a proces with go + - programm how a process with go - can be executed - subject oriented business process mangement (s-BPM) - and many more - may be execultable -- developed alongside data models (ERDs, class diagrams etc) +- developed alongside data [models](notes/models.md) ([ERDs](notes/entity-relationship-diagrams.md), [class-diagrams](notes/class-diagrams.md) etc) diff --git a/content/notes/digital-data.md b/content/notes/digital-data.md index 12d6818c9..1952fd389 100644 --- a/content/notes/digital-data.md +++ b/content/notes/digital-data.md @@ -50,4 +50,4 @@ Data is stored in [memory](notes/memory.md) - used to label a location in the computer's memory where a byte is stored - when the code is compile, the name is assigned an address, in memory. The meaning of that data depends on how a human interprets it. it might be small integer, or a character, or a color etc.d -- each byte represents a number which maps to a character using either [[unic]] \ No newline at end of file +- each byte (or group of bytes) represents a number which maps to a character using a mapping like [unicode](notes/unicode.md) or [ASCII](notes/ASCII.md) \ No newline at end of file diff --git a/content/notes/math-202.md b/content/notes/math-202.md index 3e9fbb7f0..d5b376871 100644 --- a/content/notes/math-202.md +++ b/content/notes/math-202.md @@ -11,14 +11,3 @@ tags: - [syllabus](https://www.maths.otago.ac.nz/webdata/resources/math202/2022_S2_Course_Information/Syllabus.pdf?m=1657334628) ![[C:\User\Jet HUghes\Documents\Personal\courses\math-202\Textbook.pdf]] -# Assignments - -# Notes -- - -# Lectures/Chapters -- [01-Vector Spaces and Subspaces](notes/01-Vector-Spaces-and-Subspaces) - -# Archive - -# Info \ No newline at end of file diff --git a/content/notes/what-are-uml-diagrams.md b/content/notes/what-are-uml-diagrams.md index 74e3c6807..2bbd984b8 100644 --- a/content/notes/what-are-uml-diagrams.md +++ b/content/notes/what-are-uml-diagrams.md @@ -1,13 +1,13 @@ -s--- +--- title: "what-are-uml-diagrams" aliases: tags: - info201 --- -A standard set of model constructs and notation defined by the object management group +A standard set of constructs and notation defined by the object management group for creating [models](notes/models.md) -specify what not how +**specify what not how** - activity diagrams - high level for business prcesses workflows @@ -41,11 +41,11 @@ enables implementation-independent specification of: ## 3 Types of diagram ### 3.1 structural -[](https://i.imgur.com/zS15EFj.png#invert) +![](https://i.imgur.com/zS15EFj.png#invert) ### 3.2 behavioural -[](https://i.imgur.com/4lj2QIt.png#invert) +![](https://i.imgur.com/4lj2QIt.png#invert) ### 3.3 Linked diagrams each digram type models a dfiferenct aspect of the system