Category: Programming

  • Web Programming Technologies, Strategies and Design

    Web Programming Technologies, Strategies and Design Summary Web technologies are concerned with the interaction involving web servers and web clients. The data contains markup languages, programming languages and interfaces, and document identification and display standards. Web technology, in general, includes tools and strategies for web development. Web development is a wide word for the effort…

  • Technical Communication and Programming

    Technical Communication and Programming Modern computer programs written in high-level programming languages are often complex to use and understand, especially for users who are not familiar with the concept of software development. In a bid to increase a programs usability, software developers now incorporate how-to instructions and help texts known as program documentation which makes…

  • Inheritance and Polymorphism in Programming

    Inheritance and Polymorphism in Programming Inheritance is one of the core concepts of object-oriented programming. It allows classes to receive, or inherit, all the behaviors and attributes of other classes (Farrell, 2016). Classes that inherit from others can still have behaviors and attributes unique to them (Farrell, 2016). Therefore, inheritance is a useful technique when…

  • Scrum: Extreme Programming Without Engineering

    Scrum: Extreme Programming Without Engineering Critics of scrum have asserted that there is no difference between Scrum and XP without its technical practices. This has led to the development of a sentiment that Scrum is just XP without the technical practices and this paper will attempt to validate this claim by comparing and contrasting XPs…

  • Java as a Programming Language: Creating an App

    Java as a Programming Language: Creating an App Before a computer program can be executed, it must be created and compiled. Any text editor or IDE is used to edit the Java source code. The extension of the file should be.java, while the file name should reflect the term used in the public class line.…

  • Aspects of Coral Programming

    Aspects of Coral Programming Using functions in coral is very useful when creating programs that require their specific input. Using the current case where the manager does not need to waste time creating a coral program to send pictures, breaking the program together with the algorithms used is necessary. This shows the first advantage of…

  • Object-Oriented vs Procedural Programming Paradigms

    Object-Oriented vs Procedural Programming Paradigms Procedural programming and Object-oriented programming (OOP) are two paradigms in programming. They are fundamentally different in how they approach problem-solving and organizing programs. Under procedural programming, a program is organized as a step-by-step instruction to solve a problem. The instructions are executed linearly, but they can include elements that control…

  • Linear Programming and Sensitivity Analysis

    Linear Programming and Sensitivity Analysis Table of Contents Introduction Sensitivity Analysis Example Linear Programming Illustration of application of linear programming Real example Conclusion Reference List Introduction Sensitivity analysis and linear programming are important statistical tools of analysis when faced with the challenge of making a decision against series of constraints in business. As referred to…