Data Structures (AQA GCSE Computer Science): Flashcards

📚Flashcards
Inputs and Outputs
Sign up to keep revising.Create a free account to study more flashcards and track your progress.

Practise the cards

13 cards from this deck

Show

Definition of input in programming

Allows a program to receive data from a user

Definition of output in programming

Displays information back to the user

AQA pseudo-code keyword for getting user input

USERINPUT

AQA pseudo-code keyword for displaying data

OUTPUT

Python function to get input from user

input()

Python function to display output

print()

Python function to convert text input to decimal number

float()

VB.Net method to get input from user

Console.ReadLine()

VB.Net method to display output

Console.WriteLine()

C# method to get input from user

Console.ReadLine()

C# method to display output

Console.WriteLine()

C# method to convert text input to decimal number

Convert.ToSingle()

Key difference: constants vs variables

Constants don't change, variables do change

Join 100,000+ GCSE students studying Flashcards with us.

Select your subjects, and get access to A+ resources today.