The Best Crossword Puzzle Maker Online
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

SCS A Quiz #1 (thru 1.4)

Fill in the word that matches each clue. This quiz covers content fron 1.1 to 1.4.
Across
A set of instructions that a computer executes to achieve a particular objective.
An ordered set of instructions that are used to carry out a task.
An action or occurrence that happens during runtime that will trigger a response or behavior by the software. Examples of events include user-initiated events, such as clicking a button, or external events, such as the device receiving an SMS text message.
_____ approach - An approach to programming where the programmer adds and tests code in small chunks at a time to make sure it behaves the way they want it to, before adding more code.
The process of reducing complexity by hiding unnecessary details to make it easier to think about a problem.
The initial or user-entered text value in a _____ component is in the Text property.
_____ Layer is where the components are controlled (the blocks)
The visual part of a computer app or operating system, through which an end user interacts with the computing device or software.
Event _____ Programming - Type of computer programming where the program responds to an input (or trigger).
_____ Scientists - Scientists who apply their knowledge of computation to creating solutions using a computer system.
A _____ displays text which is specified by the Text property. Other properties, all of which can be set in the Designer or Blocks Editor, control the appearance and placement of the text.
User-_____ Event - In a program, an event that is triggered by user interaction with the user interface.
Event _____ - A block of code that is triggered when a certain event happens.
A simulator that imitates a program or events.
Down
Mobile _____ - A type of software application designed to run on a mobile device, such as a smartphone or tablet computer.
Items used on the viewer, like a button or a text box.
_____ Layer is the designer, where the user interface is.
The writing of compound words (like variable names, procedure names, and file names) by starting each word with a capital letter.
_____ Statement - A command that performs different actions depending on whether a condition is true or false.
The period when a program is running. Runtime begins when a program is opened (or executed) and ends when the program is closed.
A representative consumer for whom a hardware or software product is designed.
A name for something that works in many (all) situations.
A diagram that represents an algorithm, work flow, or process, and uses geometric symbols connected by arrows to show the direction of the flow of action.
A form of mathematics in which an expression is reduced to either True or False.
Library of available components in App Inventor
Shows the User Interface of the app.
_____ Layer is where information is moved, stored, and retrieved.