mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
vault backup: 2022-07-14 20:21:10
This commit is contained in:
parent
e276b4c520
commit
a6ba0bc5f0
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
@ -4,10 +4,38 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- cosc204
|
- cosc204
|
||||||
- lecture
|
- lecture
|
||||||
sr-due: 2022-07-14
|
sr-due: 2022-07-21
|
||||||
sr-interval: 3
|
sr-interval: 7
|
||||||
sr-ease: 250
|
sr-ease: 250
|
||||||
---
|
---
|
||||||
|
|
||||||
|
[memory](notes/memory.md)
|
||||||
|
[unicode](notes/unicode.md)
|
||||||
|
[ASCII](notes/ASCII.md)
|
||||||
|
[digital-data](notes/digital-data.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# What is data
|
# What is data
|
||||||
- A fact — a piece of information
|
- A fact — a piece of information
|
||||||
|
|||||||
@ -3,17 +3,17 @@ title: "07-business-process-modelling"
|
|||||||
tags:
|
tags:
|
||||||
- info201
|
- info201
|
||||||
- lecture
|
- lecture
|
||||||
sr-due: 2022-07-14
|
sr-due: 2022-11-02
|
||||||
sr-interval: 41
|
sr-interval: 111
|
||||||
sr-ease: 270
|
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
|
- learn about commonly used business process modelling notations
|
||||||
- understand the elemeents of a UML activity diagram
|
- understand the elemeents of a UML activity diagram
|
||||||
|
|
||||||
1. What is a business process
|
1. What is a business process
|
||||||
- [business-process](notes/business-process.md)
|
- [business-process](notes/business-process.md)
|
||||||
- [business-process-model](notes/business-process-model.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)
|
- [unified-modelling-language](notes/unified-modelling-language.md)
|
||||||
|
|||||||
@ -7,14 +7,14 @@ tags:
|
|||||||
- graphical depiction fo one ormore business proccesses
|
- graphical depiction fo one ormore business proccesses
|
||||||
- some variant of a flowchart
|
- some variant of a flowchart
|
||||||
- many different approaches
|
- many different approaches
|
||||||
- BPMN
|
- [BPMN](notes/business-process-model-and-notation.md)
|
||||||
- UML activity diagrams
|
- [UML](notes/unified-modelling-language.md) [activity-diagrams](notes/activity-diagrams.md)
|
||||||
- data flow diagrams DFDs
|
- data flow diagrams DFDs
|
||||||
- good for security
|
- good for [security](notes/security.md)
|
||||||
- business process execution language BPEL
|
- business process execution language BPEL
|
||||||
- prgramm how a proces with go
|
- programm how a process with go
|
||||||
- can be executed
|
- can be executed
|
||||||
- subject oriented business process mangement (s-BPM)
|
- subject oriented business process mangement (s-BPM)
|
||||||
- and many more
|
- and many more
|
||||||
- may be execultable
|
- 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)
|
||||||
|
|||||||
@ -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
|
- 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
|
- 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]]
|
- 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)
|
||||||
@ -11,14 +11,3 @@ tags:
|
|||||||
- [syllabus](https://www.maths.otago.ac.nz/webdata/resources/math202/2022_S2_Course_Information/Syllabus.pdf?m=1657334628)
|
- [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]]
|
![[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
|
|
||||||
@ -1,13 +1,13 @@
|
|||||||
s---
|
---
|
||||||
title: "what-are-uml-diagrams"
|
title: "what-are-uml-diagrams"
|
||||||
aliases:
|
aliases:
|
||||||
tags:
|
tags:
|
||||||
- info201
|
- 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
|
- activity diagrams
|
||||||
- high level for business prcesses workflows
|
- high level for business prcesses workflows
|
||||||
@ -41,11 +41,11 @@ enables implementation-independent specification of:
|
|||||||
## 3 Types of diagram
|
## 3 Types of diagram
|
||||||
### 3.1 structural
|
### 3.1 structural
|
||||||
|
|
||||||
[](https://i.imgur.com/zS15EFj.png#invert)
|

|
||||||
|
|
||||||
### 3.2 behavioural
|
### 3.2 behavioural
|
||||||
|
|
||||||
[](https://i.imgur.com/4lj2QIt.png#invert)
|

|
||||||
|
|
||||||
### 3.3 Linked diagrams
|
### 3.3 Linked diagrams
|
||||||
each digram type models a dfiferenct aspect of the system
|
each digram type models a dfiferenct aspect of the system
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user