LectureSlides 1 Fundamentals
LectureSlides 1 Fundamentals
Introduction to Computer
Fundamentals- Computer Memory
Hierarchy, Types of Software Binary
number system, Algorithm, Flowchart,
Formulate simple algorithms for logical and
arithmetic problems.
Memory
Hierarchy
Types of softwares
Binary to decimal (positive only)
Decimal to binary (positives
only)
Negative binary numbers
(i) Sign bit representation - left most bit tells
the sign and rest of the bits is the value. Left bit
0 means positive and 1 means negative. For
example 1101 = 1 101 = -5