Answer:
1. The running configuration is also known as the <u><em>b. working configuration</em></u>
<u><em>c. current configuration</em></u>
Explanation:
hopes this help (:
Answer:
Explanation:
In computing, a device driver is a computer program that operates or controls a particular type of device that is attached to a computer. ...
Answer:
it's actually complicated
ifctxoycpyypg
Answer:
Open a file when the program needs to work with it and close the file as soon as you have finished using it.
Explanation:
In programming, we have some files that are stored in memory, or created in some other section of the program to save information.
<u><em>for example</em></u>, we want to save the data of a class or school faculty to create a database. For this purpose I need to create a file.
As the files that we will create may contains data, these files will utilize computer resources such as, memory (RAM, Cache) and other resources. While programming, we need these resources as well.
<em>Therefore, It is necessary to open a file when the program needs to work with it and close the file as soon as we have finished using it. The reason is that, it takes computer resources which are limited. </em>
Answer:
1.T 2.f 3.t 4.f 5.f 6.f 7.t 8.t 9.f