Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

magine that we made the following four calls to save _ user _ profile ( ) one after the other: save _ user _ profile

magine that we made the following four calls to save_user_profile() one after the other:
save_user_profile("David", "Joyner", 30,1.8, "USA")
save_user_profile("Maria", "Garcia", 25,1.6, "Chile")
save_user_profile("Aditya", "Kaur", 51,1.7, "India")
save_user_profile("Maria", "Garcia", 32,1.7, "Chile")
How many files would be created by this code?
4
incorrect
If the files were sorted alphabetically, what would be the first filename listed?
GarciaMaria.txt
correct
If the files were sorted alphabetically, what would be the second filename listed?
GarciaMaria_2.txt
incorrect
If the files were sorted alphabetically, what would be the third filename listed?
JoynerDavid.txt
incorrect
Which file would be listed as having been modified most recently?
GarciaMaria_2.txt
incorrect

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Administration

Authors: Adam Jorgensen, Bradley Ball

1st Edition

111885926X, 9781118859261

More Books

Students also viewed these Databases questions

Question

=+j Explain the relationship between unions and MNEs.

Answered: 1 week ago