80 likes | 99 Views
FOR MORE CLASSES VISIT<br>www.cyb130rank.com<br><br>CYB 130 Week 1 Discussion zyBooks Reflection<br>
E N D
CYB 130 RANK Social Responsibility--cyb130rank.com CYB 130 All DQs FOR MORE CLASSES VISIT www.cyb130rank.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 RANK Social Responsibility--cyb130rank.com CYB 130 Week 1 Discussion zyBooks Reflection FOR MORE CLASSES VISIT www.cyb130rank.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 RANK Social Responsibility--cyb130rank.com CYB 130 Week 2 Discussion Code Structure FOR MORE CLASSES VISIT www.cyb130rank.com 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 RANK Social Responsibility--cyb130rank.com CYB 130 Week 3 Discussion Loop Statements FOR MORE CLASSES VISIT www.cyb130rank.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 you gain from using loops in your code? Provide a code example to support your comments.
CYB 130 RANK Social Responsibility--cyb130rank.com CYB 130 Week 4 Discussion Containers FOR MORE CLASSES VISIT www.cyb130rank.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.
CYB 130 RANK Social Responsibility--cyb130rank.com CYB 130 Week 5 Discussion Handling Errors FOR MORE CLASSES VISIT www.cyb130rank.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.