1 / 5

CYB 130 Marvelous Teaching / snaptutorial.com

<br>CYB 130 Week 1 Discussion zyBooks Reflection<br><br>CYB 130 Week 2 Discussion Code Structure<br><br>CYB 130 Week 3 Discussion Loop Statements<br><br>CYB 130 Week 4 Discussion Containers<br><br>CYB 130 Week 5 Discussion Handling Errors<br><br><br>*************************************************<br><br>

Download Presentation

CYB 130 Marvelous 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 All DQs For more classes visit www.snaptutorial.com CYB 130 Week 1 Discussion zyBooks Reflection CYB 130 Week 2 Discussion Code Structure CYB 130 Week 3 Discussion Loop Statements CYB 130 Week 4 Discussion Containers CYB 130 Week 5 Discussion Handling Errors ************************************* CYB 130 Week 1 Discussion zyBooks Reflection

  2. For more classes visit www.snaptutorial.com Respond to the following in a minimum of 175 words: Now that you have spent one week navigating your zyBook, what observations have you made about its design? Which elements were most helpful to you? Which features are still troublesome? What strategies have you applied that could be of use to someone else? Describe another situation in which zyBooks could help you learn content. ************************************* CYB 130 Week 2 Discussion Code Structure For more classes visit www.snaptutorial.com

  3. Respond to the following in a minimum of 175 words: This week you will learn about basic code structure. The term structure, as it relates to programming, refers to the decisions you make to design your program to best meet its objective. Python provides features to create clean, efficient code. How can the basic if/elif/else control statements help meet structural design objectives in your code? Provide a code example to support your comments. ************************************* CYB 130 Week 3 Discussion Loop Statements For more classes visit www.snaptutorial.com Respond to the following in a minimum of 175 words: Most programming languages provide loop statements that help users iteratively process code. In Python you can write loops that handle many situations. What is the intuition behind using a loop statement? What do

  4. you gain from using loops in your code? Provide a code example to support your comments. ************************************* CYB 130 Week 4 Discussion Containers For more classes visit www.snaptutorial.com Respond to the following in a minimum of 175 words: Python lists are commonly used to store data types. Lists are a collection of information typically called a container. Think of a physical container that can hold all kinds of objects, not just one object of the same type. Python includes a built-in list type called a list. They can be managed by many built-in functions that help fill, iterate over, add to, and delete a list. Why is it useful to store information with different data types? When do you choose to use a list over a dictionary? Provide a code example that supports your comments. *************************************

  5. CYB 130 Week 5 Discussion Handling Errors For more classes visit www.snaptutorial.com Respond to the following in a minimum of 175 words: It is important to program your code efficiently. Efficient code manages errors and exceptions and cleans up memory after it ends. The try-except statements are helpful in handling errors that are detected during execution. What are the two categories of errors when debugging code? How can the try-except statements handle errors in Python? Provide a code example that supports your comments. *************************************

More Related