Sat To Iq Score Conversion
CS1010J Programming Methodology Page one of two
Problem Set 1 Exercise #23: Computing SAT and IQ Scores
Reference: Lecture three notes
Learning objective: Pick statements
Estimated completion time: 35 minutes
Problem statement:
[CS1010 AY2012/13 Semester 1 Practical Exam 1, Do i]
The Sat is a standardized examination for college admissions in the United States. It comprises three major
sections: Verbal, Maths, and Writing. Each department has a score on the southcale of 200 to 800. The
Saturday score is computed by adding up the scores of these 3 sections. The following nautical chart shows
the percentiles that various SAT scores stand for to:
Saturday score Percentile
2200 99
2000 95
1500 50
< 1500 10
Note that percentile 99 means amend than 99% of the people who took the test.
The Saturday scores take been found to exist highly correlated to IQ test scores. The following formula
uses the scores for the Maths and Verbal sections to obtain an IQ score (of type double ):
IQ = (0.095 * Maths) + (0.003 * Verbal) + 50.241
Write a programme PS1_Ex23_SAT.java to read in the scores for the three sections in the SAT and
determine the percentile of the SAT score likewise as the equivalent IQ score. Your programme
should print the percentile of the Sat score as well as the corresponding IQ score. In addition, if
every score for the 3 sections in the SAT is greater than 600, or the IQ score is at least 120, and then
print the message "Wow, this is amazing!".
Your program should include two methods computePercentile() and
computeIQScore() which determine the percentile of the SAT score and the IQ score
respectively.
You may assume that the scores entered are all positive integers of type int and are in the
range of 200 to 800. Correct your output of real number to 2 decimal places.
In the sample runs shown below, the scores are eastwardntered in the society of Verbal, Maths, and
Writing.
Sat To Iq Score Conversion,
Source: https://www.studocu.com/id/document/universitas-sumatera-utara/pemrograman-berorientasi-objekjava/ps1-ex23-sat-iq-java-programming/32295657
Posted by: heiserluelf1998.blogspot.com
0 Response to "Sat To Iq Score Conversion"
Post a Comment