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
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
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
One of the projects I have used for years is a letter counter program. The idea is to count the occurrences of each individual letter. It’s a nice project thatAbout...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | October 22, 2019 at 12:20 PM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Got the proctor guide for the PSAT that I have to proctor next week. There is a chart to help proctors determine stop times that are 25, 35, 50, and 60 minutes...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | October 11, 2019 at 10:52 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Every so often I run into a computer science teacher’s work online and ask myself “how have I never heard of this person before?” This week I listened to a podcast...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | October 10, 2019 at 09:44 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Applications for the ACM/CSTA 2020 Cutler-Bell Prize in High School Computing are now open. The deadline is 12 January 2020.The AwardThe ACM/CSTA Cutler-Bell Prize...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | October 2, 2019 at 07:11 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Know a student or teacher or administrator who has achieved something this year to increase access and quality of CS education. I can think of a number of people...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | October 1, 2019 at 07:15 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
This seems to be the year a lot of people are really getting concerned about cheating on computer science programming projects. There has been some discussion of...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | September 30, 2019 at 10:43 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Over the years I have used a number of projects to give students practice using if statements – especially those that involved nesting or checking lots of values...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | September 25, 2019 at 12:08 PM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
"Tools and Weapons" by Brad Smith and Carol Ann Browne is a look at some important computing issues through a Microsoft lens. It is a pretty revealing look as the...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | September 17, 2019 at 08:21 AM
From Computer Science Teacher - Thoughts and Information From Alfred Thompson
Neil Plotnick shared some Password Checking Tools on Facebook recently. I’ve used some of these in the past and find them useful and instructive.
https://howsecureismypassword...Alfred Thompson From Computer Science Teacher - Thoughts and Information From Alfred Thompson | September 6, 2019 at 08:59 AM