Answer:
Open Task Manager and end the process associated with the application.
Explanation:
When using a computer installed with the Windows Operating system and an application is not responding to the mouse or keyboard input, you can end such application process without exiting other open applications by opening the task manager using the key combinations "CTRL + ALT + DEL". This would open the Task Manager showing all the open application and then you can end the process associated with the application that is not responding.
If its on document u go to text u highlight ur text and then you go upload track changes text on computer or phone or any divice and then you insert the text u wrote to the app and then if u cant find the app look for text changing colors and then copy and past ur work to the app and add the colors to it.
The format for the UPDATE command is the word UPDATE, followed by the name of the table to be updated. The next portion of the command consists of the word <u>SET</u>, followed by the name of the column to be updated, an equals sign, and the new value.
Explanation:
- An Update Query is an action query (SQL statement) that changes a set of records according to criteria you specify.
- The SQL UPDATE Query is used to modify the existing records in a table. You can use the WHERE clause with the UPDATE query to update the selected rows, otherwise all the rows would be affected.
- Update Queries let you modify the values of a field or fields in a table.
<u>UPDATE Syntax
</u>
- UPDATE table_name
- SET column1 = value1, column2 = value2, ...
- WHERE condition;
UPDATE table_name SET column1 = value1, column2 = value2, etc WHERE condition;
- table_name: name of the table
- column1: name of first , second, third column....
- value1: new value for first, second, third column....
- condition: condition to select the rows for which the
- values of columns needs to be updated.
Non-volatile, persistent or permanent storage are terms used for this.