Question

In: Computer Science

End user programs are designed for specific functions such as word processing or a game. You...

End user programs are designed for specific functions such as word processing or a
game. You have installed a new piece of applications software onto a stand-alone PC.
You then find that the printer attached to the PC fails to produce what can be seen on
screen in that package. Explain clearly why this might happen.

Solutions

Expert Solution

The system software acts as an interface between the computer hardware and the application software. The end user will interact mainly with application software. Application software  is a program or group of programs designed for end users.

In the future this type of interface will become more easier to use as it moves towards natural interfaces.Applications are bundled with computer and its system software or published separately, or may be coded as proprietary, open-source

System software consists of the operating system and utility programs that control a computer system and allow you to use a computer. These programs enable the computer to boot, to launch application programs, and to facilitate important jobs, such as transferring files from one storage medium to another, configuring the computer to work with the hardware connected to it, managing files on the hard drive, and protecting the computer system from unauthorized use.


Related Solutions

Java Project Requirements: 1.Write a Java program that plays a word game with a user. The...
Java Project Requirements: 1.Write a Java program that plays a word game with a user. The program asks the user questions and then creates a paragraph using the user’s answers. 2.The program must perform the following: a.Uses a Scanner object to ask the user: (The program asks for no other information) i.Full Name (First and Last name only) - stores this Full Name in one String object variable. ii.Age – must be read in as an int. iii.Profession or expected...
1.- In this assignment you will implement a simulation of the interaction of user programs with...
1.- In this assignment you will implement a simulation of the interaction of user programs with the OS to execute an I/O operation on two different devices. User programs: User programs will communicate with DOIO (OS) to request an I/O operation. (This will simulate a system call) User programs will give to DOIO three parameters: User id, device number (dev is a random number in the range 1 and 2 that represents device one or device two) and an address...
End user computing------in some cases an organization’s information system (IS) is planned and centered on specific...
End user computing------in some cases an organization’s information system (IS) is planned and centered on specific goals; in other cases, technology is an afterthought to the actual business objectives. Can you think of examples of how technology has altered the way we do business today? Were those changes and implementations accomplished by understanding the goals of the business?
For this exercise, you will implement two programs that allow the user to enter grades in...
For this exercise, you will implement two programs that allow the user to enter grades in a gradebook. The first program will use one‐dimensional arrays, and the second program will use two‐dimensional arrays. The two programs function the same Write an application that prints out the final grade of the students in a class and the average for the whole class. There are a total of 3 quizzes. You will need 4 arrays: 1. An array of type int to...
Scrambled Word Game (Python) Topics: List, tuple In this lab, you will write a scrambled word...
Scrambled Word Game (Python) Topics: List, tuple In this lab, you will write a scrambled word game. The game starts by loading a file containing scrambled word-answer pair separated. Sample of the file content is shown below. Once the pairs are loaded, it randomly pick a scrambled word and have the player guess it. The number of guesses is unlimited. When the user guess the correct answer, it asks the user if he/she wants another scrambled word. bta:bat gstoh:ghost entsrom:monster...
For PACMAN game specification 2.1   Product Perspective 2.2   Product Functions 2.3   User Classes and Characteristics 2.4  ...
For PACMAN game specification 2.1   Product Perspective 2.2   Product Functions 2.3   User Classes and Characteristics 2.4   Operating Environment 2.5   Design and Implementation Constraints 2.6   Assumptions and Dependencies
) Use functions and arrays to complete the following programs. Requirements: • You should use the...
) Use functions and arrays to complete the following programs. Requirements: • You should use the divide-and-conquer strategy and write multiple functions. • You should always use arrays for the data sequences. • You should always use const int to define the sizes of your arrays. a. Write a C++ program. The program first asks the user to enter 4 numbers to form Sequence 1. Then the program asks the user to enter 8 numbers to form Sequence 2. Finally,...
In this module you learned how to implement recursive functions in your C++ programs. For this...
In this module you learned how to implement recursive functions in your C++ programs. For this assignment, you will create a program that tests a string to see if it is a palindrome. A palindrome is a string such as “madam”, “radar”, “dad”, and “I”, that reads the same forwards and backwards. The empty string is regarded as a palindrome. Write a recursive function: bool isPalindrome(string str, int lower, int upper) that returns true if and only if the part...
LISP FUNCTIONS Imagine you are writing the AI for a simple game that will require an...
LISP FUNCTIONS Imagine you are writing the AI for a simple game that will require an adversarial search. The state of the game can be represented using a list of 3 elements, such as (B B B). The list representing the game state can contain any combination of 3 values: A, B, or C. It will always have exactly 3 items. (Let's call it the "state list"). With that in mind, write the following LISP functions: TERMINAL-TEST - this function...
(2) You need a word ­ processing package for the personal computer in your office. Because...
(2) You need a word ­ processing package for the personal computer in your office. Because your employer will pay for the package you are not concerned about the cost, but you would like a package which is as easy to use as possible and which also has a wide range of functions such as a thesaurus, spell checker and graphics. After discussing the matter with a friend who is something of an expert in this field, you identify seven...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT