Skip to main content

Home/ Literacy with ICT/ Group items matching "logical" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
1More

How To Start Integrating Coding Into Project Based Learning | Edudemic - 2 views

  •  
    "True Project Based Learning (PBL) challenges students to acquire deeper knowledge of a concept by establishing connections outside their classroom. According to the research on PBL, the main tenets are to create real world connections, develop critical thinking skills, foster structured collaboration, motivate student driven work, and enable a multifaceted approach. Similarly, coding applies all of these core tenets as programs require logical thinking, team work, a variety of tools, and - most importantly - perseverance on the part of the student. Consider the potential of applying the challenges of coding to the proven successful tenets of PBL."
1More

PROBLEM SOLVING USING SCRATCH - ICT in Practice - 3 views

  •  
    "I am aware that the computer science aspects of the new computing curriculum creates extra work for some teachers as they need to learn many unfamiliar concepts. I know this can be challenging and time consuming, but I think we are very fortunate because there is a vast range of free programming environments /apps available for teachers to use for teaching computer science elements to children. What we need to remember is that the program itself doesn't just make children develop computational thinking, the context we use, the pedagogical approach we employ shapes the learning experience of our students. On the next page I have shared a simple activity which can be used as a main task or as an assessment task at the end of a coding session. The aim is to support children to design solutions for a specific purpose by selecting and using correct blocks in a sequence. These activities can encourage them to think in logical steps which is the main foundation of problem solving skills and at the same time provide opportunities for peer or whole class discussions."
1More

Creating a Community of Learners With Coding - Edudemic - 1 views

  •  
    "Professional coders work collaboratively, and rarely does a computer scientist create a program solely on their own. Every successful programming project evolves as a result of Iterations of code, the merging of ideas, and the contributions of the individual team members. Not only does coding empower students to think logically and critically, to collaborate, and to create meaningful learning, but it also provides them an authentic opportunity to develop critical communication and collaboration skills."
1More

STEM vs STEAM: A Look At Half-Brain Teaching - Edudemic - 2 views

  •  
    "Science, Technology, Engineering, Math. Teach coding, get girls interested in all of these subjects. However you slice it, there's a lot of focus on the logical and analytical brain functions these days. Many schools are cutting the 'extras' like art and music. While I firmly believe that students need to be well rounded and really need subjects like those to be considered more than 'extra', and while there are many people fighting to keep these programs in schools, you can't deny that the international economy and jobs outlook is demanding more focus on STEM. But does that mean we should drop all focus on the other stuff? The handy infographic below takes a look at why focusing on the skills of half our brain is not enough. It explores the functions of all parts of the brain (however simplified) and gives some insight into how the creative skills can help you a lot."
1More

Your essential guide to YouTube playlists - Daily Genius - 0 views

  •  
    "YouTube has been around for quite a long time. You'd think that, by now, we'd have got the hang of it. Yet most of us are pretty passive users - watching videos when they're emailed to us or we spot them on social media. We see a link, click and sit back. Hardly any of use use the playlist facility, for example. Those of you who use YouTube to host your own video, and channels, really ought to get with the programme on this one. Playlists allow you to organise you users' viewing - you can place videos in a logical order so that things make sense. And the videos auto play, so that your viewers will follow the programming you've given them, and watch for longer - and it's that viewing time that seriously helps in the optimisation (fundability) of videos on YouTube."
1More

No-Tech Board Games That Teach Coding Skills to Young Children | MindShift - 1 views

  •  
    "Thanks in part to STEM education initiatives and the tech boom, coding in the classroom has become more ubiquitous. Computer programming tasks students to persistently work to solve problems by thinking logically. What's more, learning how to code is a desired 21st century career skill. There are several digital games designed for kids as young as 5 that turn coding into a fun activity, such as Kodable and Scratch Jr. But some game designers are going further back to programming's fundamentals by creating physical games that can't be found in any app store."
1More

Here's The Answer To The Cheryl's Birthday Math Problem - 0 views

  •  
    "It's one thing for celebrity hijinks or cute animal stories to take off on social media. That happens all the time. It's not too often a math problem goes viral, especially when it doesn't involve a complaint about Common Core. Over the weekend, Singapore TV personality Kenneth Kong posted a logic problem on his Facebook page that was given to high school kids competing in a math olympiad."
1More

Inside Singapore's plans for robots in pre-schools | GovInsider - 0 views

  •  
    ""ICE CREAM!" A group of six year olds are grinning as a small girl holds a laminated picture in her hands. Calmly, she puts it down and picks up the robot bee sitting in front of her. It has five buttons on top: forwards, left, right, back and go. The girl prods a few of them in turn, puts the bee down and presses go. It trundles across a colourful mat, turns left and stops on a picture of an ice cream cone. Everyone cheers. This short exercise has just taught her basic vocabulary, logic, sequencing and navigation. The robotic bee is one of four high-tech toys being trialled with pre-school children across Singapore. It is part of a new scheme - called Playmaker - using technology to give the next generation skills the they require. GI caught up with with the educators, technologists and government officials behind the scheme to find out more."
1More

Teaching computational thinking without using a computer | Technology for Learners - 3 views

  •  
    "omputational thinking is one of the core objectives that runs through the computing program of study in England from Key Stage 1 to Key Stage 4. Before computers can be used to solve a problem, computational thinking refers to understanding the problem itself and the ways in which it could be resolved. Software engineers and computer scientists for example, routinely engage in computational thinking. As a higher order thinking skill, computational thinking has applications both across and beyond the school curriculum. There are four key techniques to computational thinking: Abstraction - focusing on the important information only, ignoring irrelevant details Algorithms - developing a step-by-step solution to the problem Decomposition - breaking down the problem into smaller, more manageable parts Logic - looking for similarities among and within problems Learning to program is one of the best ways to develop computational thinking, as it uses each one of these techniques. My intention here is to show an example of a lesson in which computational thinking is taught at Key Stage 1 (5 to 7 years) through programming. I took the lesson plan (attached above) from The Barefoot Computing Project and I taught it to my 1st grade class last week.  It required the children to work in pairs to create step-by-step instructions through pictures.  The pairs then swapped each other's instructions, which they used to draw the 'crazy character' that the other child had in mind."
1More

Teaching Kids to Code: Text-Based vs Block-Based Programming - 4 views

  •  
    "About two decades ago The MIT Media lab introduced the concept of block-based programming. The idea was to develop an interface that allowed computer programs to be built by simply dragging and dropping puzzle blocks to represent complex programming constructs and commands. With this new method for teaching and learning computer science, the hugely popular Scratch platform was born. This approach lowered the bar for experimenting with programmatic thinking, making it possible for students to create interactive animations and small games without writing a single line of code. This simple concept removed the need to learn the syntax of a formal programming language, and made teaching and learning the basics of computer science accessible to younger learners and to teachers with no formal coding background. Outside of the classroom though, coding has always been, and still remains, a process of typing letters, numbers and symbols. This text-based programming, used in programming language such as C, Javascript and Python, requires coders to obey and conform to formal syntax. Despite the pain of dealing with typos in names of variables and inevitable syntax errors, no other coding method designed to be more "user friendly" has really caught on. Tools have been offered for managers to define business logic through a graphical user interface without writing lines of codes. Or for web developers to add interactive behaviors to their websites without learning Javascript. But in reality, neither of those substitute the power and flexibility of text-based programming. And with neither winning significant adoption, the demand for the classic skill of text-based coding continues to grow and grow."
1More

A Different Approach to Coding - Bright - Medium - 0 views

  •  
    "We are strong proponents of children learning to code, but we have concerns about the motivations and methods underlying many of these new learn-to-code initiatives. Many of them, motivated by a shortage of programmers and software developers in industry, focus especially on preparing students for computer science degrees and careers, and they typically introduce coding as a series of logic puzzles for students to solve. We co-founded the Scratch Foundation in 2013 to support and promote a very different approach to coding. For us, coding is not a set of technical skills but a new type of literacy and personal expression, valuable for everyone, much like learning to write. We see coding as a new way for people to organize, express, and share their ideas. This approach to coding is embodied in our Scratch programming software developed at the MIT Media Lab and available for free online. With Scratch, children ages eight and up snap together graphical programming blocks to create interactive stories and games with animated characters. They can share their projects in the Scratch online community, where others can try them out, give feedback and suggestions, and even revise and extend the projects with their own ideas."
1More

Encouraging Students of Color to Code Could Lead to Further Segregation in Education - ... - 1 views

  •  
    ""Coding is one piece of computational literacy and should be taught explicitly in school, but a semester or two of coding won't do," said Sweeney, who emphasized that a more "broad and deep approach" is necessary. He advocates a progression where students are challenged to use design thinking-a method that draws on logic, intuition, and different types of reasoning-to identify opportunities, harness the appropriate tools and resources, and demonstrate their outcomes."
1More

Travel the Trail: The Hour of Code | 2016 Iditarod Teacher on the Trail™ Laur... - 0 views

  •  
    "To celebrate Computer Science Education Week, students around the world are participating in the Hour of Code.  This global event brings computer science into schools to allow students, for one hour, to learn basic programming and coding to nurture problem-solving skills, logic, and creativity. My class spent some time designing an Iditarod Trail course for students to travel using round Sphero robots.  What is a Sphero?  It is simply an app-enabled ball that students code or program to move.  It can jump, change colors, and roll in any direction up to 4.5mph. Our robots represented an Iditarod dog team in the 2016 race.  Students used the free Sphero app for programming its movement along the course we created.  "
1More

An Amazingly Effective Way To Help Your Child Master Math Skills With LEGO Blocks - 1 views

  •  
    "Lego is phenomenal super-toy, which helps stimulate kids' creativity, imagination, as well as logical thinking. Yet, school teacher Alycia Zimmerman do not only use it as a toy, but also as a great aid to develop basic math skills among her young minds. Lego blocks, she finds, are good tool to explain fractions, squares and other mathematical concepts. "In the classroom, the tiny bricks are now my favorite possibility-packed math manipulative," she writes in an article for Scholastic that goes more into depth about these bricks' potential uses."
1More

The Ultimate List of Tutorials, Apps, and Games to Teach Kids Coding | GeekMom - 3 views

  •  
    "Welcome to the Computer Science Education Week! By now you may have heard of this little thing called Hour of Code, a global initiative from Code.org and CS Ed Week to get everyone-adults and kids alike!-to try just one hour of programming. Why? No, not so everyone can become programmers, but because exposure to programming can teach logic, problem solving, critical thinking, and demystify technology. Oh, and it's also fun!"
1More

Lego blocks: An incredibly effective way to develop your child's math skills - 1 views

  •  
    "Lego is a phenomenal children's toy. It's little wonder then that both adults and kids enjoy playing around with it. It can help stimulate your imagination, your creative abilities, and your logical thinking. In turn, it can be used not only as a toy, but also as a great aid to learning both in the classroom and at home. School teacher Alycia Zimmerman regularly uses Lego to help develop basic math skills among her pupils. Lego blocks, she finds, offer a great opportunity to explain fundamental math concepts and calculations in a way which is immediately understandable for young minds. So for those who can't find the right words or who find they haven't got the patience to help with their kid's math homework, here are a few examples which Alycia uses. Each and everyone of them is incredibly simple, but seriously effective."
1More

Design a Thematic Art Gallery with Google Art Project | - 2 views

  •  
    "At the end of Lord of the Flies, there is a section titled "Notes on the Lord of the Flies," in which William Golding says, "The theme [of the novel] is an attempt to trace the defects of society back to the defects of human nature. The moral is that the shape of a society must depend on the ethical nature of the individual and not on any political system however apparently logical or respectable." I asked students to design a thematic art gallery that explored the truth about human nature. Because art often serves as a mirror reflecting people, society and life, I thought this would challenge students to confront the realities of human nature-the good and the bad. It also allowed students to contrast this theme in the text with this same theme in art. Although I used this project to explore the theme of human nature, it can be done to encourage students to think deeply about any theme they are studying."
1More

Critical Thinking Skills to Help Students Better Evaluate Scientific Claims | MindShift... - 1 views

  •  
    "Michelle Joyce doesn't shy away from politicized science topics such as climate change. In fact, she works to equip seniors at Palmetto Ridge High School in Naples, Florida with the skills to accurately evaluate those topics on their own. Along with teaching chemistry and physics, she offers a class called "thinking skills" where students solve logic and math puzzles while also enhancing their media literacy. Students go beyond just learning about legitimate sources of information on the internet and delve into just how the information is put together in the first place. But teaching students those critical thinking skills only as they're about to depart for college can be too little too late. "It's a really hard thing to teach within the space of everything else that you need to teach in a classroom," Joyce said. "It's crucial that we teach it as early as we can." The internet has no shortage of dubious information; and the ability to evaluate health and science claims is a subset of media literacy. With the abundance of health/science content students may only see via social media, kids are ill-equipped to discern hype from real science."
1More

Tom Griffiths: 3 ways to make better decisions -- by thinking like a computer | TED Talk - 5 views

  •  
    "f you ever struggle to make decisions, here's a talk for you. Cognitive scientist Tom Griffiths shows how we can apply the logic of computers to untangle tricky human problems, sharing three practical strategies for making better decisions -- on everything from finding a home to choosing which restaurant to go to tonight."
1More

Developing Computational Thinking Skills for Children Age 4-7 - 2 views

  •  
    "Computational thinking is the set of skills you need to be able to get computers to do useful things. It includes logical thinking, planning ahead, working with data, being able to give precise instructions and make predictions. There are lots of activities that can help young children aged 4-7 to develop these skills. Computational thinking skills can be developed through coding but there are lots of other activities that help too. A lot of them are screenless which helps to develop modern skills while also developing other important skills including motor skills and communication. Some of the ideas here are classic kids games and activities that you might have tried anyway, they just happen to be great for computational thinking skills."
« First ‹ Previous 41 - 60 of 88 Next › Last »
Showing 20 items per page