No video

A-Level Comp Sci: Finite State Machine

  Рет қаралды 100,250

justAlevel

justAlevel

7 жыл бұрын

Пікірлер: 56
@gianag2433
@gianag2433 3 жыл бұрын
You have explained in 8 minutes what my CS professor could not explain in an hour. May both sides of your pillow always be cold and you never step in a puddle with socks on❤️❤️❤️
@darkshadedev4118
@darkshadedev4118 2 жыл бұрын
this is the ultimate blessing 🤣
@davidwingard2803
@davidwingard2803 9 ай бұрын
hahaha. Now that is a true blessing of luck! (* here to double the comment for truth)
@PaarthPatel7
@PaarthPatel7 5 ай бұрын
what a heartfelt message
@Bladermishal10
@Bladermishal10 3 жыл бұрын
Finally found an amazing ytube channel.... aaaaand it stopped uploading
@vrakitine
@vrakitine 2 ай бұрын
When I was earning my master's degree, I heard a lot about finite state machines (FSMs), but it was all theory - like clouds in the sky: there's a lot of water, but you can't drink it. I toiled for three months after graduating until I implemented my first FSM in code in 1981. Now, there is a programming methodology based on this concept - v-agent oriented programming (VAOP) - with many examples of its implementation. It's best to start learning about VAOP with this article on Medium: "Bagels and Muffins of Programming or How Easy It Is to Convert a Bagel into a Black Hole".
@drummerman883
@drummerman883 Ай бұрын
Man, thanks for posting this. I've been the lead programmer for a couple of PC games now with smaller teams. The last one had a pretty heavy-handed project manager. In recent years, I've leaned heavily on your Muffin method ("I love that"), which seems to create a bell curve in productivity. Slow to start but fast on the tail and post-launch for bug handling. That is my flow, that is what makes my life easy ("well, easier"). Getting into larger teams, though, it seems inevitable that the investors want progress updates that are hard to hand off ("they don't understand the progress, the muffin") in the spring and impressive during winter. I would look forward to reading another Medium article concerning this if you were to write one. Thanks for writing down your knowledge.
@ashur026
@ashur026 5 жыл бұрын
I love this channel for the following reasons: -Simple, illustrated explanations -Easy to access -Super useful
@oooooo4004
@oooooo4004 7 жыл бұрын
Loving your channel ! You are one of the few people that posts videos helping A- Level students with AQA computing Keep doing what you're doing !
@starrcheng
@starrcheng 10 ай бұрын
This is so much better than an hour lecture. Modern education is so behind...
@anthonyrojas9989
@anthonyrojas9989 2 жыл бұрын
This was a fun explanation actually, really solid. Thank you.
@elsyee224
@elsyee224 10 ай бұрын
I have an exam today and this genuinely saved my life thank you so much
@hawkespoulter556
@hawkespoulter556 5 жыл бұрын
How does this no have more views it is phenomenal. Sooooo helpful.
@JohenMiler
@JohenMiler 6 ай бұрын
great work!
@forenamesurname6549
@forenamesurname6549 7 жыл бұрын
Wow, great video keep them up would definitely recommend this channel it to my mates!
@hugodavalos4423
@hugodavalos4423 3 жыл бұрын
This video is a masterpiece. Thank you 🙏🏻
@TheMrMelodramatic
@TheMrMelodramatic 3 жыл бұрын
This video is BASED. Thanks!
@powzewu7854
@powzewu7854 Ай бұрын
thanks. This video was helpful
@user-rr7xc9ih3r
@user-rr7xc9ih3r Жыл бұрын
tysm, this just made my life 1% easier :)
@NathanPugs
@NathanPugs Жыл бұрын
Such an amazing video you make it so easy to understand Thank you!
@AetherCS2
@AetherCS2 3 жыл бұрын
Good video, I've just been learning from a book which makes it hard to visualize. I went from being extremely scared when looking at a state diagram, to finding them quite interesting.
@rorygoodman2670
@rorygoodman2670 2 жыл бұрын
great vid!
@jackr2290
@jackr2290 2 жыл бұрын
Fantastic video
@joshrose5411
@joshrose5411 10 ай бұрын
wonderful video, very helpful
@TheRockmurat
@TheRockmurat 9 ай бұрын
Thank you my lord
@noctua7771
@noctua7771 3 жыл бұрын
This is so good! Thank you very much!
@egehanasal710
@egehanasal710 2 жыл бұрын
PERFECT!!!!!! THANK YOU SO MUCH
@bigo2012
@bigo2012 10 ай бұрын
Great explanation
@KanagaveluSugumar
@KanagaveluSugumar 3 жыл бұрын
Thank you! Very much. It helps a lot.
@aaronbissoondial7659
@aaronbissoondial7659 3 жыл бұрын
:0 This was REALLY good!
@eanternet
@eanternet Жыл бұрын
Thsnk you so much
@kebman
@kebman 6 ай бұрын
Looks a lot like a Markov chain.
@tszkinwong6170
@tszkinwong6170 Жыл бұрын
this video is so underrated!!!!
@yashmalhotra9
@yashmalhotra9 5 жыл бұрын
Loved your examples qnd methodology! Keep going
@satya8411
@satya8411 4 жыл бұрын
Beautiful explanation in a more practical way
@tymofiimatiichyk1845
@tymofiimatiichyk1845 2 жыл бұрын
Can I make 2 acceptable states for "a,b" machine to avoid an error with state 2? Or it doesn`t help?
@RegularEverydayNormalGuy
@RegularEverydayNormalGuy Жыл бұрын
Thank you sir!
@mochachocolatayayaya
@mochachocolatayayaya Жыл бұрын
simply super
@VERGIS92
@VERGIS92 4 жыл бұрын
fine state machines solve a lot of problems.... but what kind of oil do they take? 0W20?
@jimmynation5939
@jimmynation5939 3 жыл бұрын
castrol
@fabioramirez8989
@fabioramirez8989 4 жыл бұрын
Thank you so much Sir. This video was very helpful.
@paradoxalJohn
@paradoxalJohn 5 ай бұрын
I did miss the formal definition in this explanation: a Finite State Machine "M" is defined as quintuple, M = (Σ, S, s0, δ, F) where Σ is a finite non-empty set of symbols called the input alphabet, S is a finite and also non-empty set of states, s0 is an element of S and the initial state of the machine, δ is the state-transition function (δ : S x Σ → S in deterministic FSMs, δ : S x Σ → P(S) in non-deterministic ones) and F is a possibly empty subset of S containing the final states of the machine. A "computing machine that has a fixed set of possible states, a set of inputs that change the state, and a set of possible outputs" is a loose, incomplete and not very helpful definition.
@StumperEu
@StumperEu 7 жыл бұрын
Please upload more videos...Exam coming
@abdullahbuxoo6944
@abdullahbuxoo6944 6 жыл бұрын
Good video and simple explanation.
@amogus694
@amogus694 4 жыл бұрын
Thanks fam, good video
@shubhammahale3205
@shubhammahale3205 4 жыл бұрын
Good video. Now i totally understood
@WIIID28
@WIIID28 2 жыл бұрын
this is stamp for myself 6:12 i dont understand
@gcxs
@gcxs 3 жыл бұрын
missing traffic lights example
@jamebozo
@jamebozo 5 жыл бұрын
GgGreat Video
@freshstuff2648
@freshstuff2648 6 жыл бұрын
Saved my booty boy!
@dragosmakovei
@dragosmakovei 4 жыл бұрын
NEW FAN # 3.01K + 1
@xyrex9911
@xyrex9911 4 жыл бұрын
Techno: *raining pigs* Also Techno: "he doesn't know what's going on" Meanwhile in the chat: "idiot"
@EmperorsNewWardrobe
@EmperorsNewWardrobe 3 жыл бұрын
1:25 loool
@truthhorizon5851
@truthhorizon5851 4 жыл бұрын
Australian accent♥️♥️
@StartToSkill
@StartToSkill 3 жыл бұрын
Found the American ^^
Introduction to Finite State Machine Theory
24:13
Intermation
Рет қаралды 10 М.
When Booleans Are Not Enough... State Machines?
21:50
Next Day Video
Рет қаралды 24 М.
Schoolboy - Часть 2
00:12
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 15 МЛН
小蚂蚁被感动了!火影忍者 #佐助 #家庭
00:54
火影忍者一家
Рет қаралды 51 МЛН
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 1,8 МЛН
Алексей Щербаков разнес ВДВшников
00:47
Mealy vs. Moore Machines Overview
12:26
Bruce Boatner
Рет қаралды 410 М.
Computers Without Memory - Computerphile
8:52
Computerphile
Рет қаралды 336 М.
Regular Languages: Deterministic Finite Automaton (DFA)
6:28
Finite State Machines explained
14:13
Abelardo Pardo
Рет қаралды 546 М.
Understanding State Machines, Part 1: What Are They?
3:18
MATLAB
Рет қаралды 118 М.
A-Level Comp Sci: Packets
7:28
justAlevel
Рет қаралды 901
Computer Scientists vs A-Level Comp Sci Exam
3:24
justAlevel
Рет қаралды 599 М.
Schoolboy - Часть 2
00:12
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 15 МЛН