This quiz will test your understanding about Programming Concepts. Please answer the following 17 questions.
Quiz Summary
0 of 17 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 17 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 17
1. Question
A __________ is a container stored in the computer’s memory?
CorrectIncorrect -
Question 2 of 17
2. Question
A variable is comprised of a __________ and a ______________?
CorrectIncorrect -
Question 3 of 17
3. Question
How can the variable be used and manipulated in a program?
CorrectIncorrect -
Question 4 of 17
4. Question
You want to store 25 values in a program you’re developing. Are you going to declare 25 separate variables or only one array which contains the 25 values? Why?
CorrectIncorrect -
Question 5 of 17
5. Question
What is an algorithm?
CorrectIncorrect -
Question 6 of 17
6. Question
How do you create a conditional statement in an algorithm?
CorrectIncorrect -
Question 7 of 17
7. Question
If-then statements can NOT be nested, meaning you can NOT have an if-then statement inside another if-else statement.
CorrectIncorrect -
Question 8 of 17
8. Question
There are 2 kinds of loops, for and while loops.
CorrectIncorrect -
Question 9 of 17
9. Question
When are you going to use a for loop?
CorrectIncorrect -
Question 10 of 17
10. Question
When are you going to use a while loop?
CorrectIncorrect -
Question 11 of 17
11. Question
A ___________ is an implementation of an algorithm?
CorrectIncorrect -
Question 12 of 17
12. Question
What are called ‘inputs’ in a function?
CorrectIncorrect -
Question 13 of 17
13. Question
Which of the following functions repeats until a condition is met?
CorrectIncorrect -
Question 14 of 17
14. Question
__________ means to repeat in order to achieve, or get closer to, a desired goal
CorrectIncorrect -
Question 15 of 17
15. Question
Dividing a program into functions can make the program easier to debug.
CorrectIncorrect -
Question 16 of 17
16. Question
All functions must return a value to the function that called it indicating the result of the function’s execution.
CorrectIncorrect -
Question 17 of 17
17. Question
What term is given to passing back of the value calculated in a function?
CorrectIncorrect