Top answers


Explain the process of annihilation?

Matter and antimatter will annihilate if they meet: 1) Particle meets antiparticle. 2) Both have rest energies due to their masses. 3) Both have kinetic energies due to their movement (if they are moving). 4...
CD
Answered by Chris D. Physics tutor
6039 Views

What is the Strong Nuclear Force?

The Strong Nuclear Force keeps protons and neutrons together in the nucleus.Its range is no more than about 3-4 fentometres. It has equal effects between a proton-neutron, neutron-neutron and proton-proton c...
CD
Answered by Chris D. Physics tutor
6779 Views

What is an OOP (Object Oriented Programming) language?

Type of programming that concerns the use of objects based on classes. Classes consist of methods and data structures and are available to all subclasses and objects based on the parent class. Objects and su...
CD
Answered by Chris D. Computing tutor
5038 Views

What is the difference between local and global variables?

Local variables are defined within a subroutine. Their scope/visibility ends when the cursor leaves the subroutine. Global variables on the other hand are variables that exist outside of all the subroutines ...
CD
Answered by Chris D. Computing tutor
8912 Views

What is the difference between validation and verification?

Array:A data structure that stores a list of values of the same data type. It is possible to input and output values or process an entire array using a For Next Loop. Each element has an index to specify its...
CD
Answered by Chris D. Computing tutor
3340 Views