Login with Google
Questions
Unanswered
Tags
Users
Ask a Question
User jacob reaban
Wall
Recent activity
All questions
All answers
Welcome to the
CSC Q&A
, on our server named in honor of
Ada Lovelace
. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.
Categories
All categories
CSC305
(606)
CSC380Jan2024
(55)
CSC335 Fall 2022
(67)
CSC150
(114)
CSC201
(229)
CSC202
(2)
CSC215
(27)
CSC285
(142)
CSC310
(0)
CSC320
(72)
CSC330
(4)
CSC335
(106)
CSC350
(19)
CSC371
(16)
CSC490
(185)
DATA360
(62)
Other
(5)
old_CSC201
(39)
old_CSC211
(268)
old_CSC212
(22)
Questions by jacob reaban
+9
votes
3
answers
If you want to give a name to a value that will never change while your program runs, you would create a what?
asked
Feb 11, 2019
in
CSC211_Winter2018
+9
votes
2
answers
You declare a variable in the main method then try to use the variable in a diff static method. Why can't you do this?
asked
Feb 11, 2019
in
CSC211_Winter2018
+8
votes
3
answers
What does a compiler do?
asked
Feb 11, 2019
in
CSC211_Winter2018
+7
votes
2
answers
Procedural ______ is the act of splitting up a task into smaller subtasks that can be solved separately.
asked
Feb 11, 2019
in
CSC211_Winter2018
+4
votes
1
answer
Using the + operator on two strings is called what?
asked
Feb 11, 2019
in
CSC211_Winter2018
+7
votes
3
answers
The scope of a ______ restricts where it can be accessed/used within the code.
asked
Feb 11, 2019
in
CSC211_Winter2018
+6
votes
4
answers
The act of removing errors from your program is called __________________________.
asked
Feb 11, 2019
in
CSC211_Winter2018
+8
votes
4
answers
A variable must be ________________________ precisely once, before it is assigned a value.
asked
Feb 11, 2019
in
CSC211_Winter2018
+3
votes
1
answer
"Inside string literals, the \ character serves a special purpose as the ____ character."
asked
Feb 11, 2019
in
CSC211_Winter2018
+3
votes
1
answer
For casting, does it matter which variable gets casted?
asked
Feb 11, 2019
in
CSC211_Winter2018
+5
votes
1
answer
How many questions will be on the final for Stonedahl's class?
asked
Feb 10, 2019
in
CSC211_Winter2018
+10
votes
3
answers
Are "!=" and "== false" the same thing?
asked
Feb 9, 2019
in
CSC211_Winter2018
+16
votes
1
answer
For the dragon project, do we need to create pictures with Graphics g or can we just use photos from the internet?
asked
Feb 3, 2019
in
CSC211_Winter2018
+18
votes
2
answers
What am I doing wrong if I get "void cannot be converted to int" in the main method?
asked
Jan 10, 2019
in
CSC211_Winter2018
+16
votes
2
answers
Is there a way to cut off a for-loop before it cycles all the way through?
asked
Dec 5, 2018
in
CSC211_Winter2018
+23
votes
3
answers
What is a "for-loop" and how is it useful?
asked
Nov 15, 2018
in
CSC211_Winter2018
...