WHAT ARE ELECTRONIC SPREADSHEETS?WHAT ARE TYPEWRITERS?WHAT ARE THE MERITS OF SPREADSHEETS OVER TYPEWRITERS?
Images courtesy of Pinterest
0 Comments
![]() Briefly explain the following terms: Cell, Range, Label, Value, FunctionExpected Response
![]() Students sat for a test in computer studies. The table gives the marks obtained and the number of students obtaining the marks. Write a program in a structured high-level language to calculate the mean of the result. The formula for the mean is given below.
EXPECTED RESPONSE;
Program mean;
Var Sumxf,sumf:integer Mean:real; Begin Sumxf:=(10*1)+(15*2)+(20*6)+(25*5)+(30*10)+(35*6)+(40*4)+(45*2)+(50*1)+(55*1); Sumf:=1+2+3+4+10+6+4+2+1+1; Mean:= sumxf/sumf; Writeln(mean); Readln; End. Related Searches![]()
Testing of a program should not be miscued with system implementation and testing of SDLC stages.
Testing of a program is also called debugging and its done by programmers unlike system testing phase done by Quality assurance professionals. Expected Response
For debugging to take place, the programmer needs the following tools.
![]() ![]()
To effectively establish the difference between system software and application programs, we should define the two.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Functions of the UPS (Uninterruptible Power Supply)
![]()
Recommended for you ... ![]() |
Categories
All
Archives
December 2024
|