Plain meaning
Start with the shortest useful explanation before going deeper.
A System Program instruction that creates a new account with specified space and owner, funding it with enough lamports for rent exemption. Parameters: from (fee payer), to (new account keypair), lamports, space (bytes), and owner (program ID). The new account's data is zero-initialized.