Answer:
the ribbon
Explanation:
Commands are organized in logical groups, which are collected together under tabs. Each tab relates to a type of activity, such as formatting or laying out a page. To reduce clutter, some tabs are shown only when needed.
Answer: B) web browser
Explanation: A web browser may be explained as a software program or application available on various operating systems such as windows, Mac, Android, iOS among others. This program acts as an interface between information available on websites or pages and users. This application takes a specified uniform resource locator or web address as input and outputs the information available on a web page. Google Chrome, Internet Explorer, Microsoft edge, opera mini, Safari, Firefox and so on.
The command that the technician will use to carry out the moving of the file is; Option C; mv widget.txt /home/fred
<h3> Linux Commands</h3>
In Linux, If we want to move files, we make use of the "mv" command which is quite similar to the cp command. The only difference being that with mv command, the file is physically moved from one place to another, whereas with cp, it is being duplicated.
Since the technician wants to move the filled called widget.txt from the current directory to /home/fred, then he will make use of the "mv" command.
Read more about LINUX at; brainly.com/question/25480553