Essentials Of Programming For Beginners! Quiz

10 Questions | Attempts: 579
Share
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. The ______________ of a procedure is also called invoking a procedure.
Submit
Please wait...
About This Quiz
Programming Quizzes & Trivia

Computer programming is a method of assigning instructions to the computer for executing a task. Computer programmers play a major role in writing these codes to solve problems. Programming is a technical and analytical process, yet creative at the same time, which is a blend of art and science. This... see morequiz has been designed to test your knowledge about the essential programming concepts. So, let's try out the quiz. All the best!
see less

Personalize your quiz and earn a certificate with your name on it!
2. Identify whether the following statement is true or false. Statement: Variables can also be declared outside the begin ... end block of the main pseudocode.
Submit
3. Global variables are declared _______________ a function, a procedure, or a begin ... end block of the main pseudocode.
Submit
4. Identify whether the following statement is true or false. Statement: The return statement should be specified in a function, regardless of whether a function needs to return a value to the calling code.
Submit
5. _______________ are like a bridge between the procedure and the calling code.
Submit
6. The variables that are declared inside the begin ... end block of the main pseudocode, function, or procedure have _____________ scope.
Submit
7. Identify whether the following statement is true or false. Statement: The difference between a function and a procedure is that a procedure returns a value to the calling program while a function does not return a value to the calling program after it is executed.
Submit
8. The variables that can be used anywhere in a pseudocode have ____________ scope and they are _____________ variables.
Submit
9. Identify whether the following statement is true or false. Statement: Functions only have input parameters and no output parameters.
Submit
10. What would be the procedure declaration of a procedure Average that is supposed to have nScore1, nScore2, nScore3 as input parameters and nAverage as the output parameter?
Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2022 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 11, 2008
    Quiz Created by
    Kumar_niten
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The ______________ of a procedure is also called invoking a procedure.
Identify whether the following statement is true or false. Statement:...
Global variables are declared _______________ a function, a procedure,...
Identify whether the following statement is true or false. Statement:...
_______________ are like a bridge between the procedure and the...
The variables that are declared inside the begin ... end block of the...
Identify whether the following statement is true or false. Statement:...
The variables that can be used anywhere in a pseudocode have...
Identify whether the following statement is true or false. Statement:...
What would be the procedure declaration of a procedure Average that is...
Alert!

Advertisement