Distinguish between systems software and applications software.
What will be an ideal response?
Systems software is the set of programs designed to coordinate the activities and functions of the hardware and various programs throughout the computer system. Applications software consists of programs that help users solve particular computing problems.
You might also like to view...
Visual Basic access keys are created by using which symbol in a button's Text property?
(A) @ (B) & (C) % (D) #
To open a file in PHP, you use the _________ function.
a. fopen() b. fputs() c. open() d. fp()
An array called carList contains elements of struct type car which has components model, year and price. Which of the following will reference the year of the third car?
a) carList[2].car.year b) car[2].year c) carList.year[2] d) carList[2].year
One trick for vertically centering a block element is to use the display property to make the element into a(n) ____ element.
A. boxed B. inline C. run-in D. inherit