Introduction to Computing: Computer Organization - Main Memory, Study notes of Introduction to Computing

If the word is 8 bits, it is referred to as. A byte. The term “byte” is so common. In computer science that sometimes a. 16-bit word is referred to as a 2.

Typology: Study notes

2022/2023

Uploaded on 03/01/2023

jacksonfive
jacksonfive 🇺🇸

4.4

(35)

280 documents

1 / 9

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
INTRODUCTION TO COMPUTING
CPIT 201
WEEK 10
LECTURE 2
FCIT RABIGH
pf3
pf4
pf5
pf8
pf9

Partial preview of the text

Download Introduction to Computing: Computer Organization - Main Memory and more Study notes Introduction to Computing in PDF only on Docsity!

INTRODUCTION TO COMPUTING

CPIT 201WEEK 10LECTURE 2^ FCIT RABIGH

COMPUTER ORGANIZATION

FCIT RABIGH

If the word is 8 bits, it is referred to asIf the word is 8 bits, it is referred to asAA^ bytebyte

. The term “byte” is so common. The term “byte” is so common In computer science that sometimes aIn computer science that sometimes a 16 16--bit word is referred to as a 2

bit word is referred to as a 2-

-bytebyte

word, or a 32word, or a 32

  • -bit word is referred to asbit word is referred to as

word, or a 32word, or a 32

  • -bit word is referred to asbit word is referred to as

a 4a 4--byte word.

byte word.

Main memory

For example, a memory with 64kilobytes and a word size of 1 byte hasan address space that ranges from0 to 65,535 and a bit pattern of 16 bitsto define an address. So the First location address is referred to aslocation address is referred to as Address 0000000000000000 and thelast location address is referred to asaddress1111111111111111.

If a computer has N words ofmemory, we need log

N bits to 2

identify each word.