Skip to main content

C Programming material

Another new Open Education Resource (OER) has been made available by the School of Science and Technology, University of Northampton.

C Programming


Click here for the resource: http://find.jorum.ac.uk/resources/19192
Author: 
Created: 11 August 2014, by School of Science and Technology, University of Northampton
In this material you will be introduced to some of the principles of programming, and specifically learn to write fairly simple programs using a programming language called C. An idea central to this material is that programming is about problem solving; you write a program to solve a particular problem. It is hoped that at the end of the material you should see that there is nothing magical or mysterious about programming. One of the features some people like about programming is you are making the computer do what you want. During the programming exercises, do not worry about making mistakes. In this material you will be expected to try out programs and eventually write your own. The target audience is anyone who wants to learn a programming language or is looking for some assessment questions around programming. The material was originally aimed at second year engineering students at the University of Northampton.
Published: 11 August 2014, by 
Keywords: C Programming; Programming; Problem solving; Computer science; Computing 

Click here for the resource: http://find.jorum.ac.uk/resources/19192



views are the authors, and may not reflect the views of any organisation the author is connected with in any way.

Comments

Popular posts from this blog

Problem-solving or computational Thinking

Confession time, this has been a research interest for me, along with a number of colleagues, since around 2005. It started with undergraduate students - investigating teaching and developing problem solving skills as a first step in developing programming skills through the use of LEGO-based robots and graphics based programming for undergraduate students. The main vehicle then for developing the problem-solving skills was the LEGO RCX Mindstorms robotics kits and series of gradually more challenging robot-based tasks. Lawhead et al (2003) stated that robots “…provide entry level programming students with a physical model to visually demonstrate concepts” and “the most important benefit of using robots in teaching introductory courses is the focus provided on learning language independent, persistent truths about programming and programming techniques. Robots readily illustrate the idea of computation as interaction”. Synergies can be made with our work and those one on pre-

Free Computing Resource: Junkbots and Scratch 1

The Junkbots project has been running for a number of years as an initiative to bring sustainability, computing and engineering together by building bots out of junk  details of the project can be found at.   https://junkbots.blogspot.com/ .  Junkbot is an extension of the Research into teaching problem-solving going on at the University of Northampton please feel to visit  https://computingnorthampton.blogspot.com/2019/01/problem-solving-research-outputs-and.html  for more details. One of the criticism of the robot programming part of the  Junkbots project  is not everyone necessarily gets a go at the programming. To address this a new feature has been added to the project, using Scratch to play with the ideas. This is the first of a set exercises to play with these ideas. The cleaning robot shown is loosely based on the LEGO Mindstorms RCX. The commands all in the My Blocks section Exercise 1: Moving the Robot Cleaner around.: Now go to  https://scratch.mit.edu/projec

Activity: Writing a translation program in Scratch

Scratch 3 the gift that keeps on giving; including the new extensions are Text to Speech and Translate; Text to speech - does as the name suggests, turns typed in phrases into speech via Amazon Web Services. Translate using Google (and I assume Google Translate?) to translate text between different languages. As an experiment, I wanted to play with clapping my hands, have Scratch the Cat ask me to enter a phrase and then convert that into French, German and Spanish with different voices. The resulting code is shown below. It is all started by a loud noise like a hand clap. The two extensions have been added to the blocks and are ready to go. The voice is initially set to Alto and the text-speech block has had the phrase "Please enter a phrase" typed in and says this. The ask block has the same question permanently set and the answer produced gets feed into the translations.  The remaining blocks do essentially the same thing - change the voice; - take the phrase ty