IMPORTANT BOARD DEFINITIONS
PROGRAMMING IN C
CHAPTER NO.2 CLASS 10TH
1. Computer Programming:
Computer programming is the process of writing a computer program in computer language to solve a particular problem. the program controls the operation of a computer to perform a task.
➤➤➤➤➤➤➤➤➤➤➤➤
2. Computer Program:
It is a set of instructions written in a programming language to solve a particular problem.
3. Syntax:
4. Semantic:
6.Low Level Language:
Oops refers to a programming method that is based on objects such as student, vehicle and building etc.
➤➤➤➤➤➤➤➤➤➤➤➤
Interpreter translates high level language programs into machine language but it translates one instruction at a time and executes it immediately before translating the next instruction.
➤➤➤➤➤➤➤➤➤➤➤➤
15. Text Editor:
➤➤➤➤➤➤➤➤➤➤➤➤
Linker is a software that translates object program into a single executable program.
➤➤➤➤➤➤➤➤➤➤➤➤
17. Loader:
➤➤➤➤➤➤➤➤➤➤➤➤
It s a software that executes a program line by line, examines the values stored in variables and helps in finding and removing errors in programs.
➤➤➤➤➤➤➤➤➤➤➤➤
19. Reserved Words:
C language contains a number of standard functions in library file to perform various tasks. Library file contains header files and each header file contains a set of functions. Some commonly used header files are;
- stdio.h
- conio.h
- math
➤➤➤➤➤➤➤➤➤➤➤➤
21. Pre-processor Directives:
Comments are added in programs when a fact is necessary to be brought to the attention of program's reader. These are written ate the beginning of programs.
There are two types of comments;
- Single line comment ( // )
- Multiple line comment (/*... */ )
➤➤➤➤➤➤➤➤➤➤➤➤
23. Constant:
It is a symbolic name that represents a value that can change during execution of a program.
➤➤➤➤➤➤➤➤➤➤➤➤
25. Typecasting:
Fbise Notes-Computer | Important board definitions | chapter no.2 class 10th
Reviewed by fbisenotes
on
August 16, 2019
Rating:
No comments: