Welcome to CSCE Presented by: Joshua Parsley Created by: Brian Russell Edited by: Joshua Parsley
Computer Science Interested 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, The Star of Arkansas was recently ranked at No. 339 in 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
We make computers think. Find me web pages on “salsa”!
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)
Robotics Combination 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!