Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Loading...
Loading...
Loading...
Give this quiz to my class
Q 1/3
Score 0
Choose a statement that is true about functions
30
Functions in programming are named groupings of programming instructions.
Functions in programming are useful mathematical tools for doing complex computations.
Meaningful function names do not help people better understand programs.
Meaningful function names help computers better understand programs.
Q 2/3
Score 0
Which of the following is NOT a true statement about functions?
30
Functions help reduce the complexity of writing and maintaining programs.
Once defined, a function can be called many times from different parts of a program.
Functions help break a problem into logical chunks.
Functions cannot make calls to other functions written by the same programmer.
3 questions
Q.
Choose a statement that is true about functions
1
30 sec
Q.
Which of the following is NOT a true statement about functions?
2
30 sec
Q.
Describe each of the functions that you would create. You should not write all the code, only the names of the functions that you would create with a brief description of what each function would do.