CS1S467 GUI Programming Lab Introduction.

Slides:



Advertisements
Similar presentations
1 XML Data Management Course Outline and Organisation Werner Nutt.
Advertisements

COM621 Interactive Web Development Dr. Jose Santos MS 017A.
Database Design Concepts Info 1408 Lecture 1 Introduction to the module.
COMP 110 Introduction to Programming Mr. Joshua Stough August 22, 2007 Monday/Wednesday/Friday 3:00-4:15 Gardner Hall 307.
An Introduction to Computer Programming Anna Bretscher
1 SD1042: Introduction to Software Development SD1042 Introduction to Software Development SCHOOL OF COMPUTING AND TECHNOLOGY Getting Started MODULE TEAM.
CMSC 202 Computer Science II for Majors Fall 2009 Introduction.
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
+ JAVA Programming CCSA Introduction this course is a hands-on course in programming with the Java language for students who have completed a course.
Sadegh Aliakbary Sharif University of Technology Fall 2011.
Welcome to CS 3260 Dennis A. Fairclough. Overview Course Canvas Web Site Course Materials Lab Assignments Homework Grading Exams Withdrawing from Class.
CMSC 202 Computer Science II for Majors Object-Oriented Programming.
Object Oriented Design and Programming Alan Goude Room: Sheaf 9323.
Instructor: Tina Tian. About me Office: RLC 203A Office Hours: Wednesday 1:30 - 4:30 PM or .
1 XML Data Management Course Outline and Organisation Werner Nutt.
UFCEUS-20-2 Web Programming Prakash Chatterjee Room 3P16 Lecture 1 : Introduction & Course Outline.
CSC 120 Introduction to Programming Dr Andreas Loizides c.cy des/CSC120.
HNDComputing – DeMontfort University  DeMontfort University 2011 Introduction to Module IMAT1408 wk1 Database Design ConceptsDatabase Design Concepts.
ICS 102 Computer Programming University of Hail College of Computer Science & Engineering Computer Science and Software Engineering Department.
1 Working with MS SQL Server Textbook Chapter 14.
Chapter 11 An Introduction to Visual Basic 2008 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
Module Overview n Module Title: OO Programming n Module Code: MIT3446 n Module Value: 3.0 n Duration: 15 weeks n Class-Contact Hours: Lecture15 hrs n Lab/Tutor30hrs.
OOP (Java): Prelim/ OOP (using Java) Objective – –to give some background on the course Semester 2, Who we are: Andrew Davison.
Programming Concept Chapter I Introduction to Java Programming.
Intro: FIT1001 Computer Systems S Important Notice for Lecturers This file is in skeleton form only Lecturers are expected to modify / enhance.
UFCEUS-20-2 Web Programming Lecture 1 Module Introduction & Outline.
Mark Dixon Page 1 Tech – Module Introduction.
Lecture 1: IntroductionIntro to IT COSC1078 Introduction to Information Technology Lecture 1 Introduction James Harland
Chapter 11 An Introduction to Visual Basic 2005 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
King Saud UniversityCSC112 - First Semester CSC 112 Java Programming I Introduction.
Introduction Fall 2001 Foundations of Computer Systems Prerequisite:91.166* or * Section A Instructor: Dr. David Hutchinson Office:
Winter 2016CMPE212 - Prof. McLeod1 CMPE212 Object Oriented Programming for Engineers Course Web Site: Lecture.
UFIEUS-20-2 Web Programming Prakash Chatterjee / Dan Dixon Room 3P16 Lecture 1 : Introduction & Course.
Department of Electronic & Electrical Engineering EE20084 Structured Programming. Chris Clarke Paul Leonard.
Introduction to Course Material Version 1.1. Objectives Course requirements and objectives - Exams - HW (Labs) - Quizzes How to access to FTP site How.
Logic & Proofs Summer Session II Instructor: Karin Howe.
Advanced C# Course Introduction SoftUni Team Technical Trainers Software University
Introduction Computer Organization Spring 1436/37H (2015/16G) Dr. Mohammed Sinky Computer Architecture
Introduction to Course Material. Objectives Course requirements and objectives - Exams - HW (Labs) - Quizzes How to access to FTP site How to register.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
CMPT 201 Computer Science II for Engineers
CITS1001 Object Oriented Programming and Software Engineering
Introduction to Operating Systems
ENCM 369 Computer Organization
Mobile and Social Computing
Computer Software: Programming
C# Advanced Course Introduction SoftUni Team C# Technical Trainers
1nd Semester: 1436/ 1437 SW Project Management(CT1413)
IOS110 Final Review.
C# Advanced Course Introduction SoftUni Team C# Technical Trainers
CSC 111 Course orientation
IMAT1604 Visual Web Development
Responsive Web Applications with Bootstrap & CSS
CS 140 Lecture Notes: Virtual Machines
Lecture 1 Making a C# GUI Program
Advanced Programming Fall 2017.
Fall 2018 CourseIntro.
Portfolio Information PPT
Net 222: Communications and networks fundamentals (Practical Part)
PROGRAMMING PARADIGMS
Instructions: Print different pages of lab tour cards on different colour card to make it easier for people with visual impairments. Each visitor who wishes.
Mobile and Social Computing
Dept. of Computer Science University of Liverpool
Fall 2016 CourseIntro.
Portfolio Information PPT
Microsoft Virtual Academy
Portfolio Information PPT
CS4540 Special Topics in Web Development Introduction to .NET
Creating Games with Project Spark
Presentation transcript:

CS1S467 GUI Programming Lab Introduction

I am Peter Plassmann peter.plassmann@southwales.ac.uk J226 (office) / J150 (lab) 01443 / 48 3717

Today RU Here Module content Programming language / environment Your first 2 programs

https://ruhere.southwales.ac.uk/

RFID Card Readers (Various Appearances)

RU Here Card

Electronic register

Timetable You Lectures Labs 1 hour lecture Mondays, 11:00 to 12:00, H230 Labs 2 hours lab Thursdays, 15:00 to 17:00, J113 You should all be Information Communications Technology (ICT) students

Assessment No Exam But: 2 Courseworks We know, you must be gutted... In labs, programming tasks CW 1: 40% CW 2: 60% To pass: CW1 * 0.4 + CW2 *0.6 > 40%

Module Content Blackboard tour now (content, assignments, books, resources, labs, ...)

We Are Using C# C ‘dialect’ by MS (derived from J++ but a $20 million legal dispute later…) C is most popular programming language (Java, C# 2nd) Identical principle, different implementation: C# under .NET Java under JVM (Java Virtual Machine)

We Are Using Visual Studio 2015 ‘Community’ Edition at home (free to download) ‘Enterprise’ Edition in the Labs (compatible to the ‘Community’ version, just more features we won’t need / use in this module) Subject to Change

In Lab 1 this Week Introduction to C# under VS 2 examples (using YouTube tutorials) a Console I/O application a Windows GUI application

Now Go to Blackboard ‘Learning Materials’ page ‘Lab’ column for week 1 Open the ‘Task Sheet’ and follow instructions