Yeah, Your steps ar correct. Let's analyse those steps more easily by the following steps:

Freeze panes is a feature in spreadsheet applications, such as Microsoft Excel, LibreOffice Calc, and Google Sheets. It "freezes" a row or column, so that it is always displayed, even as you navigate the spreadsheet.
❍ Freezing panes is especially useful if your spreadsheet has a header row, that you want to always be visible.
- Select the row below the row(s) you want to freeze. In our example, we want to freeze rows 1 and 2, so we'll select row.
- Click the View tab on the Ribbon.
- Select the Freeze Panes command, then choose Freeze
- Panes from the drop-down menu. ...
- The rows will be frozen in place, as indicated by the gray line.
<u>━━━━━━━━━━━━━━━━━━━━</u>
Answer:
painter = {'name' : "Vincent van Gogh", 'artworks': ["The Starry Night","Irises","The Potato Eaters"],'bornDate': "March 30, 1853", 'eyeColor': "July 29, 1890", 'diedDate': "July 29, 1890"} #this is a code which holds the questions defined value in a painter variable.
Explanation:
- The above question wants to declare a variable that is in the form of a key and value pair.
- The above question states to define name, artworks,eyeColor, and dieddate as a key and the other is defined as a value.
- when a user wants to access the whole dictionary then he can do with the help of the painter variable.
- But when he wants to access the value of any particular key, then he can do it with the help of the key name as "painter[keyname]".
You have the correct answer selected!
Answer:
Option (c) is the correct answer of this question.
Explanation:
RAM (Random Access Memory) It is a type of computer memory which can also be retrieved and adjusted in either sequence, usually still had to preserve operating memory and bytecode.
It is a type storage device, and maintains the data used when the device is operating.RAM makes file access more frequently compared with certain digital storage types.
<u>For Example</u>:- PCs, tablets, smartphones ,printers etc.
Other options are not related to the given scenario.