Quiz Summary
0 of 7 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 7 questions answered correctly
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
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 7
1. Question
2 point(s)What is a subroutine?
Select two statements that apply?
CorrectIncorrect -
Question 2 of 7
2. Question
2 point(s)Which of the following statements about procedures are true?
Select two that apply.
CorrectIncorrect -
Question 3 of 7
3. Question
1 point(s)What does it mean to call a procedure?
CorrectIncorrect -
Question 4 of 7
4. Question
3 point(s)What are parameters?
Select three options that apply.
CorrectIncorrect -
Question 5 of 7
5. Question
2 point(s)Which of the following statements about local variables are true?
Select two that apply.
CorrectIncorrect -
Question 6 of 7
6. Question
1 point(s)Given the OCR ERL code below:
procedure SayHello(word) print("Hello " + word) endprocedure SayHello("Isla")
What would this program output?
CorrectIncorrect -
-
Question 7 of 7
7. Question
1 point(s)Look at the Python code below:
???????????????????????? result = firstNumber * secondNumber print(result, firstNumber, secondNumber) CheckNumber(7, 2)
What line of code is missing from line 1?
CorrectIncorrect