EMT1111 Logic and Problem Solving Dr. José M. Reyes Álamo Lecture 1.

Slides:



Advertisements
Similar presentations
In Review JAVA C++ GUIs - Windows Webopedia.com.
Advertisements

1 Introduction to the Computer as an Analysis Tool OPIM 101.
CGS 1000-SPRING 2008 Introduction to Computers and TechnologyIntroduction to Computers and Technology.
CIT110 – Introduction to Information Technology Dr. Catherine Dwyer Fall 2011.
IS612 – Object Oriented Concepts and Development Dr. Catherine Dwyer Fall 2010.
Computer Concepts 5th Edition Parsons/Oja Page 546 CHAPTER 11 Software Engineering Section A PARSONS/OJA Computer Programming.
CS101- Lecture 11 CS101 Fall 2004 Course Introduction Professor Douglas Moody –Monday – 12:00-1:40 – – –Web Site: websupport1.citytech.cuny.edu.
Information Technology and Applications Course Introduction Professor Pepper.
Introduction to AppInventor Dr. José M. Reyes Álamo.
Course: Introduction to Computers
Dr. José M. Reyes Álamo 1.  Course website  Syllabus posted.
Introduction to Programming Environments for Secondary Education CS 1140 Dr. Ben Schafer Department of Computer Science.
Ryann Kramer EDU Prof. R. Moroney Summer 2010.
Getting Started With Java Downloading and installing software Running your first program Dr. DwyerFall 2012.
CS-0401 INTERMEDIATE PROGRAMMING USING JAVA Prof. Dr. Paulo Brasko Ferreira Fall 2014.
CS 150 PERSONAL PRODUCTIVITY USING TECHNOLOGY Instructor: Dr. Xenia Mountrouidou.
Introduction CSE 1310 – Introduction to Computers and Programming
EMT1111 Logic and Problem Solving Dr. José M. Reyes Álamo Lecture 1.
EMT1111 Logic and Problem Solving Fall 2012 Dr. José M. Reyes Álamo Lecture 1.
Bala Kappagantula CGS 1000 Introduction to Computers and Technology Fall 2007.
1 MSCS 237 Distributed Computing Spring 2006 INSTRUCTOR: Dr. Sheikh Iqbal Ahamed Office: Cudahy Hall 386 Phone: Office Hours: Monday 2:00-3:00pm.
Foundation Programming Introduction. Aims This course aims to give students a basic understanding of computer programming. On completing this course students.
CS 160 Introduction to Computer Science Andrew Scholer
Challenges in Using IT for Learning and Teaching in Saudi Arabian Universities Present by : Fahad Alturise Supervisor : Dr. Paul Caldor.
Introduction CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
AGEING WELL! DON’T HESITATE, BE ACTIVE ICT MODULES FOR LEARNERS OF SYLLOGOS PYRGION THIRAS “TA EISODIA TIS THEOTOKOU”
ENG3050 Embedded Reconfigurable Computing Systems General Information Handout Winter 2015, January 5 th.
Part-time Instructor - Brian Goldberg 1 Introduction to Programming with C ++ CPS 171 First Day Orientation
CS435/535, Computer Graphics Jingyuan(Alex) Zhang Office: 3413 SEC (Science and Engineering Complex) Phone:
COMP 3438 System Programming
Introduction CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
COMP 171: Principles of Computer Science I John Barr.
Part-time Instructor - Brian Goldberg 1 Beginning JAVA Programming CIS 175 First Day Orientation
EMT1111 Logic and Problem Solving Dr. José M. Reyes Álamo Lecture 1.
Variables, operators, canvas, and multimedia Dr. José M. Reyes Álamo.
CT 1503 Network Operating Systems Instructor: Dr. Najla Al-Nabhan 2014.
CGS 1000-FALL 2009 Intro to Computers & Tech. Topics  Syllabus  Faculty Website  Campus Cruiser Introduction to Computers and Technology.
Fundamental Programming: Fundamental Programming K.Chinnasarn, Ph.D.
Loops, Databases, Procedures, and Lists Dr. José M. Reyes Álamo.
SE-280 Dr. Mark L. Hornick 1 SE-280 Software Engineering Process Dr. Mark L. Hornick web: myweb.msoe.edu/hornick SE280 info syllabus,
Ministry of Higher Education Sohar College of Applied Sciences IT department Comp Introduction to Programming Using C++ Fall, 2011.
CSC 200 Lecture 0 – An Overview Length: 40:23. Resources for the Course College Home Page – Instructor Home Page –
Software Engineering Principles Dr. José M. Reyes Álamo.
Variables, operators, canvas, and multimedia Dr. José M. Reyes Álamo.
Web Content Development Dr. Komlodi Class 1: Introductions, Elements of Web Design.
Introduction CSE 1310 – Introduction to Computers and Programming Vassilis Athitsos University of Texas at Arlington 1.
Computer Programming for Engineers CMPSC 201C Fall 2000.
Today in CS161 Week #1 The Science of Computing What does it mean to write a program How is game programming different? Consider using Computer Graphics.
Introduction to Logic and Conditional Block Dr. José M. Reyes Álamo.
Course Overview Stephen M. Thebaut, Ph.D. University of Florida Software Engineering.
1 Computer Science 1021 Programming in Java Geoff Draper University of Utah.
Basic 1960s It was designed to emphasize ease of use. Became widespread on microcomputers It is relatively simple. Will make it easier for people with.
GCSE COMPUTER SCIENCE Practical Programming using Python
Principles of Computing – UFCFA Lecture-1
Introduction CSE 1310 – Introduction to Computers and Programming
Logic and Computer Design Fundamentals
Christ the King College Friday, 13th March 2015
Variables, operators, canvas, and multimedia
What is Computer Science?
Christ the King College
Introduction to Programming Using Python PART 1
Computer Science A Level
Ann Marie’s E-Portfolio
Accelerated Introduction to Computer Science
Introduction to AppInventor
Introduction to programming
ICT Gaming Lesson 2.
CS Problem Solving and Object Oriented Programming Spring 2019
Mobile Computing With Android ACST 4550
Software Engineering and Animations
Presentation transcript:

EMT1111 Logic and Problem Solving Dr. José M. Reyes Álamo Lecture 1

1 Outline  The professor  Class objectives  Text book and references  In class conduct  Homework, assignments, and evaluation  Blackboard  Basic computer skills you should know  Create your portfolio

The Professor

3 José M. Reyes Álamo, Ph.D. Ph.D., Computer Science, Iowa State University B.S., Computer Science, University of Puerto Rico at Bayamón Software Engineer for a Financial Software Company Research Assistant at Iowa State University (Smart Home Environment) Software Engineer and Programmer during my senior year and before grad school

4 Research Interests Software Engineering Embedded Devices programming (sensors, actuators, smart phones) Smart Environments Formal Methods and Model Checking Service-Oriented Architectures and Web Services

5 Prof. Reyes Álamo José M. Reyes Álamo, Ph.D. Assistant Professor Computer Engineering Technology New York City College of Technology Office: V621 CityTech website:

About the Class

7 Tools to be Used Learn Python and AppInventor for Android Create small programs and apps to learn computer engineering concepts Learn to solve problems following software engineering principles. Encourage your creativity to use technology to solve problems.

8 Python In this course we will use the Python programming language. Python is a relatively simple programming language: –Fewer alternatives (one way to do it) –Easier to accomplish common tasks This allows us to focus less on the language and more on problem solving

9 Python Python in an interpreted language which allows you to type program statements into the Python window and see results immediately. Other programming languages require an intermediate step before you can run a program called compiling.

10 Python Python is useful for general problems as you can do things with it quickly. Python is used to solve problems in many areas. Many packages are available to help for a particular area

11 App Inventor Programming with blocks Tutorials & small projects You can develop Android apps

12 What kind of apps?

13 What kind of apps?

14 Why is programming so important? This class is about programming, creating software. Software is what make hardware useful. Difficult to find a job as a computer specialist with no programming skills.

15 The syllabus EMT1111 Logic and Problem Solving

16 Basic computer skills How to take screenshots (Windows)How to take screenshots How to take screenshots (Mac)How to take screenshots Finding pictures on the internet How to download pictures from a website

17 Create your portfolio Requirements –Short bio with picture (for home page) –A web page for each app: +A description about what the program/app does +A picture of the program/app running +Source code Copy/paste for python Picture of the blocks diagram for AppInventor