Programming Techniques Assessment (Computer Science) Date :

Slides:



Advertisements
Similar presentations
GCSE. GCSE PPE Celebrations Performance based on individual PPE papers: Biology PPE – 15 pupils secured B+ Chemistry PPE – 10 pupils secured B+ Physics.
Advertisements

Chapter 1. The Phases of Software Development. Data Structure 2 Chapter outline  Objectives  Use Javadoc to write a method’s complete specification.
ECE122 L17: Method Development and Testing April 5, 2007 ECE 122 Engineering Problem Solving with Java Lecture 17 Method Development and Testing.
BTEC. BTEC Exam Celebrations – L2 Pass 9 Pupils achieved Level 2 Pass on the BTEC exam 2 Pupils achieved a Level 2 Merit on the BTEC exam BTEC Resits.
Lesson objective: to prepare for Paper 1 Section A of the English Language exam by learning the skills required to retrieve information from a text and.
COMP 171: Data Types John Barr. Review - What is Computer Science? Problem Solving  Recognizing Patterns  If you can find a pattern in the way you solve.
Perfect your technique! How to do your best in exams…
1 CS161 Introduction to Computer Science Topic #8.
Greeting Task Judaism IslamChristianity Hinduism On your post it note you need to answer the following about that religion: Do they see God in one form.
Assessment Workshop - Programming Steepana, Job, Grant.
Announcements Assignment 2 Out Today Quiz today - so I need to shut up at 4:25 1.
4 - Conditional Control Structures CHAPTER 4. Introduction A Program is usually not limited to a linear sequence of instructions. In real life, a programme.
Programming revision Revision tip: Focus on the things you find difficult first.
2016 Test Timetable. ‘Preparing for’ not ‘Teaching to’ Learning to drive –Learn the skills of handling a car –Instructor also prepares learners to pass.
Welcome to Software Engineering
7 - Programming 7J, K, L, M, N, O – Handling Data.
Y6 Assessment Information Evening
Writing Assessment – Write informative text.
Exam Technique What were you taught last year about exam technique?
Peer Assessment Feedback
Date: Title: Risk assessment
High and low level languages
Critical Thinking Think for yourself!
Answering exam questions GCSE Physical Education
Instructional Uses of Test Results
7 - Programming 7P, Q, R - Testing.
Extended Answers For the next two weeks, when teachers plan lessons they will be focusing on how you structure extended answers. An extended answer will.
Evaluating Statements about Radicals
CMSC202 Computer Science II for Majors Lecture 08 – Overloaded Constructors Dr. Katherine Gibson Based on slides by Chris Marron at UMBC.
CS 1428 Exam I Review.
A First Book of ANSI C Fourth Edition
Lesson 3.
Exam Technique.
Microsoft Access Illustrated
Deconstructing a Prompt
CSC 253 Lecture 8.
Timing is everything.
CSC 253 Lecture 8.
Understanding how to peer and self assess
Instructional Uses of Test Results
With thanks to Kenny Piper
What lessons can be learned from the example script?
Spot the bug!.
Year 6 Information Meeting
Book Marking Crib Sheet Common Misconceptions:
Problem Solving Designing Algorithms.
How far do you agree? Explain your answer
Variables In today’s lesson we will look at: what a variable is
PYTHON: BUILDING BLOCKS Sequencing & Selection
TEST CORRECTION PROCEDURES
Commitment to learning
Date: August 1, 2016 Today's Bellringer:
Miss Ford, Mrs Bowater, Mr Pearce & Mr Taylor
Algorithms Assessment (Computer Science) Date :
Lesson 4.
What lessons can be learned from the example script?
Chapter 10: Compilers and Language Translation
Therapies. Interpreting and writing algorithms
design OO words Debug Variables Data types
Bell Ringer Question Consider this quote: “Games are as important for adults as they are for young people.” Do you agree or disagree with this statement?
Data Types Every variable has a given data type. The most common data types are: String - Text made up of numbers, letters and characters. Integer - Whole.
Exam Technique Learning Outcomes:
Question of the Day How does being with other people make you happy?
CS 1428 Exam I Review.
Recursive Thinking.
How to use Accelerated Math Correctly!!!
How to allow the program to know when to stop a loop.
Zorah Fung University of Washington, Winter 2016
Christian Practice - Festivals
COMPUTING.
Presentation transcript:

Programming Techniques Assessment (Computer Science) Date : 1-10-18 Strengths/Best Bits : Most of you attempted questions well Good peer assessments Overall the effort from the majority of you has been brilliant ( R1 ) Areas for Improvement : Make sure you put your full name on the assessment paper, One of you did not put there name on the exam paper. Try to use keywords in your answers Try to give examples to help justify and secure your marks   Common SPaG Errors : Write answers in sentences. Make sure you use a capital letter and full stops. Proof read your work.  Lack of Effort/Quality (E/Q): Student A Lack of effort (C2) Student B Lack of effort (C2) No Name Person (C1) Exemplar work (Who, Why?) Highest score : Student C (R2) Student D (R2) Student E (the better behaved one) (R2) Things to Improve On : String handling Procedures and functions SQL

Most of you got 2 out of 3 constructs correct Question 1 (information retrieval) Question 2 (language analysis) Question 3 (structural analysis) Question 4 (critical evaluation) Strengths Most of you stated “constant do not change” Attempted by most of you, who correctly explained it is changing one data type to another Most of you got 2 out of 3 constructs correct When questioning you all in lesson everyone understood the process and how to do it Areas for Improvement State Constant/variable is a container which holds a value [1]   Need to state Can not change while the program is running [1]   Very few of you gave correct examples of casting Int() Str() Float() Chr() Ord() A lot of you are confused about abstraction, decomposition and algorithms as programming constructs ( Sequence Selection and iteration) Very few of you gave examples of the constructs rather then the name. Most pupils didn’t understand the question or answered the question incorrectly, Can you explain why? Common Misconceptions

Mostly correctly answered Question 5 (information retrieval) Question 6 (language analysis) Question 7 (structural analysis) Question 8 (critical evaluation) Strengths Differences most of you stated correctly that a function returns a value and a procedure doesn’t. Some of you answered this correctly Mostly correctly answered Areas for Improvement Most of you struggled to state a similarity, both use structured code, pass parameters to both.      Very few back up statements with facts Very few explained reasons to use procedures, just stated answers Need to learn the different data types and why we use them. Need to re visit SQL in year 11. Common Misconceptions