Module 1 Test Flashcards

1
Q

Alphabet |lexis | syntax | semantics

A

Four fundamentals that make a language

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

Command line interpreter that lets you interact with your os and execute python commands and scripts

A

Console

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

Text file that contains instructions that make up a python program that

A

script

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

File containing a program written in a high-level programming language

A

Source file

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

Python is a good choice for creating and executing tests for applications

A

TRUE

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

Python is free, open-source and multiplatform

A

TRUE

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

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

A

Machine Code

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

Default reference implementation of Python written in C language

A

CPython

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

Compilation truth

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

Expected behavior of the following program
prin(“Goodbye!”)

A

The program will generate an error message on the screen

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