Coding works through programming/programs. Programs have different coding languages, and text files. The code within the file is known as the "source CODE" this code is used in different ways, causing for the possibility of separate binary files that computers can directly run. Hope I helped.
The answer if defiantly B. Story
Answer:
junk files
Explanation: if a file is in a junk file it is most likely unwanted
Answer: A) Constants
B) Variable
Explanation: The two basic type of operands are-
A) Constants-
constants are the value that do not change once they are defined.
As for example 5+3, here 5 and 3 are operands and + is an operator.
B) Variable-
It represents a symbolic variable name which helps in storing information in memory.
In A×B, A and B are two operands of variable type whose value can change and it is defined by user or some other dependent operation and × is a operator.