Category: Programming

  • Create the following SQL scriipt (Save as w6_darryl_dixon.sql) . Create a simple

    Create the following SQL scriipt (Save as w6_darryl_dixon.sql) . Create a simple Database with the following 1) Create insert scriipt (10 inserts) 2) Create update scriipt (10 updates) 3) Create the following:- a) Select all records b) Select all records sorted descending , ascending c) Select all records with condition (where) d) Count all records…

  • Using MS Excel, create a new workbook with the following (Save as w7_darryl_dixo

    Using MS Excel, create a new workbook with the following (Save as w7_darryl_dixon.xlsx or w7_darryl_dixon.xls). As an administrator, you recorded the requests from different locations (i.e. a few states are listed) in the sheet below, you may create your own sheet. You need to explain the collected data. In the table below, you have the…

  • Create a Python function `flatten_nested_list(nested_list)` that takes a list of

    Create a Python function `flatten_nested_list(nested_list)` that takes a list of Create a Python function `flatten_nested_list(nested_list)` that takes a list of lists (which may contain other nested lists) and returns a single flattened list containing all the elements in a depth-first order. Example: python Example input: nested_list = [1, [2, [3, 4], 5], 6, [7, 8,…

  • 1st discussion: What are three applications of a geographic information system?

    1st discussion: What are three applications of a geographic information system? 1st discussion: What are three applications of a geographic information system? 2nd discussion: What are three advantages of natural-language processing?

  • Parallel Programming Analysis

    Parallel Programming Analysis Table of Contents Overview Concurrency and Parallelism Parallel Programming Available Constructs Real-World Applications Conclusion Performance requirements are important to consider when developing a solution. It is unacceptable to have a web service that takes several seconds to reply to a simple request. Therefore, the developer should consider the available methods of improving…

  • Loops in Java Programming: FOR, WHILE, and DO&WHILE

    Loops in Java Programming: FOR, WHILE, and DO&WHILE Java offers three basic types of loops: FOR, WHILE, and DO&WHILE. Their fundamental function is executing a block of code repeatedly, based on a Boolean condition (Farrell, 2014). However, they differ in how they evaluate their conditional expression (Farrell, 2014). A WHILE loop evaluates its conditional expression…

  • Classes and Objects in Java Programming

    Classes and Objects in Java Programming Classes and objects are one of the key attributes in object-oriented programming (OOP). The general relation between the two can be described as is-a: a class describes a template for objects, while an object is a specific instance of a class (Farrell, 2014). The primary concept of this relationship…

  • JavaScript-Based AJAX, MVC, and Functional Programming

    JavaScript-Based AJAX, MVC, and Functional Programming Introduction With JavaScript-based AJAX, MVC, and Functional Programming, application design has been made simple for developers. JavaScript-based AJAX comprises JavaScript and XML technologies used by application developers (Singhal and Jain, 2017, p.13). MVC plays an integral role in developing an application because it helps build a user interface (Ratnayake,…

  • Programming Code for ATM Machine

    Programming Code for ATM Machine The below UML Diagram it describes how a simple ATM Machine works. The customer must pass authentication before withdrawing money. UML diagrams help visualize and illustrate the whole project before the programmer can start working on the project (Milovan evi et al., 2019). The codding part and the development process…

  • Access Risks in Application Programming Interface

    Access Risks in Application Programming Interface Table of Contents Introduction API Security Risks Mitigating the Risks Conclusion Works Cited Introduction Application Programming Interface (API) is a method of accessing digital information through various channels, such as mobile applications, cloud, and the Internet of Things (IoT). API allows companies to share their data with wide audiences,…