A coeducational day school serving students JK-12

Computer Science at Latin: Understanding Computational Thinking (Part 1)

 

TRANSCRIPT
Join Upper School Computer Science Department Chair and Teacher Ash Hansberry, Middle School Computer Science Teacher Bobby Oommen and Lower School Computer Science and Technology Integration Specialist Fiona Deeney for a discussion about computational thinking and how it's woven into the curriculum at Latin.

Ash Hansberry: I’m Ash Hansberry and I am an upper school computer science teacher. I am also the Department Chair for the Computer Science Department. 

Bobby Oommen: I'm Bobby Oommen, middle school computer science teacher.

Fiona Deeney: I'm Fiona Deeney, the lower school computer science and technology integration specialist.

What is computational thinking?

Computational thinking is a set of skills, a set of thought processes, around organizing problems in a strategic organized way. Hansberry: Computational thinking is really just a set of skills, a set of thought processes around organizing problems, in a strategic organized way. So when we're thinking about computational thinking, we're thinking, how do I take the problem and break it down in such a way that a computer could understand it? So that means something like breaking a problem that is big into a bunch of little pieces, developing algorithms or instructions for how you would solve that problem. And then things like finding potential bugs or errors or ways that your solution might go wrong so that you can refine your solution and make sure that it is bug free and clear enough that any computer could understand it. 

How do skills in computational thinking allow students to solve complex problems? 

Oommen: So, as Ash mentioned, there are several components of computational thinking. One is problem decomposition. And so that's really just taking a problem and breaking it down into its smaller parts. Secondly, pattern recognition. So identifying patterns and then being able to forecast or predict what would happen next. And then the third one is then developing an algorithm. So what is the step-by-step way to solve this problem? So I think that those three things alone are huge in helping students to solve problems because oftentimes a kid will look at a problem and just say like, I don't know, like what do I do next? And so helping a kid say, well, what are the different parts of this problem? What do you see as like the discrete parts of this problem? And then helping them talk through like, well, I first see that I'm going to have to have this… I first see these like different sections... So if they can even start to parse out the different things, then it's not like this overwhelming, like a large problem to solve, but now it's like smaller components. I think that's really huge. And then when the kids start to identify patterns, they're able to make predictions like I think this is going to happen next or, well, I see these patterns applying to this section of the problem and this section of the problem, but not this section of the problem. And so again, what I've seen at least in the middle school is students getting overwhelmed by the size of a problem and not knowing where to start and computational thinking helps them to see that there are manageable pieces to this problem that you can now, um, attack. 

Hansberry: I would say that I've seen the same thing in the upper school as well. That one of the biggest benefits is this ability to know how to tackle a problem. I've said this to students before, if you can solve a problem in a way that computers can understand, you can be really confident that you know how to start the problem. You know, the steps in the middle, you know how to finish the problem, like this level of detail that goes into thinking like a computer can help students to really be able to take something that might overwhelm them and make it manageable.

How does computational thinking fit into every subject of study?

Deeney: To build on what Ash and Bobby just said, I think about the idea for a lower schooler of writing a story. You think about the specific components. It may feel like a large problem at the time when you're sort of thinking about that initial idea, but you have a deliberate sequence of how you put your story together and you have a goal in mind, as you write. In the editing process, you take out the pieces that no longer make sense, and you refine the story to get to your final product. So you're taking that big problem and you're breaking it down into smaller steps, taking out pieces that you no longer need. And thinking about the sequence as you put it together. 

Oommen: I would also say that, in the middle school, we often talk as teachers that we're all just helping kids solve problems and our problems look different in different subjects. But, computational thinking goes across the board. And, and so we talk often as middle school teachers, as far as integrating computational thinking is, are things that we've done as teachers, our whole lives, now we're just giving common wording so that when they go into another class or another class or another class, they're like, oh, this is the problem decomposition part, oh, this is the, this is the abstraction part. So there's at least a common terminology. And so kids don't feel like I'm doing something totally new in math versus language arts versus et cetera. 

Deeney: And just to build on that, Bobby as well, using words like decomposition and abstraction with even my JK students. So when they’re doing something, they break it down in just smaller parts or they're taking pieces out that no longer make sense–whatever they're doing–just having that exposure to that language, even when they're four or five years old, they hear that common language all throughout.

Hansberry: And I would say that that common language that Fiona was mentioning is like one of the strengths of having computational thinking built into our whole program–JK to 12–that's something I think is really valuable about our department. We can introduce these concepts in computer science in junior kindergarten, but then they see them in English in lower school and they see them in science and they see them again in middle school and they can keep revisiting these same terms and these same ideas, build these computational thinking skills, these computer science skills, really over their whole career with us here at Latin.   

Oommen: I will speak from the I perspective. When I was in school, I just felt like everything was just disjointed knowledge. I walk into one class and I've got to learn their thing and then another class and it's their thing. And it just all felt disjointed. And so as we integrate computational thinking to Ash’s points and Fiona's point, at least kids are able to see like, oh, it's the same skills I'm applying them in different ways. 

How do you build interest in thinking skills and integrate them into the curriculum? 

Hansberry: So I think this question is really answered by the fact that we don't teach computer science in a vacuum. We're never teaching computer science and computational thinking skills in one day in one lesson. There's no lesson we can point to that says today is the computational thinking lesson. It's really just woven into our curriculum and woven into the way that students solve problems. So when we're talking about a specific skill in class, maybe we're talking about debugging. Finding the errors in a program, we're looking at a specific program that does something, right? So we can take, maybe this is a program that's trying to calculate a problem they saw in math class, right? And we can look for the bugs in that program that they saw in math class. So it's really woven into the program. Whatever a student might be interested in. Maybe they really like math class. Maybe they really like art class. We can use these venues of where students are interested, as the problems we approach in class. You know, that is why I think in the upper school, and I know we do it in the middle and lower as well, we like to show students example programs that come from all these different disciplines. If we're practicing debugging skills, maybe one day we're debugging that math program, but maybe another day, it's a program that draws a picture and they can apply those same skills for a new program. But this time it connects more to the kids with an art interest or maybe they can use that same program to study animals, you know, and the kids who liked biology have a connection. So because the skills are so transferable, we really get to hook all the kids. We get an interested kid, no matter where they're coming from, no matter where their interests started, they can find a hook into computer science through all of our different parts. 

Oommen: I'll add onto that as well. I think all of us think our kids are inherently problem solvers and they're looking for good problems to solve. And if you can give them a problem  that is engaging, like they're willing to jump in, then we can start to talk about like, well, how would we solve this with a computer? So for example, one of the problems we start with in the middle school is you've invited 20 friends to a party. Here's the three tables. You've got to have them sit at the tables, but wait, these friends are in conflict and these people are friends. So how would you organize your tables? And then they come up with an algorithm and they come up with a reason why they would see people the way that they would be seated. Um, and then we start to break that down even further. And so we can say like, you're, you're solving problems all the time. Then these are relevant problems. Now, how do we get a computer to– because teachers use websites like randomseatingchart.org, a computer has solved that and just taken what you've just thought about and made it into an actual program. 

Podcast

  • Academics
  • Podcast
  • lower school
  • middle school
  • upper school
Computer Science at Latin: Understanding Computational Thinking (Part 1)

 

TRANSCRIPT
Join Upper School Computer Science Department Chair and Teacher Ash Hansberry, Middle School Computer Science Teacher Bobby Oommen and Lower School Computer Science and Technology Integration Specialist Fiona Deeney for a discussion about computational thinking and how it's woven into the curriculum at Latin.

Ash Hansberry: I’m Ash Hansberry and I am an upper school computer science teacher. I am also the Department Chair for the Computer Science Department. 

Bobby Oommen: I'm Bobby Oommen, middle school computer science teacher.

Fiona Deeney: I'm Fiona Deeney, the lower school computer science and technology integration specialist.

What is computational thinking?

Computational thinking is a set of skills, a set of thought processes, around organizing problems in a strategic organized way. Hansberry: Computational thinking is really just a set of skills, a set of thought processes around organizing problems, in a strategic organized way. So when we're thinking about computational thinking, we're thinking, how do I take the problem and break it down in such a way that a computer could understand it? So that means something like breaking a problem that is big into a bunch of little pieces, developing algorithms or instructions for how you would solve that problem. And then things like finding potential bugs or errors or ways that your solution might go wrong so that you can refine your solution and make sure that it is bug free and clear enough that any computer could understand it. 

How do skills in computational thinking allow students to solve complex problems? 

Oommen: So, as Ash mentioned, there are several components of computational thinking. One is problem decomposition. And so that's really just taking a problem and breaking it down into its smaller parts. Secondly, pattern recognition. So identifying patterns and then being able to forecast or predict what would happen next. And then the third one is then developing an algorithm. So what is the step-by-step way to solve this problem? So I think that those three things alone are huge in helping students to solve problems because oftentimes a kid will look at a problem and just say like, I don't know, like what do I do next? And so helping a kid say, well, what are the different parts of this problem? What do you see as like the discrete parts of this problem? And then helping them talk through like, well, I first see that I'm going to have to have this… I first see these like different sections... So if they can even start to parse out the different things, then it's not like this overwhelming, like a large problem to solve, but now it's like smaller components. I think that's really huge. And then when the kids start to identify patterns, they're able to make predictions like I think this is going to happen next or, well, I see these patterns applying to this section of the problem and this section of the problem, but not this section of the problem. And so again, what I've seen at least in the middle school is students getting overwhelmed by the size of a problem and not knowing where to start and computational thinking helps them to see that there are manageable pieces to this problem that you can now, um, attack. 

Hansberry: I would say that I've seen the same thing in the upper school as well. That one of the biggest benefits is this ability to know how to tackle a problem. I've said this to students before, if you can solve a problem in a way that computers can understand, you can be really confident that you know how to start the problem. You know, the steps in the middle, you know how to finish the problem, like this level of detail that goes into thinking like a computer can help students to really be able to take something that might overwhelm them and make it manageable.

How does computational thinking fit into every subject of study?

Deeney: To build on what Ash and Bobby just said, I think about the idea for a lower schooler of writing a story. You think about the specific components. It may feel like a large problem at the time when you're sort of thinking about that initial idea, but you have a deliberate sequence of how you put your story together and you have a goal in mind, as you write. In the editing process, you take out the pieces that no longer make sense, and you refine the story to get to your final product. So you're taking that big problem and you're breaking it down into smaller steps, taking out pieces that you no longer need. And thinking about the sequence as you put it together. 

Oommen: I would also say that, in the middle school, we often talk as teachers that we're all just helping kids solve problems and our problems look different in different subjects. But, computational thinking goes across the board. And, and so we talk often as middle school teachers, as far as integrating computational thinking is, are things that we've done as teachers, our whole lives, now we're just giving common wording so that when they go into another class or another class or another class, they're like, oh, this is the problem decomposition part, oh, this is the, this is the abstraction part. So there's at least a common terminology. And so kids don't feel like I'm doing something totally new in math versus language arts versus et cetera. 

Deeney: And just to build on that, Bobby as well, using words like decomposition and abstraction with even my JK students. So when they’re doing something, they break it down in just smaller parts or they're taking pieces out that no longer make sense–whatever they're doing–just having that exposure to that language, even when they're four or five years old, they hear that common language all throughout.

Hansberry: And I would say that that common language that Fiona was mentioning is like one of the strengths of having computational thinking built into our whole program–JK to 12–that's something I think is really valuable about our department. We can introduce these concepts in computer science in junior kindergarten, but then they see them in English in lower school and they see them in science and they see them again in middle school and they can keep revisiting these same terms and these same ideas, build these computational thinking skills, these computer science skills, really over their whole career with us here at Latin.   

Oommen: I will speak from the I perspective. When I was in school, I just felt like everything was just disjointed knowledge. I walk into one class and I've got to learn their thing and then another class and it's their thing. And it just all felt disjointed. And so as we integrate computational thinking to Ash’s points and Fiona's point, at least kids are able to see like, oh, it's the same skills I'm applying them in different ways. 

How do you build interest in thinking skills and integrate them into the curriculum? 

Hansberry: So I think this question is really answered by the fact that we don't teach computer science in a vacuum. We're never teaching computer science and computational thinking skills in one day in one lesson. There's no lesson we can point to that says today is the computational thinking lesson. It's really just woven into our curriculum and woven into the way that students solve problems. So when we're talking about a specific skill in class, maybe we're talking about debugging. Finding the errors in a program, we're looking at a specific program that does something, right? So we can take, maybe this is a program that's trying to calculate a problem they saw in math class, right? And we can look for the bugs in that program that they saw in math class. So it's really woven into the program. Whatever a student might be interested in. Maybe they really like math class. Maybe they really like art class. We can use these venues of where students are interested, as the problems we approach in class. You know, that is why I think in the upper school, and I know we do it in the middle and lower as well, we like to show students example programs that come from all these different disciplines. If we're practicing debugging skills, maybe one day we're debugging that math program, but maybe another day, it's a program that draws a picture and they can apply those same skills for a new program. But this time it connects more to the kids with an art interest or maybe they can use that same program to study animals, you know, and the kids who liked biology have a connection. So because the skills are so transferable, we really get to hook all the kids. We get an interested kid, no matter where they're coming from, no matter where their interests started, they can find a hook into computer science through all of our different parts. 

Oommen: I'll add onto that as well. I think all of us think our kids are inherently problem solvers and they're looking for good problems to solve. And if you can give them a problem  that is engaging, like they're willing to jump in, then we can start to talk about like, well, how would we solve this with a computer? So for example, one of the problems we start with in the middle school is you've invited 20 friends to a party. Here's the three tables. You've got to have them sit at the tables, but wait, these friends are in conflict and these people are friends. So how would you organize your tables? And then they come up with an algorithm and they come up with a reason why they would see people the way that they would be seated. Um, and then we start to break that down even further. And so we can say like, you're, you're solving problems all the time. Then these are relevant problems. Now, how do we get a computer to– because teachers use websites like randomseatingchart.org, a computer has solved that and just taken what you've just thought about and made it into an actual program. 

Podcast

Explore Our News & Stories

Latin Students Earn Prestigious Art and Writing Awards

Twenty-five Latin students were recently recognized by the Alliance for Young Artists & Writers in conjunction with its Scholastic Art & Writing Awards. The entries they submitted for the regional competition earned a total of 42 awards, including three Gold Keys, 18 Silver Keys and 21 Honorable Mentions. Below are the names of the students, the awards they won and the categories in which the awards were received. 

The Scholastic Art & Writing Awards honor "the vision, ingenuity and talent of our nation’s youth, and provide opportunities for creative teens to be celebrated." You can learn more about them by visiting https://www.artandwriting.org/

We want to congratulate all of the award winners on being recognized for their amazing work. We also want to thank our teachers for all they do to nurture the talents of our students.

Art Award Winners

  • Lyla G. - Gold Key (Drawing & Illustration); Silver Key (Design)
  • Thomas A. - Silver Key (Photography)
  • Malia C. - Silver Key (Sculpture) 
  • Keya D. - Silver Key (Photography)
  • Ben L. - Silver Key (Photography) 
  • Wyatt P. - Two Silver Keys (Drawing & Illustration)
  • Gideon B. - Honorable Mention (Photography)
  • Emily G. - Honorable Mention (Sculpture) 
  • Michael G. - Honorable Mention (Photography)
  • Miles H. - Honorable Mention (Photography)
  • Edie P. - Honorable Mention (Photography) 
  • Tomas P. - Honorable Mention (Photography)
  • Carolena T. - Honorable Mention (Photography)

Writing Award Winners

  • Keya D. - Gold Key and Silver Key (Journalism); Honorable Mention (Poetry); Honorable Mention (Flash Fiction)
  • Rohin S. - Gold Key (Journalism) 
  • Noa B. - Two Silver Keys (Poetry) 
  • Malia C. - Silver Key (Short Story)
  • Hannah D. - Silver Key and Two Honorable Mentions (Poetry) 
  • Scarlet G. - Silver Key and Honorable Mention (Journalism); Silver Key (Poetry); Honorable Mention (Critical Essay) 
  • Miles H. - Two Silver Keys and Three Honorable Mentions (Poetry); Silver Key and an Honorable Mention (Flash Fiction) 
  • Zoe H. - Silver Key (Personal Essay & Memoir)
  • Laila C. - Honorable Mention (Poetry)
  • Kate E. - Honorable Mention (Poetry)
  • Kai G. - Honorable Mention (Personal Essay & Memoir) 
  • Isadora S. - Honorable Mention (Critical Essay)
     
  • Academics
  • Arts
First Grade Flag Project

Latin first grade students started the year building their community. It was important to establish to ensure all feel safe and comfortable taking risks, making mistakes, asking for help and supporting one another. 

As students listened to some of their favorite songs, they got inspired. The song, “Wave your Flag” by K’Nann, in particular, sparked a lot of inspiration. Some may be familiar with this song as it is the anthem of the World Cup. As the first graders listened to the song, they thought it might be fun to create their own flags. 

As students began to explore their identities and community, they discovered that flags often represent groups of people who are related in some way. For example, city flags can represent folks who live in the same city. Team flags can represent fans of a particular team. State/country flags represent people who come from those places.

Each student then created their own flag to represent pieces of their identity. The process started with the exploration of identity, authenticity, symbols, and flags. A lot of time was spent considering the difference between things we like/love, and pieces of our identity. As an abstract concept, teachers worked with students in small groups to help them understand the differences. Students then filled out an identity bubble map and began the process of designing their flags. Each student received a planning sheet to select important colors, symbols and shapes they wanted to include in their flags. 

After each individual flag was created, the grade level came together as a community, to explore how they could create one class/community flag to represent all individuals in the group. This process worked on skills such as compromise, collaboration and communication. The students problem-solved and suggested ways to include everyone in the community. The outcome being one community flag to represent the Latin first grade communities. 

Take a look at the flags students made to reflect their voices and choices. 

  • Academics
  • Around School
  • DEI
  • lower school
US Marine Science Uses the City as the Classroom

New to the upper school Science course offerings this year, is a Marine Science course taught by Mr. Wisnieski. 

Students in this course are exploring the aquatic environments near Latin and around the city. In September they took a kayaking trip to the Wild Mile, a portion of the Chicago River that is being rehabilitated by the Urban Rivers organization.

Students toured the river on kayaks and studied the organisms living in the new habitats that have been constructed. More recently, students monitored the water quality in Lake Michigan. 

Take a look at the #opportunities found inside and outside the classroom at Latin.

  • Academics
  • Around School
  • upper school
Do You Know? René Moreno

Get to know René Moreno, Lower School Visual Art Teacher.

FAVORITE QUOTE
"Every child is an artist. The problem is how to remain an artist once we grow up.” -Pablo Picasso

EDUCATION
I earned a BFA from RISD (Rhode Island School of Design) and majored in Illustration.

Position and title at LatinI am the Visual Arts teacher in the Lower School. This is my 5th year at Latin. I was here as an assistant art teacher for 3 years while I worked on my teaching certification, and I am so happy to be back!

I also find a lot of joy in working with the kids. I love their eagerness to try new things and their enthusiasm for learning.
What are your favorite things about Latin? I am constantly inspired by my colleagues, who are excellent at what they do and are so passionate about their work. I also find a lot of joy in working with the kids. I love their eagerness to try new things and their enthusiasm for learning.

Why did you decide that you wanted to work at a school? As an illustrator, I visited schools and libraries to promote my books and I usually taught a little art project at those visits. I loved working with kids, so I decided to get my teaching certification.

Who is your favorite artist?
It’s a tie between Frida Kahlo and Vincent Van Gogh.

What was the last good book you read?I am currently reading a wonderful book called Everything Sad is Untrue, an autobiographical novel about an Iranian refugee growing up in Oklahoma. It’s funny and heartbreaking at the same time.

What are your hobbies and interests?I enjoy collecting children’s books, walking outside, listening to music, and practicing yoga.

What was your first job?After college, I worked several jobs all at once: I worked as a freelance illustrator for children’s books, worked as a waitress and barista, and also painted silk for a fashion designer.

What is one piece of advice you would want to tell your lower school self? You can do hard things!

Our Voices

  • Do You Know
  • Faculty & Staff
  • Our Voices