Fundamentals of Computer Programming Using
Fundamentals of Computer Programming Using
Programming Using
VB.NET
What is computer?
• A computer is defined as any device that can perform mathematical computation.
How modern computer perform computation?
• Computers perform computation by following instructions in
software to process data and produce results.
Input Process Output (IPO) Model
Machine Language:
The lowest level of programming language directly understood by the computer's central processing unit (CPU).
Machine language instructions are in binary format and directly executed by the CPU.
Example
Data Representation:
• Computers represent data using different data types, such as integers, floats, characters, string, and booleans.
• Data representation in binary enables storage and manipulation of data in memory.
Logic Gates:
• The fundamental building blocks of computer circuits.
• Logic gates perform logical operations based on binary inputs to produce binary outputs.
Programming Languages:
• Higher-level programming languages like Python, Java, C++, VB.Net, and others.., are used to write
software.
• Computers understand these languages through a process called compilation or interpretation.
Integer A
Integer B What is the sum of 200 + 100?
Integer Ans
A=200
Input Value for A
B=100
Ans = 300
Print Ans
End
Programming with Visual Basic dot
Net (VB.net) using Visual Studio
System Requirements
Visual studio Interface
1
3
5
4
3
Major parts
2
1- Toolbox
2-Windows Form
1 3-properties
4- tool bars
5- Menu bar