NEW
Font size
WorksheetsCSE Semester Exam
Total questions: 28
Worksheet time: 14mins
A software application, especially one that a user downloads to a mobile device.
Backlog
App
Code
Variable
A sequential and prioritized list of what needs to be done to create the app the user wants. The list can be technical requirements or user-centric in the form of user stories.
User Story
Backlog
Sprint Task
To-do List
A set of program instructions.
Code
Events
Event Handler
Algorithm
A means to create computer programs by manipulating elements graphically rather than using text. Also called visual programming language
Code
Python
Scratch
Block-based programing language
The set of rules that defines the combinations of symbols that are considered to be correctly structured in that language. The grammar and spelling of text-based programming languages.
argument
code
syntax
language
A technique or process that manages complexity in a program or computer system. Abstraction “hides” details or removes duplication, allowing the programmer to focus on high-level considerations and functions rather than the rules of a programming language.
scratch
abstraction
syntax
code
To identify errors or bugs in computer hardware or programs and fix them.
iteration
recode
fix-it
Debug
A process of repeating a set of instructions a specified number of times or until a condition is met, such as in a repetition of a process or a newer version of development in computer science.
Debug
argument
code
Iteration
The smallest unit of data storage that a program can use. A variable contains known or unknown information referred to as a “value.” Two types of variables are global and local.
variable
code
answer
storage
A value that is passed to a storage location to be used by the program
argument
storage
code
unit
A whole number that does not have a decimal or any digits after the decimal
integer
decimal
float
string
A type of number that provides very precise information by including all the numbers after the decimal.
integer
decimal
float
string
Text or characters displayed by a program. In MIT App Inventor Blocks view, the text string block lets you manage how text, also known as strings, are seen by the user of an app.
String
Boolean
Variable
Integer
A data type that only has two values, usually denoted as true or false.
Float
Boolean
String
50/50
A joining together of separate items—without changing them—into one place.
event handler
if...then
Concatenation
condition
To direct a program to execute or reference a certain procedure.
Call a procedure
Call an event
Concantenation
Execute
A set of steps to accomplish a task.
code
procedure
event
algorithm
In MIT App Inventor, a control block that looks for inputs or events to know when to perform a specific action.
code
event handler
call a procedure
call an event
A term used to describe when someone uses technology to gain access to something they would not otherwise have access to.
Cheat
Call a procdure
Hack
execute
A sequence of instructions that continually repeats until a condition is met.
loop
conditional
event
procedure
The individual items that make up the whole solution that will benefit the user. Each user story is addressed individually in a prioritized manner during app creation.
user story
sprint task
back log
app overview
In what view do you update the user interface in MIT app inventor?
Designer View
Blocks View
Any means by which people working with information can rack changes, prevent conflicting data, and keep track of the most current version of their files
Abstraction
Algorithm
Version Control
Procedures
Information or signals entered into the computer system is called:
Output
Procedure
Input
Events
Input or signals produced or delivered by a computer system:
Output
Input
Iteration
Procedure
A series of conditionals that a computer moves through until it finds the one that is true.
Abstraction
Chained Conditional Statement
While Loop
Code
Stored data that is only used within a small scope of a project and cannot be used by other parts of the program
Global Variable
Locker
Local Variable
Storage
Stored data that may be used by ant part of the program
Global Variable
Locker
Local Variable
Input
