Math for the Win: Tying Math to Unexpected, Real World Scenarios
...ial to the decisions we make every day. As we are tasked with preparing students for college and careers, how might we inspire them to think differently about the math that can be used to explain their world and to solve problems? This session will focus on empowering students to: Tackl...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2016/math-for-the-win-tying-math-to-unexpected-real-world-scenarios
Probability Simulations for All
...tool available for teaching probability, and using technology is at heart of this kind of simulation. In this webinar, presenters will explore many examples of using simulation to teach different probability topics with TI technology. Presenters will: Explore theoretical vs. experimental probab...https://education.ti.com/en/t3-professional-development/for-teachers-and-teams/online-learning/on-demand-webinars/2018/probability-simulations-for-all
T3 BOOST
... implementation of Common Core State Standards for Mathematics, but you can design T³™ BOOST™ to address any state or national standards, including Texas Essential Knowledge and Skills (TEKS), Next Generation Science Standards (NGSS) and STEM education. Sample T³ BOOST program ...https://education.ti.com/en/t3-professional-development/workshops-and-coaching/t3-boost
Workshops
...with the TI-84 Plus Family Implementing TEKS Mathematical Process Standards with the TI-Nspire™ Family Texas Essential Knowledge and Skills (TEKS) Math and Science ...https://education.ti.com/en/t3-professional-development/workshops-and-coaching/workshops
Workshops
...with the TI-84 Plus Family Implementing TEKS Mathematical Process Standards with the TI-Nspire™ Family Texas Essential Knowledge and Skills (TEKS) Math and Science ...https://education.ti.com/en/t3-professional-development/workshops
2019 TI STEM Summits
...lines “America’s Strategy for STEM Education,” guidelines from the National Science & Technology Council Ron DeChristoforo State Policy Director Texas Instruments Keynote address: STEM in the Real World: What Students and Teachers Need Cultivating 21st-century learning environments that fo...https://education.ti.com/en/t3-professional-development/stem-summit
Ice Cream, Cool Science
...he science is in the eating,” John said as he enjoyed a STEM lesson in a bowl with co-owners Bob Moses and Ken Willis. Texas Instruments software for Mac® and PC Free software for downloading and installing the activity file. Download TI Connect™ CE software ap...https://education.ti.com/en/activities/stem/gen-stem/ice-cream-cool-science
Style by STEM
...essorizing the skirt. “Who knew geometry could be so chic,” Mario said as he finished his STEM style lesson with John. Texas Instruments software for Mac® and PC Free software for downloading and installing the activity file. Download TI Connect™ CE software ap...https://education.ti.com/en/activities/stem/gen-stem/style-by-stem
Math: An Art Form
... After Jeff Garrison and Chris Arnold earned their fine arts degrees, they formed Eyecon Studios in Dallas, Texas, where they specialize as muralists. There was “no way,” Jeff said, that he and Chris thought they would ever use math and science when they tu...https://education.ti.com/en/activities/stem/gen-stem/math-an-artform
STEM on the Fly
...lready logged 25 flight hours in single-engine and glider aircraft, is on the path to success in a very cool career. Texas Instruments software for Mac® and PC Free software for downloading and installing the activity file. Download TI Connect™ CE software ap...https://education.ti.com/en/activities/stem/gen-stem/stem-on-the-fly
Contest Rules
...y during the Promotion Period, but any one Entrant may only win one (1) prize. Any sort of automated entry (e.g. entry via the use of a bot) is strictly prohibited, and any Entrant suspected or found to be submitting automated entries of any kind will be disqualified. To enter the sweepstakes p...https://education.ti.com/en/activities/stem/gen-stem/contest-rules
schemm-nathn
...of GaN has the capability of enabling power supplies to be much smaller and lighter while also being more efficient and wasting much less power. For example, GaN promises to take your conventional laptop power adapter and shrink it down to the size that cellphone chargers are now. How does coding...https://education.ti.com/en/activities/ti-codes/tiers-who-code/schemm-nathan
Beyond Basics
...ode that is executed if the condition is true. Conditions might look like If A>1 or If K=24 or If K=25 and B>1 on your calculator. Happily, these do exactly what they look like: the first one is true if the variable A>1, the second is true if K=25, and the third is true if both K=25 and B>1 are t...https://education.ti.com/en/activities/ti-codes/84/beyond-basics
Girl Scouts Coding Basics Badge with TI-84 Plus
...the first letter of the command you want, scroll down until you find it and press [enter] to add it to your program. For the TI-84 Plus CE: In the example to the right, the keyword RED is a special color variable that must be selected from [vars] > COLOR. Step 4 To draw some te...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
...ppear. If you encounter an error, make sure that the Hub is properly attached to your calculator (has a green power light) and that all the code is exactly correct. A misplaced comma, missing parenthesis, or misspelling can cause an error. To return to the Editor select in the Shell. If all goe...https://education.ti.com/en/activities/ti-codes/python/ti-84p-ce-python/10-minutes-innovator
pridgen-mike
... All of our MSP430™ MCUs require some level of software to operate, so everything I work on requires coding. I do everything from writing short code examples of how to use a particular feature on a specific MSP430™ MCU, to helping our customers find the best solutions for their own custom softwar...https://education.ti.com/en/activities/ti-codes/tiers-who-code/pridgen-mike
rivera-yamil
...nd I am a product engineer for the energy management and transfer group at TI. Energy transfer is how you move energy from one place to another. For example, how you move energy from the wall outlet and store it in a battery. Energy management is what you do with the energy that you receive – suc...https://education.ti.com/en/activities/ti-codes/tiers-who-code/rivera-yamil
10 Minutes of Code: TI-Nspire™ CX II Python activities
...+B Note: Python Is case-sensitive. X and x are two different variables! Step 3 Press ctrl+R to run this code. If you used the exact same expressions, you will see: Hello, World 9 34 -23 >>> That is: x is 9, y is 34, and z is -23. Do the math! Press ctrl+left arrro...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
...es. The code to the right (note the numbers entered) draws a large yellow dot when you run the program by pressing ctrl-R and press [enter]. Examples: SetColor red_value, blue_value, green_value values between 0 and 255 FillCircle x-center, y-center, radius values depend on wi...https://education.ti.com/en/activities/ti-codes/nspire/coding-for-good-webpage
10 Minutes of Code: TI-Innovator™ Technology Python activities
...only shows one sample statement. Note the capital "O" in redOn. Python is case-sensitive, so all references to this variable must be written the exact same way. Step 4 Start with the red light. Turn both the color LED red and turn the light (red LED) on, too. ...https://education.ti.com/en/activities/ti-codes/python/ti-nspire-cx-ii/10-minutes-innovator
Code Breakers: STEM Behind Hollywood
...olars summer enrichment program. And, as a consultant with the National Academy of Sciences’ Science & Entertainment Exchange, he collaborated with Texas Instruments Education Technology to develop the STEM Behind Hollywood activity, Cipher Solvers. “It’s a game, but it’s a game with a very real ...https://education.ti.com/en/activities/stem/stem-behind-hollywood/code-breakers
Stem Behind Hollywood
...uam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Maecenas faucibus mollis interdum. Pharetra Ornare Mattis Magna Commodo Texas Instruments and consultants from the National Academy of Sciences' Science & Entertainment Exchange design STEM Behind Hollywood activities to ...https://education.ti.com/en/activities/stem/stem-behind-hollywood
Ghost: STEM Behind Hollywood
... Adam Weiner, an educator, author and consultant with the National Academy of Sciences’ Science & Entertainment Exchange, collaborated with Texas Instruments to develop STEM Behind Hollywood‘s superhero and ghost activities. As an educator, he leverages his interest in connections between...https://education.ti.com/en/activities/stem/stem-behind-hollywood/ghost
Forensics: STEM Behind Hollywood
... tadpoles and other critters she’d bring home to study. Years later, after following her passion for science into forensic anthropology, Diane would examine bones believed to be those of the Russian Princess Anastasia; the skull of the American outlaw Jesse James; and human remains discovered in ...https://education.ti.com/en/activities/stem/stem-behind-hollywood/forensics
Zombies: STEM Behind Hollywood
...cal School professor Dr. Steven Schlozman, who is also a consultant with the National Academy of Sciences' Science & Entertainment Exchange, helped Texas Instruments (TI) develop Zombie Apocalypse I and its sequel, Zombie Apocalypse II: The Humans Strike Back. The sequel, which is available only ...https://education.ti.com/en/activities/stem/stem-behind-hollywood/zombies