Skip to content

Commit

Permalink
CS10 course
Browse files Browse the repository at this point in the history
  • Loading branch information
imuniyat committed Mar 26, 2024
1 parent 585b777 commit e6d0790
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/distance-learning/computing-science-10-course/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ descriptiomn: Computing Science 10 consists of up to six 1-credit courses

<h3>Structured Programming 2</h3>
<p>Students work with structured programming constructs by adding the selection and iteration program control flow mechanisms to their programming repertoire. They write structured algorithms and programs that use blocks to introduce an element of modularity into their programming practice.</p>
* Prerequisite: Structured Programming 1
<ul><li>Prerequisite: Structured Programming 1</li></ul>
<br>
<h3>Procedural Programming 1</h3>
Students develop their understanding of the procedural programming paradigm. They move from a structured programming approach in which modules were handled through the use of program blocks to a more formal modular programming approach in which they are handled through subprograms. In the process, students also learn to use a number of new design approaches made possible by the new paradigms. As part of this process, they also learn what types of problems are amenable to modular algorithms and programs.//
* Prerequisite: Structured Programming 2
<p>Students develop their understanding of the procedural programming paradigm. They move from a structured programming approach in which modules were handled through the use of program blocks to a more formal modular programming approach in which they are handled through subprograms. In the process, students also learn to use a number of new design approaches made possible by the new paradigms. As part of this process, they also learn what types of problems are amenable to modular algorithms and programs.</p>
<ul><li>Prerequisite: Structured Programming 2</ul></li>
<br>
<h3>Data Structures 1</h3>
Students learn how to design code and debug programs that use a set of data structures that can be used to handle lists of related data. Building on their knowledge of basic or primitive data types, they learn how to work with fundamental data structures such as the array and the record. As part of this process, they learn what types of problems benefit from the use of these types of data structures//
* Prerequisite: Procedural Programming 1
<p>Students learn how to design code and debug programs that use a set of data structures that can be used to handle lists of related data. Building on their knowledge of basic or primitive data types, they learn how to work with fundamental data structures such as the array and the record. As part of this process, they learn what types of problems benefit from the use of these types of data structures</p>
<ul><li>Prerequisite: Procedural Programming 1</ul></li>
<br>
<h3>Files and File Structures 1</h3>
<p>Students learn how to design, code and debug programs that use data files to store and retrieve data on secondary storage devices. Building on their knowledge of derived data structures, they learn how to use those structures to organize data for efficient file handling. As part of this process, they learn what types of problems benefit from the use of external files.</p>
* Prerequisite: Data Structures 1
<ul><li>Prerequisite: Data Structures 1</ul></li>
<br>
<h3><a href="https://github.com/callysto/curriculum-notebooks/blob/master/TechnologyStudies/ComputingScience/computing-science-10.ipynb" target="_blank"> Access Computing Science 10 course</a></h3>
<h3 style="color:#6F4A9E"><a href="https://github.com/callysto/curriculum-notebooks/blob/master/TechnologyStudies/ComputingScience/computing-science-10.ipynb" target="_blank"> Access Computing Science 10 course</a></h3>

0 comments on commit e6d0790

Please sign in to comment.