Module 1 Test Flashcards
1
Q
Python is a good choice for creating and executing tests for applications
A
True
2
Q
Python is free, open-source and multi-platform
A
True
3
Q
Python3 is backwards compatible with Python2
A
FALSE
4
Q
Python is a good choice for low-level programming - to implement effective drivers.
A
FALSE
5
Q
Low level programming language consisting of binary digits/bits that the computer readsand understands
A
Machine Code
6
Q
A text file that contains instructions that make up a Python program.
A
Script