- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
I wish my exams were graded like that.
Admin
I've had tests where such a result would be reasonable. Here's 6 problems, answer any 5.
Admin
A screen bit-depth of 520 bits? Holy smoking donkeys! I need an upgrade for my eyes so I can perceive that...
Admin
Hopefully that first wasn't on a math test.
Admin
Goes from barely visible to "You'll need a welder's helmet to view it safely". Nice.
Admin
The image on the left side of the first one looks bad, too. The words aren't on the right angle!
Admin
Joel must have been graded on a curve...
Admin
For those about to give an answer about adjusting results based on how many people got particular scores...
Only the resultant grade is adjusted (A, B, C, etc for high-school/college work [english college = american something else]). The actual numerical percentage mark itself stands as it would be frankly ridiculous to adjust that. Again, what is adjusted is the lookup table for which score results in which grade.
Thank you and good night =P
Admin
What does "college" mean in England, then?
Admin
Yes it's ridiculous, but I have seen numerical percentage marks adjusted as part of a so-called curve. The usual method is to give enough extra credit points to everyone such that the highest score is 100%. Stupid, but I have seen this many times. This earns the top scorer a severe beating after school hours.
Admin
Oh, and I'll tell the obvious joke since no one has done so yet. 100% must be an A+. Har har.
Admin
Admin
For 13-18 year olds, I think Americans use college to mean higher education (University level)?
Admin
Yes we do. We call England college high school.
Admin
Not always. See the collegiate system of Oxford university (or even Cambridge). http://en.wikipedia.org/wiki/Colleges_of_the_University_of_Oxford
Admin
probably printed a zero-based index variable
Admin
Yeah, although there is (usually) a difference between a college and a university in the States. A college is usually a smaller institution that offers a limited range of programs, somewhat like what I gather is sometimes called a "university college" in the UK. A university is larger and (sometimes) comprises a number of "colleges", much like Oxford does.
These aren't really technical terms, though, and it's common to say "going to college" or "being at college" in reference to any higher-learning institution.
Admin
Make sure the upgrade includes tetrachromacy, for 520 is not divisible by 3.
Another possible explanation is that one question had a weight factor of 0. Though that makes me wonder why it was posed at all.
Admin
A University is a group of colleges connected with plumbing.
Admin
Admin
So that was a test made by Joel, on software
Aren't I clever...
Admin
From what I've noticed: In the US, Colleges focus on providing a bachelor's degree. Universities can provide a full engineering / doctor's degree.
Because universities tend to cost a lot more and the programs between colleges and universities have some overlap, people tend to take a lot of the courses in college and later switch to university, when the college is no longer available to 'tender to their needs'.
Students then take a big chunk of their classes 'transfer credit' with them to university, so they don't have to those classes again.
The Netherlands also has a similar system of Higher Technical Education (college) and full universities. Technical schools focus on the practical side of things, whilst universities focus on the theoretical side of things.
It is also usually possible to 'upgrade' your degree by doing technical school first and then moving on to a 'fast-track' education at a university.
One thing I have noticed, though, is that College in the US has about the same level as high school in the NL and tends to end where college in the Netherlands starts. The level of education simply seems a bit higher for the same collegiate degree.
(Yes, I have done High School in the NL, college in the US, got bored (25 credit hours away from a degree) and did college in the NL.
Admin
What you're talking about is common in the U.S., but it is not a formal standard. There's also the issue that there are many schools in the U.S. that are functionally universities but refer to themselves as colleges (e.g., Dartmouth College). The reverse is probably also true, but I can't think of any examples at the moment.
Admin
make that 16-18
Primary 5-11 Secondary 11-16 College / Sixth Form 16-18 University 18+
The ages are not exact, It depends on the position of your birthday in the school year.
Admin
So is 32-bits. That doesn't mean there's no advantage to align it on 4 bytes (and, in this case, on 65-bytes :P).
Admin
For mine (Cheltenham College) it was 13-18, looking on Wikipedia it seems independents have different ages to the rest of the system. I hadn't realised that before, I had strong powers of observation as a kid obviously :)
Admin
For posing the "0 point" question, sometimes you throw out one, but not often with that few. Maybe the instructor didn't want to have to deal with 1/6ths and wanted simple maths?
Admin
See http://www.cs.utk.edu/~evers/documents/tetraChromat.txt.
Admin
Admin
Admin
In New Zealand, it is typically:
Primary: 5 to 10 Intermediate: 11 and 12 College (including sixth form and bursary): 13 to 18 University: 18+
However in New Zealand, it is only compulsory to attend a qualified school of any kind, including correspondence, up to the age of 16, after which you can drop out legally and become a bum.
Admin
That sporting cliche of giving a more than 100% effort can be possible with the first application.
Admin
24-bit displays are not aligned in memory. You can access the individual red, green and blue components separately but you cannot get the entire pixel at once with just one memory read operation, you must perform extra tasks to strip and shift the pixel data appropriately.
The 8-bit padding on 32-bit allows the best flexibility and performance when reading or writing to the pixel array. A typical 32-bit computer reads memory 32-bits at a time, so 32-bit displays are the most efficient, even if they require a lot of memory.
Admin
Admin
Admin
Isn't the 4th byte the alpha channel? ARGB each 1 byte
Admin
I was under the impression that the last 8-bits was for the alpha (transparency) bits?
Admin
Also true in the U.S., although I believe it's 17 in some states. Happens more often than it should.
Admin
Grading curves are ridiculous anyway. Why is student X's crappy work acceptable just because everyone else turned in crappy work, too?
Admin
On some certification exams (FAA for example), they will include test (as in beta) questions which do not count against you if you get them wrong. They use this try out new questions before adding them to the question list.
Of course that doesn't explain the example which appears to be from test prep software.
Admin
The extra 8 bits are padding. Without specifying what is in 32-bit mode, it's impossible to really give any answer.
However, the screenshot seems to suggest that it's the display mode, and for the actual display memory, the extra 8 bits are useless and just ignored.
For texture memory, then yes, the extra 8 bits are frequently used as an alpha channel.
Note that as far as I know, nothing uses an 8-bit Z-buffer. Someone might find some really old system that did, but I can't imagine a system both old enough to use only 8 bits for a Z-buffer and new enough to support 24-bit color.
I haven't done enough graphics programming recently to know what modern hardware uses, but I expect any recent graphic cards would use (or more accurately support) a 32-bit Z-buffer that's effectively completely separate from the display buffer.
Also, note that 16-bit also isn't evenly divisible by 3. Usually the extra bit is either assigned to the green channel, giving it an extra 32 values, or is used as a single-bit alpha channel.
Admin
Admin
Admin
Admin
The alpha transparency in a RGBA pixel is used to combine two images on the same screen so that you can see both at the same time. EX. partially transparent windows.
Admin
That explains why there aren't any agricultural universities. It's really, really hard to teach cows to flush the toilet.
Admin
But apparently the prof doesn't know how to tell the difference. There's nothing wrong with saying 50%+ is an A. But using a curve to determine that is stupid. He should know how much of the material is necessary to know for the ungrads, and base the "curve" on that. (I guess I mean to clarify that I only object to "Top student gets the A" or "10% of students get A, 30% B, etc" style curves)
In this case, I'd say the professor was just too lazy to make appropriate lesson plans and tests for his audience and just used what he taught to the graduate students.
Admin
Professors often don't teach low level classes (especially undergrad ones) on a regular basis and often change the material between teaching the classes. These changes may include new problems, new topics and so on. The quality of TAs also varies from year to year and may affect the average grade of students. The curriculum as a whole also shifts with time and the type of student taking a particular class, their prior knowledge and what they are expected to learn also changes as a result.
Admin
Question 1: What is your name? Get it right, no points. Get it wrong, severe electrical shock.
Admin
did everyone miss the 15-bit colour? Is it just me or is that a very strange value...