1. Produce a folio of tasks that demonstrate a progression in acquiring and applying programming knowledge (ie. learn Visual Basic) 2. Learn about computer.

Slides:



Advertisements
Similar presentations
Taavi Tamberg What is screen? Device User Interface Information Service Innovation.
Advertisements

Chapter 1 - VB 2008 by Schneider1 Chapter 1 - An Introduction to Computers and Problem Solving 1.1 An Introduction to Computers 1.2 Windows, Folders, and.
E-prime: A researcher’s perspective Dr Anna Law. Visual search study.
Scripting Languages For Virtual Worlds. Outline Necessary Features Classes, Prototypes, and Mixins Static vs. Dynamic Typing Concurrency Versioning Distribution.
Microcontroller: Introduction
Course: Introduction to Computers
Lecture # 1 M.Sc / BS(CS)/ BS(I.T) DPT www. Shahid Rasul.com.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
ITM352 PHP and Dynamic Web Pages: Server Side Processing.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
CS3500 Software Engineering How does a “program” differ from a “software system”? Program System Tens to hundreds of lines of code Thousands to millions.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
Introduction to Internet Programming (Web Based Application)
UNIT - 1Topic - 1. An electronic device, operating under the control of instructions stored in its own memory unit, that can accept data (input), manipulate.
The Development Process
 Based on progressions points - learning statements that indicate what a student should be able to achieve at each level.  No set assessment, the way.
Mr C Johnston ICT Teacher BTEC IT Unit 06 - Lesson 01 Introduction to Computer Programming.
1 Nassau Community CollegeProf. Vincent Costa Acknowledgements: An Introduction to Programming Using Visual Basic 2012, All Rights ReservedAn Introduction.
An overview of scripting languages Alexander Kanavin Teachers: Barbara Miraftabi, Jan Voracek.
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.
1 3. Computing System Fundamentals 3.1 Language Translators.
Project Plan for nSite Central Michael Dunn Ryan Sessions Kyle Kerrigan.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
The Future of the iPlant Cyberinfrastructure: Coming Attractions.
Jasmine sells. Hardware are physical components that make up your computer. a Software are programs or applications that run on your computer. Computer.
Term 2, 2011 Week 1. CONTENTS Problem-solving methodology Programming and scripting languages – Programming languages Programming languages – Scripting.
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.
Standard Grade Programming using VB 1 Programming Visual Basic.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
1 Principles of Information Technology Introduction to Software and Information Systems Copyright © Texas Education Agency, All rights reserved.
© 2013, published by Flat World Knowledge Chapter 10 Understanding Software: A Primer for Managers 10-1.
CSCE 315 – Programming Studio Spring Goal: Reuse and Sharing Many times we would like to reuse the same process or data for different purpose Want.
Programming Basics By: Mohamud Ahmed Haji For: ©
Overview of Software Development VCE Computing 2016 to 2019.
Capstone Project Fall Course Information Instructor Ye Zhao –Office: MSB 220 – Fall 2015 (MSB162) –Time: Tue, Thu 10:45am.
JavaScript 101 Introduction to Programming. Topics What is programming? The common elements found in most programming languages Introduction to JavaScript.
JavaScript Dynamic Active Web Pages Client Side Scripting.
Chapter 3 AS3 Programming. Introduction Algorithms + data structure =programs Why this formula relevant to application programs created in flash? The.
Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
Flowchart. a diagram of the sequence of movements or actions of people or things involved in a complex system or activity. a graphical representation.
Introduction to the World Wide Web & Internet CIS 101.
Beginning JavaScript 4 th Edition. Chapter 1 Introduction to JavaScript and the Web.
Introduction  Program: Set of sequence instruction that tell the computer what to do.  Software: A collection of programs, data, and information. 
Sebastián Álvarez Henao.. It refers to all physical parts of a computer system; its components are: electrical, electronic, electromechanical and mechanical.
LO: to round to the nearest 10 Which ten is the following number nearest to?
How Computers Solve Problems Computers also use Algorithms to solve problems, and change data into information Computers can only perform one simple step.
Introduction to Node.js® Jitendra Kumar Patel Saturday, January 31, 2015.
Best Institutes offering Software Development courses.
CX Introduction to Web Programming
36 LO: to round to the nearest 10
4,135,652 Place Value Hundred Thousands Ten Thousands Hundreds
Concepts of CS Lecture 1.
UI-Performance Optimization by Identifying its Bottlenecks
Function There are two types of Function User Defined Function
L l l l l l l l l l l 783.
Place Value.
Comparing Numbers.
Place Value © Ashley Lee, 2013.
Chapter 1 (pages 4-9); Overview of SDLC
Unit I Flash Cards Start.
CIS16 Application Development – Programming with Visual Basic
4,135,652 Place Value Hundred Thousands Ten Thousands Hundreds
Overview of Software Development
Overview of Software Development
Unit 6 part 3 Test Javascript Test.
Place Value.
Addition Grade 4.
Comparing Numbers.
Information Retrieval and Web Design
CHAPTER 1 THE ABC OF PROGRAMMING
Presentation transcript:

1. Produce a folio of tasks that demonstrate a progression in acquiring and applying programming knowledge (ie. learn Visual Basic) 2. Learn about computer networks. 3. Collaborate on a project to design a solution and information problem for a client.

 A programming or scripting language is a method of communicating instructions to a computer.  We use these when the output we want from the computer cannot be obtained from an existing program. (Output is the end product)  Q1: What are some standard types of output?  Q2: What are some non-standard types of output?

 Are built into programs. Eg. Javascript is built into Flash. It can provide instructions inside Flash but is limited to what Flash can do.  Are generally less complicated than programming languages (can take as few as lines of code). (code is another word for instructions)

 Are more versatile.  Allow you to build your own user interfaces. (they don’t have interfaces of their own)  Allow you to process more types of data  Are more complex and take longer to learn.  Can take tens, hundreds or thousands of lines of code.