justAlevel
justAlevel
  • Видео 34
  • Просмотров 782 423
Computer Scientists vs A-Level Comp Sci Exam
Share this video if you're taking A-Level Computer Science!
Accelerate your revision with www.justalevel.com
Просмотров: 600 538

Видео

A-Level Comp Sci: Finite State Machine
Просмотров 109 тыс.7 лет назад
A-Level Comp Sci: Finite State Machine
A-Level Comp Sci: Functional Programming Maths
Просмотров 1,6 тыс.7 лет назад
A-Level Comp Sci: Functional Programming Maths
A-Level Comp Sci: Application Layer Protocol
Просмотров 4,6 тыс.7 лет назад
A-Level Comp Sci: Application Layer Protocol
A-Level Comp Sci: Client Server Model
Просмотров 2,1 тыс.7 лет назад
A-Level Comp Sci: Client Server Model
A-Level Comp Sci: Communication methods
Просмотров 2,8 тыс.7 лет назад
A-Level Comp Sci: Communication methods
A-Level Comp Sci: Internet Security
Просмотров 1,2 тыс.7 лет назад
A-Level Comp Sci: Internet Security
A-Level Comp Sci: IP Addresses
Просмотров 3,8 тыс.7 лет назад
A-Level Comp Sci: IP Addresses
A-Level Comp Sci: Packets
Просмотров 9147 лет назад
A-Level Comp Sci: Packets
A-Level Comp Sci: Structure of the Internet
Просмотров 2,6 тыс.7 лет назад
A-Level Comp Sci: Structure of the Internet
A-Level Comp Sci: TCP/IP
Просмотров 3,8 тыс.7 лет назад
A-Level Comp Sci: TCP/IP
A-Level Comp Sci: Thin vs Thick Client Computing
Просмотров 27 тыс.7 лет назад
A-Level Comp Sci: Thin vs Thick Client Computing
A-Level Comp Sci: Network Topologies
Просмотров 1,7 тыс.7 лет назад
A-Level Comp Sci: Network Topologies
A-Level Comp Sci: Wireless Networking
Просмотров 1,3 тыс.7 лет назад
A-Level Comp Sci: Wireless Networking
A-Level Comp Sci: Two's Complement
Просмотров 7317 лет назад
A-Level Comp Sci: Two's Complement
A-Level Comp Sci: Communication Basics
Просмотров 1,2 тыс.7 лет назад
A-Level Comp Sci: Communication Basics
A-Level Comp Sci: Types of Networking
Просмотров 9727 лет назад
A-Level Comp Sci: Types of Networking
A-Level Comp Sci: Binary Multiplication
Просмотров 9887 лет назад
A-Level Comp Sci: Binary Multiplication
A-Level Comp Sci: Denary to Binary
Просмотров 3157 лет назад
A-Level Comp Sci: Denary to Binary
A-Level Comp Sci: Hexadecimal to Binary
Просмотров 3217 лет назад
A-Level Comp Sci: Hexadecimal to Binary
A-Level Comp Sci: Hexadecimal to Denary
Просмотров 4 тыс.7 лет назад
A-Level Comp Sci: Hexadecimal to Denary
A-Level Comp Sci - Modelling Big Data
Просмотров 1,2 тыс.7 лет назад
A-Level Comp Sci - Modelling Big Data
A-Level Comp Sci - First Class Objects
Просмотров 6547 лет назад
A-Level Comp Sci - First Class Objects
A-Level Comp Sci - Functional Application
Просмотров 4037 лет назад
A-Level Comp Sci - Functional Application
A-Level Comp Sci - Functional Programming Basics
Просмотров 1,3 тыс.7 лет назад
A-Level Comp Sci - Functional Programming Basics
A-Level Comp Sci - Functional Maths
Просмотров 2737 лет назад
A-Level Comp Sci - Functional Maths
A-Level Comp Sci - Partial Functional Application
Просмотров 4437 лет назад
A-Level Comp Sci - Partial Functional Application
A-Level Comp Sci - Function Composition
Просмотров 3197 лет назад
A-Level Comp Sci - Function Composition
A-Level Comp Sci - Binary & Denary
Просмотров 5047 лет назад
A-Level Comp Sci - Binary & Denary
A-Level Comp Sci - Binary Subtraction
Просмотров 8077 лет назад
A-Level Comp Sci - Binary Subtraction

Комментарии

  • @hasanrants
    @hasanrants 18 дней назад

    thanks my G.

  • @oknodiangames6
    @oknodiangames6 25 дней назад

    I had known before how to create FSMs for a video game, but learning more about them in these past few days and realising everything in a game can be represented as a FSM, not just game states, made programming seem so much easier.

  • @sebastiankumlin9542
    @sebastiankumlin9542 3 месяца назад

    It's nice when it's clear. I've also learned that regular expressions are important to computer scientists, while computers are not.

  • @kang7320
    @kang7320 3 месяца назад

    I watched this video before starting my a levels. In retrospect, I should have taken this video seriously and decide not to do computer science a level.

  • @HubertoMadalena-rz4xs
    @HubertoMadalena-rz4xs 4 месяца назад

    the empty string is a valid input for finite state machines

  • @powzewu7854
    @powzewu7854 7 месяцев назад

    thanks. This video was helpful

  • @vrakitine
    @vrakitine 7 месяцев назад

    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 7 месяцев назад

      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.

  • @MalEffie
    @MalEffie 7 месяцев назад

    Thanks so much for this 😅😊

  • @jgproductdesign
    @jgproductdesign 9 месяцев назад

    First of a few videos on the internet? Sorry, but even six years ago, there were loads of videos on the internet!

  • @mrboyban
    @mrboyban 9 месяцев назад

    Nice actors ...

  • @randomstyle1447
    @randomstyle1447 10 месяцев назад

    Thx

  • @paradoxalJohn
    @paradoxalJohn 10 месяцев назад

    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.

  • @kebman
    @kebman Год назад

    Looks a lot like a Markov chain.

  • @JohenMiler
    @JohenMiler Год назад

    great work!

  • @gaaracodm4441
    @gaaracodm4441 Год назад

    gods work

  • @pringles_bw4974
    @pringles_bw4974 Год назад

    This is actually a great video❤ Thank you

  • @TheRockmurat
    @TheRockmurat Год назад

    Thank you my lord

  • @elsyee224
    @elsyee224 Год назад

    I have an exam today and this genuinely saved my life thank you so much

  • @Zecos
    @Zecos Год назад

    nice simplified explanation for this topics! remember to delve deeper into the book and notes for a deep understanding of this topic... its just a lot of memorization

  • @joshrose5411
    @joshrose5411 Год назад

    wonderful video, very helpful

  • @minyoongithegenius4995
    @minyoongithegenius4995 Год назад

    “Man I need to eat for this exam” 😂

  • @bigo2012
    @bigo2012 Год назад

    Great explanation

  • @starrcheng
    @starrcheng Год назад

    This is so much better than an hour lecture. Modern education is so behind...

  • @beamboy07
    @beamboy07 Год назад

    why is each twos complement video different

  • @danielmelo3648
    @danielmelo3648 Год назад

    Thanks

  • @lordforehead3597
    @lordforehead3597 Год назад

    4:12 should've edited this out🤣

  • @RegularEverydayNormalGuy
    @RegularEverydayNormalGuy Год назад

    Thank you sir!

  • @TanmayGejapati
    @TanmayGejapati Год назад

    tysm, this just made my life 1% easier :)

  • @NathanPugs
    @NathanPugs Год назад

    Such an amazing video you make it so easy to understand Thank you!

  • @eanternet
    @eanternet Год назад

    Thsnk you so much

  • @floatingyunsan
    @floatingyunsan 2 года назад

    😭😂 what are ordinal numbers?! it goes to show that what I'm learning isn't that useful 🤦🏻‍♀️🥹

  • @tszkinwong6170
    @tszkinwong6170 2 года назад

    this video is so underrated!!!!

  • @mochachocolatayayaya
    @mochachocolatayayaya 2 года назад

    simply super

  • @Sandhya__05
    @Sandhya__05 2 года назад

    Who is going to take As level exam in this October ?

  • @devanshpanja2601
    @devanshpanja2601 2 года назад

    What about if it had three hexadecimal symbols like DAC

  • @jassingh6943
    @jassingh6943 2 года назад

    great vid

  • @bahioTeixeira
    @bahioTeixeira 2 года назад

    your audio is a bit delayed, but thank you so much, helped me a lot

  • @Readraid_
    @Readraid_ 2 года назад

    they didnt even release the marks!!!!

  • @yusufk1712
    @yusufk1712 2 года назад

    I'm going to start computing a level in September, this was so interesting to watch!

    • @starwarsjoey228
      @starwarsjoey228 2 года назад

      it is really fun!

    • @alexandrucoca9770
      @alexandrucoca9770 Год назад

      @@starwarsjoey228 You find writing 6 markers comparing floppy disks to USB sticks fun?

    • @starwarsjoey228
      @starwarsjoey228 Год назад

      @@alexandrucoca9770 we didn't have a teacher for 2 years, so ask we did was code games on computer, now we realised there are 2 papers, and one paper barely has any coding, and we have to learn half the content in one month for the exams😭😭 please send help

  • @KQJ_Diya007
    @KQJ_Diya007 2 года назад

    Damnnnnnnnnnn

  • @MarwaMarwa-dg5oc
    @MarwaMarwa-dg5oc 2 года назад

    why am i here on the day of my first CS exam-

  • @NewtonMD
    @NewtonMD 2 года назад

    Lmao write sql off the top of my head??

  • @WIIID28
    @WIIID28 2 года назад

    this is stamp for myself 6:12 i dont understand

  • @TimMatthewuw
    @TimMatthewuw 2 года назад

    Can I make 2 acceptable states for "a,b" machine to avoid an error with state 2? Or it doesn`t help?

  • @rorygoodman2670
    @rorygoodman2670 2 года назад

    great vid!

  • @araija8781
    @araija8781 3 года назад

    on my uni website for the CS degree page, there was a quote from one of the alumni saying something like "a CS degree is basically a problem-solving degree, good coding skills come when you get a job" and tbh that made me feel a lot better about my future lol super fun video too and I think it really goes to show just how irrelevant exams will be later on in life *sigh*

  • @jackr2290
    @jackr2290 3 года назад

    Fantastic video

  • @anthonyrojas9989
    @anthonyrojas9989 3 года назад

    This was a fun explanation actually, really solid. Thank you.

  • @Sayaan-ak
    @Sayaan-ak 3 года назад

    Arthichure of a computer system, I got that in my mock exam, anndd no.

  • @egehanasal710
    @egehanasal710 3 года назад

    PERFECT!!!!!! THANK YOU SO MUCH