<< Prev Showing: 36-40 of 348 Next >>
· 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 ·Please describe a situation or problem that would use a decision structure and a loop
Describe a situation or program that would use a decision structure and a loop.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
28817
OTA ID:
103979
Please write a pseudo-code for the following problems
Part 1: Write pseudo-code for the following problem: You have a file containing sporting goods that are sold online. Each item record contains the item id, item name, item description, item category, item price, and the units in stock. If the category of the item is either "tennis" or "golf", then the price will be discounted by 15%. If the category of the item is "soccer", then the price will be discounted by 10%. For all of the other categories, the original price remains as is. If the number of units in stock is below 50, the item will be marked on the web site as "out of stock". Your part of the program is responsible for listing all of the items. Part 2: Think of scena... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
28992
OTA ID:
103997
Need flow chart and pseudo-code for the following problem
Create a flowchart and pseudo-code for the following problem: You have a file containing the grades of students from Beginning Programming, along with the students' information. Your part of the program has to loop through the records, and make sure that any student who has received a 'D', 'W', 'I', or 'F' in the course will not be able to move on to the Advanced Programming class.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
29421
OTA ID:
104271
Please give a scenario of the following problem
Think of a situation when you would need to perform sorting or arranging of data. Explain which type of sort you would use and why
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
29439
OTA ID:
104485
Please create a flow chart for this pseudo-code
Input File FirstName LastName SSNumber Grade start perform housekeeping() while not eof perform mainLoop() endwhile perform finish() stop housekeeping() Variables declare variables num x open file char foundit read studentInfo studentInfo return char studentName num studentSSN char classGrade char grade[1] = "D" char grade[2] = W" char grade[3] = "I" char grade[4] = "F" mainLoop() foundit = "No" x = 1 while x <= 4 if classGrade = grade[x] write studentSSN, "Did not complete prerequisite" to prerequisite print studentSSN, "Did not complete prerequisite" x = 5 foundit = "Yes" else x = x + 1 ... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
29670
OTA ID:
104496
<< Prev Showing: 36-40 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-348 ·Page generated in 0.0943 seconds