=====hpc0 Keywords=====
====Drivers====
===Definition===
a piece of computer instruction that enables abilities and options to a specific hardware.
====directory listing====
===Definition===
list of the objects within the directory
===Demonstration===
lab46:~/src$ ls
ha ha school.txt fast\ food.food
lab46:~/src$
lab46:~/src$
====object-oriented programming====
===Definition===
creating a program that can use and support objects.
===Demonstration===
class book
====Classes====
===Definition===
A category of objects that holds specific qualities linking the object to the presumed class
===Demonstration===
class book
___________________________
-attributies :
-Title : string
-Author : string
-MaxPages : num
-Price : num
-stockNumber : num
____________________________
+setTitle
+setAuthor
+setMaxpages
+setPrice
+setstockNumber
+getTile
+getAuthor
+getmaxPages
+getPrice
+getstockNumber
====hpc0 Keyword 21====
Identification of chosen keyword (unless you update the section heading above).
===Definition===
Definition (in your own words) of the chosen keyword.
===Demonstration===
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
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$
====hpc0 Keyword 22====
Identification of chosen keyword (unless you update the section heading above).
===Definition===
Definition (in your own words) of the chosen keyword.
===Demonstration===
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
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$
====hpc0 Keyword 23====
Identification of chosen keyword (unless you update the section heading above).
===Definition===
Definition (in your own words) of the chosen keyword.
===Demonstration===
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
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$
====hpc0 Keyword 24====
Identification of chosen keyword (unless you update the section heading above).
===Definition===
Definition (in your own words) of the chosen keyword.
===Demonstration===
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
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$
=====hpc0 Objective=====
====hpc0 Objective====
State the course objective
===Definition===
In your own words, define what that objective entails.
===Method===
State the method you will use for measuring successful academic/intellectual achievement of this objective.
===Measurement===
Follow your method and obtain a measurement. Document the results here.
===Analysis===
Reflect upon your results of the measurement to ascertain your achievement of the particular course objective.
* How did you do?
* Is there room for improvement?
* Could the measurement process be enhanced to be more effective?
* Do you think this enhancement would be efficient to employ?
* Could the course objective be altered to be more applicable? How would you alter it?