Lecture 6 - Information Representation & Computer Number System
Lecture 6 - Information Representation & Computer Number System
Lecture 6
Instructor:
Dr. Anthony Nwohiri
Senior Lecturer, Dept. of Computer Science
Key aspects of information representation
Bits and bytes
Binary representation
Character encoding
Numeric representation
Text representation
Image representation
Audio representation
Video representation
Key aspects of information representation
Data structures
Database representation
Graph representation
Boolean algebra
Machine code and assembly language
Semantic representation
Mathematical notation
Bits and
bytes
The fundamental
unit of digital
information is the
bit, which can
represent a binary
value of 0 or 1.
BINARY
REPRESENTATION
Linked Lists
Graphs
etc
Database
representation
Means storing and organizing data in a
structured format within a computer
system, typically using tables with rows
and columns.
Graph
representation
Means visually displaying data or
relationships between entities using
a network structure where nodes
(points) represent individual entities
and edges (lines) connect them
Boolean algebra
Deals with logical operations using
only two possible values, "true" and
"false," typically represented as 1
and 0 respectively.
For manipulating logical statements
using operations like AND, OR, and
NOT.
Machine code is the lowest-level
programming language, consisting
of binary instructions (1s and 0s) that
a computer's central processing unit
(CPU) can directly understand and
Machine code execute.
and assembly
language Assembly language is a human-
readable representation of machine
code. It uses mnemonics (short
words or symbols) to represent the
binary instructions that the CPU
understands.
Semantic
representation
A way to represent the "meaning"
behind the data, not just the words
or symbols used to describe it
Mathematical
notation
Mathematical notation is a system of
symbols and conventions used to
represent mathematical concepts,
operations, and relationships in a
concise, precise, and standardized
way.
COMPUTER
NUMBER
SYSTEM
Decimal Number System –
most popular
20 to 40 special characters
THANK YOU FOR
LISTENING