External parts of a computer system and identify which are output and which are input devices.

Answers

Answer 1
Answer: what are the choices, that i could tell you are outputs and inputs, the common are:Outputs: Desktop-Monitor, Computer-Speakers, Computer-Printer.ETC...Inputs: Flash Drive-Computer, CD-Computer, Mouse-Computer, Keyboard-Computer, Power Supply-Computer.ETC...

Related Questions

When Twitter is used to gather a large group for a face-to-face meeting it is calleda. Flash mob. Group mob. Tweet mob. Twitter mob.
As time goes on, technology is likely to _______.a. Increase in complexityb. Decrease in complexityc. Stay at the same complexityd. No one really has any idea
Which of the following is NOT one of the most important elements when designing a website?•screen resolution •purpose •audience •theme
Identify which component of a radiology service accounts for the use of equipment and supplies and the employment of radiologic technologists to perform diagnostic imaging examinations and administer radiation therapy treatments
One disadvantage of online information sharing is that:A. search engines do not help people find solid information.B. we all have to learn how to cite information.C. it can spread harmful scams or false information.D. it cannot improve how we get or send information.

for the employee class program in the unit 3 finishing the employee class program tutorial, what if we need to update the display menu and selections to add in a way to change the id of an employee? what code segments would need to be added to the display menu() method and the command while loop respectively to implement this?

Answers

To update the display menu and selections in the Employee class program tutorial to include the option to change an employee's ID, you would need to add code segments to the `display_menu()` method and the command `while` loop.

Here's a possible implementation:

```python

class Employee:

   def __init__(self, name, id):

       self.name = name

       self.id = id

   def display_menu(self):

       print("1. Change ID")

       print("2. Display Employee Details")

       print("3. Quit")

   def change_id(self):

       new_id = input("Enter new ID: ")

       self.id = new_id

       print("Employee ID changed successfully.")

   def run(self):

       choice = 0

       while choice != 3:

           self.display_menu()

           choice = int(input("Enter your choice: "))

           if choice == 1:

               self.change_id()

           elif choice == 2:

               self.display_details()

           elif choice == 3:

               print("Quitting...")

           else:

               print("Invalid choice. Try again.")

   def display_details(self):

       print("Employee Name:", self.name)

       print("Employee ID:", self.id)

```

In the updated code, the `display_menu()` method now includes the option "1. Change ID" to indicate the ability to change the employee's ID.

Inside the `run()` method, the `choice` variable is used to track the user's input. If the choice is 1, the `change_id()` method is called, which prompts the user to enter a new ID and updates the `id` attribute of the employee object accordingly.

With these additions, the updated Employee class program allows users to select the option to change the ID of an employee from the menu and executes the necessary code to facilitate the ID change.

Learn more about display menu:

brainly.com/question/31206277

#SPJ11

In Windows Vista, which location contains the Printer link?a. Start menu
b. Printer and Faxes
c. Hardware and Sound
d. Appearance and Personalization

Answers

I believe it's B.) Printer and Faxes.
I just did on my windows vista,it's b

Mark for review (Will be highlighted on the review page) 2. Which of the following menu commands would you select to make a copy of an open file and rename it?
A. Replace
B. Copy
C. Save As
D. Versions

Answers

As of the presented problem, the most probable answer and the most likely one, out of the options presented together with the problem, would be C. Save As.

Of the menu commands that are there, Save As would serve to be the command that you click when you want to make a copy of a currently open file and rename it. The difference between Save As and Save would be that Save would automatically just replace the old file with the new one, considering that there were changes that took over the file. Save As, on the other hand, would make the old file still available but would prompt the user to choose another file name for it and even presents the possibility of the file being saved in another file extension.

You’re writing a script that will be called by other scripts. You want to signal abnormal termination of your script by passing a value of 8 to the external script under some circumstances. What command can you use in your own script to do this?

Answers

exit 8 is the correct answer

You __ a worksheet to emphasize certain entries and make the worksheet easier to read and understand

Answers

You format a worksheet to emphasize certain entries and make the worksheet easier to read and understand.
It sorts up the entries into tables so you can understand it better.

Hope this helps :)
You format a worksheet to emphasize certain entries and make the worksheet easier to read and understand.

Good Lessons.

1. which view should you use if you want to look only at the text of the slides?A. Reading View
B Outline View
C. Slide Sorter
D. Normal View

2. Cindy wants to merge two cells together. Which of the following best describes the process of merging two cells?
A. Highlight the two cells and click the Home tab. In the Drawing group, click the Merge Cells button.
B. Hightlight the two cells and click the Home tab In the Paragrap group, click the Merge Cells button.
C. Highlight the two cells and click the Desig tab. In the Setup Group, click the Merge Cells button.
D. Highlight the two cells, right -click, and choose merge cells.

3. Alan wats to find an image of a car he can use in a presentation. What button should he click in the Images group to run a search?

my answers for the top were:(I got them wrong)
1.C
2.B
3.A

Answers

A
D
Number 3 unclear you did not give a b c options