Media Arts Web-based media art is art created by an artist using the internet as a tool of creation. Artists can also use computer programs as a tool.

Slides:



Advertisements
Similar presentations
Designing a Program & the Java Programming Language
Advertisements

SDP Languages and Environments. Types of Languages and Environments There are 4 main types of language that you must be able to describe at Higher level.
Computers: Tools for an Information Age
Russell Taylor Lecturer in Computing & Business Studies.
ArTe Open Source Software Tools for creativity Letizia Jaccheri Pisa February 2010.
Comparing Python and Visual Basic
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
 3D graphics environment  Focuses on Object Oriented Programming  Provides immediate feedback through program visualizations  Contains a drag-and-drop.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming 1.
Created by, Author Name, School Name—State FLUENCY WITH INFORMATION TECNOLOGY Skills, Concepts, and Capabilities.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Computer Programming A program is a set of instructions a computer follows in order to perform a task. solve a problem Collectively, these instructions.
MULTIMEDIA DEFINITION OF MULTIMEDIA
Java Programming, Second Edition Chapter One Creating Your First Java Program.
Module 4 Part 2 Introduction To Software Development : Programming & Languages Introduction To Software Development : Programming & Languages.
Programming language. Definition Programming language is a formal language designed to communicate instructions to a computer. Programming languages can.
Elements of Media Arts Student Name. Define the following terms Point of View Scary Face Line Texture Light Space.
HTML HyperText Markup Language Victoria E. Kozlek.
Beginning JavaScript 4 th Edition. Chapter 1 Introduction to JavaScript and the Web.
© Peter Andreae Java Programs COMP 102 # T1 Peter Andreae Computer Science Victoria University of Wellington.
Code Tools for Schools Adam Carr from Bridge Creek High School.
PROGRAMMING (1) LECTURE # 1 Programming and Languages: Telling the Computer What to Do.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 13 Computer Programs and Programming Languages.
Presentation by Giorgos Theodoridis. WordPress is a free web software you can use to create a beautiful website, blog, or app, (CMS) based on PHP and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Introduction to Programming and App Inventor. Introduction What is a computer program? Introducing App Inventor Getting hands on with App Inventor.
Website Source Code Free Download.
Game programming 1.
Introduction to Computers
Victory Lutheran college
Chapter 04: Specialized Application Software
Web Basics: HTML/CSS/JavaScript What are they?
Project 1 Introduction to HTML.
Getting Started with CSS
Inquiring and analyzing options for creating a website
Topic: Python’s building blocks -> Variables, Values, and Types
Year 10 Computer Graphics
Chapter 1 Introduction to HTML.
Computer Software: Programming
Introduction to Visual Basic 2008 Programming
Topic: Python’s building blocks -> Variables, Values, and Types
Concepts of HTML, CSS and Javascript
Project 1 Introduction to HTML.
CHAPTER 8 Multimedia Authoring Tools
INTRODUCTION TO HTML5.
Using Access and the Web
Microsoft Office Illustrated
COMPSCI 111 / 111G An introduction to practical computing
Introduction to Computers
VISUAL BASIC.
Year 9 Freehand drawing and Mixed Media
Introduction to Computer Programming
Lesson 2 Programming constructs – Algorithms – Scratch – Variables Intro.
Algorithms & Pseudocode
CIS16 Application Development – Programming with Visual Basic
Unit 1: Introduction Lesson 1: PArts of a java program
What is the difference between Computer and Software programming?
Teaching slides Chapter 6.
and Program Development
Introduction to programming
The language of the internet
The language of the internet
Theoretical Revision ICT Report-4 Exam
Web Programming : Building Internet Applications Chris Bates CSE :
Programming Fundamentals Lecture #2 Overview of Computer Programming
Running & Testing :: IDEs
What is Coding? Code The instructions in a computer program.
Presentation transcript:

Media Arts Web-based media art is art created by an artist using the internet as a tool of creation. Artists can also use computer programs as a tool to create art. Photoshop Gimp InkScape Artists can also write their own code using a programming language to create their own programs or tools to create art. HTML Python C++ Java

Media Arts The actual art created on the internet/computer/device, sometimes only exists on the internet/computer/device. Some of the art created on or for the internet cannot exist else where (in the same form) because of the hyper-inking or various technologies involved. The internet, with its multi-functions, is the tool for the artist, just as the brush, the paint, the charcoal, the pencil, or other media is. The programs used become the medium. The advantage of creating an internet or computer-based art work is that the tools used to create it also become the gallery to display the artwork.

Computer Coded Illustrations (from ASCII art to code)

Computer Coded Illustrations (from ASCII art to code) Programming developer and artist, Diana A. Smith, uses only code and style sheets (rules that tell a web page how to display your code) to create a computer art series where she creates gorgeous, rich illustrations where all the elements are hand-typed rather than drawn.

What is Coding? Code The instructions in a computer program. Instructions written by a programmer in a programming language are often called source code.

What is Coding? Program The process of developing and implementing various sets of instructions to enable a computer to do a certain task. These instructions are considered computer programs and help the computer to operate smoothly. The language used to program computers is not understood by an untrained eye.

What is Coding? Algorithm a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

Types of Coding Draw Programming (beginner) Block Programming (intermediate) Text Based Coding (Advanced)

Draw Programing (beginner) The simpler method of programming. Users draw lines to program their robot and can modify speed and colour.

Ozobot (Drawing based coding)

Ozobot (Drawing based coding)

Ozobot (Drawing based coding)

Ozobot (Drawing based coding)

Block Programing (intermediate) Coders can utilise the familiar block-based drag and drop interface to code their robot. Pre-programmed blocks allow for a wide variety of actions and variables.

Scratch (block programming/coding)

Scratch (block programming/coding)

Sphero EDU app (block programming/coding)

Sphero EDU app (block programming/coding)

Text Based Coding (advanced) Users can program with a text editor to write custom syntax. An integrated "wiki" will support users graduating from blocks to text; the same type of tool real developers use.

HTML (Text based code)

Code Monster (Text based code)

Python (Text based code)

Python (Text based code)

It would be wonderful if every kid wrote computer programs and understood how computers work. It would certainly make you a better thinker. Bill Gates

In fifteen years we’ll be teaching programming just like reading and writing. We’ll be looking back and wondering why we didn’t do it sooner. Mark Zuckerberg