1.1 Introduction to Programming academy.zariba.com 1.

Slides:



Advertisements
Similar presentations
CS0004: Introduction to Programming Visual Studio 2010 and Controls.
Advertisements

CS0004: Introduction to Programming Introduction to Programming.
Visual Basic 2010 How to Program. © by Pearson Education, Inc. All Rights Reserved.2.
Java Programming, 3e Concepts and Techniques Chapter 1 An Introduction to Java and Program Design.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
1 SD1042: Introduction to Software Development SD1042 Introduction to Software Development SCHOOL OF COMPUTING AND TECHNOLOGY Getting Started MODULE TEAM.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Creating a Console Application with Visual Studio
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
1 ENG236: Introduction (1) Rocky K. C. Chang THE HONG KONG POLYTECHNIC UNIVERSITY.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
1 ENG236: ENG236: C++ Programming Environment (2) Rocky K. C. Chang THE HONG KONG POLYTECHNIC UNIVERSITY.
Creating and Running Your First C# Program Telerik Software Academy Telerik School Academy.
Introduction 01_intro.ppt
Java Programming, 2E Introductory Concepts and Techniques Chapter 1 An Introduction to Java and Program Design.
1 Integrated Development Environment Building Your First Project (A Step-By-Step Approach)
Ch 1. Introduction Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2012.
Game Development and Game Design academy.zariba.com 1.
Introduction to VB.NET Tonga Institute of Higher Education.
COS120 Software Development Using C++ AUBG Fall semester 2010 Ref book: Problem Solving, Abstraction and Design Using C++ Authors: Frank Friedman, Elliot.
CS 0004 –Lecture 8 Jan 24, 2011 Roxana Gheorghiu.
Introduction to Programming
Architecture of.NET Framework .NET Framework ٭ Microsoft.NET (pronounced “dot net”) is a software component that runs on the Windows operating.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
Chapter 1: A First Program Using C#. Programming Computer program – A set of instructions that tells a computer what to do – Also called software Software.
Instructor: Tina Tian. About me Office: RLC 203A Office Hours: Wednesday 1:30 - 4:30 PM or .
The Program Development Cycle
Introduction to Interactive Media Interactive Media Tools: Software.
Introduction to Java August 14, 2008 Mrs. C. Furman.
Programming Concept Chapter I Introduction to Java Programming.
Visual C++ Programming: Concepts and Projects
Lecture 6: Computer Languages. Programming Environments (IDE) COS120 Software Development Using C++ AUBG, COS dept.
Introduction In The Name Of Allah, The Beneficent, The Merciful.
Guide to Programming with Python Chapter One Getting Started: The Game Over Program.
Productivity Tools Ken Nguyen Department of Information Technology Clayton State University.
Problem Solving Techniques. Compiler n Is a computer program whose purpose is to take a description of a desired program coded in a programming language.
Fundamental Programming: Fundamental Programming K.Chinnasarn, Ph.D.
IXA 1234 : C++ PROGRAMMING CHAPTER 1. PROGRAMMING LANGUAGE Programming language is a computer program that can solve certain problem / task Keyword: Computer.
N from what language did C++ originate? n what’s input, output device? n what’s main memory, memory location, memory address? n what’s a program, data?
Lecture.1: Getting Started With Java Jiang (Jen) ZHENG May 9 th, 2005.
Module 1: Getting Started. Introduction to.NET and the.NET Framework Exploring Visual Studio.NET Creating a Windows Application Project Overview Use Visual.
Microsoft Visual Studio 2010 Teacher: Ms. Olifer.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
Controlling Computer Using Speech Recognition (CCSR) Creative Masters Group Supervisor : Dr: Mounira Taileb.
Lecture 1 Getting Started with Programming using Visual Studio.
COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic.
The Development Process Compilation. Compilation - Dr. Craig A. Struble 2 Programming Process Problem Solving Phase We will spend significant time on.
1.8 Multidimensional Arrays academy.zariba.com 1.
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 1 An Introduction to Visual Basic.NET and Program Design.
Introduction to Computer Programming Concepts M. Uyguroğlu R. Uyguroğlu.
C++ Programming Basics C++ Lecture 1 Stacy MacAllister.
Tutorial 1 Writing Your First C++ Program CSC1110C Introduction to Computer Programming By Paul Pun Acknowledgement: Special thanks to Dr. Michael Fung.
CMPT 201 Computer Science II for Engineers
Love Guardian Android App
Introduction to programming
Computer Software: Programming
C Programming Lecture-1 Overview and Environment Setup
Introduction to Visual Basic 2008 Programming
Introduction to .NET Framework Ch2 – Deitel’s Book
2.2 Defining Classes Part 2 academy.zariba.com.
An Introduction to Visual Basic .NET and Program Design
Module 1: Getting Started
Mobile Development Workshop
Windows Service Applications
Presentation transcript:

1.1 Introduction to Programming academy.zariba.com 1

Lecture Content 1.What software do you need? 2.What is programming? 3.Creating your first C# program 4. Homework 2

What Software do you need? 3 Google Account (Google Drive mostly) Windows 8.1/Windows 10 Visual Studio 2013/2015

What is programming? 4 Computer programming: creating a sequence of instructions to enable the computer to do something. Definition by Google

Programming Phases 5 Define a task/problem = Specification Plan your solution = Design Write code = Implementation Fix errors = Testing/Debugging

Game Development Phases 6 Game Idea Write/Obtain GDD (game design document) Concept Art (if applicable) Graphic Design Development Testing Deployment Marketing

What is C#? 7 C# is a new, cutting edge language Extremely powerful Easy to learn, read and understand Object-oriented Used in Unity3D

What is Visual Studio 8 Visual Studio is an Integrated Development Environment (IDE). It is a development tool to help us: Write the code Design user Interface Compile the code Execute / Test / Debug applications Manage projects with ease

Your first C# Project 9

Homework 10 1.Install Windows 8.1/10 2.Install Visual Studio 2013/ Get Google Drive (gmail account) 4.Create, compile and run a “Hello Zariba Academy” console application. 5.Create a console application to print your name, , age and gender. 6.Print the numbers 0, 357, -20 and 10^20 on the console. 7.Print sin(200), cos (100), tan (pi/4) 8.Print 56 to the power 3 9.Print the remainder of 138 divided by Write a program to read your first and last names and print them on the console, separated by space.

11 References

12 Zariba Academy Questions