Answer:
its encoding and decoding
Explanation:
because say if were trying to upload a video to a website or edit the video that is called encoding decoding is when someone told you to find a secret message in a game and you solve it by decoding the game files to find the secret message that decoding
hope it helps
Answer:
The OS allows you to organize the contents of your computer in a hierarchical structure of directories that includes files, folders, libraries, and drives. Windows Explorer helps you manage your files and folders by showing the location and contents of every drive, folder, and file on your computer.
Answer:
The compilation and execution process.
Explanation:
The two procedures that must occur in order to view the output of a java application is the compilation and execution process.
At the compilation stage the java compiler compiles the program and create a bytecode which is then saved in an .class extension.
While during the execution stage the Java virtual machine (JVM) which is also refer to as the java interpreter takes the .class file and generate the output.