Difference between revisions of "CS 1301"
(reformatted) |
|||
Line 3: | Line 3: | ||
'''CS 1301''', formally known as '''Introduction to Computing''', is an introductory 3 credit hour [[Computer Science|CS]] class aimed at people with zero or near-zero programming experience, and provides a gentle introduction to Python programming, with the context of using Python in non-computing contexts. CS 1301 is taken by nearly all majors. |
'''CS 1301''', formally known as '''Introduction to Computing''', is an introductory 3 credit hour [[Computer Science|CS]] class aimed at people with zero or near-zero programming experience, and provides a gentle introduction to Python programming, with the context of using Python in non-computing contexts. CS 1301 is taken by nearly all majors. |
||
− | == |
+ | ==Workload== |
− | + | ==Topics List== |
|
As of Spring 2021, the topics covered in the class were: |
As of Spring 2021, the topics covered in the class were: |
||
#Introduction to Programming |
#Introduction to Programming |
||
Line 52: | Line 52: | ||
##Merge Sort |
##Merge Sort |
||
##A Brief Introduction to Big-O Notation |
##A Brief Introduction to Big-O Notation |
||
− | + | ==Prerequisite Knowledge== |
|
Since this class is built for beginners, no prerequisite knowledge, other than basic algebra, is required! |
Since this class is built for beginners, no prerequisite knowledge, other than basic algebra, is required! |
||
+ | == Future Outlook == |
||
− | === Relation to the Overall Curriculum === |
||
+ | For CS, CompE, EE, and Math majors with the Discrete Math concentration, CS 1301 is probably the most important class to complete, as it essentially unlocks the rest of the degree. Therefore, it is extremely critical that this class is completed as early as possible. Classes that directly require CS 1301 are: [[CS 1331]] (Introduction to OOP), [[CS 4400]] (Introduction to Databases), and [[ECE 2020]] (Digital System Design). |
||
− | CS 1301 is generally taken in early freshman year by basically all students at GT that require this class. For CS, CompE, and EE majors, CS 1301 is an important prerequisite for all future CS and ECE classes, as nearly all of them have CS 1301 as a direct or indirect prerequisite. |
||
− | |||
− | === Workload === |
||
− | |||
⚫ | |||
==Registration Info== |
==Registration Info== |
||
Line 72: | Line 68: | ||
*A 4 or higher on the AP Computer Science A exam |
*A 4 or higher on the AP Computer Science A exam |
||
*A 5 or higher on the IB Computer Science SL exam |
*A 5 or higher on the IB Computer Science SL exam |
||
+ | |||
⚫ | |||
[[Category:Courses|^CS^CS]] |
[[Category:Courses|^CS^CS]] |
Revision as of 19:48, 21 June 2021
CS 1301, formally known as Introduction to Computing, is an introductory 3 credit hour CS class aimed at people with zero or near-zero programming experience, and provides a gentle introduction to Python programming, with the context of using Python in non-computing contexts. CS 1301 is taken by nearly all majors.
Workload
Topics List
As of Spring 2021, the topics covered in the class were:
- Introduction to Programming
- What is Programming?
- How Programs are Run
- Types of Errors
- Methods of Debugging
- Styles of Programming
- Variables and Data Types
- Variables
- Expressions
- Statements
- Primitive Data Types
- Operators
- Relational Operators
- Mathematical Operators
- Logical Operators
- Conditionals, Loops, and Control Flow
- What are Control Structures?
- If/Else Statements
- For/While Loops
- Error Handling
- Exceptions
- Writing Exceptions
- Functions
- What are Functions?
- Writing Functions
- Built-In Functions
- Strings, Lists, and Dictionaries
- Strings
- Lists
- Dictionaries
- Compound Structures
- File I/O
- File Reading
- File Writing
- Objects
- Built-In Objects
- Creating Data Types
- Objects and Classes
- Using Objects
- Sorting
- Linear Search
- Binary Search
- Bubble Sort
- Insertion Sort
- Merge Sort
- A Brief Introduction to Big-O Notation
Prerequisite Knowledge
Since this class is built for beginners, no prerequisite knowledge, other than basic algebra, is required!
Future Outlook
For CS, CompE, EE, and Math majors with the Discrete Math concentration, CS 1301 is probably the most important class to complete, as it essentially unlocks the rest of the degree. Therefore, it is extremely critical that this class is completed as early as possible. Classes that directly require CS 1301 are: CS 1331 (Introduction to OOP), CS 4400 (Introduction to Databases), and ECE 2020 (Digital System Design).
Registration Info
CS 1301 is not a linked course, but does have an optional recitation section (under the label CS 1301R).
When registering for this course, you must register for a lecture section (the ones marked by a single letter: A, B, C) under CS 1301. If you decide to take a recitation section as well, you must register for a section under CS 1301R that corresponds to the same lecture section letter that you picked. For example, if you registered for Section B lecture, you must register for a recitation section that starts with B (e.g. B01, B04, etc.).
Prerequisites
None
AP/IB Credit
To get AP or IB credit for this class, you must earn at least one of the following:
- A 4 or higher on the AP Computer Science A exam
- A 5 or higher on the IB Computer Science SL exam