A Level Computer Science Project Ideas

In this, the 2nd of 2 videos I'll be explaining how to plan your A Level Computer Science Project to meet the complexity requirements for the exam boards with some ideas for complex projects.
You can see loads more information or sign up for a live lesson on A Level Computer at www.TeachAllAboutIT.uk

Пікірлер: 13

  • @pwbandwidth
    @pwbandwidth4 жыл бұрын

    Thanks for the help Holly. I had a few ideas for my coursework and I'd love your opinion on them. 1) Python Web Browser 2) A game engine like Chess, Shogi or Go. 3) A TCP chat with XOR encryption 4) A private FTP application w/ GUI.

  • @Luke_

    @Luke_

    3 жыл бұрын

    What did you end up doing?

  • @whenwillitbecold

    @whenwillitbecold

    2 жыл бұрын

    update?

  • @pwbandwidth

    @pwbandwidth

    2 жыл бұрын

    @@whenwillitbecold I didn't get to do a project in the end due to COVID-19 school closures. In retrospect, I probably would have picked something that 1) I would still be interested working on come May/June-time when it is time to submit. 2) Could generate a lot of talking points so you can flesh out the report which is 80% of the grade. Maybe something with a user interface so you can do a Usability test for your clients, that could take up a good 10 or 20 pages alone.

  • @whenwillitbecold

    @whenwillitbecold

    2 жыл бұрын

    @@pwbandwidth thanks!

  • @whenwillitbecold

    @whenwillitbecold

    2 жыл бұрын

    @@pwbandwidth it could be like 60% of the grade if you’re doing AQA though, no?

  • @hamza-chaudhry
    @hamza-chaudhry2 жыл бұрын

    How would an encryption teaching program work?

  • @lukebrooks3294
    @lukebrooks32942 жыл бұрын

    tysm

  • @compsciaaa9413
    @compsciaaa9413 Жыл бұрын

    How do I make a local multiplayer game (not online) complex enough?

  • @teachallaboutit

    @teachallaboutit

    Жыл бұрын

    It's going to depend on your exam board. Are you following AQA or OCR?

  • @compsciaaa9413

    @compsciaaa9413

    Жыл бұрын

    @@teachallaboutit OCR

  • @teachallaboutit

    @teachallaboutit

    Жыл бұрын

    @@compsciaaa9413 OK, so OCR needs to be "of an A Level standard". Look through the programming techniques in your specification. The obvious one here would be a pathfinding algorithm for NPCs using A* or Dijkstra.