|












|
|
General Procedure
-
Read resources for
background information and refer to resources when needed.
-
Design the layout of
the computer simulator.
-
Code the simulator and
debug. Compile it into a Windows Application.
-
Run the simulator. Use
a large number of trials.
-
Record the data.
-
Create data tables and
graphs from the recorded data.
-
Analyze data tables and
graphs, note observations, and draw conclusions.
Creation of “The Test Taker” Procedure
-
The simulator that will
be created is to be named “The Test Taker”.
-
Design and plan the
layout of the simulator with all required forms, elements, parameters,
settings, and data collection boxes.
-
Outline the algorithm
of the simulator, making sure that all the forms connect together
smoothly. Plan the basic and fundamental parts of the algorithm.
-
Create the forms using
the planned layout as mentioned above. Label and frame the elements and
data collection boxes.
-
Code the simulator,
making sure that all the forms, elements, and boxes can be accessed. Add
extra script to prevent syntax errors that can be made by the user.
-
Test and debug. Test
all aspects of the simulator to make sure that it is fully operational.
Correct any errors.
-
Compile the final
version into a Windows Application. This allows it to be run without
Microsoft Visual Basic 6.0. This is the final copy and it will be used for
display purposes as well.
Data Collection Procedure
-
Set the specific
parameters.
-
Enter in the number of
trials. It is decided that this should be 200 000 (trials) throughout the
investigation. This number is small enough to be manageable, and it is
large enough to provide accurate and reliable data/conclusions.
-
Click the “Take Test!
(Simulate!)” button and wait for the results.
-
Record the results.
-
Repeat Steps 2-5 for
the other parameters.
Data Analysis Procedure
-
Sort and organize all
the data.
-
Create data tables for
any data not already recorded into one.
-
Graph the data (using
Microsoft Excel).
-
From the graphs and the
data tables, note observations and draw conclusions.
|