Select Format (SF) Command (Normal, Create, and Execute)201PracticeEarlier in this chapter we presented some sample commands for creatingvarious graphical elements for a form.Earlier we created a logo named BOMB and a form called JobAppl. Now let’smodify our earlier work and put them together with some Alphanumericalcommands, line commands, and a BOX command to create a Job Applicationfor a company called “Demolitions Are US.”The logo we designed is fine the way it is, but to create a form that will fit on apage of this manual we will have to modify the BOX and CREATE Formcommand in the examples we used earlier.The overall form dimensions will be 5.6 inches wide by 8.5 inches long. It willbe printed at 10 CPI and 6 LPI. These figures give us a maximum line lengthof 70 columns and form length of 51 lines (form length in dot rows would be612).We have already created and stored the logo for the form. Now we will createthe form itself. First enter the CREATE Form Mode.~CREATE;JobAppl;612After we enter the CREATE Mode, create a border for our form by sending aBOX Command specifying a box of 3 points thickness that prints threecolumns from the left and right edge and three lines from the top and bottomedge.BOX3;3;3;48;52STOPWe started our form creation and added a border, now we will compose theitems that will go inside the box.Remember that the BOMB logo we created earlier has a superimposed “D” onit. The bomb is going to be part of the company title on the form. To finish theform header, create an Alphanumeric string with the remaining characters ofthe title to align properly with the bomb making a form header. Also, we willcreate a form title, the instructions for the form, and end with the first question.ALPHA4;30;0;0;*Job Application*5;30;0;0*Explosives Handler*E;D;7;10;0;0;*emolitions Are US*10;6;0;0;*Answer ALL Questions. If you do not under-*11;6;0;0;*stand a question or have no answer for a *12;6;0;0;*question, stop where you are and deposite your *13;6;0;0;*application in the receptacle by the front *14;6;0;0;*door as you leave the premises*16;6;0;0;*1. *16;10;0;0;*Are you afraid of loud noises?*STOPFollow this section with a horizontal line command to place a line where theanswer to the first question should go.HORZ1;16;10;41;46STOPContinue this procedure until all questions with answering spaces composedand in place. Also include a closing logo.