Quiz and Test Module 1
Quiz and Test Module 1
Índice
JAVASCRIPT ESSENTIALS 1 (JSE) - MODULE 1 ............................................................ ¡ERROR! MARCADOR NO DEFINIDO.
JAVASCRIPT ESSENTIALS 1 (JSE) MODULE 1 .............................................................................................¡ERROR! MARCADOR NO DEFINIDO.
Introduction to JavaScript and Computer Programming .....................................................¡Error! Marcador no definido.
QUIZ ....................................................................................................................................................................................................................4
TEST ...................................................................................................................................................................................................................5
Python Essentials 1:
Module 1
• the fundamentals of computer programming, i.e., how the computer works, how the program is executed,
how the programming language is defined and constructed;
• the difference between compilation and interpretation;
• what Python is, how it is positioned among other programming languages, and what distinguishes the
different versions of Python.
What do you call a computer program which directly executes instructions written in a programming
language?
a. A translator
b. A compiler
c. An interpreter
What is CPython?
a. The default implementation of the Python programming language
b. A compiled language used to perform high-level programming functions
c. Another name for Cython, a superset of the Python programming language
What is IDLE?
a. An acronym that stands for Interactive Development and Learning Extension
b. A version of Python
c. An acronym that stands for Integrated Development and Learning Environment for Python
What do you call a tool that lets you launch your code step-by-step and inspect it at each moment of
execution?
a. A debugger
b. An editor
c. A console
What do you call a file containing a program written in a high-level programming language?
a. A target file
b. A source file
c. A machine file
d. A code file