Skip to main content

Home/ Diigo In Education/ Group items tagged no_tag programming

Rss Feed Group items tagged

Roland Gesthuizen

Step 1: give every kid a laptop. Step 2: learning begins? - 16 views

  • The state program works with teachers to change their lesson plans appropriately; the goal is to get students to think critically and engage with all subjects through creative work. "Since our beginnings, we've always looked at notions of creation," Mao said. "It's not about consumption of content, it's about the creation of knowledge."
  • making a laptop program effective is only 10 or 20 percent about the hardware itself, with the rest being about making sure the teachers know how to use them and how to lead students to proper learning goals
  • Bolting old lesson plans to new computers will do little, but future programs with strong teacher buy-in and excellent institutional support have the potential to do much more.
  •  
    Countries considering "one-to-one" laptop programs might also compare the OLPC experiences to a different program in Maine. At present, this northeastern state distributes a MacBook to every middle school student and to about half of high school students, for a total of over 70,000 laptops.
Randolph Hollingsworth

ASU - Service Learning USL210 - 5 views

  •  
    COURSE OBJECTIVES: This is a graded internship that allows you to integrate your own coursework with a hands-on service learning experience. The central objective of this course is to provide students with community experiences and reflection opportunities that examine community needs, the importance of civic engagement, and social justice issues affecting ethnic minorities and marginalized populations in contemporary American society. Students dedicate 70 hours at a pre-approved site (including Title I K-12 schools, youth programs, health services, social services, environmental programs, government agencies, etc.) directly serving a population in need or supporting activities that contribute to the greater good of our community. A weekly seminar, course readings, discussions, and reflection assignments facilitate critical thinking and a deeper understanding of cultural diversity, citizenship, and how to contribute to positive social change in our community. The course is also designed to provide "real-world" experiences that exercise academic skills and knowledge applicable to each student‟s program of study and career exploration. STUDENT LEARNING OBJECTIVES: Student will be introduced to essential skills associated with their baccalaureate studies to actively serve the local community. While completing this in-depth study of cultural diversity, citizenship and social justice issues facing our community, students will gain an understanding of the value of Social Embeddedness and the importance of incorporating civic engagement into their collegiate careers, as they strive to become civically engaged students. Students will be introduced to inequalities, discrimination, and other community issues facing ethnic minorities and marginalized populations, as well as the correlation with greater societal issues. INTERNSHIP RESPONSIBILITIES:  Service hours - 70 hours of community outreach (spread throughout the semester in which you are enrolled in the course)
Wayne Holly

Why the weak students end up as teachers: Education programs lack intellect. - CSMonito... - 205 views

  •  
    Education courses don't challenge students' intellect as others do . . .
  •  
    I don't know many teachers that thought their teacher education program was worth their time, so I would totally disagree with this -- weak students end up as teachers. I once had a teacher educator tell me that 'grades' were the most significant indicator of a good teacher. I laughed at her because I won the top teaching award and a year earlier I wouldn't have been accepted because my grades wouldn't have made their particular cut.
  •  
    I have to agree with Lori. I have several colleagues who were not admitted into teacher education programs, yet have become amazing instructional leaders. Granted, there has to be a cutoff for programs, but frankly, grades are indeed not the best indicator. I was not allowed to take an advance-level French course because of my overall GPA during my undergraduate education. Later as a high school French teacher, my students consistently placed out of university language requirements, and while with me, often placed in declamation contests for their spoken abilities. Our teacher educations programs still need work. They are not where we want them to be. Now to get to work on how to make that happen! :-)
Randolph Hollingsworth

Ariz State Univ - Service Learning syllabus (USL410 Indep Placement) - 7 views

  •  
    COURSE OBJECTIVES: This is a graded internship that allows you to integrate your own coursework with a hands-on service learning experience. The central objective of this course is to provide students with community experiences and reflection opportunities that examine community needs, the importance of civic engagement, and social justice issues affecting ethnic minorities and marginalized populations in contemporary American society. Students dedicate 70 hours at a pre-approved site (including Title I K-12 schools, youth programs, health services, social services, environmental programs, government agencies, etc.) directly serving a population in need or supporting activities that contribute to the greater good of our community. A weekly seminar, course readings, discussions, and reflection assignments facilitate critical thinking and a deeper understanding of cultural diversity, citizenship, and how to contribute to positive social change in our community. The course is also designed to provide "real-world" experiences that exercise academic skills and knowledge applicable to each student‟s program of study and career exploration. STUDENT LEARNING OBJECTIVES: Student will be introduced to essential skills associated with their baccalaureate studies to actively serve the local community. While completing this in-depth study of cultural diversity, citizenship and social justice issues facing our community, students will gain an understanding of the value of Social Embeddedness and the importance of incorporating civic engagement into their collegiate careers, as they strive to become civically engaged students. Students will be introduced to inequalities, discrimination, and other community issues facing ethnic minorities and marginalized populations, as well as the correlation with greater societal issues. INTERNSHIP RESPONSIBILITIES:  Service hours - 70 hours of community outreach (spread throughout the semester in which you are enrolled in the course)
Jonathan Wylie

An Overview of K-12 Reading Programs & Publishers - 1 views

  •  
    Right now, there seems to be no shortage of K-12 reading programs. Publishers are having to work hard to make sure that their series' stand out from the crowd. Many of these programs have similarities, but each one has a slightly different emphasis. Here's what you can expect.
elsjekool

Paul Ford: What is Code? | Bloomberg - 35 views

  • There are keynote speakers—often the people who created the technology at hand or crafted a given language. There are the regular speakers, often paid not at all or in airfare, who present some idea or technique or approach. Then there are the panels, where a group of people are lined up in a row and forced into some semblance of interaction while the audience checks its e-mail.
  • Fewer than a fifth of undergraduate degrees in computer science awarded in 2012 went to women, according to the National Center for Women & Information Technology
  • The average programmer is moderately diligent, capable of basic mathematics, has a working knowledge of one or more programming languages, and can communicate what he or she is doing to management and his or her peers
  • ...16 more annotations...
  • The true measure of a language isn’t how it uses semicolons; it’s the standard library of each language. A language is software for making software. The standard library is a set of premade software that you can reuse and reapply.
  • A coder needs to be able to quickly examine and identify which giant, complex library is the one that’s the most recently and actively updated and the best match for his or her current needs. A coder needs to be a good listener.
  • Code isn’t just obscure commands in a file. It requires you to have a map in your head, to know where the good libraries, the best documentation, and the most helpful message boards are located. If you don’t know where those things are, you will spend all of your time searching, instead of building cool new things.
  • Some tools are better for certain jobs.
  • C is a simple language, simple like a shotgun that can blow off your foot. It allows you to manage every last part of a computer—the memory, files, a hard drive—which is great if you’re meticulous and dangerous if you’re sloppy
  • Object-oriented programming is, at its essence, a filing system for code.
  • Where C tried to make it easier to do computer things, Smalltalk tried to make it easier to do human things.
  • Style and usage matter; sometimes programmers recommend Strunk & White’s The Elements of Style—that’s right, the one about the English language. Its focus on efficient usage resonates with programmers. The idiom of a language is part of its communal identity.
  • Coding is a culture of blurters.
  • Programmers carve out a sliver of cognitive territory for themselves and go to conferences, and yet they know their position is vulnerable.
  • Programmers are often angry because they’re often scared.
  • Programming is a task that rewards intense focus and can be done with a small group or even in isolation.
  • For a truly gifted programmer, writing code is a side effect of thought
  • As a class, programmers are easily bored, love novelty, and are obsessed with various forms of productivity enhancement.
  • “Most programming languages are partly a way of expressing things in terms of other things and partly a basic set of given things.”
  • Of course, while we were trying to build a bookstore, we actually built the death of bookstores—that seems to happen a lot in the business. You set out to do something cool and end up destroying lots of things that came before.
  •  
    A lengthy but worthy read for all non-programmers on code.
  •  
    Explains code
david ellis

Netvibes (124) - 1 views

shared by david ellis on 22 Apr 09 - Cached
  • Programming -OK, on the programming thing, here are my thoughts.In our curriculum our objective is not as much a specific LANGUAGE. One year I may use HTML with Javascript, this past year I used LSL — what I want kids to know that when they encounter programming and coding that there are certain conventions. Some are case sensitive, some are not. How do you find out how to add to what you know about programming? Do you know where to go to find prewritten code? Can you hack it to make it work to do what you want it to do?We spend about a week – two weeks but I require they know how to handcode hyperlinks and images – they are just too important.But to take 12 weeks or 6 weeks to learn a whole language – yes maybe some value – but to me the value is HOW is the language constructed or built. What are the conventions and how do I educate myself if I am interested in pursuing. What comes out of this time is kids who say either “I never want to do that” or “this is really cool, I love coding.”They are doing very simplistic work (although the LSL object languages were pretty advanced) but since we don’t have a full course nor time in our curriculum, I do see this as an essential part of what I teach.I’m not teaching it for the language sake but for the sake of understanding the whole body of how languages work – we talk about the different languages and what they are used for as part of Intro to Computer science and have an immersive experience.To me, this is somewhat a comprimise between leaving it out entirely or forcing everyone to take 12 weeks of it. I just don’t know where 12 weeks would go in the curriculum.
ron houtman

One-to-one computing programs only as effective as their teachers | eSchoolNews.com - 67 views

  • Not surprisingly, the researchers say the most important factor of all is the teaching practices of instructors—suggesting school laptop programs are only as effective as the teachers who apply them.
    • ron houtman
       
      I wish more schools would value staff professional development before they launch 1:1 programs. PD is the number one success factor and little to no PD is done to make sure teachers are successful.
Randolph Hollingsworth

National Association of Partners in Education - 7 views

  •  
    For over 30 years, the National Association of PARTNERS IN EDUCATION has been an objective voice in developing school volunteer, intergenerational, community service, and business partnership programs throughout the United States. Originally the National School Volunteer Program, the organization took its present name in 1988 when it assumed responsibility for the annual National Symposium on Partnerships in Education. Currently, it is the only national membership organization devoted solely to providing leadership in the field of education partnership development. (NOTE: no rep for KY)
Mark Johnstone

Noam Chomsky on Democracy and Education in the 21st Century and Beyond - 32 views

  • Everybody was a good student. The kids were just encouraged to do what they like to do and what was best, and there was a structure; there was a program. It's not you ran around doing anything you felt like. I skipped a grade, but I didn't pay any attention and no one else paid any attention. Just that I was the smallest kid in the class, but the idea that somebody is a good student; somebody is not a good student - it just never arose. There were tests, but they just gave information about what's going on. This is something we ought to be doing better. The kids weren't ranked; there were no grades. There's a lot of cooperative work and cooperative projects and they encouraged us. You know, study, challenging questions, and it was extremely successful. I remember everything very well. I went into the academic high school and it's kind of like a black hole. I was able to get all As and a scholarship to go into college. I might well not have gone, except for what I learned on my own.
  •  
    "Everybody was a good student. The kids were just encouraged to do what they like to do and what was best, and there was a structure; there was a program. It's not you ran around doing anything you felt like. I skipped a grade, but I didn't pay any attention and no one else paid any attention. Just that I was the smallest kid in the class, but the idea that somebody is a good student; somebody is not a good student - it just never arose. There were tests, but they just gave information about what's going on. This is something we ought to be doing better. The kids weren't ranked; there were no grades. There's a lot of cooperative work and cooperative projects and they encouraged us. You know, study, challenging questions, and it was extremely successful. I remember everything very well. I went into the academic high school and it's kind of like a black hole. I was able to get all As and a scholarship to go into college. I might well not have gone, except for what I learned on my own."
Jonathan Wylie

Create & launch mobile/web applications easily without knowing the programming - 95 views

  •  
    Ever wanted to create your own app, but were worried about the necessary programming skills? If so, ListenVoice might just be for you, because this new site allows you to do just that.
tom campbell

http://carnegie.org/fileadmin/Media/Programs/Opportunity_by_design/Carnegie_DesignPrinc... - 30 views

  •  
    secondary school design - from Carnegie Corporation
Elisabeth Snipes

TeachThought21st Century Learning is Not A Program - 65 views

  • The argument being made is that we are ignoring societal shifts and continue to teach to a target audience that doesn’t exist and we’re preparing them for a market that doesn’t exist (Marx, 2006).
    • Elisabeth Snipes
       
      Online instruction, in general, does NOT emphasize these skills!
  • nstead, we have become a massive test-prep industry
  • ...1 more annotation...
  • people lack the desire to completely understand critical issues.
  •  
    Wonderful article! Thank you so much for sharing this!
Clint Heitz

Critical Issue: Providing Professional Development for Effective Technology Use - 127 views

shared by Clint Heitz on 09 Feb 13 - Cached
Kelly Dau liked it
  • Practice logs can promote these helpful activities. Such logs can show how often teachers use a new practice, how it worked, what problems occurred, and what help they needed (Sparks, 1998).
    • Clint Heitz
       
      Perfect use for reflective blogging on the teacher's part.
  • Professional development for technology use should demonstrate projects in specific curriculum areas and help teachers integrate technology into the content.
  • Specific content can help teachers analyze, synthesize, and structure ideas into projects that they can use in their classrooms (Center for Applied Special Technology, 1996).
  • ...15 more annotations...
  • The best integration training for teachers does not simply show them how to add technology to their what they are doing. "It helps them learn how to select digital content based on the needs and learning styles of their students, and infuse it into the curriculum
  • A professional development curriculum that helps teachers use technology for discovery learning, developing students' higher-order thinking skills, and communicating ideas is new and demanding and thus cannot be implemented in isolation (Guhlin, 1996)
  • teachers need access to follow-up discussion and collegial activities
  • The only way to ensure that all students have the same opportunities is to require all teachers to become proficient in the use of technology in content areas to support student learning.
  • An effective professional development program provides "sufficient time and follow-up support for teachers to master new content and strategies and to integrate them into their practice,
  • teachers need time to plan, practice skills, try out new ideas, collaborate, and reflect on ideas
  • The technology used for professional development should be the same as the technology used in the classroom. Funds should be available to provide teachers with technology that they can use at home or in private to become comfortable with the capabilities it offers.
  • he Commission suggests partnering with universities and forming teacher networks to help provide professional development activities at lower cost.
    • Clint Heitz
       
      This was well before development of Personal Learning Networks (PLNs)! Twitter, Facebook, Ning, and such all provide opportunities to make this idea happen.
  • consists of three types: preformative evaluation, formative evaluation, and summative evaluation.
  • Preformative evaluation
  • formative evaluation,
  • summative evaluation,
  • Such a program gives teachers the skills they need to incorporate the strengths of technology into their lesson planning rather than merely to add technology to the way they have always done things.
  • School administrators may not provide adequate time and resources for high-quality technology implementation and the associated professional development. They may see professional development as a one-shot training session to impart skills in using specific equipment. Instead, professional development should be considered an ongoing process that helps teachers develop new methods of promoting engaged learning in the classroom using technology.
Kate Pok

Pearltrees - 1 views

  •  
    A really interesting web curation service, no annotation possibilities like Diigo, but still a very interesting program.
Maureen Greenbaum

Do Teachers Need to Relearn How to Learn? - Redefining my role: Teacher as student - 165 views

  • if a teacher can do a few basic computer skills (format in MS Word, copy and paste, attach a document to an email or upload a photo, and perhaps add a hyperlink) they should be able to transfer that knowledge across various internet programs.
  • Teachers sometimes express surprise when a student can’t write a response to a question that is virtually the same as one they answered the day before simply because it is worded differently. Yet teachers can’t apply what they know about Facebook (or shutterfly, gmail, youtube, etc.) to use edmodo or a wiki? I’m not saying they should be able to master a new program immediately – like anything new it takes time, but they should have the flexibility of thinking to apply what they already know. If teachers can’t transfer their knowledge, how are they going to teach students to do so?
  • Learners are no longer dependent on learning directly from an expert, the information is literally at their fingertips, they just need to know how to access it. And most important, learners of all ages need to be the drivers of their learning. Just like our students, teachers need to seek answers through active exploration. Again, if we are not independent learners, how can we expect our students to be?
  • ...2 more annotations...
  • Dependent on PD
  • Besides the lack of time and/or motivation, I’m beginning to wonder if teachers really know how to learn new skills independently. We come from a system of education where everything was fed to us. As a student (even through my master’s degree), if I was told I needed to learn something there was a clear process I had to go through to learn it; sign up (and pay) for the right course with the available expert, buy some textbooks, go to class, follow directions, and collect my credits to show that I had learned it. Most PD follows a similar process (although greatly abbreviated). So that is the paradigm that teachers have for their own learning – they feel that they need to be taught something in order to learn it. I’m not sure that they know there is now another way to learn, especially where learning about technology is concerned. But how would they know this new way of learning if it’s rarely been modeled for them? And if this is how they view their own learning, can we really expect them to teach students how to be independent learners?
  •  
    Great insight and reflection on how we learn and how we expect our students to learn.
  •  
    Main points are in a slideshow here: http://www.slideshare.net/sdimbert/relearn
Josh Flores

Alternative Education Programs | State Department of Education - 1 views

    • Josh Flores
       
      Really? "innovative"?
  • Appropriate structure, curriculum, interaction, and reinforcement strategies for effective instruction;
  • Appropriately certified teaching faculty;
  • ...4 more annotations...
  • Courses that meet the curricular standards adopted by the Oklahoma State Board of Education and additional remedial courses;
  • Individualized instruction;
    • Josh Flores
       
      should not mean "isolated"
  • Life skills instruction;
anonymous

The Writing Revolution - Peg Tyre - The Atlantic - 4 views

  •  
    "t underlie good analytical writing, was a dramatic departure from what most American students-especially low performers-are taught in high school. The program challenged long-held assumptions about the students and bitterly divided the staff. It also yielded extraordinary results. By the time they were sophomores, the students who had begun r"
Michele Brown

Education on Demand - 6 views

shared by Michele Brown on 14 Oct 13 - No Cached
  •  
    Broadcast and streaming content, covering a diverse range of subjects: from art to science and everything in between. We align our content to state's curriculum and common core standards. We also provide supplemental resources such as teachers guides and quizzes to go along with most of our programs.
1 - 20 of 89 Next › Last »
Showing 20 items per page