diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-13 21:32:02 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-13 21:32:02 -0700 |
| commit | 022432983e00eac26f30350907fc8527222710da (patch) | |
| tree | 20186d0b2fb1633d435b5d638a670b425e490b09 | |
| parent | 8d2b8c3dc8836d54eaf6e847895e13e233325471 (diff) | |
Try to figure out why images are not loading in PDF
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | assignments/1/README.md | 3 | ||||
| -rw-r--r-- | assignments/1/README.pdf | bin | 79353 -> 79820 bytes |
3 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,8 @@ all : clean pdf uml clean : - rm assignments/1/README.pdf - rm assignments/1/*.png + rm -f assignments/1/README.pdf + rm -f assignments/1/*.png pdf : assignments/1/README.pdf diff --git a/assignments/1/README.md b/assignments/1/README.md index a237bcc..ffc14d9 100644 --- a/assignments/1/README.md +++ b/assignments/1/README.md @@ -16,6 +16,9 @@ Answer the following questions (250 words max/question). > "The separation of data descriptions from the application programs that use the data." +The idea between `program-data independence` is to decouple the software program from the representation +of the data. This allows the data and the program to evolve independent of one another. + * Briefly contrast and compare the following development approaches: the systems development life cycle and the prototyping methodology. The `system development life cycle` is a set of steps that include the following phases: diff --git a/assignments/1/README.pdf b/assignments/1/README.pdf Binary files differindex d657cdb..d46a992 100644 --- a/assignments/1/README.pdf +++ b/assignments/1/README.pdf |
