please mark me as the brainlest answer please
if you do it then I will answer your all questions.
Answer:
new_segment = [ ]
for segment in segments:
new_segment.append({'name': segment, 'average_spend': money})
print( new_segment)
Using list comprehension:
new_segment =[{'name': segment, 'average_spend': money} for segment in segments]
Using map():
def listing(a):
contain = {'name': segment, 'average_spend': money}
return contain
new_segment = [ ]
new_segment.append(map( listing, segment))
print(list(new_segment)
Explanation:
The python codes above create a list of dictionaries in all instances using for loop, for loop in list comprehension and the map function which collect two arguments .
Answer:
C. Cost reduction
Explanation:
ICT covers all the products that can store, retrieve, transmit or receive and manipulate the information via the electronic medium in a binary or digital mode. As an example, we can consider the Personal computer, digital television, robots or email as well as the digital communication technologies that allow the organizations and people to talk and share the information between them in a digital manner. And this is cost-effective, there is no employee benefit, increased use of postal mail or less technology. The only advantage is cost reduction. And hence C, Cost reduction is the right answer.
The subsection which Frank is preparing for the SRS document that specifies data formats, data integrity, and storage capabilities is Logical Database Requirements.
<h3>What is SRS document?</h3>
SRS document of the software requirement specification document is the document which describes the function of a software and its procedure to perform a particular function.
Different types of requirement-
- A. External Interface Requirements- This includes the interface of used, such as layout of screen, button etc.
- B. Design Constraints- This includes the subcomponent of the system, such as performance requirement.
- C. Inverse Requirements- It defines that what a system can not do.
- D. Logical Database Requirements- Data of the user are saved in this such as profile, massage,data formats, data integrity, and storage capabilities etc.
- E. Non-Functional Requirements-This includes attributes of system, performance, security etc.
Frank is preparing a subsection of the SRS document that specifies data formats, data integrity, and storage capabilities.
Thus, the subsection which Frank is preparing for the SRS document that specifies data formats, data integrity, and storage capabilities is Logical Database Requirements.
Learn more about the SRS document here:
brainly.com/question/26161636
#SPJ1
Answer:
B) Single-user computer which has a more powerful microprocessor than personal computers