Login with Google
Questions
Unanswered
Tags
Users
Ask a Question
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
(604)
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)
CSC211_Winter2018
(268)
old_CSC212
(22)
Recent questions and answers in old_CSC211
Recent questions and answers in old_CSC211
+9
votes
4
answers
When’s the last day we are allowed to post questions for a grade?
answered
Dec 9, 2019
in
CSC211_Winter2018
by
Jin Seong Kim
(
1
point)
+8
votes
4
answers
A variable must be ________________________ precisely once, before it is assigned a value.
answered
Dec 9, 2019
in
CSC211_Winter2018
by
Jin Seong Kim
(
1
point)
+6
votes
4
answers
The act of removing errors from your program is called __________________________.
answered
Dec 9, 2019
in
CSC211_Winter2018
by
Jin Seong Kim
(
1
point)
+14
votes
3
answers
Can someone explain what method overloading is?
answered
Dec 9, 2019
in
CSC211_Winter2018
by
Jin Seong Kim
(
1
point)
+9
votes
2
answers
Java Identifiers
answered
Feb 13, 2019
in
CSC211_Winter2018
by
Kacey Carpenter
(
1
point)
java
+7
votes
2
answers
what is the import statement for using files?
answered
Feb 13, 2019
in
CSC211_Winter2018
by
Kacey Carpenter
(
1
point)
+7
votes
2
answers
Input/Output Files
answered
Feb 13, 2019
in
CSC211_Winter2018
by
Diane Mueller
(
1
point)
+6
votes
1
answer
how to formulate a helper method for returning a count of characters in a string
answered
Feb 13, 2019
in
CSC211_Winter2018
by
Diane Mueller
(
1
point)
+6
votes
2
answers
for the first question on the final review the output is wrong for the commission of sales price > 20000.
answered
Feb 13, 2019
in
CSC211_Winter2018
by
Samuel Daly
(
1
point)
+6
votes
1
answer
for a question like (argument) || (argument) && (argument)
answered
Feb 13, 2019
in
CSC211_Winter2018
by
Nicholas Mosele
(
1
point)
+8
votes
1
answer
I don't know what's wrong in here? The code does not execute?
answered
Feb 13, 2019
in
CSC211_Winter2018
by
Samuel Daly
(
1
point)
+8
votes
3
answers
What does a compiler do?
answered
Feb 12, 2019
in
CSC211_Winter2018
by
Austen Clark
(
1
point)
+7
votes
1
answer
While importing a .txt file eclipse shows .txt.txt file?
answered
Feb 12, 2019
in
CSC211_Winter2018
by
Matthew Polit
(
1
point)
+7
votes
1
answer
Understanding Method Overloading
answered
Feb 12, 2019
in
CSC211_Winter2018
by
Diane Mueller
(
1
point)
+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?
answered
Feb 12, 2019
in
CSC211_Winter2018
by
Nicholas Mosele
(
1
point)
+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?
answered
Feb 12, 2019
in
CSC211_Winter2018
by
Rebecca Casad
(
1
point)
+7
votes
2
answers
Procedural ______ is the act of splitting up a task into smaller subtasks that can be solved separately.
answered
Feb 11, 2019
in
CSC211_Winter2018
by
Stanley Mensah
(
1
point)
+7
votes
3
answers
The scope of a ______ restricts where it can be accessed/used within the code.
answered
Feb 11, 2019
in
CSC211_Winter2018
by
Rebecca Casad
(
1
point)
+4
votes
1
answer
Using the + operator on two strings is called what?
answered
Feb 11, 2019
in
CSC211_Winter2018
by
David Bajracharya
(
1
point)
+5
votes
2
answers
When adding images, do I drag them into the Project file or the src file?
answered
Feb 11, 2019
in
CSC211_Winter2018
by
Rebecca Casad
(
1
point)
To see more, click for all the
questions in this category
.
...