Assalamu'alaikum Wr.Wb.
Pascal mania the morning, on this occasion I will be very happy to share one unique program, that program watchmaking. This program has a second element / second and minute. this program a little bit complicated for the beginner, but I think you all must have full control of the basics of pascal program code. please understand this code one by one. and just try to practice on your software Turbo Pascal 7.0.
Please follow the steps below carefully:
Turbo pascal please open...
Home » Turbo Pascal
Showing posts with label Turbo Pascal. Show all posts
Showing posts with label Turbo Pascal. Show all posts
how to copy the code into the program TURBO PASCAL (. Pas)

Assalamu'alaikum Wr.Wb.
Regards the pascal mania, on this sunny morning I will give one more trick for the lovers of Turbo Pascal 7.0 software, which tricks us how to copy the program code browsing of our results and the results of our own type in our code word from a word processor, notepad, etc..
I was initially confused as to how a way that I was not tired of typing back programs that are clearly before us to Turbo Pascal. The first, I tried to copy it menual way, ie with my block all the...
Posted by AKAR
at 7:11 PM,
Add Comment
More >>>
how to program the calculator calculations using TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
regards the pascal mania, on a clear night, I am going to share a tutorial to make the program count or what we often refer to as the machine count CALCULATOR. in essence, we will create a program that is possessed four elements of the calculation, the first multiplication, division, addition, and the last reduction. just follow the steps below carefully.
How to make the program count CALCULATOR :
Turbo pascal you open the program.
Select the file - new.
And write the...
Posted by AKAR
at 6:24 AM,
5 Comments
More >>>
how to program a small screen mode in the program TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Regards pascal mania, good morning lovers Turbo Pascal, on this happy occasion I will write code to set the size of the display mode in turbo pascal 7.0. screen mode generally have memperunik function only for our program that initially large and then become small. . straight course. follow the following steps carefully.
How to make the program display mode (CO40):
Please open your program Turbo Pascal 7.0.
Select the file - new.
Then write the code below:
program modelayar;
Uses...
Posted by AKAR
at 3:52 PM,
Add Comment
More >>>
how to make text position amid the TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Regards pascal mania, good afternoon lovers Turbo Pascal, on this happy occasion I will write code to make our writing will be on the middle of the page program in turbo pascal 7.0. text placement amid we usually use to write a program title that we make, in our text positioned at the center position is not difficult, we just asked to enter the code "gotoxy." and write in the columns and rows later to how we write a text. just follow these steps carefully.
How to create...
Posted by AKAR
at 4:13 AM,
Add Comment
More >>>
how to create a background and text color in TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Regards pascal mania, good afternoon lovers Turbo Pascal, on this happy occasion I will write program code to give color to the text and background in turbo pascal 7.0. staining on the turbo pascal program is essential in beautifying our programs and become more appealing to the eye. straight course. follow the following steps carefully.
How to make colored paper program :
Please open your program Turbo Pascal 7.0.
Select the file - new.
Then write the code below:
colored...
how to make a login program in TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Regards pascal mania, good morning lovers Turbo Pascal, on this happy occasion I will write the code for the login program in turbo pascal 7.0. log in turbo pascal function if we do not write / fill in what is provided by the user on the program then we will not get into the program content, and vice versa if the user can fill in what is provided by the user then we will be able to enter into the program content. straight course. follow the following steps carefully.
How...
Posted by AKAR
at 8:18 PM,
Add Comment
More >>>
how to make the program look for broad rhombic in TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Pascal mania the morning, this time I will explain how to create a program to find the area of a rhombus. in essence, this program explains that the formula of rhombic itself is (Area = ½ x diagonal (d) 1 x diagonal (d) 2). simply follow the steps below carefully.
How to make a rhombus formula:
please open your program.
select the file - new.
and write the code as below.
program luas_belahketupat;
uses crt;
var d1,d2,l : real;
begin
clrscr;
writeln('MENCARI LUAS BELAH...
Posted by AKAR
at 7:43 PM,
Add Comment
More >>>
how to make the program look for wide kite in TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Pascal mania the morning, this time I will explain how to create a program to find the area kite. in essence, this program explains that the formula of the kite itself is (Area = ½ x diagonal (d) 1 x diagonal (d) 2). simply follow the steps below carefully.
How to make a kite formula:
please open your program.
select the file - new.
and write the code as below.
program luas_layang-layang;
uses crt;
var d1,d2,l: real;
begin
clrscr;
writeln('MENCARI LUAS LAYANG-LAYANG');
writeln;
write('masukkan...
Posted by AKAR
at 7:38 PM,
Add Comment
More >>>
how to make the program look for broad trapezoidal in TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Pascal mania the morning, this time I will explain how to create a program to find the area trapezoid. in essence, this program explains that the formula for the area of a trapezoid itself is (Area = ½ x (s1 + s2) xt). simply follow the steps below carefully.
How to make Trapezoid formula:
please open your program.
select the file - new.
and write the code as below.
program luas_trapesium;
uses crt;
var s1,s2,t,l,h: real;
begin
clrscr;
writeln('MENCARI LUAS TRAPESIUM');
writeln;
write('masukkan...
Posted by AKAR
at 7:31 PM,
Add Comment
More >>>
how to make the program look for vast parallelogram in TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Pascal mania the morning, this time I will explain how to create a program to find the area of a parallelogram. in essence, this program explains that the formula of a parallelogram itself is (Area = AXT). simply follow the steps below carefully.
How to make a parallelogram formula:
please open your program.
select the file - new.
and write the code as below.
program luas_jajrgenjang;
uses crt;
var a,t,l : real;
begin
clrscr;
writeln('MENCARI LUAS JAJAR GENJANG');
writeln;
write('masukkan...
Posted by AKAR
at 7:17 PM,
Add Comment
More >>>
how to make the program look for broad rectangular in TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Pascal mania the morning, this time I will explain how to create a program to find the area of a rectangle. in essence, this program explains that the formula for the area of the rectangle itself is (length x width). simply follow the steps below carefully.
How to make triangle formula:
please open your program.
select the file - new.
and write the code as below.
program luas_persegi panjang;
uses crt;
var p,h,l : real;
begin
clrscr;
writeln('MENCARI LUAS PERSEGI PANJANG');
writeln;
write('masukkan...
Posted by AKAR
at 7:00 PM,
Add Comment
More >>>
how to create a formula to find the area of a circle program in TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Pascal mania the morning, this time I will explain how to create a program to find area of a circle. in essence, this program explains that the formula for the area of the circle itself is (Area = π (pi) x radius (r) 2 = πr2). simply follow the steps below carefully.
How to make a circle formula:
please open your program.
select the file - new.
and write the code as below.
program luas_lingkaran;
uses crt;
var r ,l : real;
begin
clrscr;
writeln('MENCARI LUAS LINGKARAN');
writeln;
write('masukkan...
Posted by AKAR
at 6:56 PM,
Add Comment
More >>>
how to create a formula for the area of a triangle with TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Pascal mania the morning, this time I will explain how to create a program to find area of a triangle. This program essentially describes bahwasannya formula of a triangle itself is (Area = ½ xaxt). simply follow the steps below carefully.
How to make triangle formula:
Please open your program Turbo pascal.
select file - new
Then write the code as below.
program luas_segitiga;
uses crt;
var a,t,l : real;
begin
clrscr;
writeln('MENCARI LUAS SEGITIGA');
writeln;
write('masukkan...
Posted by AKAR
at 6:12 PM,
Add Comment
More >>>
how to change the display colors in TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Regards the pascal mania, on this sunny morning I will give you one more trick for Turbo Pascal software connoisseurs who got bored with the colors look so-so only. in the previous article I've given memperlesar tricks on how to display the Turbo Pascal. The article clearly displayed how easy way to widen the view on the screen Turbo Pascal became 43/50 lines. and now how do we to change the background, text color, color editor, menu color, etc.. just follow the...
Posted by AKAR
at 5:20 PM,
Add Comment
More >>>
How to make the text run in TURBO PASCAL 7.0

Assalamu'alaiku Wr.wb.
Regards the pascal mania, this time I will mensharing how we can create a text in Turbo Pascal that runs by itself. point we make the text run in our projeck hanyala solely to beautify our program, so that not only the text visible only silence ... alone. is that right???. just follow the steps below:
Turbo Pascal open the worksheet you all.
Then choose File - new.
Then type the code below:
program berjalan_var;
uses crt;
var i,j:integer;
teks:string;
begin
clrscr;
teks:='NewsBlogs21.blogspot.com';
i:=30;
j:=-1;
repeat
clrscr;
if...
Posted by AKAR
at 9:51 PM,
Add Comment
More >>>
How open pascal program (. PAS) in TURBO PASCAL 7.0

Assalamu'alaikum Wr.Wb.
Regards the Pascal mania, after posting my pascal program how to save in another local disk, at this point I will post the how to open a Turbo Pascal program that berformatkan (. PAS) to Turbo Pascal 7.0. langsug just follow the steps below:
Select the file and then open.
After appearing window "open a file", enter the name of your local disk pascalnya existing program, then Ok. (See the image below for more details).
Then select the folder where you save the...
Posted by AKAR
at 9:46 PM,
Add Comment
More >>>
How using TURBO PASCAL 7.0 portable

Assalamu'alaikum Wr.Wb.
Regards the pascal mania, in this article I forward from the article that I've made that is about 7.0 Portable Turbo Pascal, Turbo Pascal on this portable no difference at all with Turbo Pascal version of the installer. the only difference being you have to save the program that you created on the local disk that you want, if you do not know how to please look at the How to save projeck to another local disk. just how to use Turbo Pascal 7.0 in Portable version???.
Open...
Posted by AKAR
at 7:38 PM,
Add Comment
More >>>
How to save the project Turbo Pascal 7.0 Local disk to another

Asssalamu'alaikum Wr.wb.
Turbo Pascal is a software development system that consists of a compiler and an integrated development environment (in English: Integrated Development Environment - IDE) for the Pascal programming language for the operating system CP / M, CP/M-86, and MS-DOS, which developed by Borland on the leadership of Philippe Kahn. The name Borland Pascal was generally used for advanced software packages (with more libraries and standard library source code) while the cheaper version...
Posted by AKAR
at 5:50 PM,
Add Comment
More >>>
How to enlarge the screen display Turbo Pascal 7.0

Assalamu'alaikum Wr.Wb.
Turbo Pascal is a software development system that consists of a compiler and an integrated development environment (in English: Integrated Development Environment - IDE) for the Pascal programming language for the operating system CP / M, CP/M-86, and MS-DOS, which developed by Borland on the leadership of Philippe Kahn. The name Borland Pascal was generally used for advanced software packages (with more libraries and standard library source code) while the cheaper version...
Posted by AKAR
at 8:59 AM,
2 Comments
More >>>
Subscribe to:
Posts (Atom)