Answer: Agent P or simply Perry
Explanation:
The atomic number for Neon is 10.
I do not see the info for the second part of the question
Answer: For better code management and modularity
Explanation:
An application consist several lines of code so when we break an entire code into several small procedures it becomes easy to maintain and look for errors while debugging. This process also is part of good code writing and hence easy to manage our code during testing and debugging phases of application development.
I think it should be Java of package instead
Answer:


Explanation:
Binary and hexadecimal values have the following pair equivalences.
















We convert from binary to hexadecimal selecting groups of 4 binary from the binary code, from the least significant bits(at the right) to the most significant bits(at the left). The conversion is an hexadecimal "string" from the last group you converted to the first. So:
(a) %100011100101



So

(b) %1011001111



