The following program is run. Then the user clicks the “bottomButton” TWO TIMES. What will be displayed in the console?
A. apple banana cherry cherry dragon fruit
B. banana dragon fruit cherry cherry
C. banana dragon fruit apple apple
D. banana cherry cherry dragon fruit
B. banana dragon fruit cherry cherry
Which of the following best describes the purpose of a design specification?
A. Tracking errors that arise through user testing
B. Documenting comments that will need to be added to a program
C. Describing the requirements for how a program will work or users will interact with it
D. Listing detailed questions that will be asked of users during interviews
C. Describing the requirements for how a program will work or users will interact with it
Inputs and outputs that allow a user to interact with a piece of software. UI can include a variety of forms such as buttons, menus, images, text, and graphics.
User Interface:
Finding and fixing problems in an algorithm or program.
Debugging:
What does, "Ohio" mean?
A. Refers to all the land masses on Earth
B. Meaning Something is weird
C. It means you'll be working in a factory forever.
D. The greatest state to ever state.
Which line of code in this program is MOST likely to result in an error?
A. Line 1
B. Line 2
C. Line 3
D. Line 4
B. Line 2
What will the “background-color” of the “topButton” be when the program is finished running?
A. red
B. orange
C. blue
D. green
C. blue
Any data that is sent from a program to a device. Can come in a variety of forms, such as tactile interaction, audio, visuals, or text.
Output:
This is associated with an action and supplies input data to a program. Can be generated when a key is pressed, a mouse is clicked, a program is started, or by any other defined action that affects the flow of execution.
Event:
What does the word, "Skibidi" mean?
A. You tell me...
B. I have no Idea....
C. Why is this a thing...
D. It doesn't mean anything, therefore it means everything.
Which of the following BEST describes the differences between sequential and event-driven programming?
A. In sequential programming commands run one at a time. In event-driven programming all commands run at the same time.
B. In sequential programming commands run faster than in event-driven programming.
C. In sequential programming each command is run many times in sequence. In event-driven programming all commands are run a single time as an event.
D. In sequential programming commands run in the order they are written. In event-driven programming some commands run in response to user interactions or other events.
D. In sequential programming commands run in the order they are written. In event-driven programming some commands run in response to user interactions or other events.
If the user does NOT click the button what color will “topButton” be when this program finishes running?
A. red
B. blue
C. green
D. orange
B. blue
This is a collection of program statements. These run (or “execute”) one command at a time.
Program:
This isdata that are sent to a computer for processing by a program. Can come in a variety of forms, such as tactile interaction, audio, visuals, or text.
Input:
What does the term, "Rizz" mean?
A. Short for Charisma
B. The teacher from the Magic School Bus
C. The new up and coming rapper
Which of the following is NOT a reason to include comments in programs?
A. Comments help the computer decide whether certain components of a program are important.
B. Comments help programmers debug issues in their own code
C. Comments help document how code was written for other programmers to use
D. Comments enable programmers to track their work throughout the development process
A. Comments help the computer decide whether certain components of a program are important.
The following program is run. Then the user clicks the "topButton" button ONCE. What will be displayed in the console?
A. cat bird dog
B. dog cat bird
C. cat dog bird
D. bird cat dog
C. cat dog bird
For this term, some program statements run when triggered by an event, like a mouse click or a key press
Event Driven Programming:
This is a command or instruction. Sometimes also referred to as a code statement.
Program Statement:
What does the term, "You Doing too Much" mean?
A. The thing you are currently doing is not necessary or going on for too long.
B. Over dancing to a TikTok
C. Talking to much while Mr. Anderson is trying to give instructions.
Which of the above actions would usually be helpful in designing and developing an app?
A. I and II only
B. I and III only
C. II and III only
D. I, II, and III
B. I and III only
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?
A. cow pig chicken
B. cow chicken pig
C. pig cow chicken
D. chicken pig cow
D. chicken pig cow
This is a form of program documentation written into the program to be read by people and which do not affect how a program runs
Comment:
This type of programming, statements run in order, from top to bottom.
Sequential Programming
What does the word, "Low Key" mean?
A. The shortest key on your key ring
B. Miley Cyrus's voice after she smoked all those cancer sticks
C. Something relativity unknown or hush/hush
D. An anti hero from the Marvel Universe.