PLF 1st Quiz

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

computer system

1 / 60

encourage image

There's no tags or description

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

61 Terms

1

computer system

is a combination of all the components required to process and store data using a computer.

New cards
2

Hardware

is the equipment, or the physical devices, associated with a computer.

New cards
3

Software

is computer instructions that tell the hardware what to do. When you write _______ instructions, you are programming.

New cards
4

Application software

comprises all the programs you apply to a task, such as word processing programs, spreadsheets, payroll and inventory programs, and games.

New cards
5

System software

comprises the programs that you use to manage your computer, including operating systems.

New cards
6

Input

Data items enter the computer system and are placed in memory, where they can be processed. Hardware devices that perform __________ operations include keyboards and mice.

New cards
7

Data items

include all the text, numbers, and other raw material that are entered into and processed by a computer.

New cards
8

Processing

___________ data items may involve organizing or sorting them, checking them for accuracy, or performing calculations with them.

New cards
9

Output

After data items have been processed, the resulting information usually is sent to a printer, monitor, or some other ______device so people can view, interpret, and use the results.

New cards
10

Program code

The instructions you write using a programming language

New cards
11

Syntax

rules governing a programming word usage and punctuation.

New cards
12

Syntax errors

Mistakes in a language’s usage.

New cards
13

Random access memory, or RAM

is a form of internal, volatilememory.

New cards
14

Compiler or interpreter

translate your source code into machine language

New cards
15

binary language

also called Machine language, and is represented as a series of 0s and 1s.

New cards
16

logic

For a program to work properly, you must develop correct _______

New cards
17

variable

is a named memory location whose value can vary

New cards
18

users or end users

Professional computer programmers write programs to satisfy the needs of others

New cards
19

Documentation

consists of all the supporting paperwork for a program; it might include items such as original requests for the program from users, sample output, and descriptions of the data items available for input.

New cards
20

Algorithm

is the sequence of steps or rules you follow to solve a problem.

New cards
21

Desk-checking

is the process of walking through a program’s logic on paper before you actually write the program.

New cards
22

Coding

refers to the part of programming that deals with writing codes that a machine can understand.

New cards
23

logical error

results when you use a syntactically correct statement but use the wrong one for the current context

New cards
24

Debugging

The process of finding and correcting program errors

New cards
25

Conversion

the entire set of actions an organization must take to switch over to using a new program or set of programs.

New cards
26

Maintenance

after programs are put into production, making necessary changes is referred to as _________

New cards
27

Numeric

one that can hold digits and have mathematical operationsperformed on it.

New cards
28

String

can hold text, such as letters of the alphabet, and other specialcharacters, such as punctuation marks.

New cards
29

Type-safety

feature of some programming languages that prevents assigning values of an incorrect data type.

New cards
30

integer

whole number

New cards
31

floating-point

(fractional) numeric variables that contain a decimal point.

New cards
32

declaration

is a statement that provides a data type and an identifier for a variable.

New cards
33

identifier

is a program component’s name.

New cards
34

data type

Initializing the variable

New cards
35

Initializing the variable

Declaring a starting value to a variable

New cards
36

garbage

A variable’s unknown value

New cards
37

Keywords

are not allowed as variable names because they are part of the language’s syntax.

New cards
38

Assignment statement

this statement incorporates two actions that uses = symbol as an assignment operator.

New cards
39

operand

is simply a value used by an operator.

New cards
40

assignment operator

is an example of a binary operator, meaning it requires two operands

New cards
41

Named constant

similar to a variable, except it can be assigned a value only once.

New cards
42

Rules of Precedence

Also called the order of operations, dictates the order in which the operations in the same statement are carried out.

New cards
43

binary operator

Each of the standard arithmetic operators is a _____________; that is, each requires an expression on both sides.

New cards
44

Algorithm

is a written series of logical instructions which accomplish solution to a problem.

New cards
45

Pseudo code

is an artificial and informal language that helps to develop algorithms which is similar to everyday English

New cards
46

Flowchart

shows graphical representation of a sequence of steps involved in a program (algorithm)

New cards
47

System flowchart

depicts the entire data flow from one program to another throughout a system. It provides a logical diagram of how the system operates. 

New cards
48

Program flowchart

depicts the series of operations that the computer follows to generate the desired information. It represents in detail, the various steps to be performed within the system for transforming the input into output.

New cards
49

Terminal​ ​

Defines the starting and ending point of flowchart

New cards
50

Initialization​​

The preparation/__________ of memory space for data processing

New cards
51

Input/Output

The inputting of data for processing, and the printing out of processed data

New cards
52

​​Process ​​

Manipulation of data (assignments and mathematical computations)

New cards
53

Predefined Process ​​

Manipulation of data (assignments and mathematical computations) in function/subroutine form

New cards
54

Decision ​​

Process conditions using relational operators. Used for trapping and filtering data

New cards
55

Flow Lines ​​

Defines the logical sequence of the program. It points to the next symbol to be performed

New cards
56

On-page Connector ​​

Connects the flowchart to avoid spaghetti connection on the same page

New cards
57

Off-page Connector ​​

Connects the flowchart to avoid spaghetti connection on different page

New cards
58

Basic Control Structure

Used to organize the flow of control in an algorithm​, Also called single entry/single exit structure, there are three basic structure:

New cards
59

Sequence

the process is execute from one to another in a straight forward manner

New cards
60

Selection

a choice is provided between two alternatives

New cards
61

Iteration/Repetitive or loop control

provides a means of repeating part of an instruction without rewriting that part of an instruction

New cards

Explore top notes

note Note
studied byStudied by 29 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 109 people
Updated ... ago
4.7 Stars(3)
note Note
studied byStudied by 23 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard22 terms
studied byStudied by 23 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard20 terms
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard48 terms
studied byStudied by 71 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard404 terms
studied byStudied by 26 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard25 terms
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard98 terms
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard46 terms
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard310 terms
studied byStudied by 74 people
Updated ... ago
5.0 Stars(1)