Answer and Explanation:
Find / -name "IT4983"
See what it will do is it will find the file named IT4983 in the root directory.
run this commmand with sudo just in case for permission issues.
then it will give you the location of that file we want to find.
Or
$ file /home/IT4983 ( you can type this command from whichever directory you are )
output : IT4983 , ASCII TEXT
Answer:
C
Explanation:
Putting all government forms on the city web site is the least activity likely to be effective in the purpose of reducing digital divide.
Holding basic computer classes at the community centers will very much help to reduce the digital divide.
Providing free wireless internet connections at locations in low-income neighborhood will also reduce the gap of digital divide
Requiring that every city school has computers that meet a minimum hardware and software will made computing resources available to users thereby reducing digital divide.
Answer:
The solution code is written in Python 3 as below:
- outfile = open("greeting.txt", "w")
- outfile.write("Hello World")
- outfile.close()
Explanation:
To create a simple text file in Python, we can use Python built-in function, <em>open()</em>. There are two parameters needed for the open() function,
- the file name and
- a single keyword "w". "w" denote "write". This keyword will tell our program to create a file if the file doesn't exist.
The statement <em>open("greeting.txt", "w")</em> will create a text file named "<em>greeting.txt</em>" (Line 1)
To fill up the content in the greeting.txt, we use <em>write()</em> method. Just include the content string as the argument of the <em>write()</em> method. (Line 2)
At last, we use <em>close() </em>method to close the opened file,<em> outfile</em>. This will release the system resource from the<em> outfile.</em>
Ok we will do it for you cause they are very mean
Answer:
ipods, windows 10,intengrated circut
Explanation: