answersLogoWhite

0


Best Answer

Provide a real-world example of what could happen if a programmer begins a new project by jumping right in and writing the code without designing a program.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Do you code a program before designing it?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How vhdl is used?

VHDL is a hardware description language. The purpose of any HDL is to represent hardware as a program. We can write a program (code) for any digital circuit using VHDL. With the help of this code, the output of the circuit can be observed before actually designing it physically.


What is designing in c plus plus?

Designing is not normally done in C++. Although trivial programs can often be designed while the code is actually being written, for non-trivial programs it makes more sense to design the program first and then write the code to meet the design. Designing is a major part of the development cycle, often consuming as much as 80% of development time. The better the design, the easier it is to write the code.


Explain the role of health fitness standards in designing a fitness program?

Health fitness standards will need to be followed when designing a fitness program to ensure the program is effective and attainable. People need to be able to complete the program as well as see results.


How do you open .bcw files?

With Business Card MX program. It is a program for designing and printing your own business cards


What is source code c?

"Source code", in a programming language, refers to the original program, as written by a programmer (and more or less readable by humans); the version of the program before it is converted into machine language by the compiler.


What are the five stages in program development and its definition?

Analysis: Gather and analyze requirements for the program. Design: Plan the structure and components of the program. Implementation: Write the actual code for the program based on the design. Testing: Verify that the program functions as intended and fix any bugs. Maintenance: Update and maintain the program to ensure continued functionality and relevance.


Where can one get a Logo designing program?

One can get a logo designing program online from a company known as Summitsoft Corporation. Alternatively, one can go online to a website known as Cool Text, where logos can be designed.


Why cant someone hack a Java program if they know the Java programming language?

Knowing Java does not allow you to hack a Java program because the source code is not available to hackers. Also, a program interprets the bit-code before you see it, so even with a decompiler, hacking the program will not be possible.


What are some skills needed for webpage designing?

The two essentials are:Knowing how to code (X)HTML.Knowing how to code CSS.


How do you program?

Programming involves designing a program mock-up, documenting the program, and coding it into a development environment. Most of all, programming involves making sure that the client is satisfied with all the capabilities of the program.


What is bottom up approach in C programming?

Top down and bottom up programming are two approaches or methodologies employed for designing structured programs in C.TOP DOWN APPROACHIn a top down approach a program(structured) is designed by using the top down methodology as follows..First the overall structure of the program is designed and it is defined and then it is followed by the designing of individual functions..BOTTOM DOWN APPROACHThe bottom down approach is just the opposite of the top down approach..ie, the program is designed by first designing the individual functions followed designing of overall program structure


The general process of designing a suitable computer program to solve a gvien problem is known?

programming