Answer:
no
Explanation:
yellow: the last sentence in the text
blue: Queenies flowers reached for the sky
Personification means that you apply human characteristics to things that are not alive, like a flower smiling, a term used when people see a field of healthy flowers
Answer:
def printInfo(some_dict):
print(len(some_dict['locations']), "LOCATIONS")
for location in some_dict['locations']:
print(location)
print()
print(len(some_dict['instructors']), "INSTRUCTORS")
for location in some_dict['instructors']:
print(location)
seattle = {
'locations': ['San Jose', 'Seattle', 'Dallas', 'Chicago', 'Tulsa', 'DC', 'Burbank'],
'instructors': ['Michael', 'Amy', 'Eduardo', 'Josh', 'Graham', 'Patrick', 'Minh', 'Devon']
}
printInfo(seattle)
Explanation:
Answer:
It uses simple words and symbols to communicate the design of a program
Explanation:
A software can be defined as a set of executable instructions (codes) or collection of data that is used typically to instruct a computer on how to perform a specific task and solve a particular problem.
A software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software applications. There are seven (7) main stages in the creation of a software and these are;
1. Planning.
2. Analysis.
3. Design.
4. Development (coding).
5. Testing.
6. Implementation and execution.
7. Maintenance.
A pseudocode refers to the description of the steps contained in an algorithm using a plain or natural language. Also, a pseudocode gives a summary of the steps adopted during a software development process using simple (concise) words and symbols.
This ultimately implies that, a pseudocode uses simple words and symbols to communicate the design of a program.
Answer:
add versatility thank you
Answer:
IN MY PROFILE
Explanation:
I HAVE AWNSERED THIS QUESTION THROUGHOUT MY BEING HERE PLEASE DO NOT BE AFRAID TO CLICK ON MY PROFILE AND FIND THE ANSWER