Welcome to CS1046 Approachable Apps

Slides:



Advertisements
Similar presentations
Please initial the attendance roster near the door. If you are on the Wait List you will find your name at the bottom. If you are not on the roster, please.
Advertisements

Instructor Dr. Ken Rodham –3370 TMCB – –Office Hours: By Appointment.
Administrative Issues ICS 151 Fall 2007 Instructor: Eli Bozorgzadeh.
Math 115a– Section 4  Instructor: Kerima Ratnayaka   Phone :  Office : MTL 124B.
Summer 2009 Math 1431 and Math 1432 begin. What to do… Watch the orientation video from the spring online classes. Please note that the spring classes.
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
--Laurie Wern Overmann August 25, “Students learn math by doing math not by watching someone else do math” Students listen to the instructor while.
Administrative Issues ICS 151 Winter 2010 Instructor: Eli Bozorgzadeh.
Math 090 Beginning Algebra Mr. Kennicutt. Course Info Class: – Friday 4:00 PM – 9:30 PM – Saturday 8:00 AM – 1:30 PM Office Hours: – Friday 2 – 4 PM in.
Dynamic Pages – Quiz #11 Feedback (under assignments) Lecture Code:
Programming In Perl CSCI-2230 Thursday, 2pm-3:50pm Paul Lalli - Instructor.
Reviewing for Gateway #2 The second Gateway Quiz will be given at the next class session, after we review for Quiz 2 on sections If you have already.
Please initial the attendance roster near the door. If you are on the Wait List you will find your name at the bottom. If you are not on the roster, please.
CSCE 1030 Computer Science 1 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
CS 139 – Algorithm Development MS. NANCY HARRIS LECTURER, DEPARTMENT OF COMPUTER SCIENCE.
Environmental Science II Mr. Martino Cedar Creek High School
Welcome to Back to School Night! ROOM 902. MR. KNALSON, ALGEBRA 2.
Please initial the attendance roster near the door. If you are on the Wait List you will find your name at the bottom. If you are not on the roster, please.
GEOMETRY MRS. GARIBALDI
Welcome to Mrs. Patterson’s Class Honors Biology.
MS. NANCY HARRIS LECTURER, DEPARTMENT OF COMPUTER SCIENCE CS 149 – Programming Fundamentals (Accelerated)
Introduction to CSCI 1311 Dr. Mark C. Lewis
CSc 120 Introduction to Computer Programing II
All important information will be posted on Blackboard
Would you like to donate materials?
Course Overview - Database Systems
Course Information and Introductions
CSc 1302 Principles of Computer Science II
1 MATH 112 (Thursday) Fall 2014 Instructor:.
Mrs. Fox Precalculus Room 411
WELCOME (Back) …TO THE CAMPUS OF TOMORROW.
Lab Introduction Installing Python
Welcome!! Sign by your name on the papers by the door.
Reflections from First time blended programming instructors
Computer Organization II
Honors AMERICAN HISTORY I
Algebra II Fundamentals
Biology 12 Ms. Godkin.
Welcome to MATH FALL 2016.
Reflections from First time blended programming instructors
CS 201 – Data Structures and Discrete Mathematics I
FINAL EXAM INFORMATION
Welcome to CS 1010! Algorithmic Problem Solving.
Algebra 1 Advanced Algebra
Welcome to Open House Mrs. Penn 6th Grade Math.
MA Fall 2016 Instructor: Matt Weaver Office: MATH 615
Modular Course Overview Algebra and Trig. I
Modular Course Overview MATH1710, MATH 1720 MATH 1740 and MATH1750
Welcome to Chemistry Ms. Ose
Welcome to Physics 1D03.
CS2013 Lecture 1 John Hurley Cal State LA.
Class Overview & Policies
“BELIEF + HARD WORK + SUPPORT = SUCCESS.”
General information and lab rules
Administrative Issues
Welcome to Mathematics. Sign in sheet will come around
Course Overview CS 4640 Programming Languages for Web Applications
CS2013 Lecture 1 John Hurley Cal State LA.
CS 250, Discrete Structures, Fall 2014 Nitesh Saxena
Administrative Issues
Mrs. DeVaults Blended Syllabus and Class Instruction
Welcome MATH 110 Spring 2015.
Administrative Issues
Mrs. Laura Worrall (775) ext 32138
Introduction To CPSC 233 James Tam Event driven software
CS144K An Introduction to Computer Networks
Assignment for Tuesday, February 8
CS2013 LECTURE 1 John Hurley Cal State LA.
Welcome! Mr. Stan Debiec School Year.
Presentation transcript:

Welcome to CS1046 Approachable Apps A Gentle Introduction to Programming

Who this course aimed at? Someone who: Is logical and loves problem solving Likes math (or at least doesn’t hate math) Has never coded before  if you have coded before – you will be bored! This is an introduction to programming using JavaScript NOT an introduction to JavaScript for programmers

What software you will need? Text Editor like Notepad or TextEdit (Notepad++ is better than Notepad) Browser  preferably Chrome

What we will be learning? The beginnings/bare necessities of JavaScript A bit of HTML A bit of CSS Problem solving and debugging

How this BLENDED course will work? Videos (lectures) for all the material will be online and done on your own time Labs are done on your own time, email me if you get stuck  need to do TWO labs a week You will have a quiz of about 20-30 questions every Tuesday night (I am flexible on timing, we can decide on this) We will meet once a week to do group work for 5 weeks. 3 individual assignments 1 final exam

How do you access all the material? It is ALL in Owl  http://owl.uwo.ca

Other notes: Syntax issues: Notepad – sometimes the quotes get messed up when copying , retype them. Eg. “Hello World” (copy into Notepad) Try to use Chrome and Notepad++ I have syntax issues all the time, you need to be very careful

More notes There is more than one way to skin a cat! Most of the time I am just going to show you one way to do something, there may be other ways, but we don’t have time to see every variation. For example: var x; var y; x = 5; y = 6; var x, y; x = 5; y = 6; var x=5; var y =6; x=5; y =6;

Breakdown of grades: Quizzes  12% (5 quizzes, lowest mark dropped) ????? TIMING???? Flipped Classroom  10% (5 flipped classes) Weekly Labs  20% (10 labs worth 2% each) Assignment 1  5% Assignment 2  7% Assignment 3  11% Final Exam  35% 7-10pm on Monday June 15 ????? TIMING???

Next Week I am away so if you have problems email Kemi oola@uwo.ca She is my course assistant. Kemi will be doing the flipped classroom next week in this room, attendance for the flipped classroom is mandatory You need to do Lab 1 and Lab 2 and watch lectures 1 and 2 before Tuesday night (so you can do the first quiz) This is a new course, so: If you have any suggestions, PLEASE EMAIL ME! If you find something VERY confusing, PLEASE EMAIL ME! If something was done very well, PLEASE EMAIL ME! If you hate something, PLEASE EMAIL ME!