mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
vault backup: 2022-07-11 10:01:09
This commit is contained in:
parent
6ce665103d
commit
aa889d4543
20
content/notes/01-bits-and-bytes.md
Normal file
20
content/notes/01-bits-and-bytes.md
Normal file
@ -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
|
||||||
@ -35,6 +35,7 @@ By completion of this paper students are expected to:
|
|||||||
|
|
||||||
# Lectures
|
# Lectures
|
||||||
|
|
||||||
|
|
||||||
# Archive
|
# Archive
|
||||||
|
|
||||||
# Info
|
# Info
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user