Skip to main content

Posts

Major Project Plan ( Update)

 This is the final update of the project plan.
Recent posts

Academic Paper Summary

The title of this paper, Developing Smart Cities: An Integrated Framework, aims to describe and propose critical factors crucial for understanding and developing smart. Ensuring sustainable development and quality of life in complex social ecosystems of cities and urban areas is essential. Also, to understand to concept of smart cities. This research paper explores various aspects and dimensions and helps bridge this gap by proposing a framework to give a clear insight into the establishment of smart cities. The proposed framework also helps identify recent trends and requirements for a city to evolve into a “smart” city. Reference : -  panelSujataJoshiaPersonEnvelopeSakshamSaxenabTanviGodbolebShreyab, A.links open overlay et al. (2016) Developing smart cities: An integrated framework , Procedia Computer Science . Elsevier. Available at: https://www.sciencedirect.com/science/article/pii/S1877050916315022 (Accessed: December 8, 2022). 

Gantt Chart Update

 This is the final update for all of the blogs that I did and the time is how long it took me to do it. Below is the new update for the Gantt Chart and the new tasks that I have added to the blogs. 

Primary Research : Demographic Questions Analysis

The chart shows from which continent the participant answered this survey. Most are from Asia, 90.9% and 9.1% are from Europe. It is interesting knowing that the majority of Asians think about smart cities.  he majority think the easiest and the simplest to implement in their city are smart environments and smart living. Smart governance and smart economy are the second simplest to implement in their city.

Software ( Example)

Example: How to Print an Integer entered by a user Output In this program, an object of  Scanner  class,  reader   is created to take inputs from standard input, which is  keyboard . Then,  Enter a number  prompt is printed to give the user a visual cue as to what they should do next. reader.nextInt() then reads all entered integers from the keyboard unless it encounters a new line character  \n (Enter) . The entered integers are then saved to the integer variable  number . If you enter any character which is not an integer, the compiler will throw an  InputMismatchException . Refernce:  - Java program to print an integer (entered by the user) (no date) Programiz . Available at: https://www.programiz.com/java-programming/examples/print-integer (Accessed: December 8, 2022).

Software ( Evaluation- Functionalities )

In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the java compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine. Java is currently used on a wide variety of devices. Here are a few examples: - Desktop Applications  - Web Applications  - Mobile  -Embedded  System  -Robotics  -Games etc. The advantages of Java are as follows:  -Java is easy to learn. Java was designed to be easy to use and is therefore easy to write, compile, debug, and learn than other programming languages.  -Java is object-oriented. This allows you to create modular programs and reusable code.  -Java is platform-independent. One of t...

Software (Overview)

  Java is a programming language and computing platform first released by Sun Microsystems in 1995. It has evolved from humble beginnings to power a large share of today’s digital world, by providing a reliable platform upon which many services and applications are built. New, innovative products and digital services designed for the future continue to rely on Java, as well. Reference   -  (no date) Java.com . Available at: https://www.java.com/en/download/help/whatis_java.html (Accessed: December 7, 2022). -