COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
turnRight ();for (var count =0; count <5; count++){ move Forward ();The instruction code shown is an example of high level
|
computer language
|
|
machine language
|
|
assembly language
|
|
programming language
|
Explanation:
Detailed explanation-1: -Program development life cycle (PDLC) The process containing the five phases of program development: analyzing, designing, coding, debugging and testing, and implementing and maintaining application software.
Detailed explanation-2: -Examples of high-level programming languages in active use today include Python, JavaScript, Visual Basic, Delphi, Perl, PHP, ECMAScript, Ruby, C#, Java and many others. The terms high-level and low-level are inherently relative.
There is 1 question to complete.