Computer Programming 1
Computer Programming 1
Title:ACT 1
A computer program is a list of instructions that tell a computer what to do. Everything a
computer does is done by using a computer program. Programs stored in the memory of a
computer ( " internal programming") let the computer do one thing after another,even with
breaks in between. A computer program is stored as a file on the computer's hard drive.
When the users runs the program,the file is read by the computer,and the professor reads
the data in the file as a list of instructions. Then the computer does what the computer tells it
to do.
Programming languages can be divided into two different levels: High-level Languages –
Python, Visual Basic, Java, C, C++, SQL and many more. Low-level Languages –
Hardware/Processor-specific assembly languages and machine code.
a Declarative Language
b High-level Language
c Assembly Language
d Machine Language
Task 4 . What are the major application of programming languages?
a Scientific Application
b Data Processing Application
c Text Processing Application
d Artificial Intelligence Application
e Systems Programming Application