mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 06:44:07 -06:00
vault backup: 2022-07-16 10:57:51
This commit is contained in:
parent
eda18bdcd8
commit
55f943d83f
@ -4,6 +4,9 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- cosc203
|
- cosc203
|
||||||
- lecture
|
- lecture
|
||||||
|
sr-due: 2022-07-19
|
||||||
|
sr-interval: 3
|
||||||
|
sr-ease: 250
|
||||||
---
|
---
|
||||||
|
|
||||||
[slides](https://blackboard.otago.ac.nz/bbcswebdav/pid-2932183-dt-content-rid-18925536_1/courses/COSC203_S2DNI_2022/COSC203_lecture1.pdf)
|
[slides](https://blackboard.otago.ac.nz/bbcswebdav/pid-2932183-dt-content-rid-18925536_1/courses/COSC203_S2DNI_2022/COSC203_lecture1.pdf)
|
||||||
|
|||||||
13
content/notes/02-basic-css.md
Normal file
13
content/notes/02-basic-css.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "02-basic-css"
|
||||||
|
aliases:
|
||||||
|
tags:
|
||||||
|
- cosc203
|
||||||
|
- lecture
|
||||||
|
sr-due: 2022-07-19
|
||||||
|
sr-interval: 3
|
||||||
|
sr-ease: 250
|
||||||
|
---
|
||||||
|
|
||||||
|
- [slides](https://blackboard.otago.ac.nz/bbcswebdav/pid-2963251-dt-content-rid-18931782_1/courses/COSC203_S2DNI_2022/COSC203_lecture2%281%29.pdf)
|
||||||
|
|
||||||
18
content/notes/02-combinatorial-logic.md
Normal file
18
content/notes/02-combinatorial-logic.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
title: "02-combinatorial-logic"
|
||||||
|
aliases:
|
||||||
|
tags:
|
||||||
|
- cosc204
|
||||||
|
- lecture
|
||||||
|
sr-due: 2022-07-19
|
||||||
|
sr-interval: 3
|
||||||
|
sr-ease: 250
|
||||||
|
---
|
||||||
|
|
||||||
|
> [!Definition]
|
||||||
|
> Combinatorial Logic Circuit is a circuit whose digital outputs are dependent only on its digital inputs
|
||||||
|
>
|
||||||
|
> They can be described using logic expressions and therefore logic gates. We assume the outputs respond immediately^[1]
|
||||||
|
|
||||||
|
|
||||||
|
[^1] : In real circuits propagation delay must be considered, hence the clock c
|
||||||
@ -33,6 +33,7 @@ tags:
|
|||||||
|
|
||||||
# Lectures
|
# Lectures
|
||||||
- [01-basic-html](notes/01-basic-html.md)
|
- [01-basic-html](notes/01-basic-html.md)
|
||||||
|
- [02-basic-css](notes/02-basic-css.md)
|
||||||
|
|
||||||
# Archive
|
# Archive
|
||||||
|
|
||||||
|
|||||||
@ -13,30 +13,17 @@ tags:
|
|||||||
# Assignments
|
# Assignments
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
By completion of this paper students are expected to:
|
|
||||||
- [ASCII](notes/ASCII.md)
|
- [ASCII](notes/ASCII.md)
|
||||||
- [unicode](notes/unicode.md)
|
- [unicode](notes/unicode.md)
|
||||||
- [digital-data](notes/digital-data.md)
|
- [digital-data](notes/digital-data.md)
|
||||||
- [memory](notes/memory.md)
|
- [memory](notes/memory.md)
|
||||||
|
|
||||||
## Hardware
|
- Hardware
|
||||||
- Understand how programs are executed on computer hardware
|
- Assembly
|
||||||
|
- C
|
||||||
|
- Operating systems
|
||||||
## Assembly
|
- OS Algorithms
|
||||||
- Demonstrate an ability to read and write assembly language programs
|
- Use of Resources
|
||||||
|
|
||||||
## C
|
|
||||||
- Be able to construct programs in C and understand its role as a systems programming language
|
|
||||||
|
|
||||||
## Operating systems
|
|
||||||
- Understand the fundamental principles and structure of an operating system
|
|
||||||
|
|
||||||
## OS Algorithms
|
|
||||||
- Understand core operating systems algorithms such as process scheduling and resource allocation and management
|
|
||||||
|
|
||||||
## Use of Resources
|
|
||||||
- Be aware of the importance of efficient use of resources from computational, economic, and environmental viewpoints
|
|
||||||
|
|
||||||
# Lectures
|
# Lectures
|
||||||
- [01-bits-and-bytes](notes/01-bits-and-bytes.md)
|
- [01-bits-and-bytes](notes/01-bits-and-bytes.md)
|
||||||
@ -45,4 +32,11 @@ By completion of this paper students are expected to:
|
|||||||
# Archive
|
# Archive
|
||||||
|
|
||||||
# Info
|
# Info
|
||||||
|
By completion of this paper students are expected to:
|
||||||
|
- Understand how programs are executed on computer hardware
|
||||||
|
- Demonstrate an ability to read and write assembly language programs
|
||||||
|
- Understand the fundamental principles and structure of an operating system
|
||||||
|
- Be able to construct programs in C and understand its role as a systems programming language
|
||||||
|
- Understand core operating systems algorithms such as process scheduling and resource allocation and management
|
||||||
|
- Be aware of the importance of efficient use of resources from computational, economic, and environmental viewpoints
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user