The _________ is the part of a computer with which the user interacts.
- a. central processing unit
- b. user interface
- c. control system
- d. interactivity system
The user interface is a part of computer system through which the user and computer interact with one other using the hardware devices or commands
Hence the correct answer is option “B”.
Explanation of Solution
User interface:
The interaction between the user and the computer is provided by a facility in the operating system (OS) known as user interface. It is an important function of the OS.
There are three types of user interface; they are,
- Graphical User Interface (GUI)
- Menu-driven user interfaces
- Command-line user interfaces
GUI (Graphical User Interface):
- It is the most popular user interface design in use, which uses graphics and mouse click events to make the programs easier to use for the users.
- Desktop is the screen image that helps the user to work in the computer in a user-friendly environment.
Menu-driven user interfaces:
- The users need not memorize the keywords and commands that are used in the computer in menu-driven user interfaces.
- It is operated using text-based file menus in the screen instead of using commands.
- All the options are displayed on-screen at a given point of time; the user can select an option using the arrow keys and press enter in the keyboard.
- Nowadays, the operating systems use both menu-driven and graphical user interfaces.
Command-line user interfaces:
- Commands are used to instruct the operating system to perform the required operations.
- The commands are needed to be memorized by the user, so it is not popular with the users.
Explanation for incorrect options:
Central Processing Unit:
CPU (Central Processing Unit) is a part of computer that acts as the brain of the computer.
Hence, the option “A” is wrong.
Control System:
Control system is used to manage the external devices that are connected to the system.
Hence, option “C” is wrong.
Interactivity System:
Interactivity systems are used in managing the batch process or background process that is executed behind the user without any action being performed.
Hence, the option “D” is wrong.
Want to see more full solutions like this?
Chapter 15 Solutions
EBK STARTING OUT WITH PROGRAMMING LOGIC
Additional Engineering Textbook Solutions
Introduction To Programming Using Visual Basic (11th Edition)
Management Information Systems: Managing The Digital Firm (16th Edition)
Modern Database Management
Mechanics of Materials (10th Edition)
Degarmo's Materials And Processes In Manufacturing
Java: An Introduction to Problem Solving and Programming (8th Edition)
- show work on paperarrow_forwardWhat should the next three steps be in my machine based home security system after deployment and after the following current steps: Enhancing Security & Privacy Measures User Interface (UI) and Experience (UX) Improvement Machine Learning Model Refinement & Continuous Improvementarrow_forwardI am creating a machine learning home based security system, have completed initial deployment and in the following phases of the project: Expanding device compatibility and integration, preparing for cloud integration, and implementing system reduncancy and disaster recovery. What should the next three phases be?arrow_forward
- Hands-On Assignments Part II Assignment 1-5: Querying the DoGood Donor Database Review the DoGood Donor data by writing and running SQL statements to perform the following tasks: 1. List each donor who has made a pledge and indicated a single lump sum payment. Include first name, last name, pledge date, and pledge amount. 2. List each donor who has made a pledge and indicated monthly payments over one year. Include first name, last name, pledge date, and pledge amount. Also, display the monthly payment amount. (Equal monthly payments are made for all pledges paid in monthly payments.) 3. Display an unduplicated list of projects (ID and name) that have pledges committed. Don't display all projects defined; list only those that have pledges assigned. 4. Display the number of pledges made by each donor. Include the donor ID, first name, last name, and number of pledges. 5. Display all pledges made before March 8, 2012. Include all column data from the DD PLEDGE table.arrow_forwardWrite a FancyCar class to support basic operations such as drive, add gas, honk horn, and start engine. FancyCar.java is provided with method stubs. Follow each step to gradually complete all methods. Note: This program is designed for incremental development. Complete each step and submit for grading before starting the next step. Only a portion of tests pass after each step but confirm progress. The main() method includes basic method calls. Add statements in main() as methods are completed to support development mode testing. Step 0. Declare private fields for miles driven as shown on the odometer (int), gallons of gas in tank (double), miles per gallon or MPG (double), driving capacity (double), and car model (String). Note the provided final variable indicates the gas tank capacity of 14.0 gallons. Step 1 (2 pts). 1) Complete the default constructor by initializing the odometer to five miles, tank is full of gas, miles per gallon is 24.0, and the model is "Old Clunker". 2)…arrow_forwardFind the error: daily_sales = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] days_of_week = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'] for i in range(7): daily_sales[i] = float(input('Enter the sales for ' \ + day_of_week[i] + ': ')arrow_forward
- Find the error: daily_sales = [0.0, 0,0, 0.0, 0.0, 0.0, 0.0, 0.0] days_of_week = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'] for i in range(7): daily_sales[i] = float(input('Enter the sales for ' \ + days_of_week[i] + ': ')arrow_forwardFind the error: daily_sales = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] days_of_week = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'] for i in range(6): daily_sales[i] = float(input('Enter the sales for ' \ + days_of_week[i] + ': '))arrow_forwardWhat are the steps you will follow in order to check the database and fix any problems with it and normalize it? Give two references with your answer.arrow_forward
- Programming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:CengagePrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781305971776Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningEnhanced Discovering Computers 2017 (Shelly Cashm...Computer ScienceISBN:9781305657458Author:Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. CampbellPublisher:Cengage Learning
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage LearningFundamentals of Information SystemsComputer ScienceISBN:9781337097536Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning