Posts

10th class past paper computer 2024 | 10th class papers | 10th class old paper |

Image
10th class past paper computer with solution.Past paper with solution is fully free all past papers available. 10th class computer past paper 2024 with solution For final exams and for getting good position past papers are very important so we are giving you free past papers with solution. First part (short questions) Question : Define compiler ? computer can understand and work in only machine language which is consist on 1 to 2 binary form and compiler is a software that convert high level language into low level language. Question : Write down five reserved words in c ?  Int,char,if,else Question : What do you know about main section of a program? Each program has a main function which performs the tasks programmed by the user. Question : Define the format specifier? In C programming, a format specifier acts as a placeholder in functions like `scanf()` and `printf()` to indicate the type of data being read or displayed. It begins with a `%` symbol, followed by a character that r...

10th class past paper | 10th class past computer paper | 10th class 2024 past paper |

Image
  10th class past computer   paper with solution ,past paper 10th class,10th class 2024 past paper key .it is fully free for students. 10th class 2024 past paper For final exam preparation past papers are very important so we are giving you our golden time and energy.there are all past papers available with solution.Today we are solving 10th class 2024 computer paper. First part (Short questions) Question : What is meant by computer programming? Computer programming is the process of designing and writing instructions  that a computer can execute to perform a specific task. Question : Define syntax ? Syntax refers to the set of rules that defines the structure of a programming language, including correct keywords, symbols, and punctuation. Question : Why do we use comments in programmings ? Answer : improving code readability and for explaining the purpose of code,debugging and documentations. Question : write the output  int x = 34 - 9 * 2 / (3 * 3); printf(“x = ...