Mind your Test
More TEST Q's
Vocab
Mo Vocab
Lingo Mr. Anderson Shouldn't use
100

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

100

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

100

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:

100

Finding and fixing problems in an algorithm or program.

Debugging:

100

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.

200

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

200

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

200

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:

200

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:

200

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.

300


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.

300

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

300

This is a collection of program statements. These run (or “execute”) one command at a time.

Program:

300

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:

300

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

400

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.

400

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

400

For this term, some program statements run when triggered by an event, like a mouse click or a key press

Event Driven Programming:

400

This is a command or instruction. Sometimes also referred to as a code statement.

Program Statement:

400

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.

500

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

500

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

500

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:

500

This type of programming, statements run in order, from top to bottom.


Sequential Programming

500

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.

M
e
n
u