Most Popular
1162 questions
1
vote
1 answer
How can I prepare for DASCA Data Science certification if I am in UG?
I am currently in third year of my Computer Science UG degree. I wanted to know what are the best certifications for a data scientist.
Found that Data Science Council of America (DASCA) is the most comprehensive one requiring 5+ years of experience…

Aether
- 143
- 2
1
vote
0 answers
Detailed video lecture series that follows "Computer Architecture: A Quantitative Approach" by Henessy Patterson
I want to do self-study for Computer Architecture and I wish I could get hold of a detailed video lecture series that goes hand in hand with the classic text "Computer Architecture: A Quantitative Approach" by Hennessy and Patterson.
The video…

Abhishek Ghosh
- 585
- 2
- 9
1
vote
2 answers
Any website or textbook with problems/solutions for Computer Science Theory?
The course includes: Regular Languages, Context-Free Languages, Turing Machines, Decidability, Reductions, etc. Do you know of any collection of problems/solutions suitable for a senior course?

Drimades Boy
- 489
- 3
- 10
1
vote
1 answer
Coding assignments for algorithms and data structures?
Do you know of any online resource with ideas/projects for an Algorithms and Data Structures course? Topics in the course include: basic data structures (array, list, stack, queue, priority queue, graphs, trees), sorting, hashing, etc.
Such a course…

Drimades Boy
- 489
- 3
- 10
1
vote
2 answers
(FOSS) Application to show/explain compilation?
I'm looking for an application that I can compile live, in class to show the students that compilation takes time, but brings speed benefits in the end, whereas interpreted languages always take time, but need no compiling.
Of course I can just…

JC_CL
- 181
- 6
1
vote
0 answers
How to limit access to tests on Blackboard?
I need to create tests on Blackboard and customize access time for different groups of students. Anyone knows how to do this?

Drimades Boy
- 489
- 3
- 10
1
vote
3 answers
Training students to give better feedback, when remote teaching
Sorry if not a question about Computer Science / IT / digital literacy. However I am teaching these, and it is about use of IT (Communication Technology) in teaching.
I have now started to teach multiple people remotely (3 classes of >20,…

ctrl-alt-delor
- 10,635
- 4
- 24
- 54
1
vote
2 answers
Should I start out as a “junior developer”?
I am sorry if this is not the right place to ask this, but I would really like to know.
I have finished a computer programming bootcamp and found I took to programming deeply. Some of my course mates have found jobs which are not 'junior developer'…

JoshuaESummers
- 111
- 1
1
vote
1 answer
Suggested fliers for high school career fair?
I will be tabling at a high school career fair and would like to have printed fliers about careers involving computer science. Does anyone know where I can find ones that are free (either to print or have sent to me)?

Ellen Spertus
- 7,630
- 4
- 31
- 54
1
vote
1 answer
An example that compares a computational with a non-computational thinking approach
I have to teach CT to Standard 5 students (11 to 13 yrs). To explain the concept, I am trying to explain to them how CT is beneficial in today's world. The way I learn and appreciate things is by comparison. So I would like to see an example problem…

gpuguy
- 269
- 2
- 6
1
vote
1 answer
Which are common misconceptions about code execution? How to efficiently debug my student?
I may tutor a student who just started learning "school C", by which I mean that strange kind of C seen only on school books (and that in my opinion "cripples the mind", so to say, but I digress). I need to quickly understand her misconceptions, as…

user9137
- 424
- 3
- 9
1
vote
3 answers
How to prevent organization/OS students from becoming premature optimizers?
While I'm sure that the comp-sci 101 mistake of having a triple nested loop with two recursive calls is sure to be cured by a decent comp-org class, it can have the unintended side-effect of turning students, enlightened by this hidden knowledge of…

JohnnyApplesauce
- 279
- 1
- 8
1
vote
1 answer
Putting feedback comments on source code when grading
My students currently submit their code in Bitbucket and create a pull request. Bitbucket has a code review tool that allows me to create comments tied to specific lines in the code. I really like this. However, it only lets me comment on the diff,…

user3178432
- 61
- 1
1
vote
1 answer
How can I teach the students a package/module in a computer lab?
I will be teaching a course to college students in their 3rd year in college study. So far, they have taken only one programming course in MATLAB.
We have a package, i.e., is a set of functions, that simulate a certain task in our research field.…

Mahshrp
- 11
- 2
1
vote
1 answer
How to verify that code you write is not copyrighted anywhere?
Is there any guidelines how to make sure that code you write won't be copyrighted anywhere? I meet sometimes situations where I write code that does some particular small thing but there is a similar code on the Internet without licenses. Then I…

guest
- 13
- 2