Showing posts with label Hour of Code. Show all posts
Showing posts with label Hour of Code. Show all posts

Monday, December 19, 2016

Day 68 - Hour of Code at Memorial School! - Mrs. Myer - Memorial Teacher Librarian

This post first appeared on the BPSEdTech Blog

Students participated in the Hour of Code last week.  Some students used Code.org to code Minecraft as well as Moanna tasks.  Some fourth and fifth grade classes are working in groups to graph either a shape or design a maze.  The next step is to code the Sphero to roll its way around or through.  Each group needs to include a sound and at least one color change.  Students continue to sharpen their skills.


Friday, December 9, 2016

Day 62 - Computer Science Education Week (Hour of Code) 12/12-12/16 - Mr. Wong - BHS Help Desk

eddie-installing-ubuntu
BHS will be celebrating Computer Science Education Week or the Hour of Code from 12/12-12/16. Most schools and districts are doing it this week, but the week of the 12th works better for most of our schedules. Thank you to Computer Science Teacher Meg Bednarcik for creating a sign-up for classes who are interested. Please sign up in the Google Form here.
In the past, most classes have signed up with their math teachers. Anyone in the BHS community is welcome to sign up his or her class, but please check to make sure your students haven’t already planned to do the Hour of Code with their math teacher.

These are the companies who will be planning to visit BHS for the week:
These are the activities we have planned:
Hour of code with code.org and Swift Playgrounds
Creating Drawbots
Arduino Demo
We hope you’ll be able to join us for a very exciting and informative week!

Tuesday, December 15, 2015

Day 69 - Hour of Code: Coding Across Grades and Devices - Michelle Ardizzoni - Pine Glen Instructional Technology

This post first appeared on the Pine Glen Library and Technology Center Blog

This week Pine Glen students began participating in the Hour of Code, a world-wide educational event where they were introduced to and practiced computer coding for one hour.  Coding is basically step-by-step logical directions that our students created to accomplish a given task.  Logical thinking is a life skill to be applied throughout a student's educational years and beyond.  Here is a look into our classrooms to see the lessons I taught and to see our students coding.  They were engaged, enthusiastic and proud of their accomplishments!

Grade 4 - Ms. Merlino's Class
Ms. Merlino's class used their ipads to access the website,  Hour of Code's Star Wars Tutorial to "build a galaxy with code".  




















Grade 1 - All Classrooms
All first grade students used the Lightbot: Code Hour App, to learn how to visually program their robot to maneuver through a maze and turn blue squares yellow when landing on them.
















Grade K - Mrs. Hoyt & Ms. Bennet
Our youngest student coders came to the computer lab to access the Hour of Code's Computer Science Fundamentals, Course 1 website where they learned how to piece together puzzles, using step by step thinking and then advanced to moving birds through mazes.











Monday, December 14, 2015

Day 68 - Hour of Code - Rachel Small - Memorial School Library/Media Specialist

In celebration of Computer Science Education Week, we are focusing on digital literacy via the Hour of Code in the Memorial Learning Commons.


The Hour of Code is a global movement reaching tens of millions of students in 180+ countries. Anyone, anywhere can organize an Hour of Code event. One-hour tutorials are available in over 40 languages. No experience needed. Ages 4 to 104.

Kindergarten and first grade students are participating in Unplugged: Happy Maps (provided by Code.org). They’re learning about algorithms.


Source =  code.org
Mrs. Sullivan working with her kindergarten students.
(She has more patience than any other teacher I have ever observed.)
Mrs. Farrell and a few of her first grade students.
Second and fourth grade students are participating in Unplugged: Graph Paper Programming (provided by Code.org). They’re learning about algorithms and programs.

Source = code.org
Two of Ms. McLaughlin's second grade students.

Mrs. Gonzalez's students.

A few students are struggling with the concepts and I’m trying to push them to have a growth mindset. Instead of saying, “I can’t do this,” they’re being prompted to take a deep breath and say, “I can’t do this, yet.”

These unplugged/off-line coding activities are connected to problem-solving across the curriculum. Most students are having a lot of fun as they learn to code.


Friday, December 11, 2015

Day 67 - Hour of Code Student Work - Mrs. Rogers Grade 6 BEAM Students

Sample work by today’s 6th graders!
Daniel Nguyen did some animation work; while we couldn’t capture the actual animation, here is his code for a shooting star:
Coding Animation (Coded in JavaScript JS)
var xPosStar = 350; //xAxis of the Shooting Star
var yPosStar = 50; //yAxis of the Shooting Star
var xPosTrail = 355; //xAxis of the Shooting Trail
var yPosTrail = 45; //yAxis of the Shooting Trail
draw = function() { //Draw a Shooting Star with Trail
    noStroke(); //NoOutline
    background(29, 40, 115); //Dark Blue Sky Background
    fill(255, 242, 0); //Make the Star Yellow
    ellipse(xPosStar, yPosStar, 25, 25); //Make the Star
    fill(255,255,255); //Make the trail white
    ellipse(xPosTrail+10, yPosTrail-10, 10, 10); //WhiteFollowingTrail
    ellipse(xPosTrail+7.5, yPosTrail-7.5, 10, 10); //WhiteFollowingTrail
    ellipse(xPosTrail+5, yPosTrail-5, 10, 10); //WhiteFollowingTrail
    ellipse(xPosTrail+2.5, yPosTrail-2.5, 10, 10); //WhiteFollowingTrail
    ellipse(xPosTrail, yPosTrail, 10, 10); //WhiteFollowingTrail
    fill (255,242,0); //Make the Sun Yellow
    ellipse(350,50,75,75); //Make the Sun
    xPosStar -= 1; //Move the Star Body on the xAxis DOWN
    yPosStar += 1; //Move the Star Body on the yAxis UP
    xPosTrail -= 1; //Move the Star Trail on the xAxis DOWN
    yPosTrail += 1; //Move the Star Trail on the yAxis UP
}; //Code END
Sean Gallagher also used HTML to create a webpage on traveling to Italy:
<!DOCTYPE HTML>
<html>
    <head>
        <title>Challenge: A picture-perfect trip</title>
        <meta charset=”utf-8″>
    </head>
    <body>
        <h1>The perfect trip</h1>
        <h2> On the <em> Perfect </em> Trip I Would Go To Luxurious Italy!</h2>
       <p> The Top 3 Reasons I Would Go Would Be For:
        <ol>
        <li> The Elegant Cuisine
        <li> The Beautifyul Sights
        <li> And Honestly… Just to Get a Break!!!
        </ol>
       <img src=’https://www.kasandbox.org/programming-images/landscapes/beach-sunset.png’alt=“A colorful sunset… One of the most beautiful sights their is” width=”300″>
        <img src=”https://www.kasandbox.org/programming-images/food/tomatoes.png“alt=”Ripe, juicy, bright red tomatoes!”width=”300”>
        <p>I Would See Sights Like…</p>
        <ul>
        <li> The Colosseum </li>
        <li> The Grand Canal </li>
        <li> The Leaning Tower of Pisa </li>
        <li> Florence Cathedral </li>
        <li> St. Peter’s Basilica </li>
        </ul>
    <p>In Italy, their is elegant cuisine starring…. <em>Pasta </em> and most importantly their <em>sauce!</em><br>
        </p>
        Here Are the Top 5 Restaurants In Italy:<em> (Courtesy of-http://www.foxnews.com/leisure/2012/11/01/25-best-restaurants-in-italy/)</em>
       <img src=”https://www.kasandbox.org/programming-images/food/pasta.png” alt=”Delicious plate of beautifully, hand made pasta topped with shrimp”width=”300″>
       <ol>
     <li> L’Etoile d’Or (Catania, Italy) <br>
         Open 24 hours a day, LEtoile dOr isn’t really a restaurant,<br> but rather a traditional, low-key Sicilian bar with standout<br> regional snacks like arancini rag (rice balls stuffed with meat)<br> and cartocciata (a calzone-type savory treat), as well as<br> some of the best sweet ricotta-filled cannoli in Italy all of which help keep LEtoile dOr packed day and night with locals. It belongs on a list of Italy’s best because it does what it sets out to do with consistency and perfection.
     </li>
      <li>Gusta Pizza (Florence, Italy)<br>
      No, it’s not Naples, but Florence’s Gusta Pizza, about a six-minute walk from the Ponte Vecchio, features delightfully blistered crusts that line pizzas that, if a bit smaller in circumference than their Neapolitan cousins, offer fair competition to them, and have been called the best in town.</li>
           <li>La Madia (Licata, Italy)<br>
           A madia is a larder, but at his bright 40-seat La Madia, chef Pino Cuttaia and his team of eight draw not just from a cupboard full of fine ingredients but on the bounty of the surrounding countryside and adjacent sea to prepare Sicilian dishes he recalls from his childhood — Licata is his hometown — but with enough refinement to earn him two Michelin stars. Diners won’t find liquid nitrogen and the like here. Instead, they’re are treated to such specialties as arancini with red mullet and wild fennel sauce, calamari ravioli with green squash leaf tips and anchovy sauce, and sweet-and-sour skate wing, as well as seven types of bread, baked on the premises each day. “There is one ingredient that more than any other defines my idea of cooking,” said Cuttaia on his website. “One that is never missing from my dishes and that allows you to easily recognize them. My secret ingredient is my memory,” said Cuttaia.</li>
           <li> Masseria Barbera (Puglia, Italy) <br>
           One of the stars of Italy’s extensive agriturismo system — working farms that offer meals and/or accommodations — this large property in Puglia offers not only rustic but comfortable guest rooms, a spa, and a shop selling local food products, but also a spacious farm-themed dining room serving a daily menu of superb traditional local specialties. The majority of foods and wines served by any agriturismo must come from the property itself, which in this case means homemade pastas, farmyard chicken, just-baked breads, and specialties like acquasale, a cold soup of ice water, olive oil, and raw tomatoes, onions, and cucumbers that is much better than it sounds.</li>
<li>Da Vittorio (Brusaporto, Italy) <br>
Yes, the charming boutique hotel La Dimora, a 10-minute drive from Bergamo in Lombardy, has a cooking school and patisserie, but its soul is Da Vittorio, a restaurant dedicated to traditional Italian cuisine. Opened in 1966 in the center of Bergamo and four years later moved to the resort in nearby Brusaporto, chef Enrico “Chicco” Cerea has updated Italian classics while staying true to tradition, a feat that has earned Da Vittorio three Michelin stars for dishes like ox with truffled polenta, mini leeks, and white truffle and ravioli with onion, sausage, and pistachio.</li> </ol>
    </body>
</html>