Identification of chosen keyword (unless you update the section heading above).
a program that constitutes the central core of a computer operating system. It has complete control over everything that occurs in the system.
GUI- Graphical User Interface
If your not on a command line and reading this from a internet browser than your using it.
ubuntu desktop.
Benchmark
The act of testing a programs performance by running programs, or other operations.
Scripting
The art of writing, modifying programming text to be utilized. Usually executed within a text editor.
Demonstration of the chosen keyword.
lab46:~$ vi Opus.txt lab46:~$ lab46:~$ lab46:~$ lab46:~$
syntax error.
A Syntax error is a error in spelling of a command, spacing error or you just don't know.
\
lab46:~$ vi 1 counter=0 2 While counter < 5: 3 print "hello" 4 counter = counter + 1 Traceback (most recent call last): File "./tester.py", line 2 While counter < 5: ^ SyntaxError: invalid syntax
Compiler
reads a program script as one whole piece. Analyzing and displaying errors if any.
Identification of chosen keyword (unless you update the section heading above).
Short for Directory
lab46:~$ mkdir i_made_this_folder lab46:~$ lab46:~$ lab46:~$
setgui
Definition (in your own words) of the chosen keyword.
Demonstration of the chosen keyword.
If you wish to aid your definition with a code sample, you can do so by using a wiki code block, an example follows:
/* * Sample code block */ #include <stdio.h> int main() { return(0); }
Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows:
lab46:~$ cd src lab46:~/src$ gcc -o hello hello.c lab46:~/src$ ./hello Hello, World! lab46:~/src$
do one thing and do it right.
In your own words, define what that objective entails. To provide
State the method you will use for measuring successful academic/intellectual achievement of this objective.
Follow your method and obtain a measurement. Document the results here.
Reflect upon your results of the measurement to ascertain your achievement of the particular course objective.