Edexcel GCSE Computer Science Topic 6 Problem solving with programming overview quiz quiz
12questions. Pick an answer and you'll see why right away.
Which programming language is used in the Edexcel onscreen Paper 2?
A program runs but always gives the wrong answer. What type of error is this?
What does input() return in Python?
Which is the most appropriate data type for a price in pounds and pence?
What does len("network") return?
What does the slice "computer"[0:3] return?
Which file mode replaces the whole contents of a file when opened?
How do you separate the fields of a CSV line in Python?
Which validation check confirms a number is between a minimum and a maximum?
For authentication with an ID and password, what must be true to grant access?
What is the key difference between a function and a procedure?
Where can a local variable be used?