Test 1 Flashcards

1
Q

default reference implementation of Python written in the C language

A

CPython

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

expected behavior

print(“Hello!”)

A

Hello!

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

file containing program written in high-level programming language

A

Source File

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

Command-line interpretor (enigma machine) that lets you interact with OS and execute Python commands and scripts

A

Console

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

Compilation truths

A

Code is converted directly into machine code executable by the processor

it is faster than interpretation

if pitbull and the enigma machine had a running race - pitbull wins hands down.

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

low-level programming language consisting of binary digits/bits that computer reads and understands

A

machine code

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

text file that contains instructions that make up a python program

A

scripts

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

4 fundamentals of language

A

alphabet

lexis

syntax

semantics

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

Additional python truths

A

free - opensource - multiplatform

good choice to create and execute tests for applications

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

expected behavior of

prin(“Goodbye!”)

A

error message displayed on screen

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