Most Popular
1162 questions
0
votes
1 answer
Programming exercise Tagging
I wondered what attempts were made to use tag(s) with programming exercises so that anyone can search / find (etc.) exercises just like books in a library.
For example (in user story format):
As a student in Java, I would like to find exercise on…

jy95
- 121
- 3
0
votes
2 answers
Open Source Training
Cloud Foundry open sourced their curriculum to train students on how to use it. Are there any other open source courses out there or organizations who collects training that is open sourced?
To clarify: I am looking for training for…

elmerjfudd
- 103
- 5
0
votes
0 answers
Spring core exercices
I'm actually studying (free studying using online books) to pass the Pivotal Spring core certification and i need some exercices (online or pdf) to practice in order to master the framework as well, especially
Spring dependancy module
Any resources…

Mssm
- 111
- 1
0
votes
1 answer
Is it easy for professors to get academic versions of software from IBM?
I'm developing a big data algorithms course, and would love to teach students how to use IBM's InfoSphere streams platform, which I once used years ago. Does anyone have experience reaching out to companies like IBM to request a version for academic…

David White
- 870
- 4
- 15
0
votes
0 answers
Why do computer science students learn electronics and electric circuit analysis?
I am a student of BS(CS), There are two courses that I don't understand why they are in our scheme? As we know that in CS we learn programming courses. Our concern is with programming languages like python, C++, Java, Html, CSS and so on. But I…

Maryam Abbas
- 227
- 1
- 4
0
votes
2 answers
How to make perfect documentation of FYP with less plagiarism?
For a student of BS(CS), a supervisor wants documentation of final year project with high vocabulary and with less plagiarism, but the students write documentations on their own, without copying paste process but still there are a lot of mistakes…

Maryam Abbas
- 227
- 1
- 4
0
votes
5 answers
Through what basic programming language can beginners easily get the concept of programming?
I have some students that are from medical background and have no concept of programming. So, which language I should teach to them to make their basic concept of programming perfect?

hina munir
- 277
- 1
- 3
0
votes
1 answer
What makes a good explanation?
I'm thinking of studying, "What makes a good explanation?" in the context of introductory computer science problems.
I'm wondering if there's any pre-existing dataset containing introductory computer science problems (e.g. for loops), as well as…

wwl
- 101
- 4
0
votes
1 answer
What IF Thinking
I find that after teaching for months, some students still get stumped when they try to write code for things like simple two-alternative situations. They have some code for something like:
if ( objectReference == null ) { // object does not exist
…

user4760
- 11
- 1
0
votes
3 answers
Teaching pointers (C) to a Java guy
I have already looked at this and this, but it does not help me at all.
I am teaching a guy who is something of a Java expert. Unfortunately, due to the mandatory-ness of the university curriculum, he is forced to downgrade himself to learning C. (…

Jay
- 1,874
- 1
- 8
- 23
-1
votes
1 answer
Solutions to problems from Algorithms Jeff Erickson
Do you know of any website or other source with partial/complete solutions to problems from Algorithms book of Jeff Erickson?

Drimades Boy
- 489
- 3
- 10
-1
votes
2 answers
what would be a best approach to teach programming to non CS major?
I would like to design or develop program or game to teach non CS-major(engineering students) programming languages.My question is which one will be effective games or designing program?
If so any suggestions or programs/games examples will be…

Jared
- 11
- 1
-1
votes
2 answers
How To develop One's Interest in Programming
My younger brother is having a hard time learning programming. This seems strange because he's very good at other computer related subjects. He isn't choosing any other field, so how can he develop his interest towards Programming?
He is also very…

Ahmed Raza Khan
- 1
- 2
-1
votes
2 answers
how can i build up interest in learning some dry but important subjects of BS(CS)?
As a student we didn't have interest in every subject of computer science because some of these subjects have different domains of learning. But in case if you have didn't properly done with one subject you are not able to get through the other…

Kiran Zahoor
- 139
- 4
-1
votes
1 answer
Standardization of software
I am a CSE undergrad 1st yr student. I would like to know how software that companies use change from time to time. Can't they have a single standard software?
For example: in my school they suggested me to use Borland C++ but I also had Turbo C++…