Introduction
Introduction
Lecture: 01
WELCOME TO
✓ Basic Programming
✓ Problem Solving
✓ Object Oriented and Advance Programming
✓ Database Design and Implementation
✓ Real World Based Projects
✓ Career Guidelines
How computer works
A computer is an electronic device that receives input, stores or processes the input as per
user instructions and provides output in desired format.
Fig: Programming
Why need programming
Fig: Why?
Types of programming language
A Programming Language or Computer Language is a language that
comprises a set of instructions that is used to communicate with the
computer.
Example:
using System;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.WriteLine(“Hurray!, Our programming journey start now.");
Fig: C#
}
}
}
Contact Me
Thank You