Intro Flashcards

1
Q

What is computing?

A

Computing is an instrument of language which involves the symbolic rendering of state and transition in a process.

~Computing is the expression of the human mental activity with the language of symbols. It involves symbolic rendering and manipulation of the states and transitions in a process.~

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

What is grammar?

A

Grammar is a tool for is used to formulate an acceptable arrangement of terms in a valid expression of an instrument of language.

It lays out a set of rules for generating the valid strings of a language. It is a 4-tuple (quadruple) defined as:

G = <S, T, E, P>
G is grammar,
S is a finite set of symbols
T is a finite set of term
E is the expression or starting variable
P is the production rule

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

What are the differences between biological agencies (BA) and non-biological (NA) agencies?

A
  1. BA starts and stops on its own | NA requires a trigger to start and end.
  2. BA has faculty of language| NA is created with an instrument of language
  3. Once BA starts it only stops when energy runs out and its organs fail. | When NA starts it only stops when energy runs out and parts fail
  4. BA has sensory organs | NA has sensors and actuators
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is language?

A

Language is an instrument which gives the human mental activity (a more sensorily acessible) material expression

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

Compare what is solvable with what is unsolvable.

A

Something is solvable if the process is finite. An example of this is the sum of the first ten terms of an arithmetic progression.

What is unsolvable is that whose process is infinite, and a good example of this is the Taylor series.

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

Compare mystery and a problem.

A

A problem is an unknown that is within the ambit of an arbitral context neutral language

A mystery, however, lies outside the scope of a context neutral language. It is harder to describe

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

“Describe” Noam Chomsky’s classification of grammar.

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

What is Agency?

A

Agency is Process with feedback.

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

What is a process?

A

A process prescribes the transition of an object from an undesired to a desired state.

It is the action of transforming an object from one state to another, specifically to a state preferred or desired by the entity (agent) performing the action

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

What is feedback?

A

Feedback occurs in computing when the output generated – the desired state obtained by Process – is reused as the Activity’s input to generate another output.

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

‘a’?

A

Means it is a character or symbol.

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

“a”

A

It is a string.

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

a+

A

Means it is a string of at least one ‘a’. Can be more than one but can’t be zero.

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

a*

A

Means it is an optional string of ‘a’. Can be “ “ (empty), or “aaaaa”.

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

a?

A

Optional symbol; you can have ‘ ‘, or ‘aaa’, which are symbols not strings.

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

What is a word string?

A

Word strings are strings that have been assigned as labels to an object.

17
Q

What is a vocabulary?

A

open set of all the word strings in a language

18
Q

What is a dictionary?

A

A dictionary is an ordered pairing of a language’s vocabulary with the narratives that describe the (information) content of each word or term.