170 likes | 342 Views
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.
E N D
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. The Star of Arkansas was recently ranked at No. 339 in the list of the world's Top Supercomputers. June 23, 2008 - http://hpc.uark.edu/
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!
Artificial Intelligence (AI) • Making a machine that can “think”. • Watson Supercomputer
Robotics • Combination of many areas.
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!"); • } • }