What do 'Scope' and 'Audience' mean?

Based on the OIDC/OAuth 2.0 overview [https://developer.okta.com/docs/reference/api/oidc/#claims]

aud - Identifies the audience (resource URI or server) that this access token is intended for.
scp - Array of scopes that are granted to this access token.