summaryrefslogtreecommitdiff
path: root/911/CH11/EX11.1.b/ex_11_1_b.sce
blob: d56f98abbb07238094013e7ad0ca89f2d4fc22fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//example 11.1(b)//
clc
//clears the screen//
clear
//clears all existing variables//
a=8+8+3;
//given no of inputs//
o=2;
//given no of outputs//
s=2^a*o;
//size of prom// 
disp(s,'size of PROM =')