Browse Results

Showing 55,951 through 55,975 of 58,386 results

Vuckovic's Horror Miscellany: Stories, Facts, Tales And Trivia (Ilex Miscellany Ser.)

by Jovanka Vuckovic

From "Frankenstein "and "Dracula," to "Night of the Living Dead" and "The Omen," this grisly grimoire conjures up ghouls, demons and all manner of things that go bump in the night. Crammed with endless facts, trivia and stories about every aspect of horror - from 1950s EC Comics and TV series "The Twilight Zone"; to the music of Black Sabbath and Japanese horror films - this little gem of spookiness is guaranteed to keep readers up all night. Intriguing insights into the lives of classic horror writers like H. P. Lovecraft, Edgar Allen Poe, Clive Barker, and Stephen King are complemented by fascinating behind-the-scenes peeks into the productions of "Psycho," "The Thing," and "Halloween. " Vuckovic's many authoritative lists include: The Top 13 Vampire Films; 13 Scariest Horror Video Games; and The 25 Best Horror Movie Taglines: "The good news is your date is here The bad news is. . . He's dead " revealing the humour in the horror. Vuckovic's Horror Miscellany is the ideal present for "The Walking Dead" and "World War Z "fan in your life. Just don't read it alone

Vue 7: From The Ground Up

by Ami Chopine Vladimir Chopine

Create lush terrains and atmospheres in Vue and enhance your knowledge of all the features in this software such as lighting, cameras, and Python scripting. Ami and Vladimir Chopine, from GeetAtPlay.com guide you through 17 stand-alone tutorials, each with a different focus on the key components of Vue. The companion website includes brand new video tutorials from Geekatplay as well as materials, atmosphere settings, image maps, models, project files, and completed images and animations. Vue 7: From the Ground Up is the only book officially certified by e-on software.

Vulgar Beauty: Acting Chinese in the Global Sensorium

by Mila Zuo

In Vulgar Beauty Mila Zuo offers a new theorization of cinematic feminine beauty by showing how mediated encounters with Chinese film and popular culture stars produce feelings of Chineseness. To illustrate this, Zuo uses the vulgar as an analytic to trace how racial, gendered, and cultural identity is imagined and produced through affect. She frames the vulgar as a characteristic that is experienced through the Chinese concept of weidao, or flavor, in which bitter, salty, pungent, sweet, and sour performances of beauty produce non-Western forms of sexualized and racialized femininity. Analyzing contemporary film and media ranging from actress Gong Li’s post-Mao movies of the late 1980s and 1990s to Joan Chen’s performance in Twin Peaks to Ali Wong’s stand-up comedy specials, Zuo shows how vulgar beauty disrupts Western and colonial notions of beauty. Vulgar beauty, then, becomes the taste of difference. By demonstrating how Chinese feminine beauty becomes a cinematic invention invested in forms of affective racialization, Zuo makes a critical reconsideration of aesthetic theory.

Vulkan 3D Graphics Rendering Cookbook: Implement expert-level techniques for high-performance graphics with Vulkan

by Viktor Latypov Sergey Kosarevsky Alexey Medvedev

Master Vulkan 1.3 with practical recipes for building, rendering, and optimizing stunning 3D graphics, guided by AR and rendering experts Sergey Kosarevsky and Alexey Medvedev Purchase the eBook for full-color contentKey FeaturesLearn to harness Vulkan 1.3 for building high-performance applicationsIntegrate cutting-edge rendering techniques into a real-time 3D engineUse bindless Vulkan to render complex 3D scenes efficientlyPurchase of the print or Kindle book includes a free PDF eBookBook DescriptionWritten by experts with decades of rendering experience, this cookbook equips you with practical, hands-on recipes to master modern 3D graphics development by using bindless Vulkan. Focusing on Vulkan 1.3, this second edition starts by setting up your development environment, and quickly transitions to building a robust 3D rendering framework using self-contained recipes. Each recipe helps you incrementally enhance your codebase, integrating a variety of 3D rendering techniques and algorithms into a cohesive project. You’ll get to grips with core techniques, such as glTF 2.0 physically based rendering, image-based lighting, and GPU-driven rendering. The chapters help you grasp advanced topics, including glTF animations, screen-space rendering techniques, and optimization strategies. You’ll also learn how to use glTF 2.0 advanced PBR extensions and handle complex geometry data, ensuring your rendering engine is both powerful and performant. These new additions will enable you to create dynamic and realistic 3D graphics environments, fully utilizing Vulkan’s capabilities. By the end of this 3D rendering book, you’ll have gained an improved understanding of best practices used in modern graphic APIs and be able to create fast and versatile 3D rendering frameworks.What you will learnMaster the core features of Vulkan 1.3, with a focus on bindless renderingLearn effective techniques for debugging and profiling Vulkan applicationsBuild a glTF 2.0 physically based rendering pipeline from scratchEnhance visual quality with advanced glTF 2.0 PBR extensionsIntegrate multiple rendering techniques and optimizations into a single applicationManage large-scale content efficiently in real-time 3D rendering enginesLeverage Vulkan compute pipelines for advanced image and geometry processingWho this book is forThis book is for 3D graphics developers who want to build high-performance rendering engines with the latest Vulkan features and modern rendering methods. Whether you’re an experienced developer with a solid grasp of 3D rendering math or someone proficient in C++ and basic linear algebra, this book offers valuable insights to deepen your expertise. If you’ve dabbled in creating custom 3D applications without relying on premade rendering engines, you’ll find this guide particularly useful.

Vulkan Cookbook

by Pawel Lapinski

Work through recipes to unlock the full potential of the next generation graphics API—Vulkan About This Book • This book explores a wide range of modern graphics programming techniques and GPU compute methods to make the best use of the Vulkan API • Learn techniques that can be applied to a wide range of platforms desktop, smartphones, and embedded devices • Get an idea on the graphics engine with multi-platform support and learn exciting imaging processing and post-processing techniques Who This Book Is For This book is ideal for developers who know C/C++ languages, have some basic familiarity with graphics programming, and now want to take advantage of the new Vulkan API in the process of building next generation computer graphics. Some basic familiarity of Vulkan would be useful to follow the recipes. OpenGL developers who want to take advantage of the Vulkan API will also find this book useful. What You Will Learn • Work with Swapchain to present images on screen • Create, submit, and synchronize operations processed by the hardware • Create buffers and images, manage their memory, and upload data to them from CPU • Explore descriptor sets and set up an interface between application and shaders • Organize drawing operations into a set of render passes and subpasses • Prepare graphics pipelines to draw 3D scenes and compute pipelines to perform mathematical calculations •Implement geometry projection and tessellation, texturing, lighting, and post-processing techniques •Write shaders in GLSL and convert them into SPIR-V assemblies •Find out about and implement a collection of popular, advanced rendering techniques found in games and benchmarks In Detail Vulkan is the next generation graphics API released by the Khronos group. It is expected to be the successor to OpenGL and OpenGL ES, which it shares some similarities with such as its cross-platform capabilities, programmed pipeline stages, or nomenclature. Vulkan is a low-level API that gives developers much more control over the hardware, but also adds new responsibilities such as explicit memory and resources management. With it, though, Vulkan is expected to be much faster. This book is your guide to understanding Vulkan through a series of recipes. We start off by teaching you how to create instances in Vulkan and choose the device on which operations will be performed. You will then explore more complex topics such as command buffers, resources and memory management, pipelines, GLSL shaders, render passes, and more. Gradually, the book moves on to teach you advanced rendering techniques, how to draw 3D scenes, and how to improve the performance of your applications. By the end of the book, you will be familiar with the latest advanced techniques implemented with the Vulkan API, which can be used on a wide range of platforms. Style and approach This recipe-based guide will empower you to implement modern graphic programming techniques and help gain a solid understanding of the new Vulkan API.

Vulnerability in Scandinavian Art and Culture

by Mats Hyvönen Adriana Margareta Dancus Maria Karlsson

In this open access book, seventeen scholars discuss how contemporary Scandinavian art and media have become important arenas to articulate and stage various forms of vulnerability in the Scandinavian welfare states. How do discourses of privilege and vulnerability coexist and interact in Scandinavia? How do the Scandinavian countries respond to vulnerability given increased migration? How is vulnerability distributed in terms of margin and centre, normality and deviance? And how can vulnerability be used to move audiences towards each other and accomplish change? We address these questions in an interdisciplinary study that brings examples from celebrated and provocative fiction and documentary films, TV-series, reality TV, art installations, design, literature, graphic art, radio podcasts and campaigns on social media.

Väter allerlei Geschlechts

by Mark Arenhövel Anja Besand Olaf Sanders

Der Band lädt ein darüber nachzudenken, wie Fernsehserien Vaterschaft (und durchaus auch Mutterschaft) inszenieren und welche Momente der gesellschaftlichen Selbstreflexion und Projektion sich darin abzeichnen. Dabei gilt das besondere Interesse dem spezifischen Reflexionspotential serieller Formate: Unter dem Stichwort der Intergenerationenambivalenz fragen wir, wie serielle Fernseherzählungen von Vaterschaft die zunehmende Spannung zwischen traditionellen, auch normativen Rollenbildern und gelebten Familienpraxen auffächern. Welche Modelle von Elternschaft entwerfen Fernsehserien, welche Familienutopien oder -dystopien imaginieren sie? Wie wird dabei über Geschlechter- und Familienrollen reflektiert? Wie thematisieren sie die Widersprüche von Affekt und Macht, von Autonomie und Abhängigkeit in Familienbeziehungen?

W. C. Fields from Sound Film and Radio Comedy to Stardom: Becoming a Cultural Icon (Palgrave Studies in Theatre and Performance History)

by Arthur Frank Wertheim

W. C. Fields is known as a virtuoso comedian and legendary iconoclast who gave the gift of laughter to multitudes. As the first author to use the newly-opened Fields Papers at the Academy library, Arthur Frank Wertheim illuminates the comedian’s arduous ascent to stardom during Hollywood's golden age. The book reveals details of Fields’s turbulent private life, from his wife's refusal to divorce, to his estranged son, and to his fleeting relationships with women. Here is a portrait of an aggrieved artist whose emotional anguish found refuge in his poignant comedy about life’s frustrations and the human condition. This third volume in Wertheim's trilogy documents Fields's rise to iconic status during the counterculture 1960s, creating a legacy of his comedy for generations to come.

W. E. B. Du Bois's Data Portraits: Visualizing Black America

by The W.E.B. Du Bois Center at the University of Massachusetts Amherst

The colorful charts, graphs, and maps presented at the 1900 Paris Exposition by famed sociologist and black rights activist W. E. B. Du Bois offered a view into the lives of black Americans, conveying a literal and figurative representation of "the color line." From advances in education to the lingering effects of slavery, these prophetic infographics —beautiful in design and powerful in content—make visible a wide spectrum of black experience.W. E. B. Du Bois's Data Portraits collects the complete set of graphics in full color for the first time, making their insights and innovations available to a contemporary imagination. As Maria Popova wrote, these data portraits shaped how "Du Bois himself thought about sociology, informing the ideas with which he set the world ablaze three years later in The Souls of Black Folk."

W. E. B. DuBois's Exhibit of American Negroes: African Americans at the Beginning of the Twentieth Century

by Eugene F Provenzo

&“An important snapshot of life for black Americans at the beginning of the twentieth century&” from the editor of The Illustrated Souls of Black Folk (Booklist). &“The problem of the Twentieth Century is the problem of the color-line.&” This quote is among the most prophetic in American history. It was written by W. E. B. DuBois for the Exhibition of American Negroes displayed at the 1900 Paris Exposition. They are words whose force echoed throughout the Twentieth Century. W. E. B. DuBois put together a groundbreaking exhibit about African Americans for the 1900 World&’s Fair in Paris. For the first time, this book takes readers through the exhibit. With more than 200 black-and-white images throughout, this book explores the diverse lives of African Americans at the turn of the century, from challenges to accomplishments. DuBois confronted stereotypes in many ways in the exhibit, and he provided irrefutable evidence of how African Americans had been systematically discriminated against. Though it was only on display for a few brief months, the award-winning Exhibit of American Negroes represents the great lost archive of African American culture from the beginning of the twentieth century. &“Those concerned with African American history will benefit from this work and may wish to also consult Provenzo&’s The Illustrated Souls of Black Folk (2004) for a companion read. Summing Up: Recommended.&” —Choice Reviews &“Ten years before he founded the NAACP, W. E. B. DuBois used his role in the Exhibition to begin the long, fruitful process of achieving equality.&” —Benjamin Todd Jealous, president and CEO of the NAACP

W.C. Fields from the Ziegfeld Follies and Broadway Stage to the Screen

by Arthur Frank Wertheim

This book reveals how Fields became a character comedian while performing in Broadway's most illustrious revue, the Ziegfeld Follies. As the first biography to use the recently opened Fields Papers at the Motion Picture Academy, the book explores how Fields years as a Follies entertainer portraying a beleaguered husband and a captivating conman became a landmark turning point in his career, leading to his fame as a masterful film comedian. The book also untangles a web of mysteries about Fields's turbulent private life, from the heartrending stories about the tragic relationship with his calculating wife who refused to divorce him, to his estranged son controlled by his mother, to the seven-year extra-marital affair with a chorus girl that led to the birth of an unwanted child. This electrifying saga illuminates a complex dual personality, whirling from tenderness to brusqueness, who endured so much anguish in order to bring the gift of laughter to millions. Although vilified by Ziegfeld and assailed by demons, Fields survived the cutthroat rigors of Broadway show biz to become a legendary American iconoclast and cultural icon.

W.J.T. Mitchell's Image Theory: Living Pictures (Routledge Advances in Art and Visual Studies)

by Krešimir Purgar

W.J.T. Mitchell – one of the founders of visual studies – has been at the forefront of many disciplines such as iconology, art history and media studies. His concept of the pictorial turn is known worldwide for having set new philosophical paradigms in dealing with our vernacular visual world. This book will help both students and seasoned scholars to understand key terms in visual studies – pictorial turn, metapictures, literary iconology, image/text, biopictures or living pictures, among many others – while systematically presenting the work of Mitchell as one of the discipline's founders and most prominent figures. As a special feature, the book includes three comprehensive, authoritative and theoretically relevant interviews with Mitchell that focus on different stages of development of visual studies and critical iconology.

W.L. Dow: The Architect Who Shaped Sioux Falls

by Jennifer Dumke

Wallace L. Dow's enduring legacy is visible throughout Sioux Falls and across South Dakota. His distinctive structures, whether civic buildings or private residences, are beholden to no single architectural style. A New Hampshire native, Dow was brought to the Dakota Territory in the 1880s by Governor Nehemiah Ordway. Dow quickly established himself as the preeminent architect of the Dakota prairie, designing iconic structures like Sioux Falls Courthouse and the penitentiary, as well as many beautiful private residences. Using local Sioux quartzite, Dow's buildings gave the emerging Dakota Territory an identity. Yet the architect himself remains something of a mystery. Join author and Dow documentarian Jennifer Dumke as she uncovers Dow's story, recounting the life and work of a true Sioux Falls original who left his mark statewide.

WALCOM: 15th International Conference and Workshops, WALCOM 2021, Yangon, Myanmar, February 28 – March 2, 2021, Proceedings (Lecture Notes in Computer Science #12635)

by Ryuhei Uehara Seok-Hee Hong Subhas C. Nandy

This book constitutes the proceedings of the 15th International Conference on Algorithms and Computation, WALCOM 2021, which was planned to take place in Yangon, Myanmar in February/March 2021. The conference changed to an online format due to the COVID-19 pandemic. The 24 full papers included in this volume were carefully reviewed and selected from a total of 60 submissions. They cover diverseareas of algorithms and computation, such as approximation algorithms, algorithmic graph theory and combinatorics, combinatorial algorithms, combinatorial optimization, computational biology, computational complexity, computational geometry, discrete geometry, data structures, experimental algorithm methodologies, graph algorithms, graph drawing, parallel and distributed algorithms, parameterized algorithms, parameterized complexity, network optimization, online algorithms, randomized algorithms, and string algorithms.

WALCOM: 16th International Conference and Workshops, WALCOM 2022, Jember, Indonesia, March 24–26, 2022, Proceedings (Lecture Notes in Computer Science #13174)

by Md. Saidur Rahman Petra Mutzel Slamin

This book constitutes the proceedings of the 16th International Conference on Algorithms and Computation, WALCOM 2022, which was held in Jember, Indonesia, during March 24-26, 2022.This proceedings volume contains 30 full papers which were carefully reviewed and selected from a total of 89 submissions and 3 invited papers. They cover diverse areas of algorithms and computation, such as approximation algorithms, computational complexity, computational geometry, graph algorithms, graph drawing and visualization, online algorithms, parameterized complexity and property testing.

WALCOM: 18th International Conference and Workshops on Algorithms and Computation, WALCOM 2024, Kanazawa, Japan, March 18–20, 2024, Proceedings (Lecture Notes in Computer Science #14549)

by Hsu-Chun Yen Ryuhei Uehara Katsuhisa Yamanaka

This book constitutes the refereed proceedings of the 18th International Conference and Workshops on Algorithms and Computation, WALCOM 2024, held in Kanazawa, Japan, during March 18–20, 2024. The 28 full papers presented in this book, together with two extended abstracts of invited talks, were carefully reviewed and selected from 80 submissions. They cover diverse areas of algorithms and computation, that is, approximation algorithms, algorithmic graph theory and combinatorics, combinatorial algorithms, combinatorial optimization, computational biology, combinatorial reconfiguration, computational complexity, computational geometry, discrete geometry, data structures, experimental algorithm methodologies, graph algorithms, graph drawing, parallel and distributed algorithms, parameterized algorithms, parameterized complexity, network optimization, online algorithms, randomized algorithms, and string algorithms.

WALCOM: 19th International Conference and Workshops on Algorithms and Computation, WALCOM 2025, Chengdu, China, February 28 – March 2, 2025, Proceedings (Lecture Notes in Computer Science #15411)

by Shin-Ichi Nakano Mingyu Xiao

This book LNCS 15411 constitutes the refereed proceedings of the 19th International Conference and Workshops on Algorithms and Computation, WALCOM 2025, held in Chengdu, China, during February 28 – March 2, 2025. The 26 full papers were carefully reviewed and selected from 68 submissions. WALCOM 2025 covered a wide range of topics, including approximation algorithms, algorithmic graph theory and combinatorics, algorithmic and combinatorial aspects of logic, combinatorial algorithms, combinatorial optimization, combinatorial reconfiguration, computational biology, computational complexity, computational geometry, discrete geometry, data structures, experimental algorithm methodologies, graph algorithms, graph drawing, parallel and distributed algorithms, parameterized algorithms and complexity, network optimization, online algorithms, randomized algorithms, and string algorithms.

WARHOLCAPOTE: A Non-Fiction Invention

by Rob Roth

An enthralling play based on lost tapes between two cultural giants and friends—Andy Warhol and Truman Capote.In 1978 Andy Warhol and Truman Capote decided to write a Broadway play. Andy suggested that he record their private conversations over the period of a few months, and that these tapes would be the source material for the play. The tapes were then filed away and forgotten. Their play was never completed. Now, award-winning director Rob Roth brings their vision to life after a years-long search to unearth the eighty hours of tapes between two of the most daring artists of postwar America. WARHOLCAPOTE, based on words actually spoken by the two men, is set in the &’70s and &’80s, toward the end of their close connection and not too long before their untimely deaths. Their special, complex friendship is captured by Roth with bracing intimacy as they discuss life, love, and art and everything in between. Every word in the play comes directly from these two 20th century geniuses. The structure of the conversations springs from Roth&’s imagination.

WARNING! Graphic Content: Political Cartoons, Comix and the Uncensored Artistic Mind

by Larry Gross Mr Fish

Have your IDs ready and your intolerance for incendiary pictures and controversial ideas checked at the door for it's time to step into the head of the unabashedly liberal, award-winning cartoonist and writer Dwayne Booth (aka "Mr. Fish"), where inflammatory ideas meet deep insights and something like inspiring woe, discouraging indifference and gleeful nihilism are born!In this new book, WARNING! Graphic Content,Mr. Fish examines the past, present and future of art as commentary, deciphering its substructure and translating its unique alphabet into a wholly accessible vocabulary. Through extensive interviews, numerous audio and video clips and nearly 400 provocative images, he demonstrates unequivocally how uncensored art and weaponized jokes from cartoonists, satirists and fine artists through history provide humanity with its most thorough and revealing self-portraits. Find out what is right and wrong with the profession of political cartooning. Discover the truth about why our visual language is so much more adept than our verbal language at explaining and understanding the existential stuff and nonsense that elates and burdens us every day. Have you ever wondered: What's the difference between art and craft? Why are artists so poorly paid? If Yoko Ono sat silently in the middle of a crowded auditorium in her underpants and everybody was there to see it, would she make any sense whatsoever? What is a bogey ball and does it really need to be made out of real snot to be impactful? Mr. Fish answers all these questions and more in this book! This is work that provokes thought and debate and great peels of laughter, but is not intended for the faint of heart.

WHAT IF?: You Are and Life Is Miraculous! ABC, Affirmation, Art Coloring Book

by Audrye S. Arbe

WHAT IF? YOU ARE AND LIFE IS MIRACULOUS!, ABC, Affirmation, Art Coloring Book, printed on 100 percent post-consumer recycled paper, is ready for you! Great for anyone five years young and beyond, this book transforms and uplifts the reader's vibration, intrigues and piques the intellect with outstanding words, plus leads to brain-enhancement with its multi-perspective Audrye OmArt: Art That Opens the Heart (c). Coloring is the new meditation, hailed by psychologists as a way to uplift depression, help those in recovery, and, this book in particular, bring forth gales of laughter. Children, adolescents, teens, and adults love this book! Each run benefits the planet, as well, as testified to by www.GreenPressInitiative.org in the book itself.

WILDE NOW: Performance, Celebrity and Intermediality in Oscar Wilde (Palgrave Studies in Music and Literature)

by Pierpaolo Martino

WILDE NOWreads Oscar Wilde through our now, through a contemporary sensibility (and approach), in which literature and popular culture interrogate and are interrogated by critical concepts and categories such as performance, celebrity, intermediality, and consumerism. This volume exceeds the shape and meaning of a critical study to turn into a drama of five different acts/moments in Wilde’s life and work: his early performances in Dublin, London and Oxford; the 1882 American tour; his successful season of the first half of the 1890s, his prison years and finally his glorious resurrection in contemporary pop culture. Most importantly WILDE NOW approaches these moments through contemporary rewritings and performances of “Oscar Wilde” in the fields of cinema, music and literature by such artists as Al Pacino, Rupert Everett, Stephen Fry, Gyles Brandreth, David Hare, David Bowie, Morrissey, Nick Cave, Neil Tennant, Gavin Friday. These artists – through their awareness of the importance of being/playing Oscar in their specific worlds and cultural contexts – will also show us that Wilde can be conceived as a subversive, critical role one might successfully perform and appropriate, now more than ever.

WJEC Eduqas Film Studies for A Level & AS – Student Book - Revised Edition

by Mark Ramey Ellen Cheshire Jenny Stewart Lisa Wardle Laura Barbey Maxine Crampton

Written by experienced Film Studies authors and teachers, this Student Book provides the core knowledge and exemplification you will need throughout your Film Studies course and will help to prepare you thoroughly for your exams.- Concepts are explored through in-depth case study chapters on 14 films from the specification including: Casablanca, Bonnie and Clyde, La La Land, Beasts of the Southern Wild, Trainspotting, Sightseers, Mustang, Taxi Tehran, Stories We Tell, Sunrise, Buster Keaton shorts, Pulp Fiction, Daisies and Saute ma Ville, as well as references to many other films- A dedicated chapter on the Non-Examined Assessment production element of the specification provides practical tips on film production- Independent Activities provide direction and suggestions for study outside the classroom to broaden knowledge of the genres under study- Study Tips give advice on skills and highlight best practice when revising for your exams- Key Definitions introduce and reinforce key terminology and examples of how they should be used are provided- Exam-style questions enable you to test yourself and help you refine your exam technique- Sample extracts from student essays with expert commentaries help you to improve your exam technique

WJEC Eduqas Film Studies for A Level & AS – Student Book - Revised Edition

by Mark Ramey Ellen Cheshire Jenny Stewart Lisa Wardle Laura Barbey Maxine Crampton

Written by experienced Film Studies authors and teachers, this Student Book provides the core knowledge and exemplification you will need throughout your Film Studies course and will help to prepare you thoroughly for your exams.- Concepts are explored through in-depth case study chapters on 14 films from the specification including: Casablanca, Bonnie and Clyde, La La Land, Beasts of the Southern Wild, Trainspotting, Sightseers, Mustang, Taxi Tehran, Stories We Tell, Sunrise, Buster Keaton shorts, Pulp Fiction, Daisies and Saute ma Ville, as well as references to many other films- A dedicated chapter on the Non-Examined Assessment production element of the specification provides practical tips on film production- Independent Activities provide direction and suggestions for study outside the classroom to broaden knowledge of the genres under study- Study Tips give advice on skills and highlight best practice when revising for your exams- Key Definitions introduce and reinforce key terminology and examples of how they should be used are provided- Exam-style questions enable you to test yourself and help you refine your exam technique- Sample extracts from student essays with expert commentaries help you to improve your exam technique

WJEC Eduqas GCSE (9-1) Design and Technology

by Chris Walker Ian Fawcett Dan Hughes Andy Knight Jennifer Tilley Jacqui Howells

Exam board: WJEC EduqasLevel: GCSESubject: Design & TechnologyFirst teaching: September 2017First exams: Summer 2019Reinforce classroom learning and boost students' understanding of all materials with this textbook written for the WJEC Eduqas GCSE (9-1) Design & Technology specification.Written by leading D&T experts, this textbook will build your students' knowledge of the core principles, help to develop their designing and making skills and provide them with the opportunity to make sure they are ready to tackle both parts of the assessment. - Helps students clearly understand the core principles of all materials and general concepts of designing and making, as well as build their knowledge, understanding and skills for one material or system in more depth- Hones students' mathematical and scientific ability so they don't miss out on the easy marks- Features practice questions in the style of the written exam to make sure students are confident to tackle the written element of the assessment- Inspires and motivates students with stretch and challenge: activities designed to challenge the more able learners and to ensure progression to A-level

WJEC Eduqas GCSE Film Studies – Student Book - Revised Edition

by Jackie Newman Dave Fairclough Kelly Fincham Julie Patrick Ian Moreno-Melgar Leanne Madge

Revised and updated to match the latest WJEC Eduqas GCSE Film Studies specification and covering many of the latest film texts for assessment from 2024, this highly visual and engaging Student Book will support students through the course and help prepare them for their exams.- Written by a team of experienced examiners and teachers, this book offers high quality support you can trust.- Comprehensive definitions of key terms throughout the book with examples of how they should be used in analyses.- Case studies of key films provide an in-depth exploration of the key elements of film form.- A dedicated chapter on the Non-Examined Assessment production element of the specification provides clear guidance on how students will be assessed.- New stretch and challenge tasks allow students to further develop their understanding.- Exam-style questions enable students to test themselves and help refine exam technique.- Sample exam questions with student answers and teacher commentaries show how to produce high-mark answers and prepare for the exam.

Refine Search

Showing 55,951 through 55,975 of 58,386 results