PM Heathcote - Böcker
Visar alla böcker från författaren PM Heathcote. Handla med fri frakt och snabb leverans.
10 produkter
10 produkter
550 kr
Skickas
The aim of this book is to provide detailed coverage of the topics in the new OCR AS and A LevelComputer Science specifications H046 / H446.The book is divided into twelve sections and within each section, each chapter covers material that cancomfortably be taught in one or two lessons. Material that is applicable only to the second year of the fullA Level is clearly marked. Sometimes this may include an entire chapter and at other times, just a smallpart of a chapter.Each chapter contains exercises and questions, some new and some from past examination questions.Answers to all these are available to teachers only in a free Teacher's Pack which can be ordered fromour website www.pgonline.co.uk.This book has been written to cover the topics which will be examined in the written papers at bothAS and A Level. Sections 10, 11 and 12 relate principally to problem solving skills, with programmingtechniques covered in sufficient depth to allow students to answer questions in Component 02.Pseudocode, rather than any specific programming language, is used in the algorithms given in thetext. Sample Python programs which implement many of the algorithms are included in a folder with theTeacher's Pack.
550 kr
Skickas
Our new A Level textbook is written in the straightforward, easy-to-grasp style for which Pat Heathcote and Rob Heathcote are well-known. Each chapter in the book corresponds to roughly one lesson, and contains questions and exercises which can be done in class, as well as questions at the end of each chapter which can be set as homework. Answers to all questions are provided in downloadable pdf format available free to teachers from the PG Online website. This book is divided into twelve sections comprising 72 chapters, which together provide complete coverage of the new AS and A Level course. Two short appendices contain A Level content that could be taught in the first year of the course as an extension to related AS topics. The specification is written in such a way that AS and A Level students can be taught together. Programming solutions within the textbook are all written in pseudocode to suit all practical languages being taught alongside the theory. To accompany this textbook, PG Online also publishes a series of six downloadable teaching units. Each topic in a unit consists of a PowerPoint presentation, teacher's notes, worksheets, homework sheets and a final assessment test with exam-style questions. Pat Heathcote and Rob Heathcote both have years of experience as teachers, authors and examiners.
231 kr
Skickas
This book is intended for individuals and students learning to program. You may already have done some programming in other languages, but not be familiar with Python. Novice programmers should work through the book sequentially, starting at Chapter 1. It will also be a useful reference book for students on a programming course or anyone working on a programming project. It teaches basic syntax and programming techniques, and introduces three inbuilt Python modules: "> Tkinter, used for building a graphical user interface, which is an option that some users may like to include in their project work. "> SQLite, which enables the creation and processing of a database from within a Python program. This provides an alternative to writing to a text file when data needs to be stored and retrieved "> .pdb, Python's debugging module, which can be used to help find elusive logic errors. Questions and exercises are included in every chapter. Answers to these as well as over 120 Python programs for all the examples and exercises given in the book may be downloaded from www.pgonline.co.uk.These programs enable users of the book to try out the in-text examples and check possible solutions to the exercises.
360 kr
Skickas inom 3-6 vardagar
MS Word is one of the most useful applications for anyone who uses a computer in their studies, at work or at home. However, a great many people have never been taught the best or most efficient way of performing simple tasks like creating a neat list in columns, placing images exactly where they want them or quickly changing text styles throughout a document. Additionally, many users struggle to adapt to newer versions of Word, and need help learning the best ways of doing familiar tasks or using new facilities introduced in Word 2013 and subsequent versions.This book assumes that you know the basics of how to create and edit a simple document, and shows you how to do much, much more. The mysteries of the tabs and ribbon interface used in Word 2013 and Word 2016 are laid bare and you will soon find you can do all you wanted and more in a fraction of the time it took before. It really is all very simple once it's explained! Find out why you never again need to press the space bar two or more consecutive times when creating tabular lists, how to type French accents or fractions, how to create reports with different headers and footers in different sections of the document, how to group and manipulate graphics, draw lines that are precisely horizontal or vertical, and use keyboard shortcuts to speed up common tasks.How to use this bookYou can work through the book from start to finish, pick out a particular chapter or simply use the book as a reference. A comprehensive index will help you find the information you are looking for.
Pearson BTEC Level 1/2 Tech Award in Digital Information Technology: Component 3
Häftad, Engelska, 2019
249 kr
Skickas
This is a brand new book covering all of the externally examined Component 3 of the Level 1/2 BTEC Tech Award. It provides comprehensive yet concise coverage of the component through case studies and questioning. It will be invaluable both as a course text and as a revision guide for students nearing the end of their course.It is divided into six sections covering every element of the Component 3 specification. Learning Aims A to D are each covered in a separate section
Pearson BTEC Level 3 in Information Technology: Component Unit 1 External Assessment
Häftad, Engelska, 2019
426 kr
Skickas inom 3-6 vardagar
370 kr
Skickas
The aim of this book is to provide a comprehensive and accessible text for students, covering Papers 1 and 2 in the latest OCR GCSE J277 Computer Science specification. It will be invaluable both as a course text and in revision for students nearing the end of the course. It is divided into eight sections, each broken down into manageable chapters of roughly one lesson. Sections 6 and 7 of the textbook cover algorithms and programming fundamentals with a theoretical approach to provide students with experience of writing, tracing and debugging pseudocode solutions without the aid of a computer. These sections would complement practical programming experience.Each of the eight sections cover one of the major topics in this course, and each subtopic contains sample examination questions from past papers, which can be set as homework.
370 kr
Skickas
This book is aimed at GCSE students. It provides comprehensive yet concise coverage of all the topics covered in the new AQA 8525 Computer Science specification, written and presented in a way that is accessible to teenagers. It will be invaluable both as a course text and as a revision guide for students nearing the end of their course.It is divided into nine sections covering every element of the specification. Sections 1, 2A and 2B of the textbook cover algorithms and programming concepts with a theoretical approach to provide students with experience of writing, tracing and debugging pseudocode solutions without the aid of a computer. These sections would complement practical programming experience.
198 kr
Skickas
Learn to program fast in 155 challenges, 53 examples and 85 pages.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.
370 kr
Skickas
This book is aimed at GCSE students. It provides comprehensive yet concise coverage of all the topics covered in the new Edexcel 1CP2 Computer Science specification, written and presented in a way that is accessible to teenagers. It will be invaluable both as a course text and as a revision guide for students nearing the end of their course.