diff --git a/content/notes/01-bits-and-bytes.md b/content/notes/01-bits-and-bytes.md new file mode 100644 index 000000000..37444c840 --- /dev/null +++ b/content/notes/01-bits-and-bytes.md @@ -0,0 +1,20 @@ +--- +title: "01-bits-and-bytes" +aliases: +tags: +- cosc204 +- lecture +--- + +# What is data +- A fact — a piece of information + - corresponds to discreete facts about phenomena from which we gain information abou the world +- The concept of a *value* is fundamental to data + - e.g., 25, $356.00, April, "this is a sentence", colours etc +- Vaues are abstract, they are interpretations of data + - There are many way of storing the same data + - e.g., 12, twelve, XII, 1100, · ··, ·----··--- + +# How computers represent data +- In Binary +- Stored in one of two states, true/false, 1/0, on/off, voltage/no voltage diff --git a/content/notes/cosc-204.md b/content/notes/cosc-204.md index 5c238b713..42c676d4a 100644 --- a/content/notes/cosc-204.md +++ b/content/notes/cosc-204.md @@ -35,6 +35,7 @@ By completion of this paper students are expected to: # Lectures + # Archive # Info