Unit 20 – Computer Game Platforms & Technology – Software Technology

Slides:



Advertisements
Similar presentations
Mobile Application Development Keshav Bahadoor. Part 1 Cross Platform Web Applications.
Advertisements

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART II.
What is an operating system? Is it software?
JAVA Programming Environment © Juhani Välimäki 2003.
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
Google Android as a mobile development platform T Internet Technologies for Mobile Computing Olli Mäkinen.
Lesson 8 Operating Systems
Ms. Tracy. Directions: Answer bell ringer, login, navigate to Edmodo -> Small Group (Module 1 – Lesson 8) Question: A graphic that is saved as a.PNG is.
 2008 Pearson Education, Inc. All rights reserved Introduction to Computers, the Internet and World Wide Web.
1 ITSK 2611 Welcome. 2 Operating System 3 What is an OS Resource Manager –Disk –Memory –CPU Device Manager –Printers –Video Card –Sound Card Utility.
Embedded Systems Mohammad A. Gowayyed (c) 2012 Mohammad A. Gowayyed1.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
Mobile Device Programming
Windows, Linux, Mac, Android, iOS
Device- dependent Runs only on specific type of computer Types of Operating Systems What are some characteristics of operating systems? Next p
VIDEO GAME experts INDUSTRY Some of our clients. We translate video game scripts, localize game UI and provide multilingual voice acting services in over.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Computer Systems Nat 4/5 Computing Science Operating Systems.
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
Introduction to Computer Operating Systems
Three main types of computer operating systems By Chloe Monks.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Computer Software Types Three layers of software Operation.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Operating Systems Morrison / WellsCLB: A Comp Guide to IC 3 3E 1 Morrison / Wells.
Operating Systems By-Anoushka Puri. What is an Operating System An operating system is an interface between the user and the computer hardware. It is.
Ms. Tracy  Identify the purpose of an operating system.  Identify different operating systems.  Describe computer user interaction with multiple.
System Programming Basics Cha#2 H.M.Bilal. Operating Systems An operating system is the software on a computer that manages the way different programs.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
ITP 109 Week 2 Trina Gregory Introduction to Java.
1 Lesson 8 Operating Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Under the Hood Jennifer Nelson Computers 2 period.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
CIS 234: Object-Oriented Programming with Java
Computer System Structures
Chapter 5 Operating Systems.
Lecture 1 - Introduction
Unit 20 – Computer Game Platforms & Technology – Software Technology
Macintosh & Linux Used to fill in pg 5 & 6 of “Operating Systems” Packet.
Browsers and Web Platforms
Software Mr. Singh.
System Software EIT, © Author Gay Robertson, 2016.
Chapter 8 Operating Systems and Utility Programs.
Mobile App Development
Chapter 2: Operating-System Structures
Computer Software Lecture 5.
Computing Fundamentals
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms.
Introduction CSE 1310 – Introduction to Computers and Programming
Web App vs Mobile App.
What is an operating system?
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Unit 20 – Computer Game Platforms & Technology – Software Technology
Systems Software Keywords Operating Systems
Chapter 4.
Starter activity – 10mins
OPERATING SYSTEMS.
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
Lesson 8 Operating Systems
Unit 20 Software Part 2.
Nat 4/5 Computing Science Operating Systems
Unit 20 Software Part 2.
Java History, Editions, Version Features
LO2 – Understand Computer Software
Digital Literacy 1.00 Computer Basics
Chapter 3 Software.
Presentation transcript:

Unit 20 – Computer Game Platforms & Technology – Software Technology Platform dependency: dependent; independent Operating systems: for PC/Macintosh, eg Windows, Linux, Mac OS; for hand held, eg Windows CE, Palm OS; for mobile, eg Symbian OS (Nokia N-Gage), BREW, Mophun Drivers: soundcard driver; graphics card driver; network interface controller (NIC) Application software: interpreted languages for games (Java, J2ME, C#); compiled languages for games (C++); object-oriented (C++, C#, Java, J2SE, J2ME); scripting, eg Lingo, UnrealScript, QuakeC, Maya Embedded Language, ActionScript, JavaScript Graphical API: OpenGL; OpenGL ES; DirectX Sound API: OpenAL; Java Sound API Television: conditional access; iTV; ETV Unit 20 – Computer Game Platforms & Technology – Software Technology

What is an operating system? An operating system is the most important software that runs on a computer. It manages the computer's memory and processes, as well as all of its software and hardware. It also allows you to communicate with the computer without knowing how to speak the computer's language.  Without an operating system, a computer is useless. Examples include: Windows Linux Mac OS Android IOS

Group Task – Gaming features Split into 4 groups and list the general and specialist gaming features these operating systems have: Xbox One PS4 Windows 10 IOS and Android

So what is platform dependency and independence? Platform independence is where the software can run on any hardware platform and any software platform. Platform dependent is where the software needs a certain type of hardware and/or operating system to work. Can PlayStation games work on an Xbox? Can PlayStation VR games run without the headset? Do iPhone/Ipad/IOS games run on a Samsung Galaxy? Do IOS games run on all apple hardware? Can PS4 games run on PS2?

So what is platform dependency and independence? Cont. So what’s an example of Platform Independency? JAVA Programs Images Video Audio Platform independence is anything that doesn’t require a specific piece of hardware or software to run. With software this means that you can run the code of a program with little or no modification on multiple platforms. Keep in mind that nothing is "perfectly" platform independent. An argument could be made that multiplatform games when only small modifications take place between versions are to a degree platform independent.

Unit 20 – Computer Game Platforms & Technology – Software Technology Task 1: Introduce what an Operating Systems(OS) is. List the latest Operating Systems(OS) for PC, Apple Mac, Iphone/Ipad, Samsung Galaxy S9, PlayStation 4 and Xbox One. Include a screenshot. At a basic level what is each OS able to do? E.g Browse the internet, open applications, text message, answer a call etc. Does the OS have any special functions for games? How do we play games on the OS? Can we download more games to the OS? How? Explain. Discuss the difference between Platform Dependency and Independence. Include examples of each. Consider how games take advantage of specific hardware. Include advantages and disadvantages of each. Include reference’s as always. This PP available at jamestedder.net