Abelardo Pardo

Abelardo Pardo

I am Professor and Head of School of Computer and Mathematical Sciences at The University of Adelaide. My research interests include the design and deployment of technology to increase the understanding and improve digital learning experiences. More specifically, my work examines the areas of learning analytics, personalized active learning, and technology for student support.

The space of  actions

The space of actions

The space of data analysis

The space of data analysis

The space of logs

The space of logs

AVR Instruction Format

AVR Instruction Format

CISC vs RISC architectures

CISC vs RISC architectures

The Stack in a Microprocessor

The Stack in a Microprocessor

Logic Gates

Logic Gates

Boolean Algebra

Boolean Algebra

Пікірлер

  • @hillarytchakountetchakount1516
    @hillarytchakountetchakount151613 күн бұрын

    great explanation

  • @anotherdave5107
    @anotherdave510727 күн бұрын

    Dinosaur? I love FOCAL. If it did arrays and longer variable labels the world would run on FOCAL and IBM would be a shoe shine stand in Maynard MA.

  • @teklenegash6201
    @teklenegash6201Ай бұрын

    Thank you for the effort, But If i am not mistaken is the difference only on being finite state and being bit by bit structure? I mean I am not understanding the concept really. How about the horizontal and vertical microprogrammed control unit and their difference. what is their advantage and their disadvantage clearly. I think the control unit operation deep inside is a little bit complex for beginner. any further explanation please?

  • @wingedvictory8694
    @wingedvictory8694Ай бұрын

    transmitting explanations from the moon hahah, thank you so much saved me so much headache

  • @hethans
    @hethansАй бұрын

    good video

  • @vrakitine
    @vrakitineАй бұрын

    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".

  • @eseiylemal8542
    @eseiylemal8542Ай бұрын

    Thanks

  • @sina48289
    @sina48289Ай бұрын

    Helal olsun

  • @mateospina7417
    @mateospina74172 ай бұрын

    Best explanation of all I've seen.

  • @mugen-one
    @mugen-one3 ай бұрын

    The perfect 10 minute video

  • @mugen-one
    @mugen-one3 ай бұрын

    Very clear and straight to the point. Even 11 years later this is still peak educational content.

  • @vic8982
    @vic89824 ай бұрын

    you must realize that t0 and t1 are the input of a FMS! The formula for Next state = current state + input value

  • @oneloveafrica8860
    @oneloveafrica88604 ай бұрын

    wow .. it's been 10 years but still it's helpful

  • @mutluhanyilmaz6809
    @mutluhanyilmaz68094 ай бұрын

    Hi, could you please help me to install it? I am a researcher and firmly need to use OnTask for the current research.

  • @user-uy4oj5ed1j
    @user-uy4oj5ed1j5 ай бұрын

    Thanks for the video. Is this a moore or a mealy machine?

  • @luluartbymengxuan8375
    @luluartbymengxuan83755 ай бұрын

    So happy to have found this video! I got confused about this topic and here you explained it so well! Not only have I totally understand SOP and Circuits I have even learned how to simplify the circuit too. Thank you very much! Will recommend this vid to my classmates.

  • @angelailieva9711
    @angelailieva97116 ай бұрын

    GOOD JOB!!!!!!!!!!!!!

  • @jimbao9760
    @jimbao97607 ай бұрын

    thank you

  • @samuelchristophervisarra7830
    @samuelchristophervisarra78307 ай бұрын

    Hi UP Compsci peeps

  • @fabianandresgeresrufo8934
    @fabianandresgeresrufo89347 ай бұрын

    El próximo en Español por favor

  • @MelloCello7
    @MelloCello78 ай бұрын

    How is the code received by the IR physically Decoded? The binary model of logic operations is often illustrated by the flipping of on off gates or switches, but in those models, physical hands are flipping those switches to perform those logical operations. What "hand" in the CU is "flipping the switch" to translate that binary information received by the IR into physical instruction that creates working change in the data path via control signals? How is this actually working? Excellent video by the way!

  • @davidwingard2803
    @davidwingard28038 ай бұрын

    Sir. I thank you.

  • @TheRockmurat
    @TheRockmurat8 ай бұрын

    Please don't eat the microphone

  • @aditopguy9785
    @aditopguy97858 ай бұрын

    6:56 how can tR be 1 when trucks are waiting but then tR is also 1 when trucks are going?

  • @coos2785
    @coos27858 ай бұрын

    tR is only 1 when the trucks are stopped. i believe the table is just laying out every possibility. if this were a real scenario i assume the trucks could still be waiting on Go if theres a huge traffic jam.

  • @Math.sqrt-1
    @Math.sqrt-19 ай бұрын

    شكرًا

  • @mrpropergander6800
    @mrpropergander68009 ай бұрын

    I'm supposed to be putting up a curtain pole but now I've found this I can't because I'm busy 😂

  • @Ashton4556.
    @Ashton4556.10 ай бұрын

    Thank you sir. Glad that I found you before my exam xD I was so struggling with the FMS concept

  • @oussemakasraoui4932
    @oussemakasraoui493210 ай бұрын

    thank you!!!!

  • @eihab
    @eihab10 ай бұрын

    Crystal clear explanation, thank you very much!

  • @skfardeenhossain4739
    @skfardeenhossain473910 ай бұрын

    ❤Excellent

  • @NK-hs7io
    @NK-hs7io10 ай бұрын

    Thank you so much!

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

    I was shown this concept when I was a neophyte software engineer writing real time control software for telecoms systems in the 1980s (OMG a lifetime ago). I made a point of explaining this concept to every software engineer who ever worked for me in the next 40 years because it is such a simple, powerful and MOST IMPORTANTLY for process control - completely bulletproof. If Every state deals with every event (including those it should never see) you cannot break these systems. I wince at the lack of detailed understanding low level computer concepts in the 'Object oriented or nothing' - 'pythonesque' sofware developers I meet now. My degree is in Computer Science not Software engineering, and all we seem to train these days are 'coders' who barely warrant the title Software Engineer, as they understand few of the basic concept they're writing software on top of. I wonder how many of them could write Assembler, or optimise some P-code. Not necessary, but a skill that gives an important insight into what the machine is doing when it runs lazily written bloatware. Rant over :)

  • @GavvMikeson-rv7rq
    @GavvMikeson-rv7rq Жыл бұрын

    Tir. Ifcs shit dss

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

    Thank You Sir ❤

  • @user-tk4kn9uh7e
    @user-tk4kn9uh7e Жыл бұрын

    Thanks sir understood very well

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

    very helpful

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

    Watching this 9 years later. Thank you❤

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

    Thank you so much! This explained all the concepts I was really confused about in my lectures. Clear, concise, well-explained!

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

    Thank you for this straightforward explanation. In fact, gazing at the playlist this is a part of, the playlist is EXACTLY what I need. Now back to the game, “Turing Complete” to make some progress and start building my own CPU 😁 haha. As a side note, it looks as if I’m not the only one who thinks you do a great job at teaching. You should consider making more content and growing the channel. Redoing this series and others with better video and audio now that it’s been 8 years would do a lot to get new people in since the content has already proven to be successful and a great help to many people. 4k recording is available on any new phone or tablet. Using an iPad with an Apple Pencil would be great. Not to mention you have great handwriting that’s pleasing to watch. Good stuff!

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

    How would i derive a logic circuit out of a truth table if i can use a max of 2 inputs for my gates?

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

    Thank you very much teacher.

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

    9 years and still works

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

    Wow... Just wow... Thank you so much for making it easy to understand.

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

    Thank you very much teacher

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

    bro get a different mic holy

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

    I have a photo I need ur help with

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

    Thank you sir ❤️

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

    Interesante, justo quiero aplicarlo como plan piloto a la imstitución donde trabajo. Pero en el mismo aula a tiempo real.

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

    Hello sir, greetings. Please sir can you upload another video showing how it's being done using flip flops?

  • @GavinMatthews-oo4uh
    @GavinMatthews-oo4uh Жыл бұрын

    god bless you sir.