Reference no: EM13161783
Discussing one and two dem. arrays-The history teacher at your school needs help in grading a True/False test.
The students' IDs and test answers are stored in a file. The first entry in the file contains answers to the test in the form:
TFFTFFTTTTFFTFTFTFTT
Every other entry in the file is the student ID, followed by a blank, followed by the student's responses. For example, the entry:
ABC54301 TFTFTFTT TFTFTFFTTFT
indicates that the student ID is ABC54301 and the answer to question 1 is True, the answer to question 2 is False, and so on. This student did not answer question 9. The exam has 20 questions, and the class has more than 150 students. Each correct answer is awarded two points, each wrong answer gets one point deducted, and no answer gets zero points. Write a program that processes the test data. The output should be the student's ID, followed by the answers, followed by the test score, followed by the test grade.
Assume the following grade scale: 90%-100%, A; 80%-89.99%, B;
70%-79.99%, C; 60%-69.99%, D; and 0%-59.99%, F.
50 element array of integers with random numbers
: write a java code to instantiate and initialize a 50 element array of integers with random numbers in the range of 45 through 256 inclusive.
|
Develop a web-scraping program
: Develop a web-scraping program that can obtain the html contents from a URL and parse the contents to extract data to be used as the source data for a system integration document. This needs to be done in Visual Studio, preferrably VB, C#, or C++.
|
Data structures class
: data structures class this project will give you an introduction. There are two important data structures that you will learn and use. The first is a stack, it is a LIFO (Last In First Out) structure. You can think of it like a a stack of plates in y..
|
Design a prgram using python
: Design a prgram USING PYTHON that students can use to calculate what score they need on final exam to get a certan final grade for a course.
|
Indicates that the student id is abc54301
: Indicates that the student ID is ABC54301 and the answer to question 1 is True, the answer to question 2 is False, and so on. This student did not answer question 9. The exam has 20 questions, and the class has more than 150 students. Each corre..
|
Write java code to read integers from an input file
: write java code to read integers from an input file and write only the odd numbers to an output file. the two file names will be provided on the command line as the input file followed by the output file.
|
List all the registration system stakeholders
: 1. List all the registration system stakeholders. How is each group affected?
|
Recent prostate cancer screening test
: On a recent prostate cancer screening test, Dale received positive results. It is known that this typescreening test will show 99% positive for people who have cancer
|
More registers appears to be a good thing
: More registers appears to be a good thing, in terms of reducing the total number of memory accesses a program might require. Using the arithmetic expression S = (A+B)-(C+D)
|