{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
  • icondqn@moet.edu.vn
  • icon(84-56) 3846156
  • Contact
  • Weekly Calendar
  • Phonebook
  • E-Office
  • flag EN English
  • flag VNTiếng Việt
search
  • Home
  • About us
    • About QNU
    • Vision and Mission
    • Educational Philosophy
    • Departments of QNU
      • Department of Finance, Banking and Business Administration
      • Department of Economics and Accounting
  • Academics
    • Academics & Admissions
    • Undergraduate Programs
  • Students
  • Cooperations
  • Research
  • QNU Life
  • News Review
  • Library
29 Th07

Two FBA Students to attend the UNESCO – UNITWIN Program in South Korea 2025

  • 10:31:28
  • |
  1. Home
  2. Student
  3. Two FBA Students to attend the UNESCO – UNITWIN Program in South Korea 2025

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.