verified answers
Grace's website asks users to confirm that they agree to the use of cookies and
then records their answer. Which type of data is best suited to hold this
confirmation? Ans✓✓✓-boolean
In which SDLC phase do you decide how processes should work? Ans✓✓✓-
Design
In which SDLC phase do you determine if the code is complete? Ans✓✓✓-
Implementation
In which SDLC phase do you determine if the code works as designed and meets
goals? Ans✓✓✓-Testing
In which SDLC phase do you determine if the code works functionally? Ans✓✓✓-
Implementation
In which SDLC phase do you determine what should be included in the code?
Ans✓✓✓-Design
In which SDLC phase do you determine what should be included? Ans✓✓✓-
Analysis
In which software design phase do you write code? Ans✓✓✓-implementation
, What are we referring to when we talk about "Grammar" in programming?
Ans✓✓✓-A programming language's strict programming rules for structure
what is an assignment operator? Ans✓✓✓-=
What is the purpose of a behavioral diagram? Ans✓✓✓-To visualize the dynamic
behavior of software.
What is the purpose of a structural diagram? Ans✓✓✓-To visualize static
elements of software.
What is the purpose of an activity diagram? Ans✓✓✓-To visualize the flow of an
activity.
What is the purpose of UML? Ans✓✓✓-to visualize the structure and behavior of
programs
What type of data is being used? "7.0" Ans✓✓✓-string
What type of data is being used? "7" Ans✓✓✓-string
What type of data is being used? "true" Ans✓✓✓-string
What type of data is being used? 7 Ans✓✓✓-integer
What type of data is being used? 7.0 Ans✓✓✓-float