comprog Flashcards

1
Q

see computers as a set of tools

A

users

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

learn the computer

A

programmers

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

word, spreadsheets, database softwares

A

application programs

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

compilers, interpreters, preprocessors

A

systerm software

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

pl

A

prog language

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

uses binary code, machine dependent, not portable

A

machine language

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

uses mnemonics, mcahine dependent, not portable

A

assembly language

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

uses english, machine indepen, portable

A

high-level language

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

consisting of mnemonics that directly correspond to machine language instructions

A

low level language

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

symbolic language that uses enlgish and math words

A

high level language

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

read and understood by computer

A

machine language

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

compiler langugages

A

complies languages

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

interpreter

A

interpreted langugae

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

logical system comprising a set of rules

A

type system

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

collection of statements, when executed accomplishes something

A

function

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

rules that specify which statements are legal

17
Q

a set of rules, symbols and special words

A

prog language

18
Q

meaning of instruction

A

semantic rule

19
Q

int

20
Q

float

21
Q

double

22
Q

define as a portion of memory to store a value

23
Q

asequence of one or more letters, digits, or underscore characters

A

identifiers

24
Q

represent a single character

25
Q

causes the main function to finish

A

return statement

26
Q

set of sequential written human language instruction, usually numbered

A

pseudocode

27
Q

one task is performed sequentially after another

28
Q

a loop with a simple conditional test at its beginning

29
Q

a counting loop

30
Q

a decision in which a choice us made between two alternative courses of action

A

if-tehn-else

31
Q

multiway barch decisions

32
Q

aloop at the bottomq

A

repeat until