What is Parameter? A parameter is a variable used in computer programming to refer to one of the pieces of data presented as an "input" to a procedure. These are the values of the arguments (also known as actual arguments or actual parameters) that will be used to call/invoke the process.