Tell me more ×
Academia Stack Exchange is a question and answer site for academics and those enrolled in higher education. It's 100% free, no registration required.

Short background: I started my PhD last November and now I am helping a master student writing his MSc thesis. I still have problems when I need to formulate a concise research question and even, at least in workshop papers, some publications fail in formulating clear research questions as well.

The topic the CS student writes about is the following. There is this work by Bracha on pluggable / optional type systems, e.g. for scripting languages. The student wants to solve the same problem that these 'pluggable typesystem' solves. But he is using dependent-type theory, i.e., to check that values in the scripting language are valid according to a given type. This can solve (or better solve) problems related to scripting languages (e.g. security problems in web programming; because everything is basically a string in scripting languages).

I find it hard to come up with a concise research question. (And possibly also with a method to evaluate the approach).

So, my question is:

  • Are there any references that can help me to formulate valid research questions?

The closest reference I have found is this mini-tutorial by Mary Shaw.

From Germany there is also a Memorandum that is interesting, but the focus is only on information systems research and not CS. (I can't find a link to the long version in either English or German yet.)


share|improve this question
You mean something like this? (What does your advisor have to say about that? I guess he shifted this supervision on you?) – Raphael Aug 29 '12 at 20:51
This paper is advice on how to properly referee/review a paper. In turn, it shows how to properly write a good research paper. – Nicholas Mancuso Aug 30 '12 at 0:51
This seems at least a little area-specific, especially between more "systems" and more "theory" oriented parts of CS. – Suresh Aug 30 '12 at 8:33
1  
Another thing: look at (important) paperes of the field. They usually contain "open questions" or "future research". Try to figure out what the big players thought interesting but have not done yet, and start from there. – Raphael Aug 30 '12 at 21:27
1  
Often the correct problem formulation only becomes clear after you have the solution in hand. It's relatively rare to actually solve the precise problem that you set out in advance to solve. (Or maybe that's just me.) – JeffE Sep 1 '12 at 15:46
show 5 more comments

migrated from cs.stackexchange.com Aug 30 '12 at 1:27

1 Answer

Have you tried the following:

Turabian, Kate L. A Manual for Writers. Chicago: University of Chicago, 1987. Print.

It's a very nice book and is applicable to CS (unlike many other research methodology books).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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