546Uploads
225k+Views
80k+Downloads
All resources
Bundle
Great business revision games for OCR GCSE (9-1) J204
Three great games for students to revise business for OCR GCSE (9-1). Represents a great saving over buying the items individually,
Bundle
GCSE Business studies Wider World Complete Pack
GCSE Business studies Wider World Complete Pack
Bundle
GCSE Business studies people management complete pack
GCSE Business studies people management complete pack
Bundle
2.2 Programming techniques for Python - GCSE Computer Science OCR 9-1 Programming with Python
Covers 2.2 Programming techniques from the specification.
Created for use with Python version 3.x. (although could be adapted for version 2)
Full resources for the following:
**
Learners will study the following: **
• how to identify and use variables, operators, inputs, outputs and assignments
• how to understand and use the three basic programming constructs used to control the flow of a
program: Sequence; Selection; Iteration
• how to understand and use suitable loops including count and condition controlled loops
• how to use different types of data, including Boolean, string, integer and real, appropriately in
solutions to problems
• how to understand and use basic string manipulation
• how to understand and use basic file handling operations:
-open
-read
-write
-close
• how to define and use arrays (or equivalent) as appropriate when solving problems
• how to understand and use functions/sub programs to create structured code.