FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
C++ is mainly used to ____
A
Make programs that need to work extremely fast, including 3-D computer games
B
Creating simple programs that do not need a lot of graphics and instructions
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Yeah. You can do anything you want in C. A complex 3D game isn’t out of the question. In fact, you can make a 3D game in assembly language if you want to.

Detailed explanation-2: -C++ is by far the best language for creating video games, and some engines will only read data in that format.

Detailed explanation-3: -The C language is a high-level, general-purpose programming language. It provides a straightforward, consistent, powerful interface for programming systems. That’s why the C language is widely used for developing system software, application software, and embedded systems.

Detailed explanation-4: -The programs that you write in C compile and execute much faster than those written in other languages. This is because it does not have garbage collection and other such additional processing overheads. Hence, the language is faster as compared to most other programming languages.

There is 1 question to complete.