Programming Language Questions and Answer What is a Program? Ans: Instruction set that a computer can understand. What is an Algorithm? Ans: Solving a specific problem in a logical and sequential way. What is a Flow chart? Ans: A diagram base process that solves a specific problem with some special symbol. What is a C program? Ans: A high-level and general-purpose programing language. What is Data type? Ans: An extensive system used for declaring variables or functions of different types, integer, float, character, string, etc are data types used in C. What is a compiler? Ans: A type of translator that converts high-level programming language to machine language. In other words, it converts the source program into an object program. What is an Interpreter? Ans: It converts high-level language into machine language just like a compiler. However, the interpreter executes the line and shows the immediate result. What is Structured programming? Ans: Edgar D Costa first gave the idea
Comments
Post a Comment