Answer:
false
Explanation:
-exec option is not mandatory for the find command.
find will still list out the identified files even in the absence of -exec option.
For example:
find . -name test -print
will print out files with the name 'test' in the current directory. Note that there is no exec option in this example.
Same holds true for find with no additional options at all.
For example:
find .
will list out all files in the current directory.
Answer:
the answer might be 2......
Answer:
The output is "Pasta"
Explanation:
Given
The attached code segment
Required
The output
The first line of the program implies that:
MyFavFood="Pasta"
This means that, the value of the variable MyFavFood is string "Pasta"
Next,
print (MyFavFood)
This prints the value of the variable MyFavFood which is "Pasta"
<em>Hence, the output is "Pasta"</em>
Answer: sight, color, emotion, sound, motion
Answer:
Distributed Computing is used to solve common problem from multiple locations at different locations.
Explanation:
It is the architecture of processor, that is used to combine the different resources of computer from different domain to solve the common problem.
It allows us resource sharing such as hardware and software that are connected to the computer.
Examples
Following are the examples of Distributed computing.
- Telecommunication Network
- sensor network
- banking network