What Do CS1 Syllabi Reveal About Our Expectations of Introductory Programming Students?
Newcastle University - Programming 1
Country: | England |
University: | Newcastle University |
Course code: | CSC 1021 |
Course title: | Programming 1 |
Date of Syllabus: | |
Source: | Manual search |
Associated Degrees: | Computer Science |
Prerequisits: | no |
Course for Majors: | yes |
Course stage: | 1 |
Semester: | |
Programming language: | None |
Language of Instruction: | English |
URL: | http://www.ncl.ac.uk/undergraduate/modules/csc1021/ |
Explicit or !Explicit LOs: | Scraped |
Learning Outcomes: |
to give students an appreciation of the way problems can be solved using a programming language It provides an intuitive introduction to the concept of programming and covers basic programming constructs including comments, variables, assignment statements, control structures (selection, repetition), expressions, modularisation, input and output. This module provides a general introduction to computer programming focusing on the concepts of problem solving, basic programming constructs, and program design. It introduces how to design, write and test simple programs. |
LO categories: |
Problem Solving (also things like computational thinking) Generating clear documentation Control Structures & logic (if/else etc) Repitition & loops (for/while etc) Variables, assignment, arithmetic expressions, declarations, data types File handling & I/O Testing & Debugging code |