Learning Activity Teaching Programming with Visual Basic.Net to Year 10 (My Microsoft in the classroom story by Phil Feain) Introduction Year 10 is where.

Slides:



Advertisements
Similar presentations
Pre and Post Assessments A quick and easy way to assess your Student Learning Outcomes.
Advertisements

Understanding By Design: Integration of CTE and Core Content Curriculum Michael S. Gullett.
Why are we spending time writing assessment reports? 1.Because documenting your process can potentially lead to more trustworthy results and meaningful.
Problem solving methodology Information Technology Units Adapted from VCAA Study Design - Information Technology Byron Mitchell, November.
Domain A A5 Creating or selecting evaluation strategies that are appropriate for the students and that are aligned with the goals of the lesson.
CS0004: Introduction to Programming Visual Studio 2010 and Controls.
What is a Community Rubric?. A community rubric Contains specified criteria that can be adapted based on teaching styles, expertise, disciplinary conventions,
Modeling Data Use for Teacher and School Leader Candidates By: Dr. Jessica Zarian Assistant Professor, Metropolitan College of New York.
Computer Science - I Course Introduction Computer Science Department Boston College Hao Jiang.
Making an Impression Understanding Presentation Software.
A452 – Programming project – Mark Scheme
Computer Science - I Course Introduction Computer Science Department Boston College Hao Jiang.
Design and Technology – Anemometer Project
OCTOBER ED DIRECTOR PROFESSIONAL DEVELOPMENT 10/1/14 POWERFUL & PURPOSEFUL FEEDBACK.
May 8 th Assessment Day 2015 Agenda Introductions Assessment Overview Review General Education Outcomes. Overview of past assessment work. What.
Miss V Tatler Computer Science Subject Leader
Symposium 2001June 24, 2001 Curriculum Is Just the Beginning Chris Stephenson University of Waterloo.
Unit B065 – Coding a solution PREP WORK 1)Make sure you keep a work log / diary. Use the table on page 16 of the hand book as a template 2)Keep a bibliography.
Project-Based Assessment- innovative approach to assessment that focuses on assessing student projects. Based on a type of authentic learning called project.
Project Overview Teacher Planning Work Samples & Reflections Teaching Resources Assessment & Standards Learning Areas Levels Objectives Software Description.
Transformation Plan Lesson Planning Portfolio Prepared by Lubna Saleem Capital Campus Prepared for Intel Elements Training.
Chapter 1 Introduction to VBA Development in Excel.
ActivityInfo Introduction. ActivityInfo? ActivityInfo is an online tool for monitoring humanitarian projects to help humanitarian organizations to: collect.
ENHANCING STUDENT ENGAGEMENT AND UNDERSTANDING THROUGH VIDEO LECTURES AND QUIZZING AMY RUTLEDGE, SPECIAL INSTRUCTOR OF MANAGEMENT INFORMATION SYSTEMS OAKLAND.
Chapter 11 An Introduction to Visual Basic 2008 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
DIRECTIONS Poster Board. Purpose You and a partner will create a poster board that demonstrates a standard from one of the three units that have been.
Following A Technology Training Workshop: Effects Of A Web-Based Support System Jane Watkins Department of Physics and Computer Science Presbyterian College.
Reporting progress and achievement: Creating informative and manageable technology reports Selena Hinchco.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Instructional Plan Template | Slide 1 AET/515 Instructional Plan Cultural Diversity in Health Science Barry L. Rimpsey.
The selection of appropriate assessment methods in a course is influenced by many factors: the intended learning outcomes, the discipline and related professional.
Classroom TA414 Introduction. TA414 classroom There are twelve computers in this classroom. Teacher can use this classroom to teach some courses.
Guidelines For successful Portfolio Implementation by Melissa Wood.
Structured Programming (4 Credits)
An Action Plan on: The importance of Educational Technology in fourth year high school Student in Luga-it National High School. What are the key goals?
Ch. Eick Project3 Q&A 1. What is Opus Search? Why were the results obtained using Opus Search more insightful, compared to Apriori? 2. Did the confidence/lift/support.
Interacting with a Database Using Visual Basic.NET: An Alternative Approach to Illustrate Database Concepts Brian R. Kovar Kansas State University 7 th.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 1 An Introduction to Visual Basic.NET and Program Design.
CIS 365: Visual Application Development Introduction to Computers and Programming.
Advanced Higher Computing Science
The Victorian Games & Apps Challenge Design Brief (PowerPoint)
The purpose of this Action Research Project is to show how easily computers can be accessible to teachers and their students without impacting the instructional.
Chapter 3 Program Design
Team Teaching Action Research
Write a story Creating a Successful Lesson Plan Learning objectives:
Chart 12-3: Excel One-Way ANOVA Test
Get thinking: What is the problem, issue or challenge you want to take on? 
An Introduction to Visual Basic .NET and Program Design
BIS 221 RANK Education Your Life--
Excel Spreadsheets 1/28 I can… BW… Work with basic functions in Excel
Excel Spreadsheets 8/11 I can… BW… Complete a pre-assessment for Excel
VISUAL BASIC – CHAPTER ONE NOTES An Introduction to Visual Basic
Let’s Respond Toolkit Website Introduction
Year 1 Phonics Screening Check 2018
Overview of Software Development
Why??? To put your main ideas into one final sentence
Overview of Software Development
Helen Jefferis, Soraya Kouadri & Elaine Thomas
Standards Solution, LLC
BIS 221 Great Wisdom/tutorialrank.com. BIS 221 All Assignments For more course tutorials visit BIS 221 Week 2 Assignment Business.
14 The Role of Assessment. 14 The Role of Assessment.
WatCV research study.
TEACHING ASSISTANT CERTIFICATE – Starting April 2012
VCE IT Theory Slideshows
Assessment Day Strategy
Developing Instructional rubrics
Introduction to Types of Visual Displays
MICROSOFT AZ-203 VENDOR: MICROSOFT EXAM CODE: AZ-203 DUMPS PDF EXAM NAME: DEVELOPING SOLUTIONS FOR MICROSOFT AZURE CERTIFICATION(S):DEVELOPING SOLUTIONS.
BIS 221 RANK best future education / bis221rank.com.
BUS 212 RANK best future education / bus212rank.com.
Presentation transcript:

Learning Activity Teaching Programming with Visual Basic.Net to Year 10 (My Microsoft in the classroom story by Phil Feain) Introduction Year 10 is where programming is introduced to students at St. Kevin’s College. This is their first real exposure. The purpose of the course is to introduce some basic programming skills and to get them to create a software solution from scratch, based on a written case study. We use Microsoft Visual Basic.Net because it is well supported with plenty of resources and a good lead into Year 12 Software Development, also with Visual Basic.Net. As a result the course at Year 10 introduces students to the following three main areas: Design Development Testing An assessment rubric (or criteria sheet) is also shown to indicate areas for marking.

Design Design commences with a screen design, an IPO (Input, Processing, Output) chart and an algorithm. Students struggle with the idea of planning. We find they perform better both in Year 10 and 12 by spending time on these design tools.

Development Development involves writing the code and the comments. Coding conventions and the use of comments is taught so that students can create a solution which is easy to read and presents well.

Testing Testing involves determining that your actual results have met what your expected results would be. Students struggle with the idea of testing against requirements. By getting students to design their tests to meet requirements and to then test against them, they can then easily know whether they have meet their requirements or not.

Assessment Criteria Assessment Criteria is used to show how students performed across the major components required. Developing criteria for assessment that is both clearly labelled and also meets what will be required in Year 12 assists students in achieving excellent results, particularly at Year 12.