summaryrefslogtreecommitdiff
path: root/2492/CH12/EX12.1/ex12_1.sce
blob: 0fe0436fd0eb70c28af67ce249ea522d2f2388c1 (plain)
1
2
3
4
5
6
7
8
9
10
// Exa 12.1
format('v',6)
clc;
clear;
close;
// Given data
RAMbit= 2*4;//K bit RAM IC chip
// The capacity of the memory chip,
Capacity = RAMbit*2^10;// in bits
disp(Capacity,"The capacity (or density) of the memory chip in bits is");