Answer:
Answered below.
Explanation:
This answer is applicable to Linux.
There are several commands for copying files in Linux. cp and rsync are the most widely used. cp though, is the command used to copy files and their contents.
To copy a file named report1.txt to another file named report1uc.txt in the current directory, the following command is run.
$ cp report1.txt report1uc.txt
You can change the case of the strings in the file by using the tr command.
tr [:lower:] [:upper:]
For example,
$ echo brainly | tr [:lower:]. [:upper:]
Result is BRAINLY.
I believe its "Thinking Universe"
I would agree with that Brainly.com is a good place if you need help with homework.
Answer:
c. Many applications require substantial desktop computing power and resources.
Explanation:
From the options given, the correct answer is C.
Traditional system development is the development of computer software for a typical computer system.
The other options is true for web based system development environment.
Option A mention web based framework as traditional development environment and this is not correct.
Option B mention scalability and running on multiple hardware. This is not true for traditional development environment as it is not scalable and it doesn't run on multiple hardware concurrently. So B is not correct.
Option C is correct as Many applications require substantial desktop computing power and resources.
Option D is not correct as traditional system development environment is not the platform for internet based development. Internet-based development treats the traditional systems development environment as the platform, rather than just a communication channel.