NOCTI Computer Programming

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/67

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

68 Terms

1
New cards

User requirements

specifies what the user expects the software to be able to do. This is the source document. The input screen design should follow the same order.

2
New cards

Design document

lays out the general requirements that when changed, motivate the existence and purpose of a given code set.

3
New cards

Functional requirements

will specify a behavior or function. Business Rules, Transaction corrections, adjustments and cancellations, Administrative functions, Authentication, Authorization levels, Audit Tracking, External Interfaces, Certification Requirements, Reporting Requirements, Historical Data, Legal or Regulatory Requirements

4
New cards

Non functional requirements

Quality characteristics or quality attributes. Other definition parts - specify how the system should behave. The operation of a system. Constraint on system behavior.

5
New cards

Performance

for example Response Time, Throughput, Utilization, Static Volumetric, Scalability, Capacity, Availability, Reliability, Recoverability, Maintainability, Serviceability, Security, Regulatory, Manageability, Environmental, Data Integrity, Usability, Interoperability

6
New cards

Input format

how to interpret the contents of an input field as a number or a string.

7
New cards

Output format

print and write formats. Automatically generated from the input formats.

8
New cards

Oval

terminator. start/end

9
New cards

Parallelogram

input/output

10
New cards

Rectangle

process. Either single step or an entire sub-process.

11
New cards

Diamond

decision.

12
New cards

Circle

connectors.

13
New cards

Requirements specifications

establishes the basis for agreement between customs, contractors, or suppliers on what the software product is to do as well as what it is not expected to do.

14
New cards

Software design

involves planning a software solution in a sequence of steps that enables the designer to describe all aspects of the software to be built.

15
New cards

Implementation and integration

brings together systems utilizing many techniques: computer networking, enterprise application integration, business process management, programming.

16
New cards

Testing

can be stated as the process of validating and verifying that a computer program/application/product: meets the requirements that guided its design and development and works as expected

17
New cards

Deployment

is all of the following activities that make a software system available for use: Release, Install and Activate, Deactivate, Adapt, Update, Built-in, Version Tracking, Uninstall, Retire

18
New cards

Maintenance

the modification of a software product after delivery to correct faults, to improve performance or other attributes.

19
New cards

Design Program Solutions

20
New cards

Primary storage

RAM.

21
New cards

Stack

22
New cards

Heap

23
New cards

Distributed computing

a field of computer science that studies distributed systems. A distributed system is a model in which components located on networked computers communicate and coordinate their actions by passing messages. The components interact with each other in order to achieve a common goal.

24
New cards

Data Storage Field length

the amount of characters the field can hold.

25
New cards

Data Storage Record length

the length, in bytes, of each record in the data set. Of all the fields.

26
New cards

Data formats Delimited

a character is used to separate the values (comma, tab, colon).

27
New cards

Data formats Fixed length

28
New cards

Rapid application development

a software development methodology that uses minimal planning in favor of rapid prototyping. The process of writing the software itself involves the planning required for developing the product. Follows an iterative and incremental model. Makes reusable prototypes.

29
New cards

RAD language

It is very quick and easy to create an application. It is paired with an IDE. C++, Java, Delphi

30
New cards

A code review

systematic examination (sometimes referred to as peer review) of computer source code. It is intended to find mistakes overlooked in the initial development phase, improving the overall quality of software.

31
New cards

A design review

a milestone within a product development process whereby a design is evaluated against its requirements in order to verify the outcomes of previous activities and identify issues before committing to - and if need to be re-prioritize - further work.

32
New cards

Appropriate variable names

camelCase, No reserved words, No spaces, No reserved symbols, Be descriptive.

33
New cards

Data types

follows what type of data it is.

34
New cards

Logic patterns

Simple sequence, Selection, Loop, Branch.

35
New cards

Structured programming

three basic control structures to form highly structured units of code. Subroutines, Block structures, Loops

36
New cards

SQL

Structured query language. Uses plain english queries.

37
New cards

Perl

Scripting languages. Syntax: Has DO UNTIL.

38
New cards

Fortran

One of the oldest programming languages, the FORTRAN was developed by a team of programmers at IBM led by John Backus, and was first published in 1957. The name FORTRAN is an acronym for FORmula TRANslation, because it was designed to allow easy translation of math formulas into code.

39
New cards

BASIC

CAPITAL reserved words, FOR TO: the TO is included in how many times it runs.

40
New cards

Beta

point: (# x, y: @integer #)

41
New cards

Unit testing

a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether they are fit for use.

42
New cards

Script

a sequence of events to follow so they can be repeated. Interpreted.

43
New cards

Test data

data for use in tests.

44
New cards

Truncation error

the data has been accidentally truncated.

45
New cards

Rounding error

the data has been accidentally rounded.

46
New cards

Run time error

An error that occurs during the execution of a program. Runtime errors indicate bugs in the program or problems that the designers had anticipated but could do nothing about.

47
New cards

Boundary error

the data has accidentally stepped out of bounds.

48
New cards

Logical error

the program produces unintended or undesired behavior. An issue with logic statements.

49
New cards

Arithmetic error

the data has had a calculation error.

50
New cards

Semantic error

valid syntax but does not do what the programmer intended.

51
New cards

Linker error

problem during linking process

52
New cards

Syntax error

problem with source code.

53
New cards

Compile errors

caused by bad syntax.

54
New cards

Maintenance

refers to changes to a system in operating arising from Error corrections, Performance improvements, Changes in the business environment, Enhancements in functions

55
New cards

How to provide user instructions on program modifications

One method of ensuring that updates to documentation are efficiently distributed is to make changes in an online help system rather than print sources.

56
New cards

How to develop a documentation narrative (e.g., writing program documentation)

Use language that is clear and at the level of the end user.

57
New cards

data dictionary

a set of information describing the contents, format, and structure of a database and the relationship between its elements, used to control access to and manipulation of the database.

58
New cards

Compiler

takes in the entire program, checks for errors, compiles it, and then executes it.

59
New cards

Interpreter

takes the program line by line, checks for errors, and executes it.

60
New cards

Injuries

bursitis, tendon injuries, osteoarthritis, carpal tunnel syndrome.

61
New cards

To prevent injuries

adjust chair so feet are flat on floor, support lower back, top of computer monitor should be ~eye level, wrists should be in a straight neutral position in line with forearms.

62
New cards

Network

a group of two or more computers.

63
New cards

Bus

passes data.

64
New cards

CPU

Central Processing Unit. Processes instructions

65
New cards

RAM

Random Access Memory. Information is loaded onto the RAM for faster run time.

66
New cards

Data hierarchies

the systematic organization of data, often in a hierarchical form. Data organization involves characters, fields, records, files and so on.

67
New cards

Access methods

methods to access data on external devices.

68
New cards

Manipulation methods

methods to manipulate data.