If you're studying GCSE Computer Science, you've come to the...
OCR Computer Science GCSE J277 Specification Guide











Qualification Overview
This is just the cover page of your OCR GCSE Computer Science specification - think of it as your roadmap to success! The qualification code J277 is what you'll see on all your official documents and exam papers.
Don't worry about memorising all these reference numbers and codes. What matters is that this qualification is recognised everywhere and will set you up brilliantly for further study or careers in computing.
The 2024 version means you're getting the most up-to-date content that reflects what's actually happening in the tech world right now.
Quick tip: Bookmark the OCR website (ocr.org.uk/gcsecomputerscience) - it's where you'll find all the latest resources and updates throughout your course.

Important Legal Stuff
Here's the boring but necessary bit - OCR owns the copyright on this specification, but your school can copy bits of it for teaching. Think of it like a textbook that your teachers can photocopy pages from for lessons.
The key thing to remember is that specifications get updated regularly. If there's ever a difference between what your textbook says and what the official specification says, always trust the specification - it's the boss!
Your teachers will be told about any changes, and the OCR website always has the newest version. This means you'll never be caught off guard by outdated information.
Stay smart: If you spot any confusing differences between resources, your teachers can email OCR directly to sort it out.

What's Inside This Specification
This contents page is basically your study planner - it shows you exactly what you'll be learning and when you'll be tested on it. The two main components are Computer Systems and Computational Thinking, Algorithms and Programming .
Each section is worth 50% of your final grade, so they're equally important. You'll also need to complete practical programming tasks throughout your course, which help bring everything together.
The specification covers everything from assessment objectives to mathematical skills requirements. Don't panic about the maths bit - it's mostly basic calculations that you can definitely handle.
Pro tip: Use this contents page to track your progress - tick off topics as you master them to see how far you've come!

Why Choose OCR Computer Science
OCR is one of the UK's biggest exam boards and part of Cambridge University, so you know you're getting quality. Over 13,000 schools choose OCR qualifications because they actually work in the real world.
The best bit? This qualification was designed by teachers, for teachers after loads of research. That means it's built to help you succeed, not trick you up. The content is straightforward and your teachers can adapt it to what works best for your class.
You'll get amazing support throughout your course, including textbooks from top publishers, online past papers, and active results analysis to help you see exactly where you're excelling and where you need to focus more.
Subject advisors are always available to help your teachers, which means better lessons for you. Plus, everything's designed to lead smoothly into A Level Computer Science if you want to continue.
Confidence boost: You're not just learning for exams - you're developing valuable programming and thinking skills that employers are desperate for!

Course Aims and Key Features
This course will turn you into a computational thinking machine! You'll learn to break down complex problems, design algorithms, and actually write programs that solve real issues. Plus, you'll understand how digital systems work and their impact on society.
The assessment is brilliantly simple: two papers, each worth 50%. One focuses on computer systems (the hardware and theory), while the other tests your programming and problem-solving skills. No coursework stress - just two exams that test what matters.
Your mathematical skills will get stronger too, but don't worry - it's maths that makes sense in computing context, not abstract theory. You'll use it for things like calculating file sizes and working with binary numbers.
The whole thing's designed to develop critical thinking and creativity alongside technical skills. You're not just memorising facts - you're learning to think like a computer scientist.
Future-proof: These thinking and programming skills are extremely attractive in the modern workplace - you're basically future-proofing your career!

Getting More Information
Need help or want to know more? OCR has got your back with loads of ways to get support. Your teachers can contact them directly, and there are loads of online resources waiting for you.
The subject web page and Twitter account (@ocr_ict) are great for staying updated with tips and news. Plus, the Customer Contact Centre is there if you need direct help.
Whether your school is new to OCR or has been using them for years, the support is exactly the same - comprehensive and helpful.
Stay connected: Following OCR on social media is a clever way to pick up exam tips and hear about new resources as soon as they're available.

Assessment Structure
Here's where it gets real - two papers, 90 minutes each, no calculators allowed. Component 1 covers all the systems and theory stuff, while Component 2 is where you'll show off your programming and problem-solving skills.
Both papers are worth exactly 50%, so you can't ignore either one. Component 2 has two sections, and in Section B you can answer algorithm questions using either the OCR reference language or whatever programming language you're comfortable with.
The practical programming element runs throughout your course - you'll work on programming tasks that bring together everything you're learning. This isn't separately assessed but gives you the hands-on experience that makes the exam questions much easier.
All questions are mandatory, but don't panic - they range from multiple choice to extended response, so there's something that suits every type of learner.
Smart strategy: The practical programming isn't just for fun - it's what makes the difference between knowing theory and actually understanding how to apply it in the exams.

Systems Architecture Deep Dive
Your CPU is basically your computer's brain, and understanding the fetch-execute cycle is crucial - it's how your computer actually processes instructions. You'll need to know what each component does during this cycle.
The ALU handles calculations, the Control Unit manages everything, cache provides super-fast storage, and registers are tiny but crucial storage areas. In Von Neumann architecture, each register has a specific job that you'll need to understand.
CPU performance depends on three main things: clock speed (how fast it runs), cache size (how much fast storage it has), and number of cores (how many tasks it can handle simultaneously). More of each generally means better performance.
Embedded systems are everywhere - from washing machines to smart TVs. They're specialised computers built for specific tasks, and you'll need to recognise examples and understand their characteristics.
Real-world connection: Every time you use any electronic device, you're interacting with these concepts - understanding them helps you see how technology actually works around you!

Memory and Storage Essentials
Primary storage is what your computer uses right now - RAM for temporary storage (loses data when power's off) and ROM for permanent instructions (keeps data forever). When RAM fills up, virtual memory uses your hard drive as backup RAM, though it's much slower.
Secondary storage is where everything gets saved long-term. You need to know optical (CDs/DVDs), magnetic (hard drives), and solid state (USB sticks/SSDs) storage types, plus when to use each one.
Each storage type has different capacity, speed, portability, durability, reliability and cost characteristics. SSDs are fast but expensive, hard drives are cheap with huge capacity, while optical storage is great for archiving but slow for everyday use.
Units of storage start with bits and bytes, then jump up through kilobytes, megabytes, gigabytes and beyond. Everything in computing uses binary because computers only understand on/off signals.
Memory trick: RAM is like your desk (temporary workspace) while secondary storage is like your filing cabinet (permanent storage) - you need both to work effectively!

Data Storage and Number Systems
Binary is the language computers speak - everything gets converted to 1s and 0s for processing. You'll need to convert between binary, decimal and hexadecimal number systems confidently, working with numbers up to 8 bits (0-255 in decimal).
File size calculations are dead useful in real life. Sound files depend on sample rate × duration × bit depth, images use colour depth × height × width, and text files are bits per character × number of characters. These formulas will definitely appear in your exam!
Binary shifts are like multiplication and division shortcuts - shifting left multiplies by 2, shifting right divides by 2. It's much faster than normal arithmetic and computers use it constantly.
You'll work with 8-bit binary numbers (like 11010 which is the same as 00011010), and need to understand overflow errors when adding binary numbers produces results too big to fit in the available bits.
Exam gold: Master these number conversions early - they appear throughout the course and in multiple exam questions, so getting quick at them saves loads of time!
We thought you’d never ask...
Similar content
Most popular content: Computer System
9GCSE Computer Science Overview
Comprehensive study material for OCR GCSE Computer Science covering key topics such as computer architecture, network security, programming techniques, and ethical considerations. Ideal for exam preparation, this resource includes essential concepts, exam questions, and definitions to enhance understanding and retention.
GCSE Computer Science // Revision Notes
Concise revision notes for the GCSE OCR computer science specification (J277). Contains all the info needed for paper 1. Paper 2 is in my bio.
Essential Computer Components
Explore the key components of computer hardware, including the CPU, RAM, motherboard, graphics card, and sound card. This summary provides a clear overview of each component's function and importance in a computer system, ideal for students studying computer science or IT. Understand how these elements work together to enhance performance and user experience.
Understanding Operating Systems
Explore the essential functions of operating systems, including file management, memory management, and user interfaces. This summary covers key concepts such as fragmentation, multitasking, and device drivers, providing a comprehensive overview for GCSE OCR Computing Paper 1. Ideal for students seeking to grasp the fundamentals of system software.
CPU Architecture Overview
Explore the architecture of the Central Processing Unit (CPU) including the fetch-decode-execute cycle, key components like the ALU, Control Unit, and registers, and the principles of Von Neumann architecture. This summary is essential for understanding CPU processes in computer science.
Essential Computer Components
Explore the key components of a computer system, including the CPU, motherboard, RAM, HDD, SSD, and GPU. This summary provides a clear overview of each part's function and importance in computer architecture, tailored for Edexcel GCSE Computer Science students.
1.1
Computer Science A Level OCR 1.1
Harvard vs Von Neumann
Explore the key differences between Harvard and Von Neumann architectures in this detailed presentation. Understand their unique memory structures, speed advantages, and flexibility. This resource also covers contemporary processor architecture and includes practice exam questions to enhance your learning. Ideal for students studying computer architecture.
Computer Hardware Essentials
Explore key concepts of computer hardware, including CPU architecture, memory types (RAM, ROM), and embedded systems. This revision guide covers the von Neumann architecture, data storage methods, and performance factors affecting CPUs. Ideal for EDEXCEL Computer Science students preparing for exams.
Most popular content in Computer Science
9Computer Science quiz
Purpose, Components and functions of CPU. Also von neuman architecture
GCSE Computer Science Overview
Comprehensive study material for OCR GCSE Computer Science covering key topics such as computer architecture, network security, programming techniques, and ethical considerations. Ideal for exam preparation, this resource includes essential concepts, exam questions, and definitions to enhance understanding and retention.
cs ocr
Level up your computer science knowledge with this comprehensive flashcard set designed for grade 11 students. Dive deep into complex concepts and ace your exams!
GCSE Computer Science Revision
Comprehensive revision notes for OCR GCSE Computer Science Component 1 (J277). Covers key topics including networking, cybersecurity, data compression, computer architecture, and ethical issues. Ideal for exam preparation and understanding core concepts. Access original slides for further details.
computer science,geography
this will help you revise for when you are next tested on these questions this will also help you to remember
computing quiz for
good luck
GCSE Computer Science Algorithms
Comprehensive overview of algorithms for AQA GCSE Computer Science Paper 1, covering key concepts such as sorting (Bubble Sort, Merge Sort), searching (Linear and Binary Search), and essential programming principles like data types, pseudocode, and flowcharts. Ideal for exam preparation and understanding algorithm efficiency.
GCSE Computer Science // Revision Notes
Concise revision notes for the GCSE OCR computer science specification (J277). Contains all the info needed for paper 1. Paper 2 is in my bio.
A-Level Computer Science Paper 1 (Revision sheet)
(Apologies if some things look a bit off, converting the PowerPoint to PDF was a struggle as it wouldn’t let me include my custom drawings for diagrams)
Most popular content
9Sociology of Families: Comprehensive Revision
Dive into an extensive overview of family dynamics, perspectives, and patterns in sociology. This resource covers key concepts such as family diversity, gender roles, marriage, and the impact of social policies on family structures. Perfect for A-Level Sociology students preparing for Paper 2.
Sociology of Education Overview
Explore comprehensive A-Level Sociology notes on the education system, covering key theories, policies, and sociological perspectives. This resource includes insights on marketisation, gender roles, cultural deprivation, and educational inequalities, providing a thorough understanding of how education shapes social stratification and individual achievement. Ideal for exam preparation and in-depth study.
Criminology: Crime & Punishment Overview
Comprehensive mindmaps covering key concepts in the Crime and Punishment topic for WJEC Criminology Unit 4. This resource includes detailed insights into the Criminal Justice System, crime prevention strategies, sentencing models, and the roles of various agencies. Ideal for A-Level revision, ensuring you grasp essential theories and legislative processes to excel in your exams.
Comprehensive Crime & Deviance Overview
Explore an extensive revision of crime and deviance topics, including theories, types of crime, and the impact of media. This resource covers key concepts such as Marxism, functionalism, gender and crime, and the influence of globalization on criminal behavior. Ideal for students seeking a thorough understanding of criminology and its various theories. Type: Full Topic Revision.
Cell Biology and Cell structure
cell structures
WJEC Unit 4 Criminology
Criminology unit 4 detailed revision note
Sociological Theories Overview
Comprehensive revision of key sociological theories including Functionalism, Marxism, Feminism, and Interpretivism. Explore concepts like value freedom, identity formation, and the critique of social control. Ideal for AQA A-Level Sociology students preparing for exams. This summary covers essential theories and their implications in sociology, providing a clear understanding of each perspective.
The functions of subcellular structures - B1 Biology
Flashcards on the different functions of subcellular structures: cell membrane, nucleus, mitochondria, ribosomes, cytoplasm, permant vacuole, chloroplasts and cell wall.
1.cells Gcse biology question cards
combined science higher biology
Students love us — and so will you.
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.
OCR Computer Science GCSE J277 Specification Guide
If you're studying GCSE Computer Science, you've come to the right place! This is OCR's official specification guide for the J277 qualification, which breaks down everything you need to know about computer systems, programming, and computational thinking. It's designed to...

Qualification Overview
This is just the cover page of your OCR GCSE Computer Science specification - think of it as your roadmap to success! The qualification code J277 is what you'll see on all your official documents and exam papers.
Don't worry about memorising all these reference numbers and codes. What matters is that this qualification is recognised everywhere and will set you up brilliantly for further study or careers in computing.
The 2024 version means you're getting the most up-to-date content that reflects what's actually happening in the tech world right now.
Quick tip: Bookmark the OCR website (ocr.org.uk/gcsecomputerscience) - it's where you'll find all the latest resources and updates throughout your course.

Important Legal Stuff
Here's the boring but necessary bit - OCR owns the copyright on this specification, but your school can copy bits of it for teaching. Think of it like a textbook that your teachers can photocopy pages from for lessons.
The key thing to remember is that specifications get updated regularly. If there's ever a difference between what your textbook says and what the official specification says, always trust the specification - it's the boss!
Your teachers will be told about any changes, and the OCR website always has the newest version. This means you'll never be caught off guard by outdated information.
Stay smart: If you spot any confusing differences between resources, your teachers can email OCR directly to sort it out.

What's Inside This Specification
This contents page is basically your study planner - it shows you exactly what you'll be learning and when you'll be tested on it. The two main components are Computer Systems and Computational Thinking, Algorithms and Programming .
Each section is worth 50% of your final grade, so they're equally important. You'll also need to complete practical programming tasks throughout your course, which help bring everything together.
The specification covers everything from assessment objectives to mathematical skills requirements. Don't panic about the maths bit - it's mostly basic calculations that you can definitely handle.
Pro tip: Use this contents page to track your progress - tick off topics as you master them to see how far you've come!

Why Choose OCR Computer Science
OCR is one of the UK's biggest exam boards and part of Cambridge University, so you know you're getting quality. Over 13,000 schools choose OCR qualifications because they actually work in the real world.
The best bit? This qualification was designed by teachers, for teachers after loads of research. That means it's built to help you succeed, not trick you up. The content is straightforward and your teachers can adapt it to what works best for your class.
You'll get amazing support throughout your course, including textbooks from top publishers, online past papers, and active results analysis to help you see exactly where you're excelling and where you need to focus more.
Subject advisors are always available to help your teachers, which means better lessons for you. Plus, everything's designed to lead smoothly into A Level Computer Science if you want to continue.
Confidence boost: You're not just learning for exams - you're developing valuable programming and thinking skills that employers are desperate for!

Course Aims and Key Features
This course will turn you into a computational thinking machine! You'll learn to break down complex problems, design algorithms, and actually write programs that solve real issues. Plus, you'll understand how digital systems work and their impact on society.
The assessment is brilliantly simple: two papers, each worth 50%. One focuses on computer systems (the hardware and theory), while the other tests your programming and problem-solving skills. No coursework stress - just two exams that test what matters.
Your mathematical skills will get stronger too, but don't worry - it's maths that makes sense in computing context, not abstract theory. You'll use it for things like calculating file sizes and working with binary numbers.
The whole thing's designed to develop critical thinking and creativity alongside technical skills. You're not just memorising facts - you're learning to think like a computer scientist.
Future-proof: These thinking and programming skills are extremely attractive in the modern workplace - you're basically future-proofing your career!

Getting More Information
Need help or want to know more? OCR has got your back with loads of ways to get support. Your teachers can contact them directly, and there are loads of online resources waiting for you.
The subject web page and Twitter account (@ocr_ict) are great for staying updated with tips and news. Plus, the Customer Contact Centre is there if you need direct help.
Whether your school is new to OCR or has been using them for years, the support is exactly the same - comprehensive and helpful.
Stay connected: Following OCR on social media is a clever way to pick up exam tips and hear about new resources as soon as they're available.

Assessment Structure
Here's where it gets real - two papers, 90 minutes each, no calculators allowed. Component 1 covers all the systems and theory stuff, while Component 2 is where you'll show off your programming and problem-solving skills.
Both papers are worth exactly 50%, so you can't ignore either one. Component 2 has two sections, and in Section B you can answer algorithm questions using either the OCR reference language or whatever programming language you're comfortable with.
The practical programming element runs throughout your course - you'll work on programming tasks that bring together everything you're learning. This isn't separately assessed but gives you the hands-on experience that makes the exam questions much easier.
All questions are mandatory, but don't panic - they range from multiple choice to extended response, so there's something that suits every type of learner.
Smart strategy: The practical programming isn't just for fun - it's what makes the difference between knowing theory and actually understanding how to apply it in the exams.

Systems Architecture Deep Dive
Your CPU is basically your computer's brain, and understanding the fetch-execute cycle is crucial - it's how your computer actually processes instructions. You'll need to know what each component does during this cycle.
The ALU handles calculations, the Control Unit manages everything, cache provides super-fast storage, and registers are tiny but crucial storage areas. In Von Neumann architecture, each register has a specific job that you'll need to understand.
CPU performance depends on three main things: clock speed (how fast it runs), cache size (how much fast storage it has), and number of cores (how many tasks it can handle simultaneously). More of each generally means better performance.
Embedded systems are everywhere - from washing machines to smart TVs. They're specialised computers built for specific tasks, and you'll need to recognise examples and understand their characteristics.
Real-world connection: Every time you use any electronic device, you're interacting with these concepts - understanding them helps you see how technology actually works around you!

Memory and Storage Essentials
Primary storage is what your computer uses right now - RAM for temporary storage (loses data when power's off) and ROM for permanent instructions (keeps data forever). When RAM fills up, virtual memory uses your hard drive as backup RAM, though it's much slower.
Secondary storage is where everything gets saved long-term. You need to know optical (CDs/DVDs), magnetic (hard drives), and solid state (USB sticks/SSDs) storage types, plus when to use each one.
Each storage type has different capacity, speed, portability, durability, reliability and cost characteristics. SSDs are fast but expensive, hard drives are cheap with huge capacity, while optical storage is great for archiving but slow for everyday use.
Units of storage start with bits and bytes, then jump up through kilobytes, megabytes, gigabytes and beyond. Everything in computing uses binary because computers only understand on/off signals.
Memory trick: RAM is like your desk (temporary workspace) while secondary storage is like your filing cabinet (permanent storage) - you need both to work effectively!

Data Storage and Number Systems
Binary is the language computers speak - everything gets converted to 1s and 0s for processing. You'll need to convert between binary, decimal and hexadecimal number systems confidently, working with numbers up to 8 bits (0-255 in decimal).
File size calculations are dead useful in real life. Sound files depend on sample rate × duration × bit depth, images use colour depth × height × width, and text files are bits per character × number of characters. These formulas will definitely appear in your exam!
Binary shifts are like multiplication and division shortcuts - shifting left multiplies by 2, shifting right divides by 2. It's much faster than normal arithmetic and computers use it constantly.
You'll work with 8-bit binary numbers (like 11010 which is the same as 00011010), and need to understand overflow errors when adding binary numbers produces results too big to fit in the available bits.
Exam gold: Master these number conversions early - they appear throughout the course and in multiple exam questions, so getting quick at them saves loads of time!
We thought you’d never ask...
Similar content
Most popular content: Computer System
9GCSE Computer Science Overview
Comprehensive study material for OCR GCSE Computer Science covering key topics such as computer architecture, network security, programming techniques, and ethical considerations. Ideal for exam preparation, this resource includes essential concepts, exam questions, and definitions to enhance understanding and retention.
GCSE Computer Science // Revision Notes
Concise revision notes for the GCSE OCR computer science specification (J277). Contains all the info needed for paper 1. Paper 2 is in my bio.
Essential Computer Components
Explore the key components of computer hardware, including the CPU, RAM, motherboard, graphics card, and sound card. This summary provides a clear overview of each component's function and importance in a computer system, ideal for students studying computer science or IT. Understand how these elements work together to enhance performance and user experience.
Understanding Operating Systems
Explore the essential functions of operating systems, including file management, memory management, and user interfaces. This summary covers key concepts such as fragmentation, multitasking, and device drivers, providing a comprehensive overview for GCSE OCR Computing Paper 1. Ideal for students seeking to grasp the fundamentals of system software.
CPU Architecture Overview
Explore the architecture of the Central Processing Unit (CPU) including the fetch-decode-execute cycle, key components like the ALU, Control Unit, and registers, and the principles of Von Neumann architecture. This summary is essential for understanding CPU processes in computer science.
Essential Computer Components
Explore the key components of a computer system, including the CPU, motherboard, RAM, HDD, SSD, and GPU. This summary provides a clear overview of each part's function and importance in computer architecture, tailored for Edexcel GCSE Computer Science students.
1.1
Computer Science A Level OCR 1.1
Harvard vs Von Neumann
Explore the key differences between Harvard and Von Neumann architectures in this detailed presentation. Understand their unique memory structures, speed advantages, and flexibility. This resource also covers contemporary processor architecture and includes practice exam questions to enhance your learning. Ideal for students studying computer architecture.
Computer Hardware Essentials
Explore key concepts of computer hardware, including CPU architecture, memory types (RAM, ROM), and embedded systems. This revision guide covers the von Neumann architecture, data storage methods, and performance factors affecting CPUs. Ideal for EDEXCEL Computer Science students preparing for exams.
Most popular content in Computer Science
9Computer Science quiz
Purpose, Components and functions of CPU. Also von neuman architecture
GCSE Computer Science Overview
Comprehensive study material for OCR GCSE Computer Science covering key topics such as computer architecture, network security, programming techniques, and ethical considerations. Ideal for exam preparation, this resource includes essential concepts, exam questions, and definitions to enhance understanding and retention.
cs ocr
Level up your computer science knowledge with this comprehensive flashcard set designed for grade 11 students. Dive deep into complex concepts and ace your exams!
GCSE Computer Science Revision
Comprehensive revision notes for OCR GCSE Computer Science Component 1 (J277). Covers key topics including networking, cybersecurity, data compression, computer architecture, and ethical issues. Ideal for exam preparation and understanding core concepts. Access original slides for further details.
computer science,geography
this will help you revise for when you are next tested on these questions this will also help you to remember
computing quiz for
good luck
GCSE Computer Science Algorithms
Comprehensive overview of algorithms for AQA GCSE Computer Science Paper 1, covering key concepts such as sorting (Bubble Sort, Merge Sort), searching (Linear and Binary Search), and essential programming principles like data types, pseudocode, and flowcharts. Ideal for exam preparation and understanding algorithm efficiency.
GCSE Computer Science // Revision Notes
Concise revision notes for the GCSE OCR computer science specification (J277). Contains all the info needed for paper 1. Paper 2 is in my bio.
A-Level Computer Science Paper 1 (Revision sheet)
(Apologies if some things look a bit off, converting the PowerPoint to PDF was a struggle as it wouldn’t let me include my custom drawings for diagrams)
Most popular content
9Sociology of Families: Comprehensive Revision
Dive into an extensive overview of family dynamics, perspectives, and patterns in sociology. This resource covers key concepts such as family diversity, gender roles, marriage, and the impact of social policies on family structures. Perfect for A-Level Sociology students preparing for Paper 2.
Sociology of Education Overview
Explore comprehensive A-Level Sociology notes on the education system, covering key theories, policies, and sociological perspectives. This resource includes insights on marketisation, gender roles, cultural deprivation, and educational inequalities, providing a thorough understanding of how education shapes social stratification and individual achievement. Ideal for exam preparation and in-depth study.
Criminology: Crime & Punishment Overview
Comprehensive mindmaps covering key concepts in the Crime and Punishment topic for WJEC Criminology Unit 4. This resource includes detailed insights into the Criminal Justice System, crime prevention strategies, sentencing models, and the roles of various agencies. Ideal for A-Level revision, ensuring you grasp essential theories and legislative processes to excel in your exams.
Comprehensive Crime & Deviance Overview
Explore an extensive revision of crime and deviance topics, including theories, types of crime, and the impact of media. This resource covers key concepts such as Marxism, functionalism, gender and crime, and the influence of globalization on criminal behavior. Ideal for students seeking a thorough understanding of criminology and its various theories. Type: Full Topic Revision.
Cell Biology and Cell structure
cell structures
WJEC Unit 4 Criminology
Criminology unit 4 detailed revision note
Sociological Theories Overview
Comprehensive revision of key sociological theories including Functionalism, Marxism, Feminism, and Interpretivism. Explore concepts like value freedom, identity formation, and the critique of social control. Ideal for AQA A-Level Sociology students preparing for exams. This summary covers essential theories and their implications in sociology, providing a clear understanding of each perspective.
The functions of subcellular structures - B1 Biology
Flashcards on the different functions of subcellular structures: cell membrane, nucleus, mitochondria, ribosomes, cytoplasm, permant vacuole, chloroplasts and cell wall.
1.cells Gcse biology question cards
combined science higher biology
Students love us — and so will you.
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.