Module 1 Test Flashcards
Alphabet |lexis | syntax | semantics
Four fundamentals that make a language
Command line interpreter that lets you interact with your os and execute python commands and scripts
Console
Text file that contains instructions that make up a python program that
script
File containing a program written in a high-level programming language
Source file
Python is a good choice for creating and executing tests for applications
TRUE
Python is free, open-source and multiplatform
TRUE
Low-level programming language consisting of binary digits/bits that the computer reads and understands
Machine Code
Default reference implementation of Python written in C language
CPython
Compilation truth
Expected behavior of the following program
prin(“Goodbye!”)
The program will generate an error message on the screen