博文

目前显示的是 三月, 2022的博文

DAY 2 - Industry Connect

a. Explain SDLC with an example  SDLC is Software Development Life Cycle, which clearly defined processes for creating high-quality software. in detail, the SDLC methodology focuses on the following phases of software development:  Requirement analysis Planning Software design such as architectural design Software development Testing Deployment for example: STEP 1. Identify the Current Problems  When we got a new project of workout app for mobile device, we should ask ourselves a simple question first:“What are the current problems?” This stage of the SDLC means getting as much as info from all stakeholders, customers, workout experts, and programmers. Learn the strengths and weaknesses of the current system with improvement as the goal.  STEP 2. Plan  “What do we want?” In this stage of the SDLC, our team should determines the possibility of implementing the project successfully, along with the lowest risk. STEP 3. Design  “How will we get and what we want?”  This phase of the SDLC st

DAY 1 - Industry Connect

a. What is a client and a server? Server is where the data are stored. the client is something like device or operation system that can read the data from the server. (from internet)A  client  is a computer hardware device or software that accesses a service made available by a server. The server is often (but not always) located on a separate physical computer. b. What is cloud based software? an application that can be only used online instead of local computer.  (from internet) also called Software as a Service, or SaaS, allows users access to software applications that run on shared computing resources (for example, processing power, memory, and disk storage) via the Internet. c. What are the different environments in a software development team? Development environment.  Testing environment.  Staging environment.  Production environment. d. Why does production and test environment have to be similar? cos we have simulate the real or the closest test environment as while the end us