click below
click below
Normal Size Small Size show me how
Jayvier H. - U1: 1-3
Unite 1 Lessons 1-3
| Term | Definition |
|---|---|
| editor | the large window where we type our code (on the left) |
| Line number | the number at the beginning of each line |
| Run | after we type in our code, we click the "run" button to execute the program |
| output panel | provides detailed information with respect to all stages of the Process Flow when compiling, synthesizing, building and ultimately downloading the chosen FPGA design to the physical device. |
| console | a text-based interface that allows you to interact with the computer's operating system or run code. |
| editor keys | special comments in code that allows to provide editors with metadata. |
| comments | a programmer-readable explanation or annotation in the source code of a computer program. |
| definition | a template definition of the methods and variables in a particular kind of object. |
| keywords | predefined, reserved identifiers that have special meanings to the compiler. |
| Import | It declares a Java class to use in the code below the import statement. |
| program | a specific set of ordered operations for a computer to perform. |
| arithmetic | the branch of mathematics dealing with the properties and manipulation of numbers. |
| punctuation | organizing program text to define the tasks that the compiler or the compiled program carries out. |
| Literal data | a value that is expressed as itself rather than as a variable's value or the result of an expression |
| Ethics | the set of commonly agreed principles that govern the use of computers. |
| plagiarism | using another person's source code and claiming it as your own. |
| problem solver | writing an original program that performs a particular set of tasks and meets all stated constraints. |
| perseverance | the ability to keep going even when faced with obstacles, setbacks, and failures. |
| debugging | the process of finding and fixing errors or bugs in the source code of any software. |
| facilitating | to get everyone into a learning mindset, away from the obligations of developing software to order. |
| constructive criticism | improve the skills of a recipient and benefit their progress. |
| growth mindset | take risks, be willing to make mistakes, gain knowledge from their mistakes, accept feedback, and persevere in adverse situations. |
| operators | a character that represents a specific mathematical or logical action or process. |
| specification | a technical contract between a programmer and his/her client and is intended to provide them with a mutual understanding of a program. |
| Documentation | the process through which software programmers document their code. |
| Import statement | specifies an external symbol name to be imported and the library member. |
| Hanging indent | sets off the first line of a paragraph by positioning it at the margin, and then indenting each subsequent line of the paragraph. |
| header | supplemental data placed at the beginning of a block of data being stored or transmitted. |
| body | contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. |
| type | a description of a set of values and a set of allowed operations on those values. |
| list | an abstract data type that describes a linear collection of data items in some order, in that each element occupies a specific position in the list. |