Hero image

RDA's Computer Science and ICT Resources

Average Rating3.00
(based on 2 reviews)

Resources currently focus on the OCR Cambridge Technicals Level 3 in IT. I will be adding more Computer Science resources soon.

39Uploads

11k+Views

2k+Downloads

Resources currently focus on the OCR Cambridge Technicals Level 3 in IT. I will be adding more Computer Science resources soon.
Python Programming - FOR loops (iteration)
robdavis87robdavis87

Python Programming - FOR loops (iteration)

(0)
Computer Science Taster Lesson 5. Python programming including iteration using FOR loops. This is lesson 5 of 8 originally designed for Year 9 students to give them a taster of what they KS4 option GCSE Computer Science is about. This contains a PowerPoint to structure the teaching, worksheet with starter, main activities and plenary. This could be adapted to teach the programming element of GCSE Computer Science.
Python Programming - while loops (iteration)
robdavis87robdavis87

Python Programming - while loops (iteration)

(0)
Computer Science Taster Lesson 4. Python programming including iteration using while loops This is lesson 4 of 8 originally designed for Year 9 students to give them a taster of what they KS4 option GCSE Computer Science is about. This contains a PowerPoint to structure the teaching, worksheet with starter, main activities and plenary. This could be adapted to teach the programming element of GCSE Computer Science.
Python Programming - selection (if statements) using relational operators
robdavis87robdavis87

Python Programming - selection (if statements) using relational operators

(0)
Computer Science Taster Lesson 2. Python programming including selection (if statements) using relational operators using ==, !=, <, <=, >, >= This is lesson 2 of 8 originally designed for Year 9 students to give them a taster of what they KS4 option GCSE Computer Science is about. This contains a PowerPoint to structure the teaching, worksheet with starter, main activities and plenary. This could be adapted to teach the programming element of GCSE Computer Science.
Python Programming - selection (if statements) using logical operators
robdavis87robdavis87

Python Programming - selection (if statements) using logical operators

(0)
Computer Science Taster Lesson 3. Python programming including selection (if statements) using logical operators using AND, OR, NOT This is lesson 3 of 8 originally designed for Year 9 students to give them a taster of what they KS4 option GCSE Computer Science is about. This contains a PowerPoint to structure the teaching, worksheet with starter, main activities and plenary. This could be adapted to teach the programming element of GCSE Computer Science.
Python Programming - print, variables and input
robdavis87robdavis87

Python Programming - print, variables and input

(0)
Computer Science Taster Lesson 1. Python programming including print statements, variables and input statements. This is lesson 1 of 8 originally designed for Year 9 students to give them a taster of what they KS4 option GCSE Computer Science is about. This contains a PowerPoint to structure the teaching, worksheet with starter, main activities and plenary. This could be adapted to teach the programming element of GCSE Computer Science.
OCR Cambridge Technicals Level 3 in IT - LO1
robdavis87robdavis87

OCR Cambridge Technicals Level 3 in IT - LO1

7 Resources
All lessons for learning outcome 1 (LO1) of the OCR Cambridge Technicals Level 3. Lessons include: - Must, should, could objectives. - Lesson in a Word document for display on screen or supplying direct to students. - Starter, activities and exam question.
Python programming hints and tips display sheets
robdavis87robdavis87

Python programming hints and tips display sheets

(0)
A4 hints and tips sheets that can be used as a display or passed round the classroom. Programming techniques included: - Print statements - Variables - Input statements - Integers - Strings - If, If Else, If Elif - While loops - For loops - Lists - Loop over list