Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
6answers
9k views

MATLAB linked list

What are some possible ways to implement a linked list in MATLAB? Note: I am asking this question for pedagogical value, not practical value. I realize that if you're actually rolling your own ...
6
votes
4answers
575 views

Opinion on “loop invariants”, and are these frequently used in the industry?

I was thinking back to my freshman year at college (five years ago) when I took an exam to place-out of intro-level computer science. There was a question about loop invariants, and I was wondering if ...
6
votes
2answers
454 views

What's a good example of really clean and clear [R] code, for pedagogical purposes?

I'm working with a small team of analysts and statisticians on what will be a medium-sized body of R code. They're smart people, but they're not trained or experienced as programmers, per se. (I am.) ...
5
votes
4answers
330 views

linux based submission script for CS student source code

I'm in the late stages of developing a Linux based computing lab for CS students at my university. In my undergraduate days I remember being able to submit my homework assignments with a command ...
3
votes
10answers
733 views

How to explain what is an application server to a non IT manager?

How to explain what is an application server to a non IT manager? Thanks :).
2
votes
3answers
497 views

Explain the difference between a data *structure* and a data *type*

While trying to answer What is the difference between a composite data type and a data structure? I realized that while I have a clear idea of what a data type is, and how it is not the same thing as ...
1
vote
7answers
69 views

How to best explain on what fields should a user join on?

I need to explain to somebody how they can determine what fields from multiple tables/views they should join on. Any suggestions? I know how to do it but am having difficulty trying to explain it. ...
1
vote
3answers
162 views

Best resources on how to teach computing?

I always saw myself as a great pedagogue. Before being a freelance trainer, I used to teach my colleagues, and before that, I used to set up courses for my classmate to help them before the exams. ...