Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/10
Score 0
In which of the following stages of the development process is a team MOST likely to interview a potential user of an app?
30
investigating and reflecting
designing
testing
prototyping
Q 2/10
Score 0
Which of the following best describes the purpose of a design specification?
30
Documenting comments that will need to be added to a program
Listing detailed questions that will be asked of users during interviews
Tracking errors that arise through user testing
Describing the requirements for how a program will work or users will interact with it
10 questions
Q.
In which of the following stages of the development process is a team MOST likely to interview a potential user of an app?
1
30 sec
Q.
Which of the following best describes the purpose of a design specification?
2
30 sec
Q.
What will the "background-color" of the "topButton" be when the program is finished running?
3
30 sec
Q.
If the user does NOT click the button what color will "topButton" be when this program finishes running?
4
30 sec
Q.
The following program is run. Then the user clicks the "topButton" button ONCE. What will be displayed in the console?
5
30 sec
Q.
The following program is run. Then the user clicks the "bottomButton" ONCE and then clicks the "topButton" ONCE. What will be displayed in the console?
6
30 sec
Q.
The following program is run. Then the user clicks the "bottomButton" TWO TIMES. What will be displayed in the console?
7
30 sec
Q.
Which line of code in this program is MOST likely to result in an error?
8
30 sec
Q.
Which of the following BEST describes the differences between sequential and event-driven programming?
9
30 sec
Q.
Which of the following is NOT a reason to include comments in programs