Posts

Showing posts with the label Distict Level Examination -2076

QBASIC PROGRAM TO PRINT THE SUM O F ANY 10 NUMBERS Nims Academy 2022_see...

Image
hello dear students and friends i have uploaded new video in qbasic tutorial. Please visit to my channel Nims academy to watch full video: click here   Qbasic program to print the sum of any ten numbers: program: Rem to display the sum of any ten numbers: cls sum=0 for p=1 to 10 input "enter number";n sum=sum+n next p print "the sum of numbers is:";sum end

Model Question Solution of Set-1 Class-IX

Model Question  Group A “Fundamentals” [22 marks] 1.        Answer the following questions.               5×2=10          a) Write down the functions of system software.          The function of system software is that it is used for designing to operate the computer hardware, to provide basic functionality, and to provide platform for running applications software.          b) Define software with any four examples of it.          Software is an organized collection of programs, which is responsible for controlling and managing the hardware components of computer system to perform specific tasks. Any four examples of it are:-        ...