From Schneier on Security
Artificial intelligence (AI) has been billed as the next frontier of humanity: the newly available expanse whose exploration
…
B. Schneier| February 29, 2024
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
There is no question that there are a lot of ways to have fun with computer science. Some of them are inexpensive. Some of them cost a lot of money. You can doComputer...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | January 13, 2020 at 01:40 PM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
My Programming Honors students are wrapping up their semester projects today. Actually they should all have been handed in by now but I’ll give them until the end...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | January 10, 2020 at 10:55 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Every computer science teacher has heard it “My program doesn’t work. What is wrong with it?” Sometimes they will show you the code without any more explanation...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | January 7, 2020 at 08:24 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Blame Mike Zamansky for this one. In my last post I mentioned that I am planning on retiring from the classroom this spring. Mike wondered how my perspectives have...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | January 2, 2020 at 10:27 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Sorry. You may be as tired of the 2020 jokes and puns about the new year as I am. I’ll try to avoid them in the future. This is the time of year I look at the last...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | January 1, 2020 at 06:49 PM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Both Doug Peterson (https://dougpete.wordpress.com/2019/12/30/10-years-ago-2/) and Mike Zamansky (https://cestlaz.github.io/post/10-years-blogging/) posted to their...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | December 30, 2019 at 06:58 PM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Christmas break for me until 6 January 2020 and with Christmas over I have some time to think. 2019 was an intere3sting year in CS education. States continue to...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | December 27, 2019 at 01:15 PM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
My major task today has been finishing off the semester exam for my Advanced Placement Computer Science Principles students. They’re not happy about having an exam...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | December 12, 2019 at 12:10 PM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
My Programming Honors students are struggling with creating classes in C#. They really wanted me to code up a project live (again) and have them follow along. But...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | December 9, 2019 at 12:01 PM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
My friend Mike Zamansky is a big proponent of the Advent of Code – 25 days of coding problems leading up the Christmas. Since I have been thinking I want to write...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | December 4, 2019 at 08:23 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Naming things seems to be a continual problem with programming students. I’ve written about this before (two years ago A Rose By Any Other Name Gives An Error )...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | November 25, 2019 at 11:24 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
As with so many things, it started with Doug Peterson. Doug recently posted about something called 100 days of code. This got me started about the need I feel (some...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | November 22, 2019 at 08:17 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
I understand the appeal of sites like Teachers Pay Teachers. Really I do. Some teachers are awesome at creating resources and the idea of getting paid to shareAmazon...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | November 21, 2019 at 08:34 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
We’re covering Classes and Objects in my Programming Honors course this week. Specifically we are learning how to program classes in C# and use them in programs...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | November 13, 2019 at 11:41 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Someone posted an interesting question on Facebook.Is using ++i(pre-increment) better than i++(post-increment) ?My reply was to ask for a definition of “better....Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | November 8, 2019 at 08:34 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
As I said in yesterday’s blog post,Microsoft has been running their big MSIgnite event this week and making all sorts of announcements. One interesting announcement...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | November 7, 2019 at 07:56 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Microsoft has been running their big MSIgnite event this week and making all sorts of announcements. One of them was a cloud-based development environment called...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | November 6, 2019 at 10:42 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
The Computer Science Teachers Association is now 15 years old. I’ve been a member from the start and I have to say that in some ways it feels like it has always...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | November 4, 2019 at 09:09 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
There has been a 12 inch tall Pez dispenser on my desk for a couple of years now. It’s a great visual aid for talking about stacks. Today I got a Magic 8 Ball as...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | November 1, 2019 at 11:21 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
My first programming language was FORTRAN IV. As I recall we had Do loops. They worked pretty much the same as what we call For loops in most languages today. We...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | October 25, 2019 at 08:02 PM