APC Chita: AQA COMP1 Pre-release 2014 - Part 1

preview_player
Показать описание
This is the first episode of a series of videos related to the AQA COMP1 VB.Net version of the pre-release.
This episode focus on analysing the code and adding in some validation.
This series is aimed to help AS level AQA computing students to prepare for sections C and D of the COMP1 exam 2014.
Feel free to drop a comment bellow if you have any ideas for possible implementation for the program and I will most likely make a video of it.

Time links:
Main() - 1:19
GetMenuChoice() - 3:17
Main's Select Case - 6:12
PauseProg() - 9:15
ByeBye() [Vanity] - 12:38
Menu extra validation - 15:17

PROGRAM OVERVIEW:
start at - 16:24
LoadDeck() - 17:19
ShuffleDeck() - 19:55
PlayGame() - 25:49
GetChoiceFromUser() - 27:55

Thanks for watching. :-)
Рекомендации по теме
Комментарии
Автор

Cheers man Good luck to everyone on June 2nd

AphelionOfficial
Автор

Awesome video! really makes understanding the code a lot easier and is very well explained, thank you for uploading the vids

nfujas
Автор

Thanks for this vid man, you deserve more subs than you have!! So helpful!

tomjennings
Автор

Thanks for this video! It's really the only thing thats going to help me pass:-P Good job:-)

richashah
Автор

Thanks for taking the time to record this.
An epic description of the program.
If you like ceating loner tutorials it might be worth writing a comment with a time index. e.g. Descriprion of GamePlay 25:00
keep it up

joemccarthyholland
Автор

Thanks for taking time to do this video, great hope you do more. And also why not try going through question aqa might ask. Chita Apc 

arditgradica
Автор

Hi with regard to your method when producing an error message when a non valid choice is selected.
I feel an If statement may have been more appropriate as you could say:

If Not (Choice = "1" or  Choice = "2" or Choice = "3" or Choice = "4" or Choice = "q") Then Console.WriteLine("Invalid option, please try again.")

Which wouldn't cause the error of q producing that message and wouldn't require you to use the ByeBye Sub Procedure.

jonathano
Автор

Hey man nice vid, Great tips included! Could you also make an easy soultion how one could create a highscore table ?

TheGun
Автор

Dude, no lies you are very helpful but the length of the video puts me off so badly haha!
You do deserve more subs, but try and keep it short... and  one more thing, could you SPEAK LOUDER PLEASE :)

SanamLimbu