Subject: English
Assignment 1
Surname: Mirzoqulov Xayot group:FRL 087 date: 01.12.2019
Choose a scientific article from any website related to your specialty. The article should be 150-200 words. Do following tasks:
Put at least five special questions to the article to cover the plot (2 points)
Write out key words and terms, translate them (2 points)
Write summary to the article. Your summary should start as one of the followings: (4 points)
Article is about…………………….
The article is devoted to……………
The article is deals with…………….
The article describes………………..
The article considers……………….
Retell the text (2 points)
My article: Using the Compiler.
Once set up, the CodeDesigner software will call and control the compiler and programmer software. The compiler may be run manually from a DOS window. To run the compiler program manually, enter the command pbc followed by the number of the PIC chip being programmed (that is, 16F84), then followed by the name of the source code text file. For the PicBasic Pro compiler program, the command starts with pbp instead of pbc, followed by the name of the source code text file. For example, for the PicBasic compiler, if the source code text file we created is named wink, then at the DOS command prompt enter
pbc -p16f84 wink.bas For the PicBasic Pro compiler, the command line would be
pbp -p16f84 wink.bas
The compiler reads the text file and compiles two additional files, an .asm (assembly language) and a .hex (hexadecimal) file.
The wink.asm file is the assembly language equivalent to the Basic program. The wink.hex file is the machine code of the program written in hexadecimal numbers. It is the .hex file that is uploaded into the PIC chip.
If the compiler encounters errors when compiling the PicBasic source code, it will issue a list of errors it has found and will terminate. The errors listed need to be corrected in the source code (text file) before it will successfully compile.
Special questions
1.What will call and control the compiler and programmer software?.
2.How does compiler read the text file and compiles?.
3.What kind of file is uploaded into the PIC chip?.
4.What kind of file is the machine code of the program?.
5.What may be run manualy from a Dos window?.
Write out key words and terms,translate them.
1.CodeDesigner software-Dasturiy qism injineri(programmist).
2.Compiler-tuzuvchi.
3.Programmer software-dasturchi
4.wink-uchirmoq,ko`z qismoq.
5.Assembly language-assembler tili.
6.hexadecimal-16 lik sanoq sistemasi:
Summary
1.Article is about- using Compiler.
2.The article is devoted to- two additional files.
3.The article is deals with- Assembly language and hexadecimal files.
4.The article describes- text files and compiles two additional files an .asm (assembly language) and a .hex (hexadecimal) file.
5.The article considers-used compiler at computer programs.
Do'stlaringiz bilan baham: |