Education Technology
< Previous | 800 - 825 of 17162 results |  Next >

Jingle Bells, Falling Snow and Python Lists | Texas Instruments

... with 0. Initializing a list As seen in the above example, a list can be initialized by stating its elements inside the brackets and separated by commas. We can use the list( ) method to create a list: myListA = list( range(10) ) produces the list [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] cha...
https://education.ti.com/en/bulletinboard/2022/python-lists

Decorate Your Classroom With TI | Texas Instruments

...o your classroom with TI’s coloring books. Grab some markers and start coloring 4. Stickers for your calculators When it comes to learning math, sometimes students need some chill reminders now and again. These “hip”-py stickers feature useful tips and reminders to he...
https://education.ti.com/en/bulletinboard/2022/classroom-decorations

Carving Out Some Halloween Math Fun | Texas Instruments

...ty sheets, and choose the activity style right for your classroom. Students can determine functions that made an image or practice transformations to complete a picture, or challenge them to create their own cat or bat design. Special thanks to Sarah Hultman for helping create these worksheets...
https://education.ti.com/en/bulletinboard/2022/carving-out-halloween-math-fun

IB® Exam Resources, Tips and Tricks | Texas Instruments

... just activities, and that teachers would also need training resources to implement the changes that would soon be upon them. The new website would become a place where teachers could find IB® aligned activities and also sign up for upcoming monthly webinars. Past webinars that discuss the change...
https://education.ti.com/en/bulletinboard/2022/ibresources

Promposal With Balloons and Buttons | Texas Instruments

...w can I (or my students) make my own? Well, these examples are meant to inspire and motivate you and your students to get creative with those little computers. These two projects involving balloons and buttons have a lot of common features: Both use a graphical display Both utilize...
https://education.ti.com/en/bulletinboard/2022/promposals

7 Books To Beat the Summer Heat | Texas Instruments

... still register!) “Building Thinking Classrooms in Mathematics” by Peter Liljedahl This easy read includes easily applied and practical recommendations. It also includes relevant research on what actually matters in helping all students learn mathematics. “This is definitely one ...
https://education.ti.com/en/bulletinboard/2022/7-books-2022-summer-reading-list

STEM Solutions for Summer Camps | Texas Instruments – U.S.

If you are a teacher like me, you probably always have lots of ideas. I certainly do! Thank goodness I also have a circle of friends that share my passion and help me bring those ideas full circle. Many of my ideas seem to have a common theme: Provide fun, learning, engaging, real-world experien...
https://education.ti.com/en/bulletinboard/2022/stem-solutions-for-summer-camps

Set your Students up to Soar with “STEM on the Fly”

...e than usual. I didn’t even know that was possible! Meet Alex Livingston, a sophomore at Tech Valley High School in Albany, New York and an aspiring commercial airline pilot. The 15-year-old submitted a photo showing how he uses math and science regularly as a volunteer in the Civil Air Patrol C...
https://education.ti.com/en/bulletinboard/2018/february/stemonthefly

5+ Tips for Using the TI-84 Plus in Your Math Class

...the mode key and select FULL. Tip 2: Using the Fraction Template Press the alpha key then the y= key in order to get the fraction template. In the complex example below, I use the first template.  Tip 3: Investigating Transformation Graphing Using Lists Press the stat key, then select the f...
https://education.ti.com/en/bulletinboard/2018/january/fiveti84tips

Have You Heard About a Mixed Six Task? | Texas Instruments

...ts to share to get you started! Here is my first Mixed Six. Example: Mixed Six activity I gave it to my students a few weeks later to complete, and they immediately started making suggestions of other topics. I was a little overwhelmed at first. I sent out an email to several othe...
https://education.ti.com/en/bulletinboard/2022/mixed-six-task

My Top Takeaways From T3IC to Encourage, Engage and Empower

When attending a conference, most participants hope to leave inspired, motivated and empowered with strategies and tools to make positive impacts in their classrooms, schools and educational communities. The 2021 T³™ International Conference was appropriately themed, Encourage. Engage. Empower....
https://education.ti.com/en/bulletinboard/t3ictakeaways

Top 10 Books for Every Teacher’s Summer Reading List

For teachers, the summer months can be a prime time for catching up on reading to get inspired and recharge your batteries for the upcoming school year. One of the most effective ways to keep your teaching skills sharp is the same thing we encourage our students to do over the summer: read. We p...
https://education.ti.com/en/bulletinboard/summerreading

Texas Instruments Brings Its Hands-On Coding Workshops to ShadOnline

This is a back to school like no other; it is taking shape in living rooms, bedrooms and classrooms, and our already overworked and underappreciated teachers are being asked to do more than ever before. Whether finding ways to develop relationships with students they have never met, coming up ...
https://education.ti.com/en/bulletinboard/peter_bts_2020

Meet the Mom and Math Teacher Who Is Spreading Major Math Love

... college math professor turned classroom teacher — because she inspired his deep love of math. In his submission, Connor wrote, “Just as my mom has become a female pioneer of mathematics and technology, I have followed in her footsteps, and because of her, am interested in the same topics.” Conno...
https://education.ti.com/en/bulletinboard/mathlovemom

Flattening the Curve: How You Can Learn to Stay Healthy With STEM

...ible than past viruses and has spread across the globe quickly as a result. The World Health Organization and the Centers for Disease Control have recommended social distancing to “flatten the curve” — an effort to reduce the potential for transmitting the virus from one person to another and ho...
https://education.ti.com/en/bulletinboard/flattencurve

Let TI Help You With the New Science Olympiad Detector Building Event

This is the breadboard. It functions as an output platform for students to read collected data with red, blue and green LEDs. Science Olympiad, a national science/STEM competition organization, just added a new high school event called Detector Building. In the 35-year history of Science Oly...
https://education.ti.com/en/bulletinboard/detectorbuilding

Oklahoma Students Make Their Mark Learning to Program with Rover

...uniors lead Keota third graders through the program that uses Rover to draw a robot. Much to the excitement of teachers and students, The Oklahoma Welcome, a local newspaper, wrote a news story the event, giving the students some well-deserved recognition: Keota students get hands-on with new TI-...
https://education.ti.com/en/bulletinboard/2018/february/seeroverdraw

Robotics for the 21st Century | Texas Instruments

...and smart machines) are all around us. In our homes (robot vacuum cleaners and smart thermostats), on the roads (cars with lane assist and smart backup cameras), in warehouses and factories, and even in hospitals and restaurants. The one place where we don’t have enough robots is the classroom....
https://education.ti.com/en/bulletinboard/2022/roboticsweek2022

Python Modules Have More Fun | Texas Instruments

...ble platforms, and discover why using modules can be more fun, or can certainly at least save you time. Modules give us a powerful way to reuse common code These custom “support” files are easily shared among my many Python programs and can be shared with others. When developing a Python ...
https://education.ti.com/en/bulletinboard/2022/python-modules-have-more-fun

Adding “Class” to Your Python Code | Texas Instruments

...and get_mouse() functions as seen in the right image. If the key pressed is the “center” key (that’s the center of the touchpad or a mouse-click on a computer), then x, y = get_mouse() is used to get the current mouse position on the screen (in default coordinates regardless of any window settin...
https://education.ti.com/en/bulletinboard/2022/python-coding-classes

AP® Statistics: 6 Math Functions You Must Know for the TI-84 Plus

As you take the AP® Statistics exam, some questions will require the use of a calculator to perform a statistical test, compute a probability, or display a graph. In this post, I have compiled a list of 6 of the most important statistics features to know for the TI-84 Plus CE Graphing Calculator...
https://education.ti.com/en/bulletinboard/2018/april/apstats

Which TI Calculator for the SAT® and Why?

...g calculator TI-Nspire™ CX CAS graphing calculator TI-Nspire™ CX II CAS graphing calculator Notice that super-powerful CAS (which stands for Computer Algebra System) calculators are allowed. In addition to finding numeric answers, a CAS calculator provides algebraic answers in simplest f...
https://education.ti.com/en/bulletinboard/which-ti-calc-sat

A first-of-its-kind STEM strategy charts path to help educators

...borated in order to lay out a framework that can help educators across disciplines equip all students for a world that’s increasingly demanding STEM competencies. "A project of this nature has never been done before – assembling disparate yet dependent education organizations to learn from eac...
https://education.ti.com/en/bulletinboard/2018/october/a-first-of-its-kind-stem-strategy-charts-path-to-help-educators

A Teacher’s 5 Words That Changed My Life

...es!” This year’s theme — Choose to Challenge — had a simultaneous effect. It touched my soul because we have the freedom to make choices. It sank my spirit because the challenge exists: Choose to Challenge. This International Women’s Day, Texas Instruments (TI) engineer, Tracy Hamilton, ...
https://education.ti.com/en/bulletinboard/intlwomensday

Ingenuity-takes-flight

...for the first time. And, of course, any AP® Physics teacher looking to engage their students with a relevant and cool event would immediately look to come up with an activity using data about the helicopter. What an opportunity for a timely review of some AP® concepts, with three weeks left until...
https://education.ti.com/en/bulletinboard/ingenuity-takes-flight