Career presentation Judy Qian Jay Park Thu Huynh Bertha Guzman Game programmer.

Slides:



Advertisements
Similar presentations
Kevin Van Kevin Van Future Computer Technologist.
Advertisements

Job List NBA basketball player- a person that plays pro basketball. Computer Software designer – a person that designs software for a computer. Game designer.
Computer Science and Computer Engineering. parts of the computer.
 A game developer is a software engineer, programmer, or computer scientist who primarily develops codebase for video games or related software.  In.
Career Field Technology Heckler & Spurr.  Web Developer- Blake  Game Designer- Blake  Computer Tech/Repair- Heckler  Program Designer- Heckler  Computer.
Unit 1 Careers.
© UNT in partnership with TEA1 7 th Grade Career Exploration Module Career Focus: Video Game Programmer Occupation.
Computer Science Department Sonoma State University.
My Career Plan By Maria Gomez. My Career Goal To become a computer software engineer To design software to meet customers’ needs 2.
What is the Information technology career cluster?
Computer Programmer By: Murtaza Yaqoob.
Career Paths in Computing © 2014 Project Lead The Way, Inc.Computer Science and Software Engineering.
Career Paths in Computing. Computing is: Creative, Social, In demand! See videos at
Career Opportunities in Information Technology There are four main categories of IT jobs, grouped by the main focus of the job: Sales and support Software.
Computer Programmer. 3 Tasks that are performed Write, update, and maintain computer programs or software tasks Correct computer program errors Test programs.
Occupation PowerPoint
Hour 1 February/18/14 Eric Weber Career Tech Found.
ICT careers By David Lawless. Information and communication technology (ICT) careers What are IT careers Working with computers and/or communication technologies.
© UNT in partnership with TEA1 7 th Grade Career Exploration Module Career Focus: Video Game Programmer.
5 Highest Paying Jobs YOUR NAME HERE. Health Specialty Teachers  Top skills: communication and science  Annual earnings: $85,000  Percent of Growth:
NETWORK ADMINISTRATOR. EXAMPLES OF SOME COMPUTING RELATED CAREERS Multimedia Artist / Graphics Artist Information System Manager Computer Scientist Network.
Engineering & Design Small Learning Community.
Computer Engineering at the University of Houston.
Careers in Information Technology Milton Ramer & Courtney Lisenbee.
The IT Industry The Extension Project. Technical Writers Career Pathway Information Support and Services Training/Education Associate Degree Skills Writing.
Careers in Information Technology. Pick a Career Computer Programmer Computer Software Engineers Computer Support Specialist Computer Systems Analysts.
Construction Engineering Luis Rosado Computer Business – BK1H.
Maintenance Technicians Graphics Specialists Software Engineers.
The World of Computer Programming Michael Oliver th Hour Career Tech.
Career in technology By Jeff Ellerbeck Jan 16 2oo5.
Austin Bogdanski. Computer hardware engineers research, design, develop, and test new computers and components such as processers, memory devices, circuit.
Futures In I.T. Careers, Paths, Stereotypes and Myths.
Career Plan David Engel Computer Software Engineer
Computer hardware developer Lucas Smith. General job description computer software engineers use their ability with applications and systems software.
COMPUTER ENGINEERING SAMUEL ROMERO.
Computer Hardware Engineer In this field you have to know computer and electronics, engineering and technology. Also you need to know the English language.
By: Diana Drake. They design, develop, and test computer systems and components. Also, create new directions in computer hardware and create advances.
An electrician is someone who designs, installs and repairs electronics and wires. Source 1 A hardware engineer is someone who designs and/or creates hardware.
Career and Life Skills Career Pathways By Kevin Ickes.
Jensen Berlitz 5th period
Career Exploration Jasmine Medina Slide 1 Slide 2 Slide 3.
CAREER BALTAZAR PATINO Computer science Information technology September 12, 2013.
Information and communication technology (ICT) careers  What are information technology careers?  Working with computers and/or communication technologies.
Game Programmer By: Lindsey Holcomb. What they do Game programmers work at the heart of the game development process. They design and write the computer.
By: Brett Work. I Play Video Games I Think It Is Cool How They Make Them It Takes A Lot Of Work.
Computers and Careers Graduation Project By: John Vonelli.
Top Tech Jobs 2014 Mrs. Burks October 14, Software Developer  Median Salary: $90,060 Unemployment Rate: 2.8 percent Expected Job Openings: 139,900.
V IDEO G AME D EVELOPMENT B Y J ACOB T URPIN. J OB D ESCRIPTION  Video game developers do exactly what their title says— develop video games. These video.
IT Job Roles. ICT Technician An ICT technician is a person who works in an IT based environment and their job is to fix any computer that is not functioning.
SOPHIA TANNENBAUM MS.CARLISLE/DRAFTING Software Developer/Engineer.
Programming & Software Development Pathway Antonio Rangel 5 th Period.
Info Tech. Period 3.  Computer Programmers write computer languages like JavaScript and Jscript  They Debug programs by testing and finding errors.
Computer Software engineer By: Eric Musser. What is This? Computer engineers make programs to run a computer. Computer engineers make programs to run.
ANDRIY BENCH: CAREERS PRESENTATION Computer Science: Computer Hardware Engineer Computer Science: Computer Hardware Engineer Information Technology: Web.
+ Game Design Careers. + Game Development Developing an interesting video game is a very challenging task. It usually takes many different people working.
GAME DESIGNER Career & Life Planning Fall 14 Thy Le (Julie) YuQin Wu (Tracy) Betha Rosero Felipevinicio Perezlopez.
Software Engineer By: Imran Abdulselam TEJ2M0-02/14/12.
Brittany Brown Keith Jones James Peterson Arsenio Taylor
ICT CAREES.
Career research: GAME DESIGN
Where do you want to end up?
Careers in Engineering
Computer Savvy Group Projects Design Concepts Office/Demo Preparation
Objectives To gain a basic understanding of the Programming and Software Development Pathway. To discover career options available within the Programming.
Data science online training.
Career Pathways Research Project Presented by: Ashley Youngblood
Software Engineering By: Kenneth Byun.
Presentation transcript:

Career presentation Judy Qian Jay Park Thu Huynh Bertha Guzman Game programmer

WHAT IS A GAME PROGRAMMER? Software engineer, programmer, or computer scientist who primarily develops codebase for video games or related software

Education _ Two years of training beyond high school is usually required. _A bachelor’s degree in Computer Science or Computer Engineering

PERSONAL SKILLS _ Proficiency in Math and Programming (Java, C, C++…) _Understanding operating systems _Communication skills _The ability to work under pressure and meet deadlines

JOBS DUTIES _Write codes for video games using programming languages such as C++, C#... _Support and guide other programmers when needed _Develop network protocols and systems to support online play _Find and fix bugs (errors) in programs.

Salary Job TitleUnder 3 Years 3-6 Years6+ Years Game Programmer/Engineer $72,000$80,000$107,00 Lead/Senior Game Programmer/Engineer N/A$94,000$112,000 Technical DirectorN/A $125,000

Job Outlook

Program Program2_Lesson5; Uses Crt; Label Return; { avoid it } Var YN : Char; Begin Return:ClrScr; Writeln('Exiting?'); YN := Readkey; Case YN of 'y' : Halt; 'n' : Begin Writeln('What are you going to do here, anyway?); Delay(2000); Halt; End; Else Begin Writeln('Either press ''y'' for yes'); Writeln('or ''n'' for no.. please try again..'); Delay(3500); ClrScr; Goto Return; End; End; {CASE} End. {PROGRAM} Program Program2_Lesson5; Uses Crt; Label Return; { avoid it } Var YN : Char; Begin Return:ClrScr; Writeln('Exiting?'); YN := Readkey; Case YN of 'y' : Halt; 'n' : Begin Writeln('What are you going to do here, anyway?'); Delay(2000); Halt; End; Else Begin Writeln('Either press ''y'' for yes'); Writeln('or ''n'' for no.. please try again..'); Delay(3500); ClrScr; Goto Return; End; End; {CASE} End. {PROGRAM}

Thank you for listening!