Skip to main content

Computing in Northamptonshire: Gary Hill: solving problems

Taken from Computing in Northamptonshire: Gary Hill: solving problems:


"Referencing within Code in Software Engineering Education!
Computer Education 05/2012; 10(166):1.
ABSTRACT Traditionally computer sciences courses will assess software code. It is common and accepted good practice (as in written reports) to reference other sources of appropriate material. However there appears to be no explicit method, recommendation or advice available to computer science tutors and students on a referencing approach!

This paper aims to stimulate discussion from peers involved in software engineering education. By discussing the apparent lack of ‘referencing within code’ advice to students and proposing suggestions for appropriate solutions. This will be based on the authors’ experience of assessing code and the current advice given to their students."


Is it Visual? The importance of a Problem Solving Module within a Computing course

Computer Education 05/2012; 10(166):5.
ABSTRACT This paper looks at student’s view of the usefulness of a problem solving and programming module in the first year of a 3-year undergraduate program. The School of Science and Technology, University of Northampton, UK has been investigating, over the last seven years the teaching of problem solving. Including looking at whether a more visual approach has any benefits (the visual programming includes both 2-d and graphical user interfaces). Whilst the authors have discussed the subject problem solving and programming in the past this paper considers the students perspective from research collected/collated by a student researcher under a new initiative within the University.

All students interviewed either had completed the module within the two years of the survey or were completing the problem-solving module in their first year.



Robots within the Teaching of Problem-Solving

ITALICS 06/2008; 7(1):108.
ABSTRACT This paper considers the experiences of teaching on a module where problem-solving is taught first, then programming. The main tools for the problem-solving part, alongside two problem-solving approaches, are tasks using Mindstorm (LEGO, Denmark) robot kits. This is being done as a foundation step before the syntax of a language (Java) is taught to enable a Graphical User Interface (GUI) emulation of a previous robot problem.
Results of student evaluation and feedback will be presented and the use of twosimulators will be considered.



A virtual environment training system for haptic laparoscopic surgery

16th International Conference on Automation and Computing, University of Birmingham, Birmingham, 11 September 2010.
Source: OAI
ABSTRACT Most of the existing laparoscopic simulations which use simple objects are only for the purpose of the training of laparoscopic surgical skills. We have designed and developed an early prototype of a laparoscopic simulation system in which almost all of the soft tissue organs are modeled as deformable models which can be manipulated using a laparoscopic instrument with haptic feedback. Physics-based modeling is applied to realize collision detection, force rendering and elasticity deformation. A new mechanism to analyze and evaluate the injuries to the soft issues is introduced. Preliminary experimental results show that the simulator can meet the requirement of 1 kHz haptic loop update rate under complex virtual scene



Green computer science courses. No more labs full of computers, we?re going mobile!

THE PROCEEDINGS OF 7TH CHINA - EUROPE INTERNATIONAL SYMPOSIUM ON SOFTWARE INDUSTRY- ORIENTED EDUCATION held at the University of Northampton, May 2011
ABSTRACT Traditionally computer sciences courses have been taught using laboratories full of expensive desktop computers. This approach may have been valid in the 80, 90?s and even the early part of this decade. This paper suggests that buying; maintaining and replacing laboratories full of computers are no longer a requirement. This paper raises the issues associated with such a ?bold? step, but offers potential solutions that, in some cases, may make Computer Science courses at such ?brave? institutions more appealing




Problems first

In book: Software Industry-Oriented Education Practices and Curriculum Development: Experiences and Lessons, Publisher: IGI Global, Editors: M. Hussey and B. Wu and X. Xiaofei
ABSTRACT This chapter considers the need to focus initial programming education on problem-solving, in advance of programming syntax and software design methodology. The main vehicle for this approach is simple Lego based robots programmed in Java, followed by the programming of a graphical representation/simulation to develop programming skills. Problem solving is not trivial (Beaumont & Fox, 2003) and is an important skill, central to computing and engineering. An approach will be considered, illustrated with a series of problem-solving tasks that increase in complexity at each stage and give the students practice in attempting problem-solving approaches, as well as assisting them to learn from their mistakes. Some of the problems include ambiguities or are purposely ill-defined, to enable the student to resolve these as part of the process. The benefits to students will be discussed including students? statements that this approach, using robots, provides a method to visually and physically see the outcome of a problem. In addition, students report that the method improves their satisfaction with the course. The importance of linking the problem-solving robot activity and the programming assignment, whilst maintaining the visual nature of the problem, will be discussed, together with the comparison of this work with similar work reported by other authors relating to teaching programming using robots (Williams, 2003)




'via Blog this'

Comments

  1. Check out http://www.infodesign.co.za

    for a FREE copy of my book titled "How to Solve (Just About) Any Problem: Timeless Practices for Solving Problems Better.

    Enjoy!

    ReplyDelete

Post a Comment

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