Question

Open the file SC_AC16_3b_FirstLastName_1.accdb, available for download from the SAM website. Save the file as SC_AC16_3b_FirstLastName_2.accdb...

  • Open the file SC_AC16_3b_FirstLastName_1.accdb, available for download from the SAM website.
  • Save the file as SC_AC16_3b_FirstLastName_2.accdb by changing the “1” to a “2”.
    • Hint: If you do not see the .accdb file extension in the Save As dialog box, do not type it. Access will add the file extension for you automatically.
  • Open the _GradingInfoTable table and ensure that your first and last name is displayed as the first record in the table. If the table does not contain your name, delete the file and download a new copy from the SAM website.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Hey, If you are curious about how these things could be done, I am here to help you.

For simplicity purposes, I had divided the explanation into parts.

So, let's start:

PART ONE: UNDERSTANDING THE REQUIRED NUMBER OF STEPS:

According to the problem statement:

1. You need to download a SC_AC16_3b_FirstLastName_1.accdb file from SAM Website. I assume you are being provided the address or URL of the website.

ACCDB means a file that belongs to the type access database.

2. Next step is you need to rename the file as SC_AC16_3b_FirstLastName_2.accdb.

3. You need to open this database and scroll to the table _GradingInfoTable. Please check whether your first name and last name is present as the first record in the table.

4. if yes, File integrity is maintained and it's not corrupted.

5. if no, File integrity has been modified and it has been corrupted and you need to download a new file.

PART TWO: OBJECTIVE OF THIS ACTIVITY:

This exercise is an introductory exercise to understand the concept of data integrity in cryptography.

whenever you download a file, how could you ensure that this file is not being modified?

This can be only done when you know the original file contents.

For maintaining the data integrity, message digests are attached to the file. Message digests are hash of the entire data.

When the receiver receives the data, it recalculates the hash and compares it with the attached hash from the sender. If both hashes are equal, the file is not modified and if not file is modified or corrupted.

So, once you downloaded your database and if that database containing tables doesn't contain your name, it means the accdb file has been modified or corrupted.

Hence, you need to understand the data integrity is lost and re-downloading the file is required.

Bonus Point: If during the Save-as window, you don't see the extension .accdb it means that Windows will take care of the extension and you only need to write the name of the new file as SC_AC16_3b_FirstLastName_2

I hope this might helped you in understanding the importance of this exercise.

Please don't forget to thumbs up if it helped you.

Keep learning and keep HomeworkLibing :)

All the best

*****************************COMPLETE****************************

Add a comment
Know the answer?
Add Answer to:
Open the file SC_AC16_3b_FirstLastName_1.accdb, available for download from the SAM website. Save the file as SC_AC16_3b_FirstLastName_2.accdb...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1 Open Excel and enter Exploring Series as the user name in the Excel Options dialog...

    1 Open Excel and enter Exploring Series as the user name in the Excel Options dialog box, if necessary. Add the Compare and Merge Workbooks command to the Quick Access Toolbar, if necessary. Download and open exploring_e11_grader_h1_Classes.xlsx. Save it as exploring_e11_grader_h1_Classes_LastFirst. Hint: To open the Excel Options dialog box, click the File tab and click Options. To add the command to the toolbar, in the Excel Options dialog box, click Quick Access Toolbar. 2

  • and save it in the same folder as your source Download file: data.txt code file. data.txt...

    and save it in the same folder as your source Download file: data.txt code file. data.txt contains a list of client's account number, client's name and their balance. Write a C program to read rows of data from the file and store them in the arrays. Display the list of client's account number, client's name and the client's balance on the screen in reverse order. The program should write the data in reverse order (without header) to another file called...

  • 3. Handling exceptions with a finally clause a. Download the following file from the class website:...

    3. Handling exceptions with a finally clause a. Download the following file from the class website: TestFinally.java b. Examine the code to determine what it does. c. Compile the code and notice the error. d. Modify TestFinally.java to handle the exception following these instructions (and those embedded in the code): i. Embedded in the code is a note showing the location for the try statement. ii. The first line of the catch block should look like this: catch(IOException e) {...

  • JAVA PROGRAMMING File Name You can not just take the file and send it. When Polycarp...

    JAVA PROGRAMMING File Name You can not just take the file and send it. When Polycarp trying to send a file in the social network "Codehorses", he encountered an unexpected problem. If the name of the file contains three or more "x" (lowercase Latin letters "x") in a row, the system considers that the file content does not correspond to the social network topic. In this case, the file is not sent and an error message is displayed. Determine the...

  • Start Access. Open the downloaded Access file named exploring_acap_grader_a1_Loans.accdb. Import the exploring_acap_grader_a1_Clients.xlsx Excel workbook into a...

    Start Access. Open the downloaded Access file named exploring_acap_grader_a1_Loans.accdb. Import the exploring_acap_grader_a1_Clients.xlsx Excel workbook into a table named Clients. While importing the data, make sure to select the option First Row Contains Column Headings, and select ClientID as the primary key field. After you have completed the import, open the Clients table in Design view. Change the ClientID field size to 6 and remove the @ symbol from the ClientID format property. Change the ZIP field size to 5. Change...

  • Completion is a screenshot of the batch file showing all of the steps to create the file system s...

    Completion is a screenshot of the batch file showing all of the steps to create the file system shown below. Instructions Create a batch file clifilesystem.cmd using Notepad which performs the following steps to create the file system shown below. Also use a proper comment for each step before the command. Proof your work. Finally submit the clifilesystem.cmd file in Blackboard Figure 1. The clijfilesystem.cmd file system Work from Desktop unless using an absolute path Desktop NOS110 OS Labs Homework...

  • CIST 1305 Unit 07 Drop Box Assignment The Assignment ONLY ONE FILE may be turned in for the assig...

    CIST 1305 Unit 07 Drop Box Assignment The Assignment ONLY ONE FILE may be turned in for the assignment. If you make a mistake and need to turn in your work again, you may do so. I will only grade the latest file you turn in. The older ones will be ignored. For instruction on How To do assignments and create the file see the "How To Do Homework" document under the "Start Here" button. You will create a word...

  • ****THIS IS A 2 PART QUESTION! I ONLY NEED THE ANSWER TO PART 2 ON HOW...

    ****THIS IS A 2 PART QUESTION! I ONLY NEED THE ANSWER TO PART 2 ON HOW TO SEND THE DATA SERIALIZED**** Write a c# program that stores student grades in a text file and read grades from a text file.  The program has the following GUI: There are four buttons: Create File, Save Case, Close File and Load File.  Initially, only the Create File and Load File buttons are enabled.  If the user clicks the Create File button, a Save File Dialog window...

  • There is a file called mat2.txt in our files area under the Assignments folder. Download it...

    There is a file called mat2.txt in our files area under the Assignments folder. Download it and save it in the same folder where this Matlab file (HW08_02.m) is saved. It may be worth opening that text file to see how it is set out. Note well, however, that the file might have a different number of lines and different number of numbers on each line. Write a Matlab program that does the following: Prompt the user for an input...

  • C++ please Write a program that reads the following sentences from a file: I am Sam...

    C++ please Write a program that reads the following sentences from a file: I am Sam Sam I am That Sam I am That Sam I am I do not like that Sam I am Do you like green eggs and ham I do not like them But I do like spam! You will first have to create the text file containing the input, separate from your program. Your program should produce two output files: (i) (ii) one with the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT