How to code in Python: GCSE, iGCSE, National 4/5 and Higher
Title | How to code in Python: GCSE, iGCSE, National 4/5 and Higher PDF eBook |
Author | Greg Reid |
Publisher | Hodder Education |
Pages | 128 |
Release | 2020-04-14 |
Genre | Study Aids |
ISBN | 1510461590 |
Ensure every student can become fluent in Python with this highly practical guide that will help them understand the theory and logic behind coding. Written for 14-16-year olds by a leading Python specialist and teacher, and aligned to curriculum requirements, this essential Student Book provides numerous practice questions and coding problems that can be completed as homework or during class - plus answers can be found online at www.hoddereducation.co.uk/pythonextras How to Code in Python will:br” Provide hundreds of coding examples, puzzles and problem-solving tasks to strengthen computational thinking skills required for GCSE, iGCSE and National 4 / 5 successbr” Help students become proficient in computational thinking and problem-solving using Pythonbr” Provide easy-to-follow explanations of concepts and terminologybr” Feature plenty of opportunities for self-assessment with solutions to coding problems available onlinebrbrBThis unique book can be broken down into three key features:/Bbr” BCode theory and explanations Greg Reid is a very experienced Computer Science teacher in Scotland, who has written How to Pass Higher Computer Science and Higher Computing Science Practice Papers for Hodder Gibson.
Cambridge IGCSE Computer Science
Title | Cambridge IGCSE Computer Science PDF eBook |
Author | David Watson |
Publisher | Hodder Education |
Pages | 257 |
Release | 2015-01-30 |
Genre | Computers |
ISBN | 1471809323 |
Endorsed by Cambridge Assessment International Education. Develop computational thinking and programming skills with complete coverage of the latest syllabus from experienced examiners and teachers. - Follows the order of the syllabus exactly, ensuring complete coverage - Introduces students to self-learning exercises, helping them learn how to use their knowledge in new scenarios - Accompanying animation files of the key concepts are available to download for free online. www.hoddereducation.co.uk/cambridgeextras-1 - Answers are available on the Teacher's CD. This book covers the IGCSE (0478), O Level (2210) and US IGCSE entry (0473) syllabuses, which are for first examination 2015. It may also be a useful reference for students taking the new Computer Science AS level course (9608).
Python Challenge!
Title | Python Challenge! PDF eBook |
Author | Pm Heathcote |
Publisher | |
Pages | 98 |
Release | 2021-04-05 |
Genre | |
ISBN | 9781910523353 |
Learn to program fast in 155 challenges, 54 examples and 85 pages This book is a 'gamified' approach to Python, aimed at supporting GCSE and KS3 students, with complete coverage of the GCSE programming requirements. There's no substitute for practice when it comes to learning a new skill! Python syntax is simple to learn, but becoming an expert in writing programs to solve different kinds of problems takes a bit longer. That's why this book has a short explanation of each new statement or technique, followed by one or more examples and then loads of practice challenges. Some of the challenges will take you only a minute or two, using the Python Interactive window to try out new statements and get immediate results. As you get further into the book, you will be challenged to write programs to perform different kinds of tasks - for example to find the results of a calculation, write a program for a simplified cash machine, sort a list of items into alphabetical order, or to record data in a text file to be read, formatted, and printed. The programming solutions to some challenges have been helpfully simplified for an inexperienced programmer to modify rather than to write from scratch. This builds your confidence in problem-solving. That's why 35 challenges consist of partially written programs for you to complete.
SQA Higher Computing Science
Title | SQA Higher Computing Science PDF eBook |
Author | Jane Paterson |
Publisher | Hodder Education |
Pages | 288 |
Release | 2021-04-19 |
Genre | Computers |
ISBN | 1510484272 |
Exam board: SQA Level: Higher Subject: Computing Science First teaching: August 2018 First exams: Summer 2019 Trust highly experienced teachers and authors Jane Paterson and John Walsh to guide you through the latest SQA Higher Computing Science specification (for examination from 2019 onwards). This is the most comprehensive resource available for this course, brought to you by Scotland's No. 1 textbook publisher. - Gain in-depth knowledge of the four areas of study (Software Design and Development, Database Design and Development, Web Design and Development, Computer Systems) with clear explanations of every concept and topic - Understand advanced concepts and processes as numerous examples throughout the book show the theory in action - Build the skills of analysis, design, implementation, testing and evaluation that are required for success in both the exam and the assignment - Apply the knowledge and skills developed through the course to a variety of practical tasks and end-of-chapter 'check your learning' questions - Use computing terminology confidently and accurately by consulting a detailed glossary of all key terms and acronyms
Learning to Program in Python
Title | Learning to Program in Python PDF eBook |
Author | P. M. Heathcote |
Publisher | |
Pages | 120 |
Release | 2017-06-19 |
Genre | Computer programming |
ISBN | 9781910523117 |
Teaches basic syntax and programming techniques and introduces three modules; Tkinter, SQLite, and pdb.
ClearRevise OCR GCSE Computer Science J277
Title | ClearRevise OCR GCSE Computer Science J277 PDF eBook |
Author | Online Pg |
Publisher | Pg Online Limited |
Pages | 106 |
Release | 2020-05 |
Genre | Computers |
ISBN | 9781910523230 |
Absolute clarity is the aim with a new generation of revision guide for the 2020s. This guide has been expertly compiled and edited by successful former teachers of Computer Science, highly experienced examiners and a good dollop of scientific research into what makes revision most effective. Past examinations questions are essential to good preparation, improving understanding and confidence. This guide has combined revision with tips and more practice questions than you could shake a stick at. All the essential ingredients for getting a grade you can be really proud of. Each specification topic has been referenced and distilled into the key points to make in an examination for top marks. Questions on all topics assessing knowledge, application and analysis are all specifically and carefully devised throughout this book.
Learning to Program in Visual Basic
Title | Learning to Program in Visual Basic PDF eBook |
Author | Sylvia Langfield |
Publisher | Pg Online Limited |
Pages | 138 |
Release | 2019-11-25 |
Genre | Computers |
ISBN | 9781910523186 |
This book is a straightforward guide to the Visual Basic programming language and programming techniques. It covers all of the practical programming skills that may be required up to GCSE level and for those at AS Level with limited exposure to VB. It is suitable for both experienced programmers, students or individuals with very little or no programming experience in other languages. It teaches basic syntax and programming techniques and introduces a number of useful features such as: Developing graphical user interfaces (GUIs) with the visual designer in visual studio. SQLite, which enables the creation and processing of a database from within a Visual Basic .NET program. This provides an alternative to writing to a text file when data needs to be stored and retrieved. The Visual Studio debugger, which can be used to help find elusive logic errors.