EDEXCEL GCSE CS Summary

EDEXCEL GCSE CS Summary

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

S Edge

FREE Resource

Student preview

quiz-placeholder

50 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Decomposition in programming:

Back

Breaking down problems into smaller parts

Answer explanation

Decomposition helps in simplifying complex problems by breaking them down into manageable parts.

2.

FLASHCARD QUESTION

Front

Abstraction in computer science

Back

Hiding complex details

Answer explanation

Abstraction involves hiding complex details to simplify the interface and make the system easier to use.

3.

FLASHCARD QUESTION

Front

Benefit of subprogrammes?

Back

Reducing code redundancy

Answer explanation

Subprograms help reduce code redundancy by allowing code reuse.

4.

FLASHCARD QUESTION

Front

Algorithm: A set of instructions to solve a problem

Back

A set of instructions to solve a problem

Answer explanation

An algorithm is a step-by-step procedure for solving a problem or performing a task.

5.

FLASHCARD QUESTION

Front

Structure for decision-making in algorithms

Back

Selection

Answer explanation

Selection structures allow decision-making based on conditions within an algorithm.

6.

FLASHCARD QUESTION

Front

A type of loop that runs a set number of times.

Back

Count-controlled loop

Answer explanation

A count-controlled loop runs a specific number of times, defined by a counter.

7.

FLASHCARD QUESTION

Front

Key feature of a while loop:

Back

Executes code whilst a condition is true.

Answer explanation

A while loop continues executing as long as the given condition remains true.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?