answersLogoWhite

0


Best Answer

Software development is the process of designing and writing code for computer operating systems, smartphone or computer apps, and non-PC devices.

The programming language that a software developer uses depends on the task. System Programming: Systems programmers design and write system software.

User Avatar

Suraj Krishna

Lvl 5
2y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

Software development is the process of creating software. A programming language is one of the tools used by software developers.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

No, software is developed by software developers using at least one programming language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is all software developed by a programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What year the FORTRAM computer programming language was developed?

First of all it's not FORTRAM it's FORTRAN. And This Programming language was developed in year 1957 by IBM in California for scientific and engineering applications.


What is qbasic programming?

QBasic is a programming language that was developed by Microsoft in the early 1990s. It is an interpreted language, which means that the code written in QBasic is not compiled into machine language before it is executed. Instead, it is interpreted by a program called a "compiler," which reads the code and executes it on the fly. QBasic is a simple, beginner-friendly language that is well-suited for learning the basics of programming. It is based on the older programming language BASIC (Beginners All-purpose Symbolic Instruction Code). It is not actively developed anymore, but still can be used for educational purposes.


Define the role of C programming in the development of software?

All operating system are made using c-based language.


What are the differences between program and program language?

Programming [verb] is a process done by software engineers or computer programmers consisting of the following steps: customer requirements analysis, software design, coding the design using a programming language, testing and debugging the program parts, program integration, testing and debugging the complete program, and customer acceptance testing. Any bugs found during the two testing steps of the programming process will have to be fixed in the code written in the programming language and all necessary testing steps repeated.A programming language [noun] (you wrote program language) is a human readable language used by software engineers or computer programmers during the coding step of the programming process. The code written in the programming language is then converted by a translator program (e.g. compiler, assembler) to machine code that the target computer can "understand" and run.


Why was java developed and what is the purpose of this programming language?

It is object oriented language in which All program is to be written inside a specific class. it is more comfortable and less coding required to build program.


Is there a real programming language that resembles GML - the language in Game Maker?

GML IS a real programming language. But anyway, all programming languages are about the same, with different syntax.


Who developed QBASIC programming language?

The 2 professors who developed QBACIS were Jhon G.Kemeny and Thomas E.Kurtz.


Which programming language requires a very precise organization?

All Programming Languages


What is the difference between oriented programming language and high programming language?

Set/subset: Some high level programming languages are object oriented, but not all of them.


What is cpp builder?

C++ Builder is the informal name for Embarcadero C++ Builder, an integrated development environment (IDE) for creating programs using the C++ programming language. It is currently owned and developed by Embarcadero Technologiesbut was previously owned and developed by CodeGear, a division of Borland Software Corporation. The product was better-known as Borland C++ and, prior to that, Turbo C++. Embarcadero Technologies now own all CodeGear products, including Delphi (a similar IDE based around the PASCAL programming language).


Types of computer software?

application software & system software there are two type of computer software


What is object based programming language?

Object-based programming language is a language that supports all the features of object oriented programming features like classes,object,encapsulation ,abstraction,polymorphism etc except inheritence.