A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.
example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c
What do you mean by 'COM'? COMMAND.COM, for example, isn't a programming language.
Java and Procedural Programming Procedural programming focuses on procedures or functions (like C language). You write code as a series of steps or instructions. Java can support procedural style (you can write functions and use them), but that’s not its main design. Java and Object-Oriented Programming (OOP) Java is primarily an object-oriented programming language. It uses classes and objects to structure code. Key OOP concepts in Java: Encapsulation – Keeping data and methods together Inheritance – Reusing code from other classes Polymorphism – Using a single interface in multiple ways Abstraction – Hiding implementation details ✅ Conclusion: Java supports procedural programming but is mainly object-oriented. So it’s not purely procedural, unlike C.
Yes.
Yes
Yes.Yes.Yes.Yes.
With illustrative example explain how Operating System Programming Language Hardware support the Computer Graphics?
C, C++, Java, C-Sharp
No, BASIC is, for example.
fortran, algol, cobol, pl/i, for example
It are machine code and Assembly.
programming language is of two type 1. procedural programming language 2.non procrdural programming language .. ----non procedural programming language means that which relates with the real world.. for example-oops oops is a non procedural programming language because it relates to the object and object relate to the natural or real world where as that languge which does not belong to the real world is known as procedural language