Activity 1.1.1 Digital Doodle Vocab Flashcards

1
Q

A sequential and prioritized list of what needs to be done to create the app the user wants.

A

backlog

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The individual items that make up the whole solution that will benefit the user.

A

user story

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When the design and development of a software are executed with the intended audience in mind

A

user centered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The visual platform that a user interacts with, which then sends a message to the operating system for what to do next.

A

user interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

where you can create the user interface and add common features you want in the app

A

designer view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

where you can program the features you added in the Designer view

A

blocks view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A function or artifact in an app that you can add in Design view of MIT App Inventor.

A

component

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

the details of a feature

A

property

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

An action or occurrence that happens during runtime that will trigger a response or behavior by the software.

A

event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In MIT App Inventor, a control block that looks for inputs or events to know when to perform a specific action.

A

event handler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A function of an application or user interface.

A

feature

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A technique or process that manages complexity in a program or computer system. “Hides” details

A

abstraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Information or signals entered into a computer system.

A

input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Information or signals produced or delivered by a computer system.

A

output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

To identify errors or bugs in computer hardware or programs and fix them.

A

debug

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A process of repeating a set of instructions a specified number of times or until a condition is met

A

program iteration

17
Q

the smallest unit of data storage that a program can use

A

variable

18
Q

the value that a program takes from a variable

A

argument

19
Q

A sequence of actions or instructions to follow in solving a problem or accomplishing a task.

A

procedure

20
Q

a built-in sensor in some devices that allows the device to sense if and how much the device is tilted in any direction

A

accelerometer

21
Q

A named section of a program that performs a specific task.

A

function

22
Q

To direct a program to execute or reference a certain procedure.

A

call

23
Q

A block that gives a variable its value

A

set

24
Q

A block that grabs the value of a variable

A

get