CSEC IT: Algorithms part 8 | Trace Tables

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 13

  • @thatotaku1201
    @thatotaku1201 2 года назад +8

    🙏thx sir

  • @SportsIQFacts
    @SportsIQFacts Год назад +7

    thanks sir, i watched all the videos in this playlist and it is very helpful

  • @brianfreeman8497
    @brianfreeman8497 Год назад +1

    Thanks for this playlist learned something tn.. lets see what happens tmr

  • @ChizaCthembie-ro2if
    @ChizaCthembie-ro2if 10 месяцев назад

    Function max(a,b)
    If a>b
    Return a
    Else
    Return b
    End if
    End function
    Number 1=7
    Number 2=12
    Number 3=max(num1, num2, num3)
    Output (number 3)
    Help me how to come up with a trace table

    • @makeITsimpleTT
      @makeITsimpleTT  10 месяцев назад +1

      Even if I had time to work it out... The algorithm makes no sense because the function requires 2 arguments but you're calling it and passing 3 numbers.
      U might want to ask your teacher in school.

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

    🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

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

    So do you only put this the variables for calculations variables, cause I have to make a Trace table for Sba. So I want to know if I have to put the variable like enter name and thing....

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

      No a trace table has to represent every variable. Including names.

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

      @@makeITsimpleTT ok thanks

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

      @@makeITsimpleTT hi again just a question so when i am doing the trace table my loop has 1 to 25 do i have to do all 25 loops on the trace table?

  • @kaihowaiwalcott6629
    @kaihowaiwalcott6629 4 месяца назад

    thanks bro