1 / 43

CYB 130 Enthusiastic Teaching - snaptutorial.com

For more classes visit<br>www.snaptutorial.com<br><br>CYB 130 Week 1 Discussion zyBooks Reflection<br><br>CYB 130 Week 2 Discussion Code Structure<br><br>

Télécharger la présentation

CYB 130 Enthusiastic Teaching - snaptutorial.com

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CYB 130 Enthusiastic Teaching - snaptutorial.com

  2. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 All DQs For more classes visit www.snaptutorial.com CYB 130 Week 1 Discussion zyBooks Reflection

  3. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 All Lab Work For more classes visit www.snaptutorial.com CYB 130 Week 1 Python LAB 2.30 Driving costs CYB 130 Week 1 Python LAB 2.16 Input Welcome message

  4. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 1 Discussion zyBooks Reflection For more classes visit www.snaptutorial.com Respond to the following in a minimum of 175 words:

  5. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 1 Python LAB 2.14 Formatted output Hello World! For more classes visit www.snaptutorial.com CYB 130 Week 1 Python LAB 2.14 Formatted output Hello World! Write a program that outputs "Hello World!" For ALL labs, end with newline (unless otherwise stated).

  6. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 1 Python LAB 2.15 Formatted output No parking sign For more classes visit www.snaptutorial.com CYB 130 Week 1 Python LAB 2.15 Formatted output No parking sign

  7. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 1 Python LAB 2.16 Input Welcome message For more classes visit www.snaptutorial.com CYB 130 Week 1 Python LAB 2.16 Input Welcome message

  8. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 1 Python LAB 2.29 Divide by x For more classes visit www.snaptutorial.com CYB 130 Week 1 Python LAB 2.29 Divide by x Write a program using integers user_num and x as input, and output user_num divided by

  9. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 1 Python LAB 2.30 Driving costs For more classes visit www.snaptutorial.com CYB 130 Week 1 Python LAB 2.30 Driving costs Driving is expensive. Write a program with a car's miles/gallon and gas dollars/gallon (both floats) as input, and output the gas cost for 20 miles, 75 miles, and 500 miles.

  10. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 1 Python LAB 2.31 Expression for calories burned during workout For more classes visit www.snaptutorial.com CYB 130 Week 1 Python LAB 2.31 Expression for calories burned during workout

  11. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 1 Python LAB 2.32 Using math functions For more classes visit www.snaptutorial.com CYB 130 Week 1 Python LAB 2.32 Using math functions Given three floating-point numbers x, y, and z, output x to the power of z, x to the power of (y to the power of z), the absolute value of (x minus y), and the square root of (x to the power of z).

  12. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 2 Discussion Code Structure For more classes visit www.snaptutorial.com Respond to the following in a minimum of 175 words:

  13. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 2 Python LAB 3.11 Input and formatted output Right-facing arrow For more classes visit www.snaptutorial.com CYB 130 Week 2 Python LAB 3.11: Input and formatted output: Right-facing arrow Given input characters for an arrowhead and arrow body, print a right-facing arrow.

  14. CYB 130 Enthusiastic Teaching - snaptutorial.com cyb 130 week 2 python lab 3.12 phone number breakdown For more classes visit www.snaptutorial.com CYB 130 Week 2 Python LAB 3.12: Phone number breakdown

  15. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 2 Python LAB 3.13 Input and formatted output House real estate summary For more classes visit www.snaptutorial.com CYB 130 Week 2 Python LAB 3.13: Input and formatted output: House real estate summary

  16. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 2 Python LAB 3.14 Simple statistics For more classes visit www.snaptutorial.com CYB 130 Week 2 Python LAB 3.14: Simple statistics

  17. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 2 Python LAB 3.25 Smallest number For more classes visit www.snaptutorial.com CYB 130 Week 2 Python LAB 3.25: Smallest number

  18. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 2 Python LAB 3.26 Seasons For more classes visit www.snaptutorial.com CYB 130 Week 2 Python LAB 3.26: Seasons Write a program that takes a date as input and outputs the date's season. The input is a string to represent the month and an int to represent the day.

  19. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 2 Python LAB 3.27 Exact change For more classes visit www.snaptutorial.com CYB 130 Week 2 Python LAB 3.27: Exact change

  20. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 2 Python LAB 3.28 Leap year For more classes visit www.snaptutorial.com CYB 130 Week 2 Python LAB 3.28: Leap year A year in the modern Gregorian Calendar consists of 365 days. In reality, the earth takes longer

  21. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 3 Discussion Loop Statements For more classes visit www.snaptutorial.com Respond to the following in a minimum of 175 words:

  22. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 3 Python LAB 4.14 LAB Count input length without spaces, periods, or commas For more classes visit www.snaptutorial.com CYB 130 Week 3 Python LAB 4.14 LAB: Count input length without spaces, periods, or commas Given a line of text as input, output the number of characters excluding spaces, periods, or commas.

  23. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 3 Python LAB 4.15 Password modifier For more classes visit www.snaptutorial.com CYB 130 Week 3 Python LAB 4.15: Password modifier

  24. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 3 Python LAB 4.17 Print string in reverse For more classes visit www.snaptutorial.com CYB 130 Week 3 Python LAB 4.17: Print string in reverse

  25. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 3 Python LAB 4.18 Smallest and largest numbers in a list For more classes visit www.snaptutorial.com CYB 130 Week 3 Python LAB 4.18: Smallest and largest numbers in a list

  26. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 3 Python LAB 4.19 Output values in a list below a user defined amount For more classes visit www.snaptutorial.com CYB 130 Week 3 Python LAB 4.19: Output values in a list below a user defined amount

  27. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 4 Discussion Containers For more classes visit www.snaptutorial.com Respond to the following in a minimum of 175 words:

  28. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 4 Python LAB 5.18 Miles to track laps For more classes visit www.snaptutorial.com CYB 130 Week 4 Python LAB 5.18: Miles to track laps One lap around a standard high-school running track is exactly 0.25 miles. Write the function miles_to_laps() that takes a number of miles as an argument and returns the number of laps. Complete the program to output the number of laps.

  29. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 4 Python LAB 5.19 Driving costs – functions For more classes visit www.snaptutorial.com CYB 130 Week 4 Python LAB 5.19: Driving costs - functions Driving is expensive. Write a program with a car's miles/gallon and gas dollars/ga

  30. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 4 Python LAB 5.20 Step counter For more classes visit www.snaptutorial.com CYB 130 Week 4 Python LAB 5.20: Step counter A pedometer treats walking 2,000 steps as walking 1 mile. Write a program

  31. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 4 Python LAB 5.21 Leap year – functions For more classes visit www.snaptutorial.com CYB 130 Week 4 Python LAB 5.21: Leap year - functions A year in the modern Gregorian Calendar consists of 365 days. In reality, the earth takes longer to rotate around the sun. To account for the difference in time, every 4 years, a leap year takes place. A leap year is when a year has 366 days:

  32. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 4 Python LAB 5.22 Swapping variables For more classes visit www.snaptutorial.com CYB 130 Week 4 Python LAB 5.22: Swapping variables Write a program whose input is two integers and whose output is the two integers

  33. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 4 Python LAB 5.23 Exact change – functions For more classes visit www.snaptutorial.com CYB 130 Week 4 Python LAB 5.23: Exact change - functions

  34. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 4 Python LAB 5.24 Even/odd values in a list For more classes visit www.snaptutorial.com CYB 130 Week 4 Python LAB 5.24: Even/odd values in a list

  35. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 5 Discussion Handling Errors For more classes visit www.snaptutorial.com Respond to the following in a minimum of 175 words:

  36. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 5 Python LAB 6.5 Checker for integer string For more classes visit www.snaptutorial.com CYB 130 Week 5 Python LAB 6.5: Checker for integer string

  37. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 5 Python LAB 6.6 Name format For more classes visit www.snaptutorial.com CYB 130 Week 5 Python LAB 6.6: Name format

  38. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 5 Python LAB 6.7 Palindrome For more classes visit www.snaptutorial.com CYB 130 Week 5 Python LAB 6.7: Palindrome

  39. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 5 Python LAB 6.8 Acronyms For more classes visit www.snaptutorial.com CYB 130 Week 5 Python LAB 6.8: Acronyms

  40. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 5 Python LAB 6.24 Varied amount of input data For more classes visit www.snaptutorial.com CYB 130 Week 5 Python LAB 6.24: Varied amount of input data Statistics are often calculated with varying amounts of input data. Write a program that takes any number of integers as input, and outputs the average and max.

  41. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 5 Python LAB 6.25 Filter and sort a list For more classes visit www.snaptutorial.com CYB 130 Week 5 Python LAB 6.25: Filter and sort a list Write a program that gets a list of integers from input, and outputs non-negative integers in ascending order (lowest to highest).

  42. CYB 130 Enthusiastic Teaching - snaptutorial.com CYB 130 Week 5 Python LAB 6.26 Elements in a range For more classes visit www.snaptutorial.com CYB 130 Week 5 Python LAB 6.26: Elements in a range Write a program that first gets a list of integers from input. That list is followed by two more integers representing lower and upper bounds of a range. Your program should output all integers from the list that are within that range (inclusive of the

  43. CYB 130 Enthusiastic Teaching - snaptutorial.com

More Related