<< Prev Showing: 36-40 of 353 Next >>
· 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 ·Trying to figure out code for a Java program.
I need an array that holds six objects, which I will place data in. I need a method to sort the array in ascending order and I need to call the method and display the results.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
15562
OTA ID:
103997
1. Suppose a machine has 20GB of storage space available on a hard disk and receives data over a telephone connection at the rate of 14,400 bps. At this rate, how long would it take to fill the available storage space? 2.Suppose a picture is represented on a monitor screen by a rectangular array containing 1024 columns and 768 rows of pixels. If eight bits are required to code the color and intensity of each pixel, how many byte-size memory cells are required to hold the entire picture? 3.How many cells can be in a computer's main memory if each cell's address can be represented by three hexadecimal digits?
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
17972
OTA ID:
104038
Simple algorithm using the big theta - notation
Sometimes a slight change in a problem can significantly alter the form of its solution. For example, find a simple algorithm for solving the following problem and classify it using big-theta notation: Divide a group of people into two disjoint subgroups (of arbitrary size) such that the difference in the total ages of the members of the two subgroups is as large as possible. ------------------ formular :- all algorithms whose graphs have a shape of parabola such as an insertion sort are classified in the class represented by (n^2) " read big-theta of n squared" All algorithms whose graph have the shape of a logarithmic expression such as the binary search fall in the class represen... click for more
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
19308
OTA ID:
101620
programming and machine independency !
1. Suppose f is a function that returns the result of reversing the string of symbols given as its input, and g is a function that returns the concatenation of the two strings given as its input. If x is the string abcd, what is returned by g(f(x),x)? 2.What ambiguity exists in the statement X <-- 3 + 2 * 5
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
19385
OTA ID:
103642
Decide true or fafalse to the asymptotic notation
For each of these statements, decide if it is · Always true · Always false · Sometimes true and sometimes false If it is always true or always false, justify your answer. If it is sometimes true and sometimes false, give an example of a situation where it is true and a situation where it is false. For questions that involve functions f(n) and or g(n), you should assume that the values of the functions are always positive.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
19475
OTA ID:
104407
<< Prev Showing: 36-40 of 353 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-350 · 351-353 ·Page generated in 0.0946 seconds