What do developers do to support software products?

Answers

Answer 1
Answer: Developers have basic ways in supporting their own products, one is that they keep having updates their software products to keep it up to date. Second is that the attend to the needs of the costumers such as bugs and errors that are needed to be fixed.

Related Questions

Click ____ to move a stacked object to the top of the stack. Move to Top Bring to Front Slide to Top Move to Front
Microsoft Excel ______ give a visual representation of data that can make the data easier to understand.worksheets workbooks spreadsheets ch21
One of the biggest risks involved in using e-mail isa. loss of privacy. b. junk mail. c. slowness. d. lost attachments.
In a meeting, Juan hears someone say a product mix is "wide." What doesthat mean?A. The product mix is arranged by family brands.B. The product mix contains bulky products.C. The product mix contains many product lines.D. The product mix contains many products.
True of false u can use a scanner to convet a printed image into a bitmap graphic.

Which of the following cannot be done from the windows task manager? a. view what application are running in the background
b.delete a program from the hard drive
c.open program
d.check recent cpu usage

Answers

The answer is (B) delete a program from the hard drive.

The task manager enables you to monitor processes, applications and services currently running on your computer. You can use it to start and stop programs and processes. In addition, you can use the task manager to show informative stats about your PC’s performance and network.
With this kind of information always listed at the bottom of the windows task manager, you will be able to know whether your computer is working hard or hardly working. To delete a program from the hard drive, you have to go to the control panel to uninstall an application properly.

6. when a program is finished using a file, it should do this. a. erase the file b. close the file c. throw an exception d. reset the read position 17. this class allows you to use the print and println methods to write data to a file. a. file b. filereader c. outputfile d. printwriter 18. this class allows you to read a line from a file. a. filewriter b. scanner c. inputfile d. filereader 19. true or false: the while loop is a pretest loop. 20. true or false: the do-while loop is a pretest loop. 21. true or false: the for loop is a posttest loop. 22. true or false: it is not necessary to initialize accumulator variables. 23. true or false: one limitation of the for loop is that only one variable may be initialized in the initialization expression. 24. true or false: a variable may be defined in the initialization expression of the for loop. 25. true or false: in a nested loop, the inner loop goes through all of its iterations for every iteration of the outer loop. 26. true or false: to calculate the total number of iterations of a nested loop, add the number of iterations of all the loops.

Answers

Answer:

16. close the file

17. Output file

18. scanner

19. true

20. false

21. false

22. false

23. false

24. true

25. true

26. false

Explanation:

Hope it helps!

A pure aggregator is best defined as a blog that

Answers

That a person or thing aggregates.

In order for your laptop to make a wireless connection, it must first find an available __________ to connect to.a. SSID
b. VPN
c. RSAT
d. WEP

Answers

Answer:

The correct answer to the following question will be Option A (SSID).

Explanation:

SSID is a general or a technical term for either the title of a network channel. When you're setting up a virtual wireless network, you make something up to differentiate from many other community connections.

  • Even before you associate your machine to your wireless connection you can see that title or name of the device.
  • To enable a cellular connection to your computer device or network, you must, therefore, consider an SSID appropriate to attach to that as well.

So, SSID is the right answer.

a. SSID to connect to it

14. Signals traveling through areas in which many wireless communications systems are in use will exhibit a lower -------- due to the higher proportion of noise.

Answers

Final answer:

In areas with many wireless systems, signals will have a lower signal-to-noise ratio due to increased noise levels.

Explanation:

Signals traveling through areas with many wireless communications systems will exhibit a lower signal-to-noise ratio due to the higher proportion of noise. The signal-to-noise ratio measures the level of the desired signal compared to the level of unwanted background noise. In areas with numerous wireless systems, the noise level increases, making it more difficult to distinguish the desired signal from the noise.

Learn more about Signal-to-noise ratio here:

brainly.com/question/32090280

#SPJ11

When attempting to SSH in windows, you get the following error: "ssh command not found". What will you need to do to SSH?

Answers

Answer:

Well If you are encountering the error "ssh command not found" when attempting to SSH in Windows, it means that the SSH client is not installed or not properly configured on your system. To resolve this issue and be able to SSH, you will need to follow these steps:

Install an SSH client: First, you need to install an SSH client on your Windows machine. One popular and widely used SSH client for Windows is OpenSSH. You can download and install OpenSSH by following the official documentation or by using a package manager like Chocolatey.  Set up the SSH client: Once the SSH client is installed, you may need to configure it. OpenSSH typically requires a configuration file called `ssh_config` located in the `C:\ProgramData\ssh\` directory. If this file doesn't exist, you can create it manually or copy it from the OpenSSH installation folder. Make sure to set the necessary configuration options such as the server's IP address or hostname, port number, and any authentication settings.  Add SSH to your system's PATH: To be able to run the SSH command from any location in the command prompt, you need to add the SSH executable to your system's PATH environment variable. This can be done by going to "System Properties" -> "Advanced" -> "Environment Variables" and editing the PATH variable to include the path to the SSH executable. For example, if OpenSSH is installed in `C:\Program Files\OpenSSH\`, you would add `C:\Program Files\OpenSSH\` to the PATH.  Restart your computer: After making any changes to the system's environment variables, it is recommended to restart your computer to ensure that the changes take effect.

Once you have completed these steps, you should be able to use the SSH command without encountering the "SSH command not found" error. You can now connect to remote servers using SSH by specifying the appropriate server details, such as the IP address or hostname and port number, in the SSH command

Hope this helps