|
-
May 1st, 2009, 04:00 PM
#1
Thread Starter
New Member
open book quiz
i have an open book quiz (we can use the internet too) thats due in a half an hour..and ive done all that i can..
are you guys against helping out on homework on here if its an "open book" quiz?..would this classify as cheating? haha
-
May 1st, 2009, 04:02 PM
#2
Re: open book quiz
Heck, you got Google at your disposal, you don't need us if your questions were as simple as your last one.
-
May 1st, 2009, 04:04 PM
#3
Thread Starter
New Member
Re: open book quiz
if you guys wanna help...
whats the default value for a for/next loop
null value? step 0 ? 1 ? or 2?
which of the following dim statements creates an array of 10 integer variables
dim x(9) as integer
dim x(10) as double
dim x(10) as integer
dim y(10) as float
dim x
-
May 1st, 2009, 04:05 PM
#4
Thread Starter
New Member
Re: open book quiz
 Originally Posted by Jenner
Heck, you got Google at your disposal, you don't need us if your questions were as simple as your last one. 
haha..i HAVE been...i just cant find exact answers anywhere..and i hate this book even more
i understand though
-
May 1st, 2009, 04:12 PM
#5
Thread Starter
New Member
Re: open book quiz
2 answers?
-
May 1st, 2009, 04:23 PM
#6
Re: open book quiz
as for the array... there are only two choices... and one is right... just think it through logocally about what you should know about arrays.
As for the first one.... I hope it's not a fill in the bubble kind of quiz as I would have to write a paragraph on how it is a bogus question, as for/next loops don't have a default value, and how it would be the counter used in the for/next loop, and how it has an INITIAL value as determined by the developer/code....
-tg
-
May 1st, 2009, 04:26 PM
#7
Thread Starter
New Member
Re: open book quiz
 Originally Posted by techgnome
as for the array... there are only two choices... and one is right... just think it through logocally about what you should know about arrays.
As for the first one.... I hope it's not a fill in the bubble kind of quiz as I would have to write a paragraph on how it is a bogus question, as for/next loops don't have a default value, and how it would be the counter used in the for/next loop, and how it has an INITIAL value as determined by the developer/code....
-tg
thanks i appreciate it..for the array one..wouldnt it be the x(9) one..since you start with 0
-
May 1st, 2009, 05:00 PM
#8
Hyperactive Member
-
May 1st, 2009, 05:46 PM
#9
Re: open book quiz
The first question is poorly written, but it looks like it was meant to ask: "What is the default step for a For...Next loop?", though the Null would be a truly strange answer in that case. Since a 'step' would make most sense as the distance you advance with each time through the loop (or the distance you advance with each step), then the answer should be pretty obvious, as well, since two of the options would be no advance at all, while a third answer would be a leap rather than a step.
My usual boring signature: Nothing
 
-
May 1st, 2009, 11:10 PM
#10
Re: open book quiz
piebald, not sure about the first one, but for the second one you can always just test it and then use Array.Count (or maybe it's a different value, but there is one) to determine if you dimmed the right amount of items.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|