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" 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: "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") END please create Desk check against solution algorithms and From the design of the application algorithm above, show and explain the types of coupling and cohesion that exist;
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"
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: "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")
END
please create Desk check against solution algorithms and From the design of the application
Flowcharts
A flowchart is a diagram that shows how a system, computer algorithm, or process works. They are frequently used in many different fields to examine, organize, enhance, and convey frequently complex processes in simple, understandable diagrams.
- Rectangles, ovals, diamonds, and possibly many other shapes are used in flowcharts, also known as flow charts, to indicate the type of step, and connecting arrows to indicate flow and sequence.
- They might be anything from straightforward hand-drawn charts to detailed computer-drawn diagrams showing numerous processes and pathways.
- Considered in all of its incarnations, flowcharts are one of the most widely used diagrams on earth, utilized by both technical and non-technical persons in a wide range of fields.
Step by step
Solved in 3 steps with 1 images