Question: Please do it in 8086 assembly language using MASM assembler Write an assembly language program to compute the mean and the variance of the following
Please do it in 8086 assembly language using MASM assembler

Write an assembly language program to compute the mean and the variance of the following data at location RAW. Define Raw data as a WORD 10, 12, 8, 17, 9,22, 18, 11,23,7, 30,22,19,6,7 where mean = 1 (x1 + x2 + +xn) variance = 1 { (xi-mean)2 + +(xn-mean)2 } Display MEAN XX VARYY Note the answers will be INTEGERS Write an assembly language program to compute the mean and the variance of the following data at location RAW. Define Raw data as a WORD 10, 12, 8, 17, 9,22, 18, 11,23,7, 30,22,19,6,7 where mean = 1 (x1 + x2 + +xn) variance = 1 { (xi-mean)2 + +(xn-mean)2 } Display MEAN XX VARYY Note the answers will be INTEGERS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
