包含什麼
7 預錄課程
7 週
教師的支持1 年訪問權
到內容作業
每週 2-4 小時. Weekly programming assignments will be posted at the end of each class. Students will be encouraged to work on the assignment and post it before the next class. The instructor will be available throughout the week to help along the way!評估
This is a very hands-on course. Students will be asked to try out the Python programming principles AS they are being taught in the class. After each class a lab project will be assigned that guides the student through creating complete and proper running programs that will be submitted to the instructor before the next class. The instructor will be available to guide the student through these labs throughout the week.我們無法翻譯此文,請刷新頁面並再試一次。
課堂經歷
This course is an introduction to the problem-solving and programming methodologies that are fundamental to the study of computer science. Students gain considerable experience with fundamental language constructs and types, such as expressions, decisions, iteration, functions, structures, and strings. This course (and those to follow in the sequence) is modeled after a college-level class taught by this instructor but is accessible to students who have never programmed before. This is an excellent course for a student exploring the possibility of becoming a programmer or software engineer, or possibly pursuing a college degree in a Computer Science field.
學習目標
Course Outcomes
• Students will become proficient and comfortable with problem-solving with respect to programming.
• Students will understand the basic methodologies of programming in both the procedural and object oriented environments.
• Students will gain understanding on the syntax and constructs of the C++ programming language.
• Students will be able to explain the concept of objects/classes and be able to represent real world events in class form.
• Students will become proficient in the following programming constructs: expressions, decisions, iteration, functions, structures and strings.
Course Content
This course will cover the following topics:
• Loops
• Methods
• Single and Multi-Dimensional Arrays
• Objects and Classes
教學大綱
7 課程
超過 7 週課 1:
For Loops and Do-While Loops
After seeing what While Loops can do for us, we dive into several other looping structures like the for loop and the do-while loop. We compare the different types of loops and apply them to creating some fun games.
課 2:
User-Defined Functions
Functions allow the programmer to package code in a reusable and efficient manner. If you find yourself using a similar chunk of code multiple times throughout your program, functions are the way to go!
課 3:
Functions, Part 2 - variable scope
Now that we're comfortable creating and using our own functions, we talk about 'scope' - defining where variables exist and are visible.
課 4:
Functions, Part 3 - reference parameters
Functions can accept data values to be passed in as parameters. C++ allows for different types of parameters to be used.
其他詳情
供應清單
Students will be provided with weekly PowerPoint decks that will contain all the information they need. We will be using a free online compiler.
外部資源
學習者無需使用標準 Outschool 工具以外的任何應用程式或網站。
教師專業知識和證書
I have a degree in computer science and have been teaching all levels of programming and software engineering at the college level for 20 years and have worked in the industry for the same amount of time. This particular course (Introduction to Programming) has always been my favorite to teach. My goal is to give the students an experience that will prepare them to be successful in a Computer Science based college program.
I love programming because there are multiple ways to solve a problem. Computers only do what you tell them to do - whether you realize you're telling them to do something or not!