Structural components of programs (Edexcel GCSE Computer Science): Quizzes

📚Quizzes
Structural components of programs
Sign up to keep practising.Create a free account to play more quizzes and track your progress.

Practise the questions

12 questions from this quiz

Show

What is the key characteristic of a constant in programming?

Its value never changes during execution

How are constants typically written in code?

In ALL_UPPERCASE letters

What is a variable in programming?

A storage box that holds changing values

What does declaration mean in programming?

Creating a variable & specifying type

What is initialisation?

Giving a variable its first value

What does the = sign mean in programming assignment?

Store this value in this variable

What do selection structures allow a program to do?

Make decisions using if/elif/else

What is repetition in programming also called?

Iteration

Which function gets data from the user?

input()

Which function displays information on the screen?

print()

What are parameters in programming?

Values passed into functions

What is a command sequence?

Instructions running one after another

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

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