Answer:
True
Definition / Directions:
A PDF is a file format that provides an electronic image of text or text and graphics that looks like a printed document and can be viewed, printed, and electronically transmitted.
How to Open a PDF:
Open the Adobe Reader or any other PDF software program. Then, click the file menu near the top on the left side of the window, select Open, and browse to the location of the PDF file. Select the file you want to open by clicking the file name, and then click the Open button to open the file.
Answer:
Is there an early pay discount?
Explanation:
This determines and instructs what path the code should take,
if there is no early pay discount, it has different instructions to follow.
Where is the following banks that is listed?
For the first question, you would just add the parenthesis to the string mutation1:
String word = "sadly";
String mutation1 = "(" + word + ")";
For the second you need the method substring from the String class:
It is defined as String.substring(begining, ending);
String name = "Smith";
String firstCharacter = name.substring(0, 1);
0 is considered the beginning of the string, then you get the next 1 characters.
Keira is using the software development life cycle to create a new app. She has the pseudocode for her program. The next stage for Keira is CODING.
Explanation :
- SDLC or the Software Development Life Cycle is a process that produces software with the highest quality and lowest cost in the shortest time. SDLC includes a detailed plan for how to develop, alter, maintain, and replace a software system.
- SDLC involves several distinct stages, including planning, design, building, testing, and deployment. Popular SDLC models include the waterfall model, spiral model, and Agile model.
- The steps of the SDLC are given below :
- Identify the current problems. “What don’t we want?”
- Plan. “What do we want?”
- Design. “How will we get what we want?”
- Build. “Let’s create what we want.” This SDLC stage develops the software by generating all the actual code. If the previous steps have been followed with attention to detail, this is actually the least complicated step.
- Build is the phase which Keira should move onto in the SDLC
- SDLC done right can allow the highest level of management control and documentation. Developers understand what they should build and why. All parties agree on the goal up front and see a clear plan for arriving at that goal. Everyone understands the costs and resources required.