Education Technology
< Previous | 1600 - 1625 of 6354 results |  Next >

Texas Algebra 1 EOC Exam Strategies with TI-Nspire™ Technology

.... Pricing "We definitely learned so much about how to maneuver on the calculator. Directions were very clear! Examples were appropriate. I've got plenty of "what if" questions, but I'm now confident in my use of the handheld TI-Nspire and how to apply it to EOC prep!" — ...
https://education.ti.com/en/t3-professional-development/workshops/ti-nspire-technology-texas-algebra-1-eoc-exam-strategies

High School Mathematics Using TI-Nspire™ Technology T3™ Teacher Leader Cadre (TLC)

...chnology over an extended period of time. Technology: TI-Nspire™ CX handhelds and TI-Nspire™ Teacher Software. Overview: This workshop focuses on appropriate usage of the TI-Nspire handheld and Teacher Software across the high school mathematics curriculum, with an emphasis on strengthening c...
https://education.ti.com/en/t3-professional-development/workshops/tlc/hs-math-ti-nspire-family

Connecting Science and Mathematics Using TI-Nspire™ Technology T3™ Teacher Leader Cadre (TLC)

...: TI-Nspire™ CX handhelds, Vernier data collection sensors, TI-Nspire™ Lab Cradle, TI-Nspire™ Teacher Software. Overview: This workshop focuses on appropriate usage of TI-Nspire technology and Vernier data collection sensors across the high school science and mathematics curricula, with an emp...
https://education.ti.com/en/t3-professional-development/workshops/tlc/math-science-ti-nspire

High School Mathematics Using the TI-84 Plus Family T3™ Teacher Leader Cadre (TLC)

...artView™ emulator software, TI Connect™ software, CBR 2™ motion sensor, Vernier EasyTemp® USB temperature sensor Overview: This workshop focuses on appropriate usage of the TI-84 Plus C Silver Edition and supporting software across the high school mathematics curriculum, with an emphasis on str...
https://education.ti.com/en/t3-professional-development/workshops/tlc/hs-math-ti-84-plus-family

Middle Grades Mathematics and Algebra Using TI-Nspire™ Technology

...ebra Using TI-Nspire™ Technology This nine-day in-depth technology, pedagogy and leadership professional development workshop focuses on appropriate usage of the TI-Nspire™ CX handheld and TI-Nspire™ CX Teacher software across the middle grades mathematics and algebra curricula, with...
https://education.ti.com/en/t3-professional-development/workshops/tlc/mg-math-algebra-ti-nspire-family

rivera-yamil

... do you think learning to code is important? Learning to code is important because it teaches you logic to help solve problems, is a practical way to apply math skills and can help you in your future job to make some tasks faster and easier. What is one piece of advice you would give to students?...
https://education.ti.com/en/activities/ti-codes/tiers-who-code/rivera-yamil

Teaching and Learning With TI-Nspire™ CX Technology in Middle Grades Mathematics

...classroom. By the end of the workshop, you’ll be comfortable using premade TI-Nspire™ Documents and have basic skills in graphing, geometry and other applications of TI-Nspire™ CX technology. This in-person workshop is available in one-, two- and three-day options to accommodate e...
https://education.ti.com/en/t3-professional-development/workshops/technology-integration/teaching-ti-nspire-mg-mathmatics

Teaching and Learning With TI-Nspire™ CX Technology in High School Mathematics

...classroom. By the end of the workshop, you’ll be comfortable using premade TI-Nspire™ Documents and have basic skills in graphing, geometry and other applications of TI-Nspire™ CX technology. This in-person workshop is available in one-, two- and three-day options to accommodate ed...
https://education.ti.com/en/t3-professional-development/workshops/technology-integration/teaching-ti-nspire-cx-high-school-mathematics

Teaching and Learning With TI-Nspire™ CX CAS Technology in High School Mathematics

...room. By the end of the workshop, you’ll be comfortable using premade TI-Nspire™ Documents and have basic skills in CAS, graphing, geometry and other applications of TI-Nspire™ CX technology. This in-person workshop is available in one-, two- and three-day options to accommodate e...
https://education.ti.com/en/t3-professional-development/workshops/technology-integration/teaching-ti-nspire-cas-hs-math

Teaching and Learning With TI-Nspire™ CX Technology in Algebra

...classroom. By the end of the workshop, you’ll be comfortable using premade TI-Nspire™ Documents and have basic skills in graphing, geometry and other applications of TI-Nspire™ CX technology. This in-person workshop is available in one-, two- and three-day options to accommodate ed...
https://education.ti.com/en/t3-professional-development/workshops/technology-integration/teaching-nspire-cx-algebra

STEM Behind Health - Beta Cells and Box Plots

...to fluorescently label beta cells then count the ones that are replicating. TI-Nspire™ technology’s Lists & Spreadsheet and Data & Statistics dynamic applications enable students to visualize multiple representations of the data, graphs and box plots. Designed in collaboration with Sanford Resear...
https://education.ti.com/en/activities/stem/stem-behind-health/diabetes-research

Statistics & Probability

... variability in the response. This helps to set the stage for this series of lessons. What to look for As students compare data, be sure they use the appropriate vocabulary to describe the distributions. Sample Assessment The times it took participants to complete a marathon are shown in the grap...
https://education.ti.com/en/building-concepts/activities/statistics

Student boot camp: EOC test prep with TI-84 Plus CE tech

..., storing values to variables, adjusting the window, entering data in a list and calculating a regression equation, using the Transformation Graphing App, computing the mean of a data set, scientific notation EOC exam strategies Using true/false statements, storing values as variab...
https://education.ti.com/en/resources/student-camp/virtual-texas-eoc-test-prep-ti-84-plus-ce

Building Concepts Math Activities | Texas Instruments

...s lesson addresses improper fractions only in terms of describing fractions greater than 1. Converting improper fractions into mixed numbers does not appear until after students have become familiar with adding fractions. The Big Idea This lesson uses a dynamic geoboard to ex...
https://education.ti.com/en/building-concepts/activities

Brendan Kelly Publishing

...cepts, these books focus on the fundamental skills of algebra while allowing students to solve real-world problems using graphs, spreadsheets and the appropriate TI-Nspire commands. Semester 1 Topics...
https://education.ti.com/en/activities/publisher-connections/brendan_kelly_publishing

References by Texas Instruments - US and Canada

...tics Education 8(2): 99-114. Dick, T. and G. Burrill (2009). Tough to Teach/Tough to Learn: Research Basis, Framework, and Principles for a Practical Application of TI-Nspire Technology in the Math Nspired series. Dallas, TX, Texas Instruments, Inc. Dimock, V. and T. Sherron (2005). Final Report ...
https://education.ti.com/en/resources/funding-and-research/research/research_bibliography

Python coding activities: Programming With Lists | Texas Instruments

...s list index (in other words, 3) is out of range. This list only contains elements in positions 0, 1 and 2. Let’s try this line of code and see what happens: mylist.append(17). ). Now what do you predict will happen if we call mylist[3]? What if we call mylist? Interesting! Now we...
https://education.ti.com/en/resources/computer-science-foundations/programming-with-lists

Computer Science | Lessons Using Python | Texas Instruments

....png?rev=36a3fcf0-0c1a-404a-badb-980ae045f823&h=262&w=1020&la=en&hash=7798D7AB9736F3998A4D83D363B9F38BFF2B7324)}blockquote{font-weight:600}.two-col-wrapper{display:grid;grid-template-columns:1fr auto;grid-gap:1rem}.two-column-text-layout{display:grid;grid-template-columns:500px auto;align-items:c...
https://education.ti.com/en/resources/computer-science/lessons-using-python

Digital mood ring python | Videos

... value. Quick Science Activity 1: Exploring Color Mixing What secondary color is created from mixing two primary colors? What happens when all three overlap? This activity lets you experiment to find out. Full Science Activity 1: Exploring Color Mixing ...
https://education.ti.com/en/resources/stem/projects/digital-mood-ring-python/videos

Python coding activities: Operating on Lists | Texas Instruments

... x=int( at the beginning of the input statement stores the value inputted by the user into the variable x as an integer. The next line of code then appends this value stored in x onto the end of the list mylist. Since the loop is incrementing by 1 from 0 to 4, the next value is always being pla...
https://education.ti.com/en/resources/computer-science-foundations/operating-on-lists

AP® Calculus | AB5 2018 Module | Texas Instruments

...ns is presented. Questions include average rate, slope of tangent line and absolute extremum. Problem concludes with a L’Hopital’s rule application. Go to resource library 393718 AB5 Planning and Resources Objectives Students should understand and explain that if two fractio...
https://education.ti.com/en/resources/ap-calculus/applications-approximations-of-definite-integrals/sequence2/2018-ab5

Financial Literacy | Lessons | Texas Instruments

... Students carry out financial computations involving annuity and the future value of annuities while also considering computations involving sinking funds. TI-84 Plus CE TI-Nspire™ CX II technology Future Value of an Ordinary Annuity andSinking Funds Find out how much money ...
https://education.ti.com/en/resources/financial-literacy/lessons

2025 TI Codes Contest Rules

...isions of the judges and/or Sponsor and/or Administrator, which are binding and final on matters relating to this Contest. The contest is subject to applicable federal, state, provincial and local laws. This Contest and any advertisements relating thereto are intended for viewing only within the...
https://education.ti.com/en/promotion/rules/2025-ti-codes-contest-rules

Webinar | Illuminating STEM With Bright Ideas Using TI-Nspire™ CX Technology and the TI-Innovator™ Hub

...Rover activity. This hands-on experience will spark your students' creativity as they collect data, solve problems, and shine a light on real-world applications. Perfect for budding scientists and engineers, this activity promises to make their STEM skills glow! Download documents osYtOFoAD_A...
https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2024/nov-19-2024-illuminating-stem-with-bright-ideas-using-ti-nspire