welcome to csce presented by: joshua parsley created by: brian russell edited by: joshua parsley

Post on 15-Dec-2015

228 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Welcome to CSCEPresented by: Joshua Parsley

Created by: Brian RussellEdited by: Joshua Parsley

Computer ScienceInterested in making computer programs

called software.

Interested in making programs and the hardware (machines that run the programs).

Computer Engineering

We make computers powerful.

June 23, 2008 - http://hpc.uark.edu/

The Star of Arkansas was recently ranked at No. 339in the list of the world's Top Supercomputers.

We make computers small and secure.

Smartdust: a network of tiny wireless microelectromechanical systems, installed with wireless communications, that can detect (for example) light, temperature, or vibration.

We make computers fun and useful.

Business Applications, Hardware Engineering, and Software Development

Careers in CSCE

Both computer science and computer engineering have top earning degrees!

Computer Graphics

More Graphics

Artificial Intelligence (AI)Making a machine that can “think”.

Watson Supercomputer

Circuit Board Design (CE)

RoboticsCombination of many areas.

Lego Mindstorms

What is Programming?A way to tell the computer what to do.

Different programming languages are used to instruct the computer.

Java

A Simple Program:

public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, world!"); }

}

Let’s Get Started!

top related