first commit
This commit is contained in:
11
Semester 1/Programming 1/Week 6/Week 6 Programming 1.md
Normal file
11
Semester 1/Programming 1/Week 6/Week 6 Programming 1.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## Lecture 1 - (9:00)
|
||||
|
||||
- Pointer is the address of where the value is stored.
|
||||
|
||||
## Lecture 2 - (13:00)
|
||||
|
||||
### Modularisation and Abstraction
|
||||
|
||||
- Design key aspect. Likely input from several teams responsible for different parts of design.
|
||||
- Breaking down a problem into smaller subproblems is called **modularisation**.
|
||||
- **Abstraction** allows us to focus on the high level details, over the fine details of individual subdesign.
|
12
Semester 1/Programming 1/Week 6/Workshop 6/README.TXT
Normal file
12
Semester 1/Programming 1/Week 6/Workshop 6/README.TXT
Normal file
@@ -0,0 +1,12 @@
|
||||
------------------------------------------------------------------------
|
||||
This is the project README file. Here, you should describe your project.
|
||||
Tell the reader (someone who does not know anything about this project)
|
||||
all he/she needs to know. The comments should usually include at least:
|
||||
------------------------------------------------------------------------
|
||||
|
||||
PROJECT TITLE:
|
||||
PURPOSE OF PROJECT:
|
||||
VERSION or DATE:
|
||||
HOW TO START THIS PROJECT:
|
||||
AUTHORS:
|
||||
USER INSTRUCTIONS:
|
3
Semester 1/Programming 1/Week 6/Workshop 6/package.bluej
Normal file
3
Semester 1/Programming 1/Week 6/Workshop 6/package.bluej
Normal file
@@ -0,0 +1,3 @@
|
||||
#BlueJ package file
|
||||
#Fri Oct 27 14:24:27 BST 2023
|
||||
project.charset=UTF-8
|
Reference in New Issue
Block a user