Matt Parker
Matt Parker
  • 78
  • 67 184
SNHU IT 145 zyBooks Ch3, Part 2
SNHU IT 145 zyBooks Ch3, Part 2
zhlédnutí: 120

Video

SNHU IT 145 zyBooks Ch3, Part 1
zhlédnutí 36Před měsícem
SNHU IT 145 zyBooks Ch3, Part 1
SNHU IT 145 - Ch 2 Lab
zhlédnutí 70Před měsícem
SNHU IT 145 - Ch 2 Lab
SNHU IT 145 - zyBooks Ch 2, Part 2
zhlédnutí 48Před měsícem
SNHU IT 145 - zyBooks Ch 2, Part 2
SNHU IT 145 - zyBooks Ch 2, Part 1
zhlédnutí 107Před 2 měsíci
SNHU IT 145 - zyBooks Ch 2, Part 1
SNHU CS 340 - Module 1 Assignment
zhlédnutí 288Před 2 měsíci
SNHU CS 340 - Module 1 Assignment
SNHU IT 145 - Module 1 Labs
zhlédnutí 153Před 2 měsíci
SNHU IT 145 - Module 1 Labs
SNHU IT 145 - zyBooks Ch 1, Part 2
zhlédnutí 82Před 2 měsíci
SNHU IT 145 - zyBooks Ch 1, Part 2
SNHU IT 145 - zyBooks Ch 1, Part 1
zhlédnutí 176Před 2 měsíci
SNHU IT 145 - zyBooks Ch 1, Part 1
SNHU CS 340 - Introduction
zhlédnutí 65Před 2 měsíci
SNHU CS 340 - Introduction
SNHU IT 145 - Course Intro
zhlédnutí 50Před 2 měsíci
SNHU IT 145 - Course Intro
SNHU IT 145 - Apporto IDE
zhlédnutí 45Před 2 měsíci
SNHU IT 145 - Apporto IDE
SNHU IT 145 - Setup IDE
zhlédnutí 93Před 2 měsíci
SNHU IT 145 - Setup IDE
CS 210 Using Apporto Visual Studio
zhlédnutí 417Před rokem
CS 210 Using Apporto Visual Studio
IT 140 zyBooks Ch 8, Part 2 - Modules
zhlédnutí 241Před rokem
IT 140 zyBooks Ch 8, Part 2 - Modules
IT 140 zyBooks Ch 8, Part 1 - Objects
zhlédnutí 312Před rokem
IT 140 zyBooks Ch 8, Part 1 - Objects
IT 140 zyBooks Ch 7 Labs
zhlédnutí 563Před rokem
IT 140 zyBooks Ch 7 Labs
IT 140 zyBooks Ch 7 - Files
zhlédnutí 373Před rokem
IT 140 zyBooks Ch 7 - Files
IT 140 Project 2 Details
zhlédnutí 3,8KPřed rokem
IT 140 Project 2 Details
CS 210 zyBooks Ch 10, Pointers Part 2
zhlédnutí 231Před rokem
CS 210 zyBooks Ch 10, Pointers Part 2
CS 210 zyBooks Ch 10, Pointers Part 1
zhlédnutí 481Před rokem
CS 210 zyBooks Ch 10, Pointers Part 1
Project 3 Details
zhlédnutí 1,9KPřed rokem
Project 3 Details
IT 140 Ch 6 Assignment
zhlédnutí 580Před rokem
IT 140 Ch 6 Assignment
IT 140 zyBooks Ch 6 Dictionaries
zhlédnutí 164Před rokem
IT 140 zyBooks Ch 6 Dictionaries
IT 140 zyBooks Ch 6 Lists
zhlédnutí 331Před rokem
IT 140 zyBooks Ch 6 Lists
CS 210 zyBooks Ch 9 - Inheritance
zhlédnutí 163Před rokem
CS 210 zyBooks Ch 9 - Inheritance
CS 210 zyBooks Ch 8 - Exceptions
zhlédnutí 280Před rokem
CS 210 zyBooks Ch 8 - Exceptions
IT 140 zyBooks Ch 5 Functions, Part 2
zhlédnutí 469Před rokem
IT 140 zyBooks Ch 5 Functions, Part 2
IT 140 zyBooks Ch 5 Functions, Part 1
zhlédnutí 1,1KPřed rokem
IT 140 zyBooks Ch 5 Functions, Part 1
CS 210 Files
zhlédnutí 614Před rokem
CS 210 Files

Komentáře

  • @DymiandWebb
    @DymiandWebb Před 3 dny

    Thanks for your help, much appreciated

  • @jcdragneel
    @jcdragneel Před měsícem

    Is this project suppose to be have a template provided for it? My previous courses [python, SQL, Java even] have given students a template to work from, but my professor just basically threw a pseudocode and the project directions at us with no ground work to work from. I'm still trying to manage learning how to work C++ and its functions so far and have no idea how to start this project. The Sense tutorials broke down each portion and had us work on how to make a few things work, but we have to still make our own based on some remedial tutorial and have everything piggy back off of each other. I have no idea if this will be seen in time, but is there a way that you could provide the template that you had for your class?

  • @djratio9889
    @djratio9889 Před 2 měsíci

    # Prompt the user to input an integer between 32 and 126 integer_input = int(input("Enter integer (32 - 126): ")) # Prompt the user to input a float float_input = float(input("Enter float: ")) # Prompt the user to input a character char_input = input("Enter character: ") # Prompt the user to input a string string_input = input("Enter string: ") # Output the four values on a single line separated by a space print(f"{integer_input} {float_input} {char_input} {string_input}") # Output the four values in reverse order print(f"{string_input} {char_input} {float_input} {integer_input}") # Convert the integer to a character using the chr() function converted_char = chr(integer_input) # Output the converted character print(f"{integer_input} converted to a character is {converted_char}")

  • @IeishaThompkins
    @IeishaThompkins Před 2 měsíci

    can you help me with section 1.11 data frames?

  • @gayvinkambull6164
    @gayvinkambull6164 Před 2 měsíci

    Not sure why but my PyCharm didn’t auto open a file like yours did and the .gitignore file is ø

    • @mattparker5663
      @mattparker5663 Před 2 měsíci

      @gayvinkambull6164 ...I haven't taught the course since this recording was posted. Things might have changed

    • @gayvinkambull6164
      @gayvinkambull6164 Před 2 měsíci

      @@mattparker5663 well.. that is unfortunate but I do appreciate you responding!

  • @chidij20
    @chidij20 Před 3 měsíci

    🙏🏽Thank you so very much I did as you instructed and I got everything. How do I subscribe twice to your channel 🙌🏽🙌🏽😂😂. For anyone who needs to copy code, here is mine below; Just copy, paste and run 😤😎 import java.util.Scanner; public class LabProgram { public static void main(String[] args) { Scanner scnr = new Scanner(System.in); int totalChangeAmount; int numDollars; int numQuarters; int numDimes; int numNickels; int numPennies; totalChangeAmount = scnr.nextInt(); if (totalChangeAmount <= 0) { System.out.println("No change"); } else; numDollars = totalChangeAmount / 100; numQuarters = (totalChangeAmount % 100) / 25; numDimes = ((totalChangeAmount % 100) % 25) / 10; numNickels = (((totalChangeAmount % 100) % 25) % 10) / 5; numPennies = ((((totalChangeAmount % 100) % 25) % 10) % 5) / 1; if (numDollars > 1) { System.out.println( numDollars + " Dollars"); } else if (numDollars == 1) { System.out.println( numDollars + " Dollar"); } if (numQuarters > 1) { System.out.println( numQuarters + " Quarters"); } else if (numQuarters == 1) { System.out.println( numQuarters + " Quarter"); } if (numDimes > 1) { System.out.println( numDimes + " Dimes"); } else if (numDimes == 1) { System.out.println( numDimes + " Dime"); } if (numNickels > 1) { System.out.println( numNickels + " Nickels"); } else if (numNickels == 1) { System.out.println( numNickels + " Nickel"); } if (numPennies > 1) { System.out.println( numPennies + " Pennies"); } else if (numPennies == 1) { System.out.println( numPennies + " Penny"); } } }

  • @SpiritBladeFox
    @SpiritBladeFox Před 3 měsíci

    Your code isn’t ríght

  • @SpiritBladeFox
    @SpiritBladeFox Před 3 měsíci

    Thank you so much for making these videos! It helps me so much :D

  • @SpiritBladeFox
    @SpiritBladeFox Před 3 měsíci

    Did you do chapter 3? edit: I FOUND IT YAY THANK YOU

  • @ACDCrocks801
    @ACDCrocks801 Před 4 měsíci

    Wow thanks snhu for making me search high and low on youtube for someone to actually show me how to do the work, instead of having my teacher actually teach.

  • @JHendo247
    @JHendo247 Před 4 měsíci

    all of my inputs are correct but I'm getting a 3/10 for the work.. I am not understanding this!!

  • @86Ryan
    @86Ryan Před 5 měsíci

    Thanks for the help

  • @CharliesOpus
    @CharliesOpus Před 5 měsíci

    Thank you!! Your videos are still incredibly helpful even though I'm not in your class anymore. I really wish you were my professor again this time around because this class is both miserable and frustrating with very little guidance. So i'm glad these are still available because it's the only way I have any idea what to do!

  • @GigasAhriman
    @GigasAhriman Před 5 měsíci

    You have a cool cat btw

  • @CryptbloomEnjoyer
    @CryptbloomEnjoyer Před 6 měsíci

    Thank you for this. There is absolutely no way I am learning anything from just reading the Zybook.

  • @mr.spray85
    @mr.spray85 Před 6 měsíci

    Thanks for all your help this term!

  • @billythenarwhal1579
    @billythenarwhal1579 Před 6 měsíci

    Is SNHU doing anything to switch to a better program for teaching this course? zyBooks is awful, I keep having to go to online tutorials to learn the material then jump back in to answer the questions.

  • @cj22000
    @cj22000 Před 7 měsíci

    Question: Would we link insert the getEndingBalance formula into the getEndingBalanceFormatted function then call round and format after that, still in the function? Also thank you so much for uploading this, it was a HUGE help🙏

  • @mr.spray85
    @mr.spray85 Před 7 měsíci

    Super helpful to have this following along in zyBooks!

  • @cj22000
    @cj22000 Před 7 měsíci

    HELP! I'm getting an green squiggly line error in the header file for the string function declarations saying "Function definition for 'functionName' not found", even though I defined it within the cpp within the recommended definition format by visual studio (as shown at 7:45). Is there a way to resolve this?? I'm not able to use the function properly in the main file as it won't take in any arguments.

    • @mattparker5663
      @mattparker5663 Před 7 měsíci

      The function signature needs to match exactly as what is defined in the header file. Be sure that the return type is the same and has the same types for parameters. Oh, by the way...if you hover over the method name in Visual Studio, click 'Show Potential Fixes'...then 'Create definition...' and the method definition will be in the .cpp file.

    • @cj22000
      @cj22000 Před 7 měsíci

      @@mattparker5663 Thank you!

  • @jackbynum2460
    @jackbynum2460 Před 8 měsíci

    I can't get the code writing part it's like i missing a whole lesson or something

    • @mattparker5663
      @mattparker5663 Před 8 měsíci

      @jackbynum2460...this recording didn't have a separate code writing portion.

    • @jackbynum2460
      @jackbynum2460 Před 8 měsíci

      @@mattparker5663 it's okay I figured out what I was doing wrong I was trying to add extra line of code for some reason that didn't need to be there

  • @AaronJohnson-ky5df
    @AaronJohnson-ky5df Před 8 měsíci

    Matt, Do you have an upcoming IT140 course this spring semester?

    • @mattparker5663
      @mattparker5663 Před 8 měsíci

      I am not scheduled for the class this spring

    • @BB-848-VAC
      @BB-848-VAC Před 4 měsíci

      I think I'll be taking this during the last term of 2024. I am so excited to start programming so I guess I'll start here 😄

  • @calebbarrow1237
    @calebbarrow1237 Před 9 měsíci

    honestly wish I could have transferred to this class it seems so much easier to comprehend.

    • @billythenarwhal1579
      @billythenarwhal1579 Před 6 měsíci

      I just wish zybooks actually taught what it was supposed to teach instead of me having to scower YT for how to make stuff.

  • @VenessaWaller
    @VenessaWaller Před 9 měsíci

    thank you so much for this!!

  • @itninja7771
    @itninja7771 Před 10 měsíci

    YOUR VIDIOS ARE WAY TOO DIFFICULT TO VIEW. YOU DID NOT EDIT THEM. GIVE BACK ANY MONETARY FUNDS FROM CZcams

  • @ITninja2-ez9rs
    @ITninja2-ez9rs Před 10 měsíci

    Again, other content producers and lecturing on python have enlarged the vidio text . Yours is still too small. blow it up and enlarge the screen content. Otherwise good presentation.

  • @itninja7771
    @itninja7771 Před 10 měsíci

    too small on screen. could barely see the font. Zoom in please.

  • @Call_me_T.H.
    @Call_me_T.H. Před 11 měsíci

    You are a gentleman and a scholar brother!

  • @Jacob46683
    @Jacob46683 Před rokem

    It keeps saying error

    • @EmanuelJordan-bg3br
      @EmanuelJordan-bg3br Před 4 měsíci

      Did you figure it out

    • @JHendo247
      @JHendo247 Před 4 měsíci

      @@EmanuelJordan-bg3br I submitted what I saw and got a 3/10 - there are two other questions that I guess supposed to be answered here as well but its not accepting it

  • @ladym7852
    @ladym7852 Před rokem

    I still don't get it. 😞

  • @user-fc8gc5ev7d
    @user-fc8gc5ev7d Před rokem

    Thank you for your help with this course!

  • @albertoguadiana1008

    is this reall the whole course 🙌👌🙏

    • @mattparker5663
      @mattparker5663 Před rokem

      Not all of the sections are covered...but the core concepts are!

  • @KarinaGarcia-tk5re
    @KarinaGarcia-tk5re Před rokem

    Thank you for your videos! my teacher does not make any videos and you do! thank you! I hate her! but I love you!

  • @CharliesOpus
    @CharliesOpus Před rokem

    🙏

  • @mattparker5663
    @mattparker5663 Před rokem

    One thing that I forgot in my implementation was freeing the pointer after it is inserted into the set!

  • @KarinaGarcia-tk5re
    @KarinaGarcia-tk5re Před rokem

    Thank you professor! My "instructor" for CS 210 does not give any lectures and she is just very irresponsable, I cant believe that you give the time to your students and my instructor does not ! THANK YOU!!!!!!

  • @xcrazysunshine
    @xcrazysunshine Před rokem

    THANK YOU! I'm in this class but you aren't my instructor and this has been extremely helpful.

  • @5am53pi0l
    @5am53pi0l Před rokem

    Thank you for taking the time to do these. It means the absolute world to have the support you are providing.

  • @BryanWiggers
    @BryanWiggers Před rokem

    SO glad i read these comments...

  • @CharliesOpus
    @CharliesOpus Před rokem

    in your example - doesn't doing 'input_value = number_dollars * 100' directly undo the line above it ('number_dollars = input_value // 100')? if you input '145', the first line gives you '1.45', then the second line would again give you back '145'? Am I misunderstanding what it is supposed to be doing? (probably)

    • @mattparker5663
      @mattparker5663 Před rokem

      Yes...that is not correct...line 12 should be something like input_value = input_value - number_dollars * 100

    • @CharliesOpus
      @CharliesOpus Před rokem

      @@mattparker5663 Very helpful! Thank you!!

  • @Simplyfeliciaxo
    @Simplyfeliciaxo Před rokem

    I got stuck on the 3rd lab but this helped so much!! thank you

  • @CharliesOpus
    @CharliesOpus Před rokem

    Thank you!! :D

  • @chriscole2666
    @chriscole2666 Před rokem

    Press Windows key + arrow keys to conveniently tile windows.

  • @jakecompton0406
    @jakecompton0406 Před rokem

    Thank you for this, I’m just now starting IT 140 and this helps a lot!

    • @mattparker5663
      @mattparker5663 Před rokem

      Unfortunately I only taught this course one term...and didn't get all of the recordings created :(

    • @jakecompton0406
      @jakecompton0406 Před rokem

      @@mattparker5663 it’s all good! At least I got some videos to help me out! Thank you!

  • @nick-ish
    @nick-ish Před rokem

    nice

  • @patsplat
    @patsplat Před 2 lety

    This is great! Please do Python. My college class is using ZYbooks and sometimes the way the explain and ask things can be confusing.

  • @DWAINEMonster
    @DWAINEMonster Před 2 lety

    Thank you for your dedication to teaching the material. Its not something you get with every professor!