ITSE 1430 – Introduction to C# Programing Chapter 1 – Introduction to Computers, the Internet and Visual C# ITSE Introduction to C# Programing 1
Computer Organization Input Output Memory Arithmetic and logic Central processing Secondary storage ITSE Introduction to C# Programing 2
More about computer Personal Computing Distributed Computing Client/Server Computing Operating System ITSE Introduction to C# Programing 3
Machine Languages, Assembly Languages, High Level Languages Machine Languages Assembly Languages LOAD BASEPAY ADD OVERPAY STORE GROSSPAY High Level Languages grossPay = basePay + overTimePay ITSE Introduction to C# Programing 4
C, C++, Objective-C and Java C – Hardware independent language C++ – C and object-oriented programming (OOP) Object-C – C and OOP for Apple devices Java – C++ for large-scale enterprise and the Web ITSE Introduction to C# Programing 5
C#,.NET Framework and Common Language Runtime Object Oriented & Event Driven.NET Framework Class Library Common Language Runtime (CLR) ITSE Introduction to C# Programing 6
Introduction to Object Technology Object – Attribute (properties) – Actions (methods, behaviors) Classes – Fields – Methods ITSE Introduction to C# Programing 7
THE END ITSE Introduction to C# Programing 8