The FBA is proud to announce that two talented students have officially been selected to participate in the UNESCO – UNITWIN Program in South Korea at the end of 2025. This prestigious and meaningful program offers students worldwide the opportunity to share innovative ideas and develop research and creative skills in a global academic environment.
1️⃣ Tran Minh Tu Nhi
Class: Logistics and Supply Chain Management, Cohort K46B
Project Title: Scanova – Smart Delivery Authentication Device
✨ Project Overview:
Scanova is a barcode scanning device placed at the front door and linked to the family members’ shopping accounts. It allows recipients to verify their orders before the delivery is completed. When a barcode is scanned, a notification is sent to the recipient’s phone. The recipient then confirms the order via an app, and a QR code is generated and displayed for the delivery person to complete the transaction.

2️⃣ Tran Thi My Duyen
Class: Marketing Management, Cohort K45
Project Title: Mastering While & Loops
✨ Project Overview:
-
Problem 1: Find pairs of numbers whose product equals N. The program uses a for loop to identify all valid pairs (a × b = N).
-
Problem 2: Simulate drawing cards randomly until an Ace is drawn. The program uses a while loop and random.choice()
to simulate the draws and calculate the average number of draws (~10.6 cards).
Key Achievements:
-
Mastered for loops, while loops, and if statements
-
Learned how to simulate probability-based scenarios
-
Improved list-handling and logical thinking skills in Python
Summary: This project helps students understand and practice using for and while loops through clear, practical examples—ideal for beginners learning programming.

🎓 Congratulations to Tu Nhi and My Duyen!