Using Databases in the RememberHack Week 5. Databases Organized collection of data Intended to organize, store, and retrieve large amounts of data easily.

Slides:



Advertisements
Similar presentations
Searching for Information Search engines vs. subscription services.
Advertisements

Business Modeling Week 5. Agenda 5:30 – Team Stand Up 5:40 – Business Modeling 6:15 – Activity: Business Model Canvas 7:25 – Ongoing Offsite Activities.
Validation Week 6. Agenda 5:30 – Team Stand Up 5:45 – Validation 6:20 – Activities: Validation & Business Plans 7:25 – Review Assignment.
Using Lists and Loops in Lots of Circles Week 4. Lists For example: to do list, shopping list In CS: An ordered set of values One name, multiple values,
Customer Development Week 3.
Databases. What is a database? It is a collection of information, which can be searched and sorted. It can be information about anything. Toys, pupils,
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
Lean Thinking Week 2. Agenda 5:30 – Team Stand Up 5:40 – Lean Thinking 6:00 – Activity: Brainstorming 6:45 – Activity: Market Research 7:25 – Review.
Programming with App Inventor Storing Data
Effective Presentations Week 7. Agenda 5:30 – Team Stand Up 5:40 – Pitch Event details 6:00 – Draft Presentation 6:25 – Mentor Careers 7:25 – Ongoing.
Introduction to Backend James Kahng. Install Node.js.
Contacts. Stored in the Contact folder Stores information about businesses or people –Address, phone number, address etc.
Kickoff Week 1. Session Agenda 5:30 – Introductions/Icebreaker/Get Snack 6:00 – Introduction to Technovation 6:15 – Mobile Technology & Entrepreneurship.
Social Networking – The Ways and Means Rosey Broderick May 2011.
Chantelle van der Merwe FORUM Credit Union Marketing Intern July 2011.
WC2011 Programming Mobile Devices Android Development Day 2.
Using Technology Tools in the Classroom to Actively Engage Students in the Learning Process By Mrs. Teresa Jackson Dutchtown High School Follow me on twitter.
Creating Your Own App – It’s cheaper and less painful than an APPendectomy Curt Hitchens GAETC 2012 Thursday, November 8 th Italian Room 1-2.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
靜宜大學資管系 楊子青 1 Working with Databases (II) 靜宜大學資管系 楊子青
User-Centered Design Week 4. Agenda 5:30 – Team Stand Up 5:40 – User-Centered Design 6:15 – Activities: Usability Testing 7:25 – Ongoing Offsite Activities.
Adding Business Value Using Data Elasticity Varadha Sundaram Sun Certified Enterprise Architect Sabre Inc., Dallas, USA 1.
Complete theory from last lesson… Put today’s date in the front of your book Read pages 46 and 47 of the textbook…
Technovation Incorporating Feedback Week 4. Check-in: paper prototype By now, your paper prototype should be complete, so that you can begin creating.
Microsoft Access 2000 Presentation 1 The Basics of Access.
Validation Week 6. Agenda 5:30 – Team Stand Up 5:45 – Validation 6:00 – Activity: Validation 6:45 – Activity: Business Plans 7:25 – Review Assignment.
+ Information Systems and Databases 2.2 Organisation.
Creating Procedures in MoleMashHack Week 2. Procedure Named sequence of statements Code reuse Example without arg: turn on light Example with arg: make.
Business Modeling Week 5. Agenda 5:30 – Team Stand Up 5:40 – Business Modeling 6:15 – Activity: Business Model Canvas 7:25 – Ongoing Offsite Activities.
Top 15 Online Tools Cliff Hutto Columbus State University.
 *  Facebook*  Twitter*  Instagram*  Texting!!!*  Snapchat  Ask.fm  There are new apps for faster texting but I have not explored them yet-
 flat-file database-a database that can work with only one table at a time.
Incorporating Feedback Lesson 5 0. Check-in: paper prototype By now, your paper prototype should be complete, so that you can begin creating your app.
June 22, 2002The Winning Way!1 The Winning Way Seattle Orlando.
This week on social media Oct 29 th -Nov 4 th. General stats.
User-Centered Design Week 4. Agenda 5:30 – Team Stand Up 5:40 – User-Centered Design 6:10 – User Interface Research Activity 6:30 – Paper Prototyping.
SHAPE THE WORLD. WEB DEVELOPMENT.
ASP Application Object Y.-H. Chen International College Ming-Chuan University Fall, 2004.
GETTING THE MOST OUT OF ICTs Making your programs work for you.
Coaching Week 9. Agenda 5:30 – Stand Up 5:35 – Coaching Panel Introduced 5:50 – Pitches begin with 2 teams going at once 7:30 – Conclude.
DATABASES Filing cabinet or computer??. In the Database Unit you will: Learn that databases have many different uses Learn about the different parts of.
App Inventor For Android: Graffiti App Lyn Turbak, Wellesley College.
BUSINESS MODEL DEVELOPMENT Module 1 The Business Model Canvas Business Administration Program Faculty of Business Administration and International Relations.
Travesoft A web product developed for Travel & Tours Companies by Gridaxis softwares travesoft.gridaxis.in Gridaxis Softwares.
Introduction to Database Systems 1. Pop Quiz Question 1: How often do you use a database system or database system application? a)At least once a day.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Mobile Application Development Data Storage. Android provides several options for you to save persistent application data. The solution you choose depends.
Phonegap Bridge – Storage CIS 136 Building Mobile Apps 1.
DATA SCIENCE MIS0855 | Spring 2016 Storing and Retrieving Data SungYong Um
TRELLO. WHAT IS TRELLO!? Trello is a project management tool that makes collaboration easy. This visual list tool can do so much more, whether you're.
A little more App Inventor and Mind the GAP!
Internet Safety Day.
Stay Safe in Cyber Space!!!
Research Using Notecards.
Automated ad placement
Oshopsoft oshopsoft.gridaxis.in Gridaxis Softwares
How Do People Make Money Out Of Social Networking?
Science Fair Projects.
Digital advertising Digital: Information that is electronic, e.g. smartphone apps, videos games and websites Advertising: To make something known, usually.
In the Classroom.
Business Modeling Week 5.
MVC Framework, in general.
Working with Databases (I) 靜宜大學資管系 楊子青
Working with Databases (I) 靜宜大學資管系 楊子青
PHP and Forms.
HTML5 and Local Storage.
Visual Programming Week # 09
SOCIAL NETWORK 82% 60% 45% 26% 12% INSTAGRAM FACEBOOK TWITTER GOOGLE+
Reflection Bingo.
Presentation transcript:

Using Databases in the RememberHack Week 5

Databases Organized collection of data Intended to organize, store, and retrieve large amounts of data easily Examples:

Organized Information Lists  Ordered data  Example: phone tree Maps/Dictionaries  Key/Value pair  Example: phone book Flat-file databases  Many categories  Example: address book Relational databases  Categories across files  Example: Facebook

Data Key – label for what’s inside Value – data that’s inside Example:  Key = your name  Value = your school name

Databases in App Inventor TinyDB stores data directly on the phone and will only used by that phone TinyWebDB stores data on a web datebase that can be shared among phones

TinyWebDB Accessed through the web ServiceURL Store key – put into DB Retrieve key – get value out of DB

TinyWebDB

Remember Hack

Resources If you have problems Read the App Inventor book on databases (pages ) Post questions to the Technovation Challenge Google Group

Reminder: Weekly Reflections What did your team like about this week? What challenges did your team have this week? Anything else your team would like to share?

Share with us on Twitter & Facebook Tweet #technovation Like us on Facebook: Technovation Challenge