Grade 11 Worksheets
8,528 grade resourcesHealth Informed Decision Making Worksheet Grade 11 | NHES Health Activities
Learning Objectives
- Explain how credible information helps guide health choices about risks, benefits, and alternatives.
- Evaluate options by considering consequences and aligning decisions with personal health goals and values.
- Identify strategies for checking the reliability of health information.
Filtering and Sorting Data Worksheet | Grade 11 Computer Science
Learning Objectives
- Explain how filtering removes records that do not meet given conditions.
- Describe how sorting arranges records in a chosen order (e.g., ascending or descending).
- Select the most appropriate query strategy or tool to answer a data question.
Health Product Evaluation Worksheet | Grade 11 NHES Consumer Health
Learning Objectives
- Evaluate health products by analyzing labels, ingredient lists, and recommended use.
- Assess safety by identifying warning signs and credible certification information.
- Judge effectiveness using evidence-based claims and trustworthy sources.
Health Action Planning Worksheet Grade 11 NHES Health Activity
Learning Objectives
- Create a step-by-step health action plan using timelines, resources, and responsibilities.
- Identify potential barriers to health behavior change and propose realistic solutions.
- Evaluate how personal circumstances affect goal-setting and follow-through.
Grade 11 Health Goal Setting Worksheet | Adjusting Action Plans | NHES
Learning Objectives
- Reflect on health progress and identify what is working or not working
- Revise goals by changing success criteria or timelines to keep them realistic
- Use flexible action plans to respond to new information and maintain motivation
Linear and Binary Search Worksheet for Grade 11 Computer Science
Learning Objectives
- Compare how linear search and binary search locate a target value in a collection.
- Trace the step-by-step decisions made by linear and binary search.
- Explain when binary search requires sorted data and how that affects correctness.
Grade 11 Health Reflective Practice Worksheet | NHES Goals & Growth
Learning Objectives
- Explain how reflection supports effective health goal-setting and progress evaluation
- Identify strengths and obstacles to improve future health action plans
- Apply a growth mindset when reviewing successes and setbacks in health behaviors
Sorting Algorithms Worksheet Grade 11 Computer Science Performance Practice
Learning Objectives
- Trace the steps of bubble sort, selection sort, and insertion sort to predict the final sorted list.
- Explain how swaps and passes change the array during sorting.
- Compare common sorting algorithms using basic performance ideas such as comparisons and passes.
Health Goal Setting Worksheet Grade 11 | NHES Action Plan Activities
Learning Objectives
- Explain why health goals should be realistic and measurable.
- Write clear health goals using specific outcomes and time frames.
- Identify ways to track progress and adjust goals when barriers appear.
Big-O Notation Worksheet | Algorithm Efficiency | Grade 11 Computer Science
Learning Objectives
- Explain what Big-O notation describes about how runtime or space grows as input size increases.
- Compare algorithms by identifying which has the better (slower-growing) time complexity.
- Justify answers using growth-rate reasoning instead of focusing on constant factors.
Advanced Health Communication Worksheet | Grade 11 NHES Life Skills
Learning Objectives
- Use advanced strategies to manage complex conversations respectfully and effectively.
- Give and receive constructive feedback using clear, kind, and specific communication.
- Adapt messages for different audiences while demonstrating emotional awareness and cultural sensitivity.
Basic Communication Skills Worksheet Grade 11 NHES Health Activity
Learning Objectives
- Explain how verbal and nonverbal cues affect messages in everyday interactions.
- Use active listening strategies to respond thoughtfully and reduce misunderstandings.
- Identify effective ways to express feelings and opinions with confidence and respect.
Negotiation Techniques Conflict Resolution Worksheet Grade 11 Health NHES
Learning Objectives
- Identify common conflict causes and explain how peaceful resolution reduces harm.
- Apply communication strategies such as calm expression and active listening to resolve disagreements constructively.
- Compare conflict styles and select strategies that support respectful, long-term relationships.
Negotiation Techniques for Healthy Conflict Resolution | Grade 11 NHES
Learning Objectives
- Explain how negotiation helps resolve disagreements in respectful ways.
- Apply key negotiation techniques such as active listening, clear needs, and common ground.
- Evaluate statements about negotiation strategies for accuracy.
Trees and Graphs Traversal Worksheet Grade 11 Computer Science
Learning Objectives
- Identify common algorithm design patterns (divide and conquer, greedy, backtracking) and match them to problem types.
- Explain why a chosen pattern works, using correct reasoning about correctness and efficiency.
- Compare approaches for a problem and predict likely runtime behavior at a high level.
Grade 11 Health Refusal Skills Worksheet | NHES Decision Making Lesson
Learning Objectives
- Explain how refusal skills help prevent unhealthy or unsafe decisions in social situations.
- Practice refusal strategies such as assertive wording, setting boundaries, and giving clear reasons.
- Identify effective responses to peer pressure and unwanted commitments.
Algorithm Design Patterns Worksheet for Grade 11 Computer Science
Learning Objectives
- Explain how training data, features, and labels affect a machine learning model’s predictions.
- Identify common data-quality problems and how they can reduce model performance.
- Compare supervised learning concepts using correct vocabulary such as feature, label, and prediction.
Grade 11 Health Decision Making Worksheet | Risks, Resources & Ethics
Learning Objectives
- Apply a step-by-step process to make informed and ethical health decisions.
- Analyze short-term risks and long-term outcomes when choosing health actions.
- Use resources and advocate for yourself and others under social and environmental pressure.
Computer Science Features Labels Worksheet Grade 11 Programming Review
Learning Objectives
- Explain how labels are used in diagrams and documentation to identify parts of a system or model
- Distinguish between labels and other features such as captions, annotations, and component names
- Apply correct terminology when describing features of labeled representations
Health Decision Criteria Worksheet Grade 11 | NHES Health Skills Activity
Learning Objectives
- Identify key factors that influence health-related decisions, including personal values, beliefs, and environmental conditions
- Compare immediate needs with long-term impacts when making safer, more responsible choices
- Apply a clear decision process to evaluate risks and ethical concerns
Regression and Prediction Worksheet | Grade 11 Computer Science Data
Learning Objectives
- Distinguish regression models from classification models based on the type of prediction target.
- Identify factors that affect prediction accuracy, including model fit and variable relationships.
- Use basic reasoning to select appropriate modeling choices for numerical prediction problems.
Influences on Health Choices Worksheet | Grade 11 NHES Activity
Learning Objectives
- Explain how peer pressure, media messages, cultural norms, and family beliefs influence health-related decisions.
- Analyze how external influences can support or hinder healthy choices.
- Identify strategies to resist negative pressure and reinforce positive behaviors.
Neural Networks Worksheet Grade 11 Computer Science AI Learning
Learning Objectives
- Explain how inputs, hidden layers, and outputs work in a neural network.
- Describe what weights do and how learning changes them.
- Identify common neural network terms and evaluate statements about neural networks.
Generative AI and Large Models Worksheet Grade 11 Computer Science
Learning Objectives
- Explain how AI ethics principles like fairness, transparency, privacy, and accountability connect to real-world impact.
- Identify common sources of bias and evaluate harmful or unreliable outputs.
- Use model evaluation ideas to judge whether an AI system can be trusted across different users and situations.
Semantic HTML Structure Worksheet Grade 11 Computer Science Web Design
Learning Objectives
- Identify how semantic HTML tags map to common page sections like headings, navigation, articles, and footers.
- Explain how semantic structure improves readability, searchability, and maintainability.
- Choose appropriate semantic elements for given descriptions of content.
CSS Selectors and Styling Worksheet | Grade 11 Computer Science
Learning Objectives
- Identify how CSS selectors target specific HTML elements.
- Explain how CSS properties and values affect layout, typography, color, and spacing.
- Evaluate design choices that improve readability and visual balance.
Flexbox and Grid Layout Worksheet Grade 11 Computer Science Web Design
Learning Objectives
- Explain when to use Flexbox versus Grid for common layout tasks.
- Use correct CSS concepts to describe how Flexbox and Grid control alignment and spacing.
- Identify accurate statements about responsive layout behavior in Flexbox and Grid.
JavaScript DOM Interactive Web Pages Worksheet Grade 11 Computer Science
Learning Objectives
- Explain how the DOM represents a web page as objects that JavaScript can read and change
- Identify how event handlers (like button clicks) trigger JavaScript to update content
- Use correct JavaScript reasoning to predict how changes affect elements on a page
Software Development Lifecycle Worksheet | Grade 11 Computer Science
Learning Objectives
- Identify the correct sequence of the software development lifecycle (planning, design, building, testing, maintenance).
- Explain how lifecycle steps help teams manage projects and reduce risks.
- Apply lifecycle knowledge to scenarios involving games, apps, and websites.
Health Risk Assessment Worksheet Grade 11 NHES Hazards Activity
Learning Objectives
- Explain the difference between a hazard and a risk, and describe how consequences affect personal health and safety.
- Use a simple risk-assessment process to evaluate short-term and long-term effects of choices.
- Apply risk reasoning to make safer decisions in high-stakes situations.
Requirements and Use Cases Worksheet Grade 11 Computer Science
Learning Objectives
- Distinguish functional requirements from non-functional requirements in software contexts.
- Explain how use cases describe user interactions with a system.
- Write clear, user-centered scenarios that match given system requirements.
Health Advocacy Campaigns Worksheet Grade 11 Health NHES Activity
Learning Objectives
- Identify key components of an effective health advocacy campaign, including target audiences and messages.
- Select appropriate outreach strategies and explain how they can influence public awareness and decision-making.
- Evaluate communication methods using clear criteria such as reach, credibility, and feedback.
User Interface Design Worksheet Grade 11 Computer Science Activity
Learning Objectives
- Explain how interface elements like menus, forms, and buttons affect usability
- Evaluate interface designs for clarity and accessibility using design principles
- Recommend interface improvements that reduce user errors and increase task efficiency
Grade 11 Health Advocacy Collaboration Strategies Worksheet NHES
Learning Objectives
- Explain how communication channels support collaboration in health advocacy
- Identify practical strategies for resolving conflicts during teamwork
- Describe how coordinated leadership can accelerate health policy change
Grade 11 Health Advocacy Foundations Worksheet | NHES Skills Practice
Learning Objectives
- Explain how health advocacy uses communication to influence attitudes and actions.
- Identify ways individuals and groups mobilize support and raise awareness for community health needs.
- Evaluate examples of health campaigns and policy-change advocacy for effectiveness and fairness.
Agile and Scrum Worksheet Grade 11 Computer Science Project Planning
Learning Objectives
- Explain how Agile development uses short iterations to review progress and improve quickly.
- Describe Scrum roles and how sprints and check-ins support focused delivery.
- Compare Agile/Scrum responses to changing requirements versus more traditional planning.
Leadership in Health Advocacy Worksheet Grade 11 | NHES Activity
Learning Objectives
- Identify key leadership behaviors that strengthen health advocacy efforts.
- Explain how advocacy can support health equity and long-term community well-being.
- Apply advocacy concepts to analyze scenarios and choose effective next steps.
Health Policy and Community Action Worksheet | Grade 11 NHES
Learning Objectives
- Explain how government policies and regulations can influence public health outcomes.
- Identify roles of stakeholders, including advocacy groups, in shaping health policy.
- Analyze how social, economic, and environmental factors affect policy development and community action.
Health and Community Factors Worksheet Grade 11 | NHES Health Activity
Learning Objectives
- Explain how community policies and environments affect health behaviors and opportunities.
- Analyze how access to healthcare and community resources influence well-being.
- Identify ways communities can support equitable health policies.
Testing for Deployment Worksheet | Grade 11 Computer Science
Learning Objectives
- Explain how different tests help reduce failures after software deployment.
- Identify common testing strategies and test types used before release.
- Describe how to plan, run, and evaluate test results for a deployment.
Threats and Vulnerabilities Worksheet Grade 11 Computer Science
Learning Objectives
- Identify common cybersecurity threats and explain how specific vulnerabilities enable them.
- Classify risks by matching real-world examples to categories such as password weaknesses, outdated software, and unsafe downloads.
- Evaluate statements about cybersecurity and justify short answers using accurate security terminology.
Health Family Impact Worksheet Grade 11 Health Education NHES Activity
Learning Objectives
- Explain how family routines and cultural norms can shape health beliefs and choices.
- Identify strategies for making healthy decisions while respecting family and cultural values.
- Evaluate how family influence can support or hinder healthy behavior.
Cryptography Basics Worksheet Grade 11 Computer Science Security
Learning Objectives
- Explain encryption, decryption, and the role of cryptographic keys in protecting data.
- Identify how cryptography helps secure communication and data online.
- Evaluate statements about ciphertext, plaintext, and security properties.
Grade 11 Health Media Messages Worksheet | Fact Bias Choice | NHES
Learning Objectives
- Analyze how media messages can shape beliefs and behaviors about nutrition, exercise, and health risk.
- Identify common misinformation tactics in digital and advertising content.
- Evaluate health claims using evidence, context, and source credibility.
Authentication and Access Control Worksheet Grade 11 Computer Science
Learning Objectives
- Explain how authentication verifies identity before granting access to systems or data.
- Describe how access control limits what users can view or do after logging in.
- Compare passwords, multi-factor authentication, and permission models using real security scenarios.
Grade 11 Health Policy Advocacy Worksheet | NHES Civic Health Skills
Learning Objectives
- Explain how legislation and community initiatives can improve public health outcomes.
- Identify credible strategies for advocating for healthier policies in a community.
- Evaluate how attitudes toward public health issues can be shaped by policy decisions and evidence.
Network Defense Worksheet Grade 11 Computer Science Cybersecurity
Learning Objectives
- Explain how network defense tools help detect and block threats.
- Describe how secure configurations and safe habits reduce unauthorized access.
- Match common threats to the most appropriate defensive controls.
Disease Prevention Worksheet Grade 11 | Vaccines & Early Detection
Learning Objectives
- Explain how vaccination, hygiene, and screening help prevent disease.
- Evaluate health behaviors that reduce the risk of infectious and chronic illness.
- Identify how early detection supports better outcomes.
Browse more categories
About Grade 11 Worksheets
Find Grade 11 worksheets covering algebra, biology, literature, and history. All 8,528 resources download instantly as PDFs for classwork, homework, or review.
Each resource here is built by an independent educator and reviewed for quality. Worksheets print straight from PDF and suit classroom use, homework, or extra practice; most come with answer keys, and you can preview before purchasing.