Skip to content

Course home

Programming concepts

Programming concepts

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
Question 9

Write a VB.NET program to authorize access to a planetary explorer's control terminal.

The program should:

  • Prompt the user to enter a Pilot ID
  • Prompt the user to enter a Passkey
  • Display the message Access Denied if the Pilot ID and Passkey pair entered is not valid
  • Display the message System Initiated if the Pilot ID and Passkey pair entered is valid
  • Repeat these steps until a valid Pilot ID and Passkey pair is entered.

You should use meaningful variable name(s) and VB.NET syntax in your answer.

Authorized Pilot Credentials

Pilot IDPasskey
PLT-088819
PLT-114023
[7]
Markscheme

Programming concepts Questions

  1. GCSE
  2. /Computer Science
  3. /Programming concepts

298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.

Question bank