Education Technology
< Previous | 400 - 425 of 503 results |  Next >

Path to STEM Projects

Path to STEM Projects global website Activities for the TI-Innovator™ Hub with the TI LaunchPad™ Board that explore STEM concepts and develop engineering skills by designing and coding electroni...
https://education.ti.com/en/activities/stem/path-to-stem/84-plus-ce

Beyond Basics

...int to the tail on the next iteration, P will point to the head, so we store these over the old tail coordinates at P. Step 6 :P+1-X(P=X)➔P Update P to point to the next element of the lists. If P is less than X, then P=X is false (0), and this simplifies to P+1➔P. If P is already point...
https://education.ti.com/en/activities/ti-codes/84/beyond-basics

Girl Scouts Coding Basics Badge with TI-84 Plus

...en. Step 18 Use an If and an Else statement to determine if the users answer is right and update one of the two counters accordingly. Remember that If, Then, Else and End are four separate commands, all on the [prgm] CTL menu, and that e...
https://education.ti.com/en/activities/ti-codes/84/coding-for-good-webpage

10 Minutes of Code: TI-Innovator™ Technology Python activities using TI-84 Plus CE Python

...ward 1 unit. (The statements in the image are incomplete) Add an rv.wait_until_done() statement to control the plotting speed. Step 6 Update Rover’s position variables, rx and ry. If Rover moved east (dir == 0), add 1 to rx. Otherwise, add 1 to ry. Plot Rover’s position in the s...
https://education.ti.com/en/activities/ti-codes/python/ti-84p-ce-python/10-minutes-innovator

TI-Nspire™ Programming Activities | Texas Instruments

...out using dynamic programs to produce other types of graphs using the Data & Statistics app. Objectives: Write a program that dynamically updates a graphical display Write a program that simulates a real-world occurrence (tossing a pair of dice) and plot the results in a mean...
https://education.ti.com/en/activities/ti-codes/nspire/10-minutes

TI-Innovator™ Activities - Science Olympiad Detector Building | TI

...on design requirements Note: If you already have access to a TI-84 Plus CE, TI-Nspire™ CX graphing calculator or the TI-Innovator™ Hub, make sure to update to the latest operating system and sketch versions. (See links below.) Setup with TI technology New to coding? Start here to l...
https://education.ti.com/en/activities/innovator/detector-building

10 Minutes of Code: TI-Nspire™ CX II Python activities

... The circle now ‘blinks’ because it is being constantly drawn in yellow, and then immediately in white. We only want the screen to be updated when the yellow circle is drawn. So, at the top of your program (before the while), place the statement use_buffer() found in T...
https://education.ti.com/en/activities/ti-codes/python/ti-nspire-cx-ii/10-minutes-ti-nspire

Girl Scouts Coding Basics Badge with TI-Nspire™ CX

...alog box in the center of the screen for inputting an answer. Step 20 Use an If statement to determine if the user’s answer is right, and update a counter accordingly. Step 21 After the End of the For loop (the end of the quiz), report the results. Step 22 ...
https://education.ti.com/en/activities/ti-codes/nspire/coding-for-good-webpage

10 Minutes of Code: TI-Innovator™ Technology Python activities

...tatements in the image are incomplete.) Add an rv.wait_until_done() statement to control the plotting speed. Step 7 Update Rover’s position variables, rx and ry. If Rover moved east (dir == 0), add 1 to rx. Otherwise, add 1 to ry. Plot Rove...
https://education.ti.com/en/activities/ti-codes/python/ti-nspire-cx-ii/10-minutes-innovator

Python Modules: Python activities using TI-84 Plus CE Python graphing calculator | Texas Instruments

...raw, select Modul . ti_draw appears along with all other ‘add-on’ modules you may have installed. If you are not seeing TI Draw, make sure you have updated to latest OS. For more details go here. Step 1 When the statement from ti_draw import * is in the Editor, a new item, ti_draw...
https://education.ti.com/en/activities/ti-codes/python/ti-84p-ce-python/python-modules

STEM Behind Health - Rare Diseases

...n disease. “Our team will be even closer to screening several different treatment methods, which could include gene therapy or stem cells,” she says. Update: The U.S. Food and Drug Administration recently approved the first-ever drug for the treatment of Batten disease. Rare diseas...
https://education.ti.com/en/activities/stem/stem-behind-health/rare-diseases

Tech Powered Math

...ered Math How to Dominate Math with the TI-Nspire Graphing Calculator A true book for beginners on the TI-Nspire™. It starts with how to update your operating system to OS 3.2 (since everything in the book from screen captures to button sequences is current with OS 3.2.) It assumes t...
https://education.ti.com/en/activities/publisher-connections/tech_powered_math

Successful Grant Writing Strategies

...ermine what kind of proposal the granting organization(s) want. Foundations will have unique guidelines for proposals, so make sure you have the most updated guidelines and any forms they may require. Federal and state agencies will have strict content and format guidelines. It is very important ...
https://education.ti.com/en/resources/funding-and-research/successful-grant-writing-strategies

STEMnauts

...f data between orbiting satellites, the International Space Station and mission control. It also provides information technology support and software updates for ISS computers. One day, astronaut Chris Hadfield reported to Houston that his laptop was running slow. CRONUS sent him a software updat...
https://education.ti.com/en/activities/stem/stem-behind-nasa/stemnauts

Python coding: Do While Loops | Texas Instruments

...ctivity 3: Do While Loops Do While Loops notes page Also, you'll want to have the following handy: TI-Nspire™ CX II graphing calculator (with updated OS) Unit 4 Activity 3: The Do While Loop A great introduction to this loop structure can be found in Unit 4, Activity 3. St...
https://education.ti.com/en/resources/computer-science-foundations/do-while-loops

Python coding activities: Programming With Lists | Texas Instruments

... 2: Programming With Lists 1D Arrays notes page Also, you’ll want to have the following handy: TI-Nspire™ CX II graphing calculator (with updated OS) Unit 5, Activity 2: Programming With Lists A great introduction to working with lists can be found in Unit 5, Activity 2. Start by wor...
https://education.ti.com/en/resources/computer-science-foundations/programming-with-lists

Python coding activities: Counters, Accumulators and Comparing Loop Types | Texas Instruments

...iables notes page Unit 4, Application: Cube Root Game Also, you’ll want to have the following handy: TI-Nspire™ CX II graphing calculator (with updated OS) Comparing For, While and Do While loops How do the three loop structures prevalent in computer science languages (For,...
https://education.ti.com/en/resources/computer-science-foundations/counters-accumulators-comparing-loop-types

Python coding activities: Operating on Lists | Texas Instruments

... Operating on Lists Working with 1D Arrays notes page Also, you’ll want to have the following handy: TI-Nspire™ CX II graphing calculator (with updated OS) Getting started with list operations In the previous activity in this series, we learned how to create an array and then edit its elem...
https://education.ti.com/en/resources/computer-science-foundations/operating-on-lists

Python coding activities: Recursion | Texas Instruments

...: Unit 5, Activity 1: Recursion Recursion notes page Also, you’ll want to have the following handy: TI-Nspire™ CX II graphing calculator (with updated OS) Unit 5, Activity 1: Recursion A great introduction to recursion can be found in Unit 5 Activity 1: Recursion. Start by working through...
https://education.ti.com/en/resources/computer-science-foundations/recursion

TI Science - US and Canada - Lessons

... a deeper understanding of the periodic table by exploring the virtual periodic table right on their calculator. Go to 84 Activity Central Update OS for science apps TI-84 Plus CE science activities and apps STEM Behind Hollywood lets students apply science concepts ...
https://education.ti.com/en/resources/science/lessons

License Activation Center Web Tool End-User License Agreement | Texas Instruments

... software programs) subject to this Agreement are made available to you as an online web tool for the activation of TI software and applications. Any updates to this web tool, if any, are provided at TI’s sole discretion. This Agreement is displayed for you to read prior to using the TI Activati...
https://education.ti.com/en/product-resources/eula/license-activation

TI-Bluetooth Adapter End-User License Agreement | Texas Instruments

...chnology License Agreement English Texas Instruments Education Technology License Agreement LICENSED PROGRAM: TI Bluetooth® Adapter Update Software IMPORTANT – By using the Licensed Program You agree to abide by the Texas Instruments Online Terms of Use and the provisions of thi...
https://education.ti.com/en/product-resources/eula/bluetooth-adapter

Solution 34496: Meaning of ERROR: OVERFLOW on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators.

Solution 34496: Meaning of ERROR: OVERFLOW on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators. Solution 34496: Meaning of ERROR: OVERFLOW on the TI-83 Plus and TI-84 Plus Family of Graphing Calculators. global Solution 34496: Meaning of ERROR: OVERFLOW on the TI-83 Plus ...
https://education.ti.com/en/customer-support/knowledge-base/ti-83-84-plus-family/troubleshooting-messages-unexpected-results/34496

Solution 31671: TI-Nspire™ CX Premium Teacher, TI-Nspire CX Student, TI-Nspire CX CAS Student, TI-SmartView CE, or TI-SmartView™ for MathPrint Software Activation Returns an Error A14.

... new 8-year subscription for each valid license you own free of charge by contacting TI-Cares. For any other questions, please contact TI-Cares. Last updated: 8/26/2024 Solution 31671: TI-Nspire™ CX Premium Teacher, TI-Nspire CX Student, TI-Nspire CX CAS Student, TI-SmartView CE, or TI-SmartView...
https://education.ti.com/en/customer-support/knowledge-base/sofware-apps/computer-software-installation-activation/31671

Python Modules: Python activities using TI-Nspire™ CX II Technology | Texas Instruments

...s and file transfers in the micro:bit Getting Started Guide This setup process should only have to be done once, but keep informed periodically about updates/upgrades. If all is good, and the setup has been done correctly, your micro:bit should look like this when it has power from ...
https://education.ti.com/en/activities/ti-codes/python/ti-nspire-cx-ii/python-modules