1- Start 2- Input the documents     KTP of the new vehicle owner and a photocopy      The original and photocopy of BPKB     Original and photocopy of STNK     Receipt and Fotocopy with stamp and signed by seller and buyer     Documents of the result of the physical vehicle   if(checkdocument==correct)   Display("Physical checks is okay")   else Display("Please complete document first for physical check")   End if Next step :- Register the transfer name Propmt - How will you pay amount for registration Input : ModeOfPayment=Pay mode If (ModeOfPayment==Mobile Banking) Display "Mobile banking option" else if(ModeOfPayment==bank transfer) Display "Account Details to the user   else  ("Choose any one option") end if   Prompt: "Please fill registration form now" Prompt - "enter user name:" Input name Prompt "Please enter your complete address" Input address   if(registerForm==completed)     Validate form              if(ValidateForm==okay)                 "Send document archive             else                 "Please fill the correct form first"             end if else     Display "Please Fill Registration Form"   end if     Prompt: "Please fill registration mutation from now" Prompt: "Input required documents" if(mutationForm == correct)     Display("online BPKB bill is generated.") else     Display("Incomplete form") if(repaymenet == done)     Display("Pay the STNK fee and upload the STNK documents")          if(documents == valid)         Display("Number plate is generated")     else         Display("Invalid Documents") else     Display("Please make the required payments")     Please correct the pseudocode with the information I attach

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

1- Start

2- Input the documents

    KTP of the new vehicle owner and a photocopy

     The original and photocopy of BPKB

    Original and photocopy of STNK

    Receipt and Fotocopy with stamp and signed by seller and buyer

    Documents of the result of the physical vehicle

 

if(checkdocument==correct)

 

Display("Physical checks is okay")

 

else

Display("Please complete document first for physical check")

 

End if


Next step :- Register the transfer name

Propmt - How will you pay amount for registration

Input : ModeOfPayment=Pay mode

If (ModeOfPayment==Mobile Banking)

Display "Mobile banking option"

else if(ModeOfPayment==bank transfer)

Display "Account Details to the user

 

else 

("Choose any one option")

end if

 

Prompt: "Please fill registration form now"

Prompt - "enter user name:"

Input name

Prompt "Please enter your complete address"

Input address

 

if(registerForm==completed)

    Validate form 

            if(ValidateForm==okay)

                "Send document archive

            else

                "Please fill the correct form first"

            end if

else

    Display "Please Fill Registration Form"

 

end if

 

 

Prompt: "Please fill registration mutation from now"

Prompt: "Input required documents"

if(mutationForm == correct)

    Display("online BPKB bill is generated.")

else
    Display("Incomplete form")

if(repaymenet == done)
    Display("Pay the STNK fee and upload the STNK documents")
    
    if(documents == valid)
        Display("Number plate is generated")
    else
        Display("Invalid Documents")
else
    Display("Please make the required payments")

 

 

Please correct the pseudocode with the information I attach 

PT ABC wants to help the police by making a vehicle transfer system, especially for used cars. To
take care of the transfer of a car, what the vehicle owner needs to know is that the process of
changing the name of a used or new car is carried out in two stages, namely the management at
the Samsat office where the car is registered and where the vehicle owner is located. Both are
carried out so that the issuance of STNK and the issuance of BPKB are by new motor vehicle
owners. Vehicle owners are advised to seek information regarding the regulations for the transfer
of a car's name at the vehicle owner's place. Generally, each region has different requirements
or ways to change the name of a vehicle, including the cost of changing the name of a used car.
Several documents must be entered into the system as required documents.
In general, the documents that must be entered or input
1. Resident Identity Card (KTP) of the new vehicle owner and a photocopy.
2. The original and photocopy of the Motor Vehicle Owner's Book (BPKB).
3. Original and photocopy of Vehicle Number Certificate (STNK).
4. Receipt for the purchase of a used car & photocopy version which is equipped with a stamp
duty of Rp. 10,000 and signed by the seller and the buyer of the car.
5. Documents of the results of physical vehicle checks (conducted at the Samsat Office).
Transcribed Image Text:PT ABC wants to help the police by making a vehicle transfer system, especially for used cars. To take care of the transfer of a car, what the vehicle owner needs to know is that the process of changing the name of a used or new car is carried out in two stages, namely the management at the Samsat office where the car is registered and where the vehicle owner is located. Both are carried out so that the issuance of STNK and the issuance of BPKB are by new motor vehicle owners. Vehicle owners are advised to seek information regarding the regulations for the transfer of a car's name at the vehicle owner's place. Generally, each region has different requirements or ways to change the name of a vehicle, including the cost of changing the name of a used car. Several documents must be entered into the system as required documents. In general, the documents that must be entered or input 1. Resident Identity Card (KTP) of the new vehicle owner and a photocopy. 2. The original and photocopy of the Motor Vehicle Owner's Book (BPKB). 3. Original and photocopy of Vehicle Number Certificate (STNK). 4. Receipt for the purchase of a used car & photocopy version which is equipped with a stamp duty of Rp. 10,000 and signed by the seller and the buyer of the car. 5. Documents of the results of physical vehicle checks (conducted at the Samsat Office).
The process of changing the name of the car is as follows:
1. After getting the physical check document, register on the system for transfer of name, and
pay the registration fee using several payment methods such as bank transfer or mobile
banking from several cooperative banks, the owner receives proof of payment and fills in the
form provided according to the information listed in the car registration.
2. The officer validates the form to transfer to the destination SAMSA according to the ID card.
3. The officer will send an archive containing complete documents of the car.
4. The vehicle owner fills out the form for mutation, includes a photocopy of the ID card, and
pays the transfer fee for the transfer of the car's name.
5. You will get an online BPKB bill that must be paid off.
6. Repayment can use several payment methods such as bank transfer or mobile banking from
several banks where the Cooperation and the owner receive proof of payment.
7. Continue to make payments to pay the STNK fee and the account holder receives proof of
payment.
8. Submit a photo of STNK and proof of STNK tax payment.
9. The vehicle owner will be given a number plate, STNK and BPKB per the data of the new
motorized vehicle owner.
Transcribed Image Text:The process of changing the name of the car is as follows: 1. After getting the physical check document, register on the system for transfer of name, and pay the registration fee using several payment methods such as bank transfer or mobile banking from several cooperative banks, the owner receives proof of payment and fills in the form provided according to the information listed in the car registration. 2. The officer validates the form to transfer to the destination SAMSA according to the ID card. 3. The officer will send an archive containing complete documents of the car. 4. The vehicle owner fills out the form for mutation, includes a photocopy of the ID card, and pays the transfer fee for the transfer of the car's name. 5. You will get an online BPKB bill that must be paid off. 6. Repayment can use several payment methods such as bank transfer or mobile banking from several banks where the Cooperation and the owner receive proof of payment. 7. Continue to make payments to pay the STNK fee and the account holder receives proof of payment. 8. Submit a photo of STNK and proof of STNK tax payment. 9. The vehicle owner will be given a number plate, STNK and BPKB per the data of the new motorized vehicle owner.
Expert Solution
Step 1

Answer:

We need to check written pseudo code  correct or not so we have done some modification and what we have done we have highlight the in the pseudo code 

Step1. payment method both option can be choose any one 

Step2: we have ask for the Id Card Number from the user 

Step3: Registration details match  with the ID Card if yes then send the documents 

Step4: again repayments option can be either Mobile banking and banks transfer 

Step5: else shows the make repayments 

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Database connectivity
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education