Advanced Higher Computing Science 2019/20
Watch
Announcements
Page 1 of 1
Skip to page:
Hi everybody. I've created this quite early on in the year but hopefully it will be useful for anybody that's wanting to discuss the course or having problems with anything. Good luck to all people sitting AH CS 2020!
1
reply
Report
#2
if you do adv H cs this is thread for you.
ask questions
get answers
answer my survey
https://forms.gle/aXpac4SBac11HoSV9
ask questions
get answers
answer my survey
https://forms.gle/aXpac4SBac11HoSV9
0
reply
Report
#4
Hello Everyone!
Here's an update from my progress in AH Computing
There isnt alot to the actual course itself so much of it is pretty much done, i think i could confidently say i could answer all SDD questions in an exam type scenario, same with Computer Systems, Web Design and Database Design.. not so much, the project definitely helped me with Classes and OOP though.
For my Project i am doing a typing test game in python that used tKinter as a GUI Module, and a database to store results, i have seperated each form into different files and have a base GUI file that calls tKinter functions for me when i call my functions, this is so i can make the main.py very clean and not a cluster****, the order goes like this.. input name and choose difficulty -> choose quote in that difficulty category -> type quote.
as soon as you get past that first form a command is sent in sql to retrieve all the quotes in that difficulty category, then the quotes are sorted into objects and appended into an array of objects that store author, book and quote, this will then be given to the next form so that you can choose your quote, after that you do your typing test and send your results.
I plan to have a leaderboards that utilises a bubble sort to make the list go in descending order, then the project idea will meet AH standards, if you see any flaws with this idea please point it out so that i can sort it out in my documentation!
i have so far completed analysis and used some time to get a grasp for tKinter as a module, i know im a bit behind but after these prelims im really want to get going
if anyone needs any help, feel free to ask and ill help the the best of my ability, i really want to guage how everyone else is getting on with this course.
Thanks
MR
Here's an update from my progress in AH Computing
There isnt alot to the actual course itself so much of it is pretty much done, i think i could confidently say i could answer all SDD questions in an exam type scenario, same with Computer Systems, Web Design and Database Design.. not so much, the project definitely helped me with Classes and OOP though.
For my Project i am doing a typing test game in python that used tKinter as a GUI Module, and a database to store results, i have seperated each form into different files and have a base GUI file that calls tKinter functions for me when i call my functions, this is so i can make the main.py very clean and not a cluster****, the order goes like this.. input name and choose difficulty -> choose quote in that difficulty category -> type quote.
as soon as you get past that first form a command is sent in sql to retrieve all the quotes in that difficulty category, then the quotes are sorted into objects and appended into an array of objects that store author, book and quote, this will then be given to the next form so that you can choose your quote, after that you do your typing test and send your results.
I plan to have a leaderboards that utilises a bubble sort to make the list go in descending order, then the project idea will meet AH standards, if you see any flaws with this idea please point it out so that i can sort it out in my documentation!
i have so far completed analysis and used some time to get a grasp for tKinter as a module, i know im a bit behind but after these prelims im really want to get going
if anyone needs any help, feel free to ask and ill help the the best of my ability, i really want to guage how everyone else is getting on with this course.
Thanks
MR
1
reply
Report
#5
(Original post by Illuminousity)
Hello Everyone!
Here's an update from my progress in AH Computing
There isnt alot to the actual course itself so much of it is pretty much done, i think i could confidently say i could answer all SDD questions in an exam type scenario, same with Computer Systems, Web Design and Database Design.. not so much, the project definitely helped me with Classes and OOP though.
For my Project i am doing a typing test game in python that used tKinter as a GUI Module, and a database to store results, i have seperated each form into different files and have a base GUI file that calls tKinter functions for me when i call my functions, this is so i can make the main.py very clean and not a cluster****, the order goes like this.. input name and choose difficulty -> choose quote in that difficulty category -> type quote.
as soon as you get past that first form a command is sent in sql to retrieve all the quotes in that difficulty category, then the quotes are sorted into objects and appended into an array of objects that store author, book and quote, this will then be given to the next form so that you can choose your quote, after that you do your typing test and send your results.
I plan to have a leaderboards that utilises a bubble sort to make the list go in descending order, then the project idea will meet AH standards, if you see any flaws with this idea please point it out so that i can sort it out in my documentation!
i have so far completed analysis and used some time to get a grasp for tKinter as a module, i know im a bit behind but after these prelims im really want to get going
if anyone needs any help, feel free to ask and ill help the the best of my ability, i really want to guage how everyone else is getting on with this course.
Thanks
MR
Hello Everyone!
Here's an update from my progress in AH Computing
There isnt alot to the actual course itself so much of it is pretty much done, i think i could confidently say i could answer all SDD questions in an exam type scenario, same with Computer Systems, Web Design and Database Design.. not so much, the project definitely helped me with Classes and OOP though.
For my Project i am doing a typing test game in python that used tKinter as a GUI Module, and a database to store results, i have seperated each form into different files and have a base GUI file that calls tKinter functions for me when i call my functions, this is so i can make the main.py very clean and not a cluster****, the order goes like this.. input name and choose difficulty -> choose quote in that difficulty category -> type quote.
as soon as you get past that first form a command is sent in sql to retrieve all the quotes in that difficulty category, then the quotes are sorted into objects and appended into an array of objects that store author, book and quote, this will then be given to the next form so that you can choose your quote, after that you do your typing test and send your results.
I plan to have a leaderboards that utilises a bubble sort to make the list go in descending order, then the project idea will meet AH standards, if you see any flaws with this idea please point it out so that i can sort it out in my documentation!
i have so far completed analysis and used some time to get a grasp for tKinter as a module, i know im a bit behind but after these prelims im really want to get going
if anyone needs any help, feel free to ask and ill help the the best of my ability, i really want to guage how everyone else is getting on with this course.
Thanks
MR
0
reply
X
Page 1 of 1
Skip to page:
Quick Reply
Back
to top
to top