Login with Google
Questions
Unanswered
Tags
Users
Ask a Question
User stanley mensah
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
(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)
old_CSC212
(22)
Answers by stanley mensah
+4
votes
Anyone have an idea on how to view schedule after registering?
answered
Jan 23, 2020
in
CSC215
+3
votes
What has been your favorite topic so far?
answered
Jan 22, 2020
in
CSC215
+5
votes
How many points do we need for the Q&A?
answered
Jan 22, 2020
in
CSC215
+2
votes
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
+1
vote
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
+1
vote
What does a compiler do?
answered
Feb 12, 2019
in
CSC211_Winter2018
+1
vote
Procedural ______ is the act of splitting up a task into smaller subtasks that can be solved separately.
answered
Feb 11, 2019
in
CSC211_Winter2018
+1
vote
The scope of a ______ restricts where it can be accessed/used within the code.
answered
Feb 11, 2019
in
CSC211_Winter2018
+4
votes
The act of removing errors from your program is called __________________________.
answered
Feb 11, 2019
in
CSC211_Winter2018
+3
votes
A variable must be ________________________ precisely once, before it is assigned a value.
answered
Feb 11, 2019
in
CSC211_Winter2018
+3
votes
What will be the value of true || false and True && False?
answered
Feb 11, 2019
in
CSC211_Winter2018
+2
votes
What should the output if we have ("Yes,\tit\tis.") then? I try to keep counting 8 spaces but it didn't work.
answered
Feb 10, 2019
in
CSC211_Winter2018
+5
votes
Can anyone tell me what primitive types are and how many are there?
answered
Feb 10, 2019
in
CSC211_Winter2018
+5
votes
Can anyone tell me what primitive types are and how many are there?
answered
Feb 10, 2019
in
CSC211_Winter2018
...