Posts

PPS LAB VIVA QUESTION AND ANSWERS

  PPS LAB VIVA QUESTION AND ANSWERS 1)       What is C language? Ans: C is a programming language developed at AT & T’s Bell Laboratories of USA in 1972. The C programming language is a standardized programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie for use on the UNIX operating system. It has since spread to many other operating systems, and is one of the most widely used programming languages.   2)       What is an algorithm? Ans: An algorithm is a step-by-step method of performing any task.   3)       What is a flow chart? Ans: A flowchart is a type of diagram that represents an algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows.     4)    ...