CYB 130T All Discussions

0 items
CYB 130T All Discussions
CYB 130T All Discussions
$12.00
  • Description

CYB 130T Wk 1 Discussion

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to classmates or your faculty member.

Due Day 3  

Respond to the following in a minimum of 175 words:

Your textbook compares programming to instructions in a cooking recipe. Explain whether you agree with this comparison. Additionally, share how further developing your programming skills can support you in your organization.

Due Day 7

Post 2 replies to classmates or your faculty member. Be constructive and professional.

 

CYB 130T Wk 2 Discussion

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to classmates or your faculty member.

Due Day 3

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.

Respond to the following in a minimum of 175 words:

How can basic if/else if/else control statements help meet structural design objectives in your code? How do coders control the flow of their program using if/else statements?

Due Day 7

Post 2 replies to classmates or your faculty member. Be constructive and professional.

 

CYB 130T Wk 3 Discussion

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to classmates or your faculty member.

Due Day 3

Most programming languages provide loop statements that help users iteratively process code. In Python, you can write loops that handle many situations.

Respond to the following in a minimum of 175 words:

What is the intuition behind using a loop statement? What do you gain from using loops in your code? How do you think loops in Python provide code reusability?

Due Day 7

Post 2 replies to classmates or your faculty member. Be constructive and professional.

 

CYB 130T Wk 4 Discussion

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to classmates or your faculty member.

Due Day 3 

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 them.

Respond to the following in a minimum of 175 words:

Why is it useful to store information with different data types? When do you choose to use a list over a dictionary? Other than lists, how are the other built-in data types in Python useful?

Due Day 7 

Post 2 replies to classmates or your faculty member. Be constructive and professional.

 

CYB 130T Wk 5 Discussion

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to classmates or your faculty member.

Due Day 3

It’s 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.

Respond to the following in a minimum of 175 words:

What are the 2 categories of errors when debugging code? How can the try-except statements handle errors in Python? How is try block used in Python?

Due Day 7

Post 2 replies to classmates or your faculty member. Be constructive and professional.