Skip to content

Course home

Subprograms

Subprograms

EasyMedium
123456789101112131415161718192021222324252627282930
Question 17

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.

[1]
Markscheme

Subprograms Questions

  1. IGCSE
  2. /Computer Science
  3. /Subprograms

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.

Question bank