PCEP-ertified Entry-Level Python Programmer
(Exam PCEP-30-0X)
The questions and the answers have been interchanged such that, the answers comes first
then the questions. Please bear with us )
Machine Language Computer Language is called what?
Instruction List A complete set of known commands, aka the alphabet of a machine
language
Lexis A set of words the language offers its users.
Syntax A set of rules used to determine if a certain string of words forms a
valid sentence.
Semantics A set of rules determining if a certain phrase makes sense.
Source Code A program written in a high-level language is called what?
Source File File containing the source code.
What are the two different ways of transforming a program
Compilation and Interpretation
from high-level programming language into machine
language?
Private code/ C or C++/ translated all at once/ Faster
Compilation
execution/ will only run on specific operating systems
Interpretation Public Code/ Python or Javascript/ Translated line by line/ portable
Languages designed to be utilized in the interpretation
Scripting Languages
, manner are often called what?
Scripts Source programs encoded in scripting languages is called what?
The main purpose of this language is to automatically
Cython
translate the Python code into "C" code.
the "dialect" of Python designed for programs that are meant
Jython
to run on the Java Virtual machine.
Integrated Development IDLE
Learning Environment
(Exam PCEP-30-0X)
The questions and the answers have been interchanged such that, the answers comes first
then the questions. Please bear with us )
Machine Language Computer Language is called what?
Instruction List A complete set of known commands, aka the alphabet of a machine
language
Lexis A set of words the language offers its users.
Syntax A set of rules used to determine if a certain string of words forms a
valid sentence.
Semantics A set of rules determining if a certain phrase makes sense.
Source Code A program written in a high-level language is called what?
Source File File containing the source code.
What are the two different ways of transforming a program
Compilation and Interpretation
from high-level programming language into machine
language?
Private code/ C or C++/ translated all at once/ Faster
Compilation
execution/ will only run on specific operating systems
Interpretation Public Code/ Python or Javascript/ Translated line by line/ portable
Languages designed to be utilized in the interpretation
Scripting Languages
, manner are often called what?
Scripts Source programs encoded in scripting languages is called what?
The main purpose of this language is to automatically
Cython
translate the Python code into "C" code.
the "dialect" of Python designed for programs that are meant
Jython
to run on the Java Virtual machine.
Integrated Development IDLE
Learning Environment