A programmer is developing a network security tool. They write the following pseudocode function to generate a secure authentication token:
function generateToken(userID, secretKey, expiryTime)
// algorithm to generate token
return token
endfunction
Give the name of one parameter defined in this function header.
33 exam-style questions on Edexcel IGCSE Computer Science Subprograms. Each one has a worked solution and a mark scheme showing where the marks go.