Unit 3

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

User Interface

1 / 21

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

22 Terms

1

User Interface

The inputs and outputs that allow a user to interact with a piece of software. User interface can include a variety of forms such as buttons, menus, images, text, and graphics.

New cards
2

Input

Data 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.

New cards
3

Output

Any data that are sent from a program to a device.

New cards
4

Program Statement

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

New cards
5

Program

A collection of program statements. Programs run (or “execute”) one command at a time (source code).

New cards
6

Event

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.

New cards
7

Sequential Programming

Program statements run in order, from top to bottom

New cards
8

Event Driven Programming

Some program statements run when triggered by an event, like a mouse click or a key press.

New cards
9

Documentation

A written description of how a command or piece of code works or was developed.

New cards
10

Comment

A form of program documentation written into the program to be read by people and which do not affect how a program runs.

New cards
11

Pair Programming

A collaborative programming style in which two programmers switch between the roles of writing code and tracking or planning high level progress.

New cards
12

Debugging

Finding and fixing problems in an algorithm or program.

New cards
13

Syntax Error

A mistake in the program where the rules of the programming language are not followed.

New cards
14

Logic Error

The program runs but doesn’t do what you think it should. Can be tricky to fix because there might not be an error message. Fix by retracing your steps, being humble, and trying to understand why the computer is interpreting what you wrote the way it is.

New cards
15

Development Process

The steps or phrases used to create piece of software. Typical phases include investigating, designing, prototyping, and testing.

New cards
16

Incremental Development Process

A design approach that breaks the problem into smaller pieces and makes sure each piece works before adding it to the whole.

New cards
17

Iterative Development Process

A design approach requires refinement and revision based on feedback, testing, or reflection throughout the process. This may require revisiting earlier phases of the process.

New cards
18

Plagiarism

The use of material created by someone else without permission and presented as one’s own.

New cards
19

Program Requirements

Description how a program functions and may include a description of user interactions that a program must provide.

New cards
20

Program Specification

A description of all the requirements for the program

New cards
21

Software

A program or a collection of programs.

New cards
22

cancelCase

A style used for naming elements in which multiple words are written together with no spaces. A capital letter begins each new word.

New cards

Explore top notes

note Note
studied byStudied by 41 people
... ago
5.0(1)
note Note
studied byStudied by 56 people
... ago
5.0(1)
note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 18 people
... ago
5.0(1)
note Note
studied byStudied by 16 people
... ago
5.0(1)
note Note
studied byStudied by 19 people
... ago
5.0(1)
note Note
studied byStudied by 37 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (42)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (113)
studied byStudied by 27 people
... ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 14 people
... ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 47 people
... ago
5.0(1)
flashcards Flashcard (66)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (206)
studied byStudied by 27 people
... ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 116 people
... ago
5.0(1)
robot