vote up 8 vote down star
8

First off, my apologies for asking this fairly off-topic question. But in my experience, there are a lot of highly intelligent people on SO so I figured I might give it a shot. Please don't be too triggerhappy with the 'close'-button :-) Besides, I think there's some chance that this may be of general interest.

I'm a Computer Science major with a minor in Psychology. For an upcoming paper I have to present an interesting topic that touches both CS and Psychology". Uhm yeah, it really is that vague. Now, there are a lot of interesting things out there that I could go for, Neural Networks (and AI in general) immediately come to mind. I am sure there are some aspects of UI design that could fall into this category as well (I've heard very good things about Alan Cooper's book, for instance).

Is there anything else you guys would suggest? Bonus points for links to any (scientific) publications that are cite-worthy ;)

flag
community wiki if it stands a chance. – geowa4 Jul 16 at 18:07
I would suggest making it a community wiki, since you're taking a poll and it could be quite subjective what people think good topics would be. – gnovice Jul 16 at 18:08
there you go, wikified :) – n3rd Jul 16 at 18:10
Does it have to be CS, or is it programming in general? – tim Jul 16 at 18:10
2  
Congratulations on majoring in CS and psychology. That is an excellent combo. – unknown (google) Jul 16 at 19:43
show 1 more comment

21 Answers

vote up 22 vote down check

Computer science and psychology are very interconnected, primarily in the field of user interface design, as well as human-computer interaction and usability. To approach any of these things without an understanding of how humans approach problems is an exercise in futility.

Some parts of it are more hard science (such as how the human eye perceives light and how this affects computer screens and whatnot), but a lot of it is psychological in nature. Studies have been made to determine which layouts are most user-friendly, both in terms of speed of use and user preference (which aren't always one-to-one with each other).

HCI is a major intersection between CS and psychology. You can find material for a paper in any way humans and computers coexist. Input and output devices weren't created by accident. They were designed over years of iterative improvement to come up with devices and metaphors that work well with the majority of users. It's really an incredibly interesting field.

link|flag
Exactly what I would recommend. As a UI designer, you need to know the user's intentions before they do. – Rob Elliott Jul 16 at 18:11
+1 for this as well. I was also a Software Engineer major + Psychology minor. HCI has been a primary focus point for me in my professional life. – Jason Jul 16 at 18:12
I'm coming from a background where I never thought about psychology in my academic career until I took a UI course. It really opened my mind to how much effort is put into making sure the user has to think as little as possible. Now I find the whole concept utterly fascinating. – Welbog Jul 16 at 18:15
The Principle of Least Astonishment - a great guideline for UI design and code both - requires a pretty deep understanding of what users will expect. That's Psychology. – Carl Manaster Jul 16 at 20:00
vote up 8 vote down

Software Process and Team Dynamics. It's one place that I have noticed my Psych minor made a difference and it's less obvious than Usability.

link|flag
For this very reason I took Small Group Communication to fulfill my Comm requirement. Having managed people in a former life and being the single parent of a (then) teenager, I wanted to know how to motivate people who weren't. – kajaco Jul 16 at 18:25
1  
This is what you should focus on. Extremely valuable in the workplace. In fact, this, not technical skill, is what separates the rich and the poor in the field of IT. – unknown (google) Jul 16 at 19:45
vote up 7 vote down

My father (computer programmer) has often told me stories of a coworker (and good friend) who had degrees in CS and psychology at his place of work. He was a tester. The best tester my dad had ever met. Who caught a lot of bugs. A lot of bugs. Big, subtle bugs that no average developer on the project would have though of catching.

This psychologically-minded tester was very good at understanding the kinds of mistakes that developers made, and used that skill to find tough bugs that many developers would overlook. This had a tendency to tick the developers off... but the code was of a much higher quality because of his work. My dad noticed that at design reviews, whenever the development team would disagree on how to implement something, he was often writing furiously in a notebook, realizing that this would be an area where lots of bugs would likely appear.

One area of study that you might want to do is examine common programming bugs and the mindsets of the individuals that cause them. Or perhaps understanding the human element in software engineering and how that effects the kinds of software produced.

You could scientifically test out whether disagreement among developers during design meetings of system components correlates to buggy sections of code.

Just some thoughts.

link|flag
vote up 5 vote down

Look into the field of Cognitive Science. Specifically, modeling the Stroop Test with neural networks probably would fit your needs.

Here's a link: http://portal.acm.org/citation.cfm?id=1230147.1230306

link|flag
3  
Cognitive Science is mostly a blend of psychology and computer science, along with parts of linguistics, anthropology, child psychology, and philosophy. Anybody who's studying CSci and Psych should be aware of it. – David Thornley Jul 16 at 18:15
@DavidThornley: you missed the most important ones: neurology (including neuroanatomy, neuropsychology and general neurophysiology). – McWafflestix Jul 16 at 21:37
vote up 4 vote down

You could write about the Computational theory of mind:

In philosophy, the computational theory of mind is the view that the human mind is best conceived as an information processing system and that thought is a form of computation. The theory was proposed in its modern form by Hilary Putnam in 1961 and developed by Jerry Fodor in the 60s and 70s. This view is common in modern cognitive psychology and is presumed by theorists of evolutionary psychology.

It may be too much psychology and too little CS, but if you focus sufficiently on models of computation like Turing Machines and their (non-)relation to how our brains work, you may strike the right balance.

link|flag
vote up 4 vote down

Quick comment: you do know about the book Gödel, Escher and Bach, right?

link|flag
I "know about it", yes. It's on my Amazon wishlist. Haven't gotten around to reading it yet, though :-( – n3rd Jul 16 at 19:25
Unfortunately it is not something you "read through quickly" as it is rather a large number of pages, so it might not be of much use to you for the upcoming paper you mention. I still recommend it to anyone interested in the matter. – peSHIr Jul 17 at 9:26
GNU's not Unix. ;-) – Matt Aug 17 at 17:30
vote up 4 vote down

My suggestion is about language and the ability to state and solve a problem:

How about taking the idea of the Sapir/Whorf Hypothesis and applying it to programming languages? Does the syntax of a language limit the kinds of problems that it can solve? Etc?

Apparently, there is some work done in that field by Kenneth Iverson and Paul Graham.

link|flag
This looks very interesting. I'm definitely gonna dig a little deeper here. Thanks! – n3rd Jul 16 at 19:28
vote up 3 vote down

Sounds to me like the perfect topic for a Human-Computer Interaction piece (how can the interaction be improved or changed to be more effective, etc).

During my time in school we were required to take an HCI course and I, for one, was deeply curious. Our initial project focused on the very robust topic of computers in the vehicle (HUDs, Stereo's, Driving Computers, GPS, etc). Unfortunately, I didn't have time to study it further.

link|flag
vote up 3 vote down

How about something related to typical personality traits of CS folks? Socialization, interpersonal skills, logical black/white thinking, etc?

link|flag
vote up 1 vote down

Check this out: http://en.wikipedia.org/wiki/Cognitive_science

A friend of mine (who later dropped out of college..., :[ ) was majoring in this. I think, it might help you at least a bit.

link|flag
vote up 1 vote down

What are YOU interested in? I think the paper/presentation would be a lot better if the topic was something that interested you. Your passion or interest generally will come through in things you care about/are interested in.

link|flag
vote up 1 vote down

first thing that comes to my mind are "hackers." you've no doubt seen tv specials on people who's curiosity gets the better of them. Though there are a lot of things out there on it... not the most original topic, but on the other hand, plenty of resources.

Come to think of it security is likely closely related to psychology as well and would be an interesting topic to read about.

I wrote a paper for an english class on AI, it was definately the best choice for a topic I could have made. Not boring at all.

link|flag
+1 for the idea about security. A good start: Secrets & Lies Digital Security in a Networked World by Bruce Schneier schneier.com/book-sandl.html John Wiley & Sons, 2000 ISBN 0-471-25311-1 – bortzmeyer Jul 19 at 20:29
vote up 1 vote down

From personal experience (been in IT for 18 years) I've always been interested in the abnormally high percentage of autistic people that work in IT. Maybe combine that with the work being done in assistive technology for autism? I know MIT did an OpenCourseWare course some time ago, here's the link: MIT OpenCourseWare: Autism Theory and Technology

link|flag
vote up 1 vote down

Phishing? You can read some good papers.

link|flag
vote up 0 vote down

I would suggest the field of Affective Computing which has been popularized by Rosalind Picard in this paper. There are lots of interesting project that try to model emotions or software that tries to take human emotions into consideration.

link|flag
vote up 0 vote down

My answer is perhaps a bit unusual.

Human comprehension at it's most basic is a matter of "yes" or "no", "on" or "off", "true" or "false", which is the same as a computer at it's core.

What differs with humans fundamentally is that we connect these simple truths together in unique ways that don't always follow logical pathways. Computers can't extrapolate, they can only use pure logical pathways to reach an answer.

Because of this, computers can't "think" in the traditional sense. Thinking is not reasoning, it's deducting, hypothesizing and analyzing.

Psychology involves the study of the processes of the mind, not the mind itself. An application would be the ways in which we confuse reality or construct false reality. Computers can't apply theory to a problem, only a specific algorithm.

This reasoning however might not be so simple - as we are fundamentally the same if you take a purely scientific approach.

I think a thing to look at is neural networks, and how can they be applied to create "abstractions" from logic. Can a neural network which is nothign more than a series of on and off switching being fired actually learn? There's a lot of study in this area that suggests that if we could build a large enough neural network, it could.

If we could do this, we could "emulate" or model the brain - and understand the real nature of psychological processes therein.

Of course, if we did that we might end up with a frankenstein, or terminator - so it's on the border of science and science fiction I think.

link|flag
I think human comprehension has the third option of "maybe." It is more analog and fuzzy than computers are. – Erich Mirabal Jul 16 at 20:56
I think you need to read something about Cognitive Science, which is doing pretty much what you're talking about. – David Thornley Jul 16 at 21:36
vote up 0 vote down

If you want something fun, you could go into games: the psychology of fear and suspense is fertile ground, and has been written about a lot in Game Developer Magazine / Gamasutra.

Another suggestion would be psychology of perception in general -- again, videogames are a wonderful place to look: psychoacoustics, psychooptics (see e.g. color theory), and various other fields all come into play when designing immersive games and simulation systems.

link|flag
vote up 0 vote down

Good software design effectively bridges the gap between the user's "mental model" of how your application should work, and the actual functionality they're presented with.

The study of how users develop such a mental model, and how they cope with the aforementioned "gap" relys strongly on psychology and cognitive science. Some really great work in this area has been done by:

-Donald Norman ("The Design of Everyday Things," "Direct Manipulation")

-Jim Hollan ("User models and user interfaces: A case for domain models, task models, and tailorability," "Strategic directions in human-computer interaction")

-Terry Winograd ("Understanding Computers and Cognition: A New Foundation for Design")

Surely I'm missing scores of others, but these guys are a great place to start.

link|flag
vote up 0 vote down

"Personality Type and Software Development" would be another idea where the link is to stuff 7 years old now so maybe this is time for a follow-up. Another thought would be to see if there is a connection between advances in software development methodologies and the personalities of modern people? For example, could one determine how well various software development practices improve the health of its practioners? Does Agile make for happier developers? Just a question that I'd like to see answered with some scientific data rather than anecdotal evidence.

link|flag
vote up 0 vote down

How about the psychology of user requirements? What causes people to think that developers can read thier minds about what they will want? Why do people think that we can build something with no real definaiton of what the end result should be? Does personality type affect the level of detail that person can put into a requirement? Why do business analysyst seem to think that they don't need to talk to actual users when deterning requirements. Why do business analysts and developers seem as if they are not on the same side? Aren;t we both trying to get the best possible product? Why must we always be adversaries. If you can find a place where they aren't adversaries, do they have better requirements that result in better and more successful development projects?

link|flag
vote up 0 vote down

I believe Gerald Weinberg's The Psychology of Computer Programming belongs here as well. It describes how the fact of programmers being human beings affects the software development process and products.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.