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.

41Uploads

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 - end of unit test
robdavis87robdavis87

Python Programming - end of unit test

(1)
Computer Science Taster Lesson 8. Python programming end of unit test covering print statements, variables, input statements, if statements, while loops, FOR loops, lists and iterating over lists. This is lesson 8 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.
Object Oriented Programming: Classes and Objects
robdavis87robdavis87

Object Oriented Programming: Classes and Objects

(0)
This lesson is intended for A-level students. This is the first lesson covering classes and objects. PowerPoint includes objectives, starter, example code, tasks and plenary. Worksheet is a guided list of tasks (see preview) An example class is included in the package along with a broken class of use in the plenary. Staff folder includes link to a Kahoot quiz. The lessons include Java programming examples using the BlueJ IDE. BlueJ will need to be installed in order to make full use of this resource. https://www.bluej.org/
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.
Python Programming - looping over lists
robdavis87robdavis87

Python Programming - looping over lists

(0)
Computer Science Taster Lesson 7. Python programming including iteration over lists (using FOR loops with lists) This is lesson 7 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 - lists
robdavis87robdavis87

Python Programming - lists

(0)
Computer Science Taster Lesson 6. Python programming including lists (creating, retrieving items from, adding to and deleting from) This is lesson 6 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 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