Mobile Development with iOS

Slides:



Advertisements
Similar presentations
ESE 380: Introduction to Exceptional Children Fall 2009 Chris Lanterman.
Advertisements

CPSC 100 – Personal Computers & Their Uses Fall 2010 Dongsheng Che Department of Computer Science East Stroudsburg University.
CS211: Course Overview George Mason University. Today’s topics Go over the syllabus Go over resources – Marmoset – Piazza – Textbook Highlight important.
CIS150AB: Object-Oriented Programming Fundamentals Instructor: Gary R. Smith, MS.
1 MSCS 237 Distributed Computing Spring 2006 INSTRUCTOR: Dr. Sheikh Iqbal Ahamed Office: Cudahy Hall 386 Phone: Office Hours: Monday 2:00-3:00pm.
CIS162AD: C#.Net Programming Level I Instructor: Gary R. Smith, MS.
MGS 351 Introduction to Management Information Systems
1 COMS 261 Computer Science I Title: Course Introduction Date: August 25, 2004 Lecture Number: 01.
Course Overview Ted Baker  Andy Wang COP 5641 / CIS 4930.
OPEN HOUSE MS. GUILLEN Algebra 1. Course description Algebra 1 is intended to build a foundation for all higher math classes. This course will review.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Princess Nora University Faculty of Computer & Information Systems
Lecture Section 001 Spring 2008 Mike O’Dell CSE 1301 Computer Literacy.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
Software Systems Engineering Rob Oshana Southern Methodist University EMIS 7312.
SE-2030 Software Engineering Tools and Practices SE-2030 Dr. Mark L. Hornick 1.
January 16, 2007 COMS 4118 (Operating Systems I) Henning Schulzrinne Dept. of Computer Science Columbia University
Introduction to Software Engineering Lab Instructor: Jacob.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Biotechniques – BIOL 410 T/R 9:30 AM - 12:15 PM Prof. Justin Golub THIS COULD BE YOU!!!!
Welcome To Middle School Science Miss Schechter Room 322.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Alexandra Stefan University of Texas at Arlington 1.
CSE 489/589 Modern Networking Concepts
AC256: Federal Taxation Seminar: Unit 1
Our Lady of the Rosary College F.3 Computer Literacy
Course Overview - Database Systems
Andy Wang Object Oriented Programming in C++ COP 3330
Computer Engineering Department Islamic University of Gaza
CSc 1302 Principles of Computer Science II
Software Requirements
Introduction to Computing
Welcome to Chemistry/Enviro with Ms. James!
WELCOME (Back) …TO THE CAMPUS OF TOMORROW.
Lab Introduction Installing Python
Instructor Royce Vaughn
Welcome to General Biology II!
CSC 135 section 60 or CSC Fall 2017.
Welcome to Strategies for College Success
MIS323 Business Telecommunications
Psychology / Sociology
CS5040: Data Structures and Algorithms
Course Overview CSE8313 Object-Oriented Analysis and Design
Computer Science 102 Data Structures CSCI-UA
Princess Nora University Faculty of Computer & Information Systems
Welcome to Mrs. Cottrill’s Academic Research and Composition!
Andy Wang Object Oriented Programming in C++ COP 3330
Introduction to Computers Fall 2017
Basic Math Syllabus.
English Class Syllabus
WELCOME PARENTS! Dr. Yox AP Physics.
Introduction to Computers Spring 2018
Welcome to CS 1301! Principles of Programming I.
Introduction to Computers Fall 2018
COMS 161 Introduction to Computing
Basic Math Syllabus.
Welcome to CS220/MATH 320 – Applied Discrete Mathematics Fall 2018
MIS323 Business Telecommunications
Introduction to Computers SPRING 2019
CSE1311 Introductory Programming for Engineers & Scientists
How to be successful in Mrs. Bartlett’s class
COMS 261 Computer Science I
CS 2530 Intermediate Computing Dr. Schafer
CE221 – Data Structures & Algorithms Lab Introduction
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Alexandra Stefan University of Texas at Arlington.
Princess Nora University Faculty of Computer & Information Systems
Please grab a seat anywhere for now.
Computer Science Practicum – Writing Intensive
Introduction to Programming Environments for Elementary Education
Presentation transcript:

Mobile Development with iOS CSIS3070

Today Introduction Course Summary Grading Expectations

About Me Jeffrey Tagen BS Software Engineering, URI MS Computer Science, GT Concentration in Interactive Intelligence Assistant Professor @ JWU Innovation Lab Coordinator @ JWU Please use jtagen@jwu.edu for class-related e-mail exchange Office Hours, Wednesday 11:30-3:30

Book

Class Policies Grading Cell Phones Academic Honesty Absences Quizzes Laptops & Thumb Drives Dropped Assignments Office Hours

http://ulearn.jwu.edu Powerpoints Assignments Latest Grades Quizzes Assignment Submission Please login before the next class and review syllabus

Class Policies All submissions via uLearn. No late submissions accepted without a letter from SAS! All assignments are *individual* unless otherwise noted

My Expectations of You Enthusiastic about development Likes to learn new things. Can learn something on your own if you need to. You’re not going to use “I don’t know this” as an excuse. Hard-working. Can spare a lot of time for the class. There will be time-consuming homework and a big term project.

Write a program that prints the numbers from 1 to 100 Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.

Now Review Syllabus First Exercise Assignment 1