1 Introduction Flashcards

1
Q

List all Anaconda packages

A

conda list

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

Most important skill for compsci

A

Problem solving

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

Can run on many types of computers

A

Portable

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

Portable

A

Can run on many types of computers

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

Reads lines and executes sequentially

A

Interpreter

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

Interpreter

A

Reads lines and executes sequentially

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

Compiler

A

Reads source code and translates to executable

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

Reads source code and translates to executable

A

Compiler

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

2 ways to use Python interpreter

A

Shell and program mode

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

Syntax Error

A

Structural errors or typos

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

Structural errors or typos

A

Syntax Error

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

Runtime Error

A

Only appears when running program

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

Exception

A

Only appears when running program

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

Error that only appears when running a program

A

Runtime Error / Exception

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

Semantic Error

A

Runs successfully, but not correctly

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

Runs successfully, but not correctly

A

Semantic Error

17
Q

2 types of language

A

Natural and Formal

18
Q

Token

A

Basic element of language

19
Q

Basic element of language

A

Token

20
Q

Language structure

A

Way tokens are arranged

21
Q

Way tokens are arranged

A

Language structure

22
Q

Determining structure

A

Parsing

23
Q

Parsing

A

Determining structure

24
Q

Semantics

A

Understanding meaning

25
Q

Understanding meaning

A

Semantics

26
Q

Differences between natural and formal language

A

Natural is ambiguous, formal literal and less redundant