PYTHON CERTIFIED ENTRY-LEVEL PROGRAMMER (PCEP): MODULE 1,2022/2023 ALL ANSWERS 100% VERIFI, Exams of Nursing

PYTHON CERTIFIED ENTRY-LEVEL PROGRAMMER (PCEP): MODULE 1,2022/2023 ALL ANSWERS 100% VERIFIED

Typology: Exams

2023/2024

Available from 11/03/2023

HESIEXPERT01
HESIEXPERT01 🇺🇸

4.1

(7)

2.9K documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
PYTHON CERTIFIED ENTRY-LEVEL PROGRAMMER (PCEP): MODULE
1,2022/2023 ALL ANSWERS 100% VERIFIED
What are the four fundamental elements that make a
language? - CORRECT ANSWERS An alphabet, a lexis, a
syntax, and semantics
What is CPython? - CORRECT ANSWERS It's the default,
reference implementation of Python, written in the C
language.
What is true about compilation? (Select two answers) -
CORRECT ANSWERS (1) It tends to be faster than
interpretation.
(2) The code is converted directly into machine code
executable by the processor.
Select the true statements? (Select two answers) - CORRECT
ANSWERS (1) Python is free, open-source, and
multiplatform.
(2) Python is a good choice for creating and executing tests
for applications.
What is the expected behavior of the following program?
print("Hello!") - CORRECT ANSWERS The program will output
Hello! to the screen.
pf2

Partial preview of the text

Download PYTHON CERTIFIED ENTRY-LEVEL PROGRAMMER (PCEP): MODULE 1,2022/2023 ALL ANSWERS 100% VERIFI and more Exams Nursing in PDF only on Docsity!

PYTHON CERTIFIED ENTRY-LEVEL PROGRAMMER (PCEP): MODULE 1 ,2022/2023 ALL ANSWERS 100% VERIFIED What are the four fundamental elements that make a language? - CORRECT ANSWERS An alphabet, a lexis, a syntax, and semantics What is CPython? - CORRECT ANSWERS It's the default, reference implementation of Python, written in the C language. What is true about compilation? (Select two answers) - CORRECT ANSWERS (1) It tends to be faster than interpretation. (2) The code is converted directly into machine code executable by the processor. Select the true statements? (Select two answers) - CORRECT ANSWERS (1) Python is free, open-source, and multiplatform. (2) Python is a good choice for creating and executing tests for applications. What is the expected behavior of the following program? print("Hello!") - CORRECT ANSWERS The program will output Hello! to the screen.

PYTHON CERTIFIED ENTRY-LEVEL PROGRAMMER (PCEP): MODULE 1 ,2022/2023 ALL ANSWERS 100% VERIFIED What do you call a file containing a program written in a high- level programming language? - CORRECT ANSWERS A source file What do you call a command-line interpreter which lets you interact with your OS and execute Python commands and scripts? - CORRECT ANSWERS A console What is the best definition of a script? - CORRECT ANSWERS It's a text file that contains instructions which make up a Python program. What is the expected behavior of the following program? prin("Goodbye!") - CORRECT ANSWERS The program will generate an error message on the screen. What is machine code? - CORRECT ANSWERS A low-level programming language consisting of binary digits/bits that the computer reads and understands.