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