Browse Results

Showing 16,376 through 16,400 of 54,258 results

OFDMA Mobile Broadband Communications

by Junyi Li Xinzhou Wu Rajiv Laroia

Written by the pioneers of Flash-OFDM, arguably the first commercially developed OFDMA-based mobile broadband system in the world, this book teaches OFDMA from first principles, enabling readers to understand mobile broadband as a whole. The book examines the key requirements for data-centric mobile; how OFDMA fits well with data networks; why mobile broadband needs to be IP-based; and how to bridge communications theory to real-world air interface design and make a good system choice between performance and complexity. It also explores the future of wireless technologies beyond conventional cellular architecture. One of the key challenges faced by newcomers to this field is how to apply the wireless communications theory and principles to the real world and how to understand sophisticated commercial systems such as LTE. The authors use their firsthand experience to help graduate students, researchers and professionals working on 4G to bridge the gap between theory and practice.

ODP.NET Developer’s Guide: Oracle Database 10g Development with Visual Studio 2005 and the Oracle Data Provider for .NET

by Sunitha Paruchuri Jagadish Chatarji Pulakhandam

This book uses many hands-on examples to show you how to use ODP.NET and Oracle Developer Tools from within Visual Studio 2005 to access Oracle Database 10g. The book is written for professional .NET developers who need to work with and take full advantage of Oracle Database 10g using Visual Studio 2005. Developers are expected to be familiar with Visual Basic.NET 2005 and have minimum knowledge of Oracle SQL and PL/SQL.

Odoo Development Essentials

by Daniel Reis

This book is intended for developers who need to quickly become productive with Odoo. You are expected to have experience developing business applications, as well as an understanding of MVC application design and knowledge of the Python programming language.

Odoo Development Cookbook

by Daniel Reis Alexandre Fayolle Holger Brunn

Build effective applications by applying Odoo development best practices About This Book * Each recipe stands by itself as much as possible, so that you can jump straight into the topics you prefer * The recipes included cover all the major development areas of Odoo and the most important techniques explained through real-life projects * From seasoned authors, learn the tricks of becoming a productive developer with the Odoo framework Who This Book Is For If you are a Python developer who wants to learn or consolidate your Odoo development skills, then this book is for you! Some experience with the JavaScript programming language and web development is required to fully benefit from the front-end chapters. What You Will Learn * Install and manage Odoo environments and instances * Use Models to define your application's data structures * Add business logic to your applications * Implement automated tests and debug Odoo apps * Use back-end views to create a user interface * Get to know about the access security model and internationalization features * Develop front-end website features * Extend the web client with new widgets and features In Detail Odoo is a full-featured open source ERP with a focus on extensibility. The flexibility and sustainability of open source is also a key selling point of Odoo. It is built on a powerful framework for rapid application development, both for back-end applications and front-end websites. The book starts by covering Odoo installation and administration, and provides a gentle introduction to application development. It then dives deep into several of the areas that an experienced developer will need to use. You'll learn implement business logic, adapt the UI, and extend existing features. Style and Approach These practical and easy-to-follow recipes are presented step-by-step, with dozens of hands-on recipes to boost your Odoo skills. This book can also be used as a reference guide for your daily work.

Odoo 15 Development Essentials: Enhance your Odoo development skills to create powerful business applications, 5th Edition

by Daniel Reis Greg Mader

Become a proficient Odoo developer and increase your productivity while building Odoo business applicationsKey FeaturesSet up the Odoo development environment and learn how to test and debug your codeUse the ORM framework to work with data and implement business logic supporting business rulesDesign user interfaces, web pages, and business reports using the Odoo framework's web componentsBook DescriptionOdoo is fast becoming the reference open source platform for business applications thanks to the fact that it provides the infrastructure needed for developers to deliver software solutions for any business process quickly. Odoo's layered module approach makes it particularly effective for combining and extending features. This updated fifth edition is a tutorial-style introduction to essential Odoo development topics.The book starts by covering the development essentials for building business applications and takes you through Odoo installation and configuration, gradually transitioning from having no specific knowledge of Odoo to being ready for application development. You'll then learn how to develop your first Odoo application, while covering topics such as models and views. Later chapters will get you up to speed with using server APIs to add business logic, helping you lay a solid foundation for advanced topics. As you progress, you'll get equipped to build and customize your applications and explore the new features available in Odoo 12 and beyond, such as in-memory ORM and computed writable fields. Finally, you'll gain insights into building business logic and using the Odoo API to integrate with various applications.By the end of this book, you'll be able to build business apps from scratch using the latest version of Odoo.What you will learnInstall Odoo from source and organize the development environmentCreate your first Odoo app from scratchUnderstand the application components available in OdooStructure the application's data model using ORM featuresUse the ORM API to implement the business logic layerDesign a graphical user interface (GUI) for the web client and websiteUse the Odoo External API to interface with external systemsDeploy and maintain your application in production environmentsWho this book is forThis book is for developers who want to learn Odoo application development and quickly become productive while creating business applications. Teachers, trainers, and Odoo team managers will also find the book useful for helping their students or trainees to learn Odoo development skills. Basic knowledge of Python programming is required to get started with the book

Odoo 14 Development Cookbook: Rapidly build, customize, and manage secure and efficient business apps using Odoo's latest features, 4th Edition

by Parth Gajjar Alexandre Fayolle Holger Brunn Daniel Reis

With over 200 recipes covering real-world examples, take your Odoo development skills to the next level and solve complex business problems using this guideKey FeaturesLearn to develop new modules and modify existing modules using the Odoo frameworkExplore key concepts of the Odoo framework to build robust business applicationsCreate dynamic websites with snippets and learn to deploy an Odoo instance on the server or Odoo.shBook DescriptionWith its latest iteration, the powerful Odoo framework released a wide variety of features for rapid application development. This updated Odoo development cookbook will help you explore the new features in Odoo 14 and learn how to use them to develop Odoo applications from scratch. You'll learn about the new website concepts in Odoo 14 and get a glimpse of Odoo's new web-client framework, the Odoo Web Library (OWL). Once you've completed the installation, you'll begin to explore the Odoo framework with real-world examples. You'll then create a new Odoo module from the ground up and progress to advanced framework concepts. You'll also learn how to modify existing applications, including Point of Sale (POS) applications. This book isn't just limited to backend development; you'll discover advanced JavaScript recipes for creating new views and widgets. As you progress, you'll learn about website development and become a quality Odoo developer by studying performance optimization, debugging, and automated testing. Finally, you'll delve into advanced concepts such as multi-website, In-App Purchasing (IAP), Odoo.sh, the IoT Box, and security. By the end of the book, you'll have all the knowledge you need to build impressive Odoo applications and you'll be well versed in development best practices that will come in handy when working with the Odoo framework.What you will learnBuild beautiful websites with Odoo CMS using dynamic building blocksGet to grips with advanced concepts such as caching, prefetching, debuggingModify backend JavaScript components and POS applications with the new OWL frameworkConnect and access any object in Odoo via Remote Procedure Calls (RPC)Manage, deploy, and test an Odoo instance with Odoo.shConfigure IoT Box to add and upgrade Point of Sale (POS) hardwareFind out how to implement in-app purchase servicesWho this book is forThis book is suitable for both newcomers and experienced Odoo developers who want to develop a highly efficient business application with the Odoo framework. Basic knowledge of Python and JavaScript is necessary to get the most out of the book.

Odoo 12 Development Essentials - Fourth Edition

by Daniel Reis

Odoo 12 Development Essentials caters to developers who are familiar with Python and MVC design and now want to build business applications using Odoo.

Odoo 12 Development Cookbook: 190+ unique recipes to build effective enterprise and business applications, 3rd Edition

by Daniel Reis Holger Brunn Alexandre Fayolle Parth Gajjar

Build customized solutions for your business using the latest features of Odoo 12 and PythonKey FeaturesGet up to speed with Odoo 12 to create custom and reusable modulesInterconnect your application with other systems by implementing web APIsUnderstand the mechanisms powering the Odoo framework and Odoo.sh to build robust enterprisesBook DescriptionOdoo is a powerful framework known for rapid application development. Its latest release, Odoo 12, introduces tons of new features. With this book, you’ll learn how to develop powerful Odoo applications from scratch, using all the latest features.This Odoo cookbook starts by covering Odoo installation and deployment on the server. Next, you’ll explore the Odoo framework with real-world examples. You’ll create a new Odoo module from the ground up and progress to advanced framework concepts. You’ll also learn how to modify existing applications, including Point of Sale (POS). This book is not just limited to backend development; the advanced JavaScript recipes for creating new views and widgets will help you build beautiful UI elements. As you move forward, you’ll gain insights into website development and become a quality Odoo developer by studying performance optimization, debugging, and automated tests. Finally, you’ll learn the latest concepts like multi-website, In-App Purchasing (IAP), Odoo.sh, and IoT Box.By the end of the book, you’ll have all the knowledge you need to build powerful Odoo applications. The development best practices used in this book will undoubtedly come handy when you are working with the Odoo framework.What you will learnDevelop a module in the Odoo framework and modify the existing flow of any applicationBuild dynamic websites with Odoo CMSCreate and modify backend JavaScript components in Odoo and POSConnect and access any object in Odoo via Remote Procedure Calls (RPC)Illustrate the different tools available in Odoo to implement business processes for your recordsImplement in-app purchase servicesManage, deploy, and test an Odoo instance with the PaaS Odoo.shConfigure IoT Box to add and upgrade Point of Sale (POS) hardwareWho this book is forIf you're a Python developer who wants to develop highly efficient business applications with the latest Odoo framework, or if you just want a solution guide for all your Odoo development issues, this book is for you. Some JavaScript programming and web development experience is necessary to get the most out of this book.

Odoo 11 Development Essentials: Develop and customize business applications with Odoo 11, 3rd Edition

by Daniel Reis

Fast track your development skills to build resourceful, open-source business applications with Odoo 11Key FeaturesDiscover the latest technical capabilities in Odoo 11 while you build your own appProgram business logic and manipulate data to implement specific business rules in your applicationsImplement automated tests to add modules and techniques and debug module business logicBook DescriptionOdoo continues to gain worldwide momentum as the best platform for open source ERP installations. Now, with Odoo 11, you have access to an improved GUI, performance optimization, integrated in-app purchase features, and a fast-growing community to help transform and modernize your business. With this practical guide, you will cover all the new features that Odoo 11 has to offer to build and customize business applications, focusing on the publicly available community edition.We begin with setting up a development environment, and as you make your way through the chapters, you will learn to build feature-rich business applications. With the aim of jump-starting your Odoo proficiency level, from no specific knowledge to application development readiness, you will develop your first Odoo application. We then move on to topics such as models and views, and understand how to use server APIs to add business logic, helping to lay a solid foundation for advanced topics.The book concludes with Odoo interactions and how to use the Odoo API from other programs, all of which will enable you to efficiently integrate applications with other external systems.What you will learnInstall Odoo from sourceManage Odoo server instancesCreate a new Odoo application from scratch covering the most frequently used elementsDevelop new models and use inheritance to extend/modify existing modelsUse ORM methods, both in the Odoo server and from external clientsCreate Kanban views using QWeb effectivelyDevelop custom web and website CMS pagesUse external API to integrate Odoo with external applicationsWho this book is forOdoo 11 Development Essentials caters to developers who are familiar with Python and MVC design and now want to build effective business applications using Odoo.

Odoo 11 Development Cookbook, Second Edition: Over 120 Unique Recipes To Build Effective Enterprise And Business Applications

by Alexandre Fayolle

Odoo is a full-featured open source ERP with a focus on extensibility. The flexibility and sustainability of open source is also a key selling point of Odoo. It is built on a powerful framework for rapid application development, both for back-end applications and front-end websites. The latest v10 has quite a few updates that will interest developers. The book starts by covering Odoo installation and administration and then dives deep into Odoo Server deployment.

Odoo 11 Development Cookbook: Over 120 unique recipes to build effective enterprise and business applications, 2nd Edition

by Holger Brunn Alexandre Fayolle Yannick Vaucher

Create fast and efficient server-side applications using the latest features of Odoo v11 Key Features Get the most up-to-date guide on Odoo 11 to create custom and reusable modules Interconnect your application with other systems by implementing web APIs Understand the mechanisms powering the Odoo framework to build robust enterprises Book Description Odoo is a full-featured open source ERP with a focus on extensibility. The flexibility and sustainability of open source are also a key selling point of Odoo. It is built on a powerful framework for rapid application development, both for back-end applications and front-end websites. Version 11 offers better usability and speed: a new design (as compared to the current Odoo Enterprise version) and a mobile interface. The book starts by covering Odoo installation and administration and Odoo Server deployment. It then delves into the implementation of Odoo modules, the different inheritance models available in Odoo. You will then learn how to define access rules for your data; how to make your application available in different languages; how to expose your data models to end users on the back end and on the front end; and how to create beautiful PDF versions of your data. By the end of the book, you will have a thorough knowledge of Odoo and will be able to build effective applications by applying Odoo development best practices What you will learn Install and manage Odoo environments and instances Use models to define your application's data structures Add business logic to your applications Add automated tests and learn how to debug Odoo apps Learn about the access security model and internationalization features Customize websites built with Odoo, by writing your own templates and providing new snippets for use in the website builder Extend the web client with new widgets and make RPC calls to the serverWho this book is for If you're a Python developer and want to develop highly efficient business applications with the latest Odoo framework (or if you just want a hands on problem solution book for all your Odoo Development related issues), this book is for you! Some experience with the JavaScript programming language and web development is required to get the most out of this book.

Odoo 10 Implementation Cookbook

by Mantavya Gajjar

Comprehensive tasks covering Odoo 10 in the right way About This Book • Reduce implementation costs and improve major benchmarks relating to storage space and speed. • Implement the approval hierarchy and user and access rights, configure the company and language, and so on. • Cover all platforms such as mobile, web, content management, and e-commerce. Who This Book Is For This book is targeted towards Odoo functional users and project managers who would like to use it for their organization. No expertise in Odoo is required. What You Will Learn • Learn the modern way of doing sales and managing sales contracts. • Create and configure your products and manage your sales quotations • Set up an online shop and start selling online with Odoo eCommerce • Manage multi-currency transactions and create a deferred revenue plan and link it with products • Administer vendors and products and request quotations, confirm orders, and get them delivered • Manage quality control in the warehouse and manual and real-time inventory stock valuations. • Manage projects and project forecasting via grid and Gantt views • Implement Human Resource apps and manage the employee appraisal process • Manage Workcenters and the product lifecycle • Track worker activity with tablets and launch new changes in production In Detail Odoo is a Python-based ERP system and is completely open source. Odoo is a comprehensive suite of business applications offering a wealth of functionalities that can be deployed to meet your business needs. This book will help you manage the different functionalities of your business and optimize it. You will learn in detail about the various facets of the business process such as sales, accounting, purchases, manufacturing, and inventory. We will cover each of these topics in detail and learn how Odoo handles all these tasks with much ease. With its modular approach, you will be able to build customized solutions, take advantage of the Odoo 10 system in your organization, and master basic administration. We will cover modules and applications in Odoo that will help optimize quality checks. You will also be able to customize major reporting functions for your teams and set up forms and documents for sales, purchase, inventory, and so on. By the end of the book, you will be able to use the major functionalities of Odoo 10 and fully implement them into your business. Style and approach The book follows a recipe-based format; the recipes are filled with real-world use cases and various functional topics.

Odoo 10 Development Essentials

by Daniel Reis

Fast-track your development skills to build powerful Odoo 10 business applications About This Book * Get the most up-to-date guide on Odoo 10 and learn how to build excellent business applications with Odoo * This example-rich, easy-to-follow guide enables you to build apps appropriate to your business needs * Create solid business applications with the help of this precise, to-the-point guide Who This Book Is For This book caters to developers who are familiar with Python and MVC design and now want to build effective business applications using Odoo. What You Will Learn * Install Odoo from source code and use all the basic techniques to setup and manage your Odoo server instances * Create your first Odoo application * Add Odoo's social and messaging features to your own modules * Get to know the essentials of Models and Views * Understand and use the server API to add business logic * Use Qweb to create custom Reports * Extend Odoo CMS features to create your own website controllers and pages * Leverage Odoo Workflows on your applications * Write module automated tests and debugging techniques * Deploy your Odoo applications for production use In Detail Odoo is one of the fastest growing open source, business application development software products available. With announcement of Odoo 10, there are many new features added to Odoo and the face of business applications developed with Odoo has changed. This book will not only teach you how to build and customize business applications with Odoo, but it also covers all the new features that Odoo has to offer. This book is the latest resource on developing and customizing Odoo 10 applications. It comes packed with much more and refined content than its predecessor. It will start with building business applications from scratch and will cover topics such as module extensions, inheritance, working with data, user interfaces, and so on. The book also covers the latest features of Odoo 10, in addition to front end development, testing and debugging techniques. The book will also talk about Odoo Community and Odoo Enterprise. Style and approach This book follows a step-by-step practical approach where you will learn new concepts with every progressing chapter and create apps for business development.

The Odd 1s Out: The First Sequel

by James Rallison

The sequel to the New York Times bestselling The Odd 1s Out, with all new and never-before-seen content featuring opinions, stories, and signature characters from YouTube phenomenon James RallisonJames Rallison has always felt like he was on the outside looking in. His YouTube videos are all about his "odd" behavior, and with over 13 million subscribers and millions more followers on social media, these animations have found their way into the hearts of fans who also feel like a bit of an odd one.In this second installment in the Odd 1s Out series, James is back with characters, stories, and opinions, including: • The upside of the robot uprising • Questionable pizza toppings • Strange yet completely reasonable fears • Inventions that don't exist, but shouldOffering advice on accepting your quirks and growing up in the Internet age, The Odd 1s Out: The First Sequel is sure to be a must-have for old and new fans alike.

OData Programming Cookbook for .NET Developers

by Steven Cheng

The recipes in this book are easy to understand and follow as the author discusses real-world scenarios. It is not a comprehensive reference to the whole of OData, but a practical guide that boosts proficiency when working with the various aspects of OData programming. The examples are supported by relevant background information for ease of understanding. If you are a .NET developer and you want to learn how to use OData in real-world data access application development, then this book is for you. To follow the recipes you will need to be comfortable with .NET Framework, Visual Studio IDE, C# language, and the basics of web programming like HTTP, XML, JSON.

Oculus Rift in Action

by Alex Benton Karen Bryla Brad Davis

SummaryOculus Rift in Action introduces the powerful Oculus Rift headset and teaches you how to integrate its many features into 3D games and other virtual reality experiences. You'll start by understanding the capabilities of the Rift hardware. Then you'll follow interesting and instantly-relevant examples that walk you through programming real applications using the Oculus SDK. Examples are provided for both using the Oculus C API directly and for using Unity, a popular development and 3D graphics engine, with the Oculus Unity integration package.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the BookVirtual reality has long been the domain of researchers and developers with access to specialized hardware and proprietary tools. With the appearance of the Oculus Rift VR headset, the game has changed. Using standard programming tools and the intuitive Oculus SDKs, you can deliver powerful immersive games, simulations, and other virtual experiences that finally nail the feeling of being in the middle of the action.Oculus Rift in Action teaches you how to create 3D games and other virtual reality experiences for the Oculus Rift. You'll explore the Rift hardware through examples of real applications using the Oculus SDK and both the Oculus C API and the Unity 3D graphics engine. Along the way, you'll get practical guidance on how to use the Rift's sensors to produce fluid VR experiences.Experience with C++, C#, or another OO language is assumed.What's InsideCreating immersive VRIntegrating the Rift with the Unity 3D SDKImplementing the mathematics of 3DAvoiding motion-sickness triggersAbout the AuthorsBrad Davis is an active VR developer who maintains a great set of example Rift applications on Github. Karen Bryla is a freelance developer and writer. Alex Benton is a lecturer in 3D graphics at the University of Cambridge and a software engineer at Google.Table of ContentsPART 1 GETTING STARTEDMeet the Oculus RiftPART 2 USING THE OCULUS C APICreating your first Rift interactionsPulling data out of the Rift: working with the head trackerSending output to the Rift: working with the displayPutting it all together: integrating head tracking and 3D renderingPerformance and qualityPART 3 USING UNITYUnity: creating applications that run on the RiftUnity: tailoring your application for the RiftPART 4 THE VR USER EXPERIENCEUI design for VRReducing motion sickness and discomfortPART 5 ADVANCED RIFT INTEGRATIONSUsing the Rift with Java and PythonCase study: a VR shader editorAugmenting virtual reality

Ocular Fluid Dynamics: Anatomy, Physiology, Imaging Techniques, and Mathematical Modeling (Modeling and Simulation in Science, Engineering and Technology)

by Giovanna Guidoboni Alon Harris Riccardo Sacco

The chapters in this contributed volume showcase current theoretical approaches in the modeling of ocular fluid dynamics in health and disease. By including chapters written by experts from a variety of fields, this volume will help foster a genuinely collaborative spirit between clinical and research scientists. It vividly illustrates the advantages of clinical and experimental methods, data-driven modeling, and physically-based modeling, while also detailing the limitations of each approach. Blood, aqueous humor, vitreous humor, tear film, and cerebrospinal fluid each have a section dedicated to their anatomy and physiology, pathological conditions, imaging techniques, and mathematical modeling. Because each fluid receives a thorough analysis from experts in their respective fields, this volume stands out among the existing ophthalmology literature.Ocular Fluid Dynamics is ideal for current and future graduate students in applied mathematics and ophthalmology who wish to explore the field by investigating open questions, experimental technologies, and mathematical models. It will also be a valuable resource for researchers in mathematics, engineering, physics, computer science, chemistry, ophthalmology, and more.

Octopath Traveler: The Complete Guide

by Square Enix

Master Square Enix's critically acclaimed RPG Octopath Traveler with this comprehensive guide!Explore every corner of Orsterra with the help of this complete guide which includes insight and explanation of the main narrative as well as boss strategies for each of the games' eight protagonists! Dive deeper with detailed environment maps, subquest information, and beautiful illustrations that fully realize Octopath Traveler's HD-2D graphics with exclusive explanations and commentary from the development team.Dark Horse Books and Square Enix present a faithful localization of the original Japanese volume, offered in English for the first time! Whether you're a first-time player or looking to take your game to one hundred percent completion, this guide book is not to be missed!

OCR with a Smile!: An Operator's Guide to Optical Character Recognition

by Fred F. Ross

This informative and easy to read book explains OCR as well as problems and fixes that might arise in the process.

OCR A Level Media Studies Student Guide 2: Evolving Media

by Jason Mazzocchi

Exam board: OCRLevel: A LevelSubject: Media StudiesFirst teaching: September 2017First exams: Summer 2018 (AS); Summer 2019 (A Level)Build, reinforce and assess the knowledge and skills required for OCR A Level Media Studies; this accessible guide provides full coverage of the content in Component 2, alongside practice questions and assessment guidance.Endorsed by OCR, this book:- Concisely covers all aspects of 'Media Industries and Audiences' and 'Long Form Television Drama'- Increases knowledge of the theoretical framework and contexts surrounding the set media products, with clear explanations and relevant examples- Develops the skills of critical analysis, reflection and evaluation that students need in order to use, apply and debate academic ideas and arguments- Ensures understanding of specialist terminology by defining the key terms within the specification- Helps students achieve their best under the new assessment requirements with practice questions, study advice and assessment support

OCR A Level Media Studies Student Guide 2: Evolving Media

by Jason Mazzocchi

Exam board: OCRLevel: A-levelSubject: Media StudiesFirst teaching: September 2017First exams: Summer 2018Build, reinforce and assess the knowledge and skills required for OCR A Level Media Studies; this accessible guide provides full coverage of the content in Component 2, alongside practice questions and assessment guidance.Produced in partnership with OCR, this book:- Concisely covers all aspects of 'Media Industries and Audiences' and 'Long Form Television Drama'- Increases knowledge of the theoretical framework and contexts surrounding the set media products, with clear explanations and relevant examples- Develops the skills of critical analysis, reflection and evaluation that students need in order to use, apply and debate academic ideas and arguments- Ensures understanding of specialist terminology by defining the key terms within the specification- Helps students achieve their best under the new assessment requirements with practice questions, study advice and assessment support

OCR A Level Media Studies Student Guide 1: Media Messages

by Louisa Cunningham

Exam board: OCRLevel: A-levelSubject: Media StudiesFirst teaching: September 2017First exams: Summer 2018Build, reinforce and assess the knowledge and skills required for OCR A Level Media Studies; this accessible guide provides full coverage of the content in Component 1, alongside practice questions and assessment guidance.Produced in partnership with OCR, this book:- Concisely covers all aspects of 'News' and 'Media Language and Representation'- Increases knowledge of the theoretical framework and contexts surrounding the set media products, with clear explanations and relevant examples- Develops the skills of critical analysis, reflection and evaluation that students need in order to use, apply and debate academic ideas and arguments- Ensures understanding of specialist terminology by defining the key terms within the specification- Helps students achieve their best under the new assessment requirements with practice questions, study advice and assessment support

OCR A Level Media Studies Student Guide 1: Media Messages

by Louisa Cunningham

Exam board: OCRLevel: A-levelSubject: Media StudiesFirst teaching: September 2017First exams: Summer 2018Build, reinforce and assess the knowledge and skills required for OCR A Level Media Studies; this accessible guide provides full coverage of the content in Component 1, alongside practice questions and assessment guidance.Produced in partnership with OCR, this book:- Concisely covers all aspects of 'News' and 'Media Language and Representation'- Increases knowledge of the theoretical framework and contexts surrounding the set media products, with clear explanations and relevant examples- Develops the skills of critical analysis, reflection and evaluation that students need in order to use, apply and debate academic ideas and arguments- Ensures understanding of specialist terminology by defining the key terms within the specification- Helps students achieve their best under the new assessment requirements with practice questions, study advice and assessment support

OCR GCSE Computer Science, Second Edition

by George Rouse Lorne Pearcey Gavin Craddock Ian Paget

Written by leading Computer Science teachers, this brand-new textbook will guide students through the updated OCR GCSE Computer Science specification topic by topic, and provide them with standalone recap and review sections, worked examples and clear explanations of complex topics.This Student Book:>> develops computational thinking skills in line with the new Practical Programming element of Component 02>> provides differentiated material with the 'beyond the spec' feature>> includes standalone recap and review sections at the end of each chapter>> includes answers to the Knowledge Check questions to support independent learning>> provides definitions of technical terms, along with a glossary of words that will be needed for assessment.Looking for answers for the Student Book? They can be found at the back of the print textbook.You can now access a free set of practice questions on the Hodder Education website. Please note, these questions are not endorsed by OCR and have not been subject to any OCR quality assurance processes.George Rouse, Lorne Pearcey and Gavin Craddock are highly respected and widely published authors of resources.

OCR GCSE Computer Science, Second Edition

by George Rouse Lorne Pearcey Gavin Craddock Ian Paget

Written by leading Computer Science teachers, this brand-new textbook will guide students through the updated OCR GCSE Computer Science specification topic by topic, and provide them with standalone recap and review sections, worked examples and clear explanations of complex topics.This Student Book:>> develops computational thinking skills in line with the new Practical Programming element of Component 02>> provides differentiated material with the 'beyond the spec' feature>> includes standalone recap and review sections at the end of each chapter>> includes answers to the Knowledge Check questions to support independent learning>> provides definitions of technical terms, along with a glossary of words that will be needed for assessment.Looking for answers for the Student Book? They can be found at the back of the print textbook.You can now access a free set of practice questions on the Hodder Education website. Please note, these questions are not endorsed by OCR and have not been subject to any OCR quality assurance processes.George Rouse, Lorne Pearcey and Gavin Craddock are highly respected and widely published authors of resources.

Refine Search

Showing 16,376 through 16,400 of 54,258 results