1.2.1.8 Тест
- What is true about compilation? (Select two answers) / Что верно в отношении компиляции? (Выберите два ответа)
» » It tends to be faster than interpretation / Это обычно быстрее, чем интерпретация
» It tends to be slower than interpretation / Обычно это происходит медленнее, чем интерпретация
» Both you and the end user must have the compiler to run your code / И у вас, и у конечного пользователя должен быть компилятор для запуска вашего кода.
2. What do you call a file containing a program written in a high-level programming language? / Как вы называете файл, содержащий программу, написанную на языке программирования высокого уровня?
» A code file
» A target file
» » A source file
» A machine file
» A code file
» A target file
» » A source file
» A machine file
3. What are the four fundamental elements that make a language? / Какие четыре основных элемента составляют язык?
» An alphabet, a lexis, phonetics, and semantics / Алфавит, лексика, фонетика и семантика
» An alphabet, morphology, phonetics, and semantics / Алфавит, морфология, фонетика и семантика
» » An alphabet, a lexis, a syntax, and semantics / Алфавит, лексика, синтаксис и семантика
» An alphabet, phonetics, phonology, and semantics / Алфавит, фонетика, фонология и семантика
» An alphabet, a lexis, phonetics, and semantics / Алфавит, лексика, фонетика и семантика
» An alphabet, morphology, phonetics, and semantics / Алфавит, морфология, фонетика и семантика
» » An alphabet, a lexis, a syntax, and semantics / Алфавит, лексика, синтаксис и семантика
» An alphabet, phonetics, phonology, and semantics / Алфавит, фонетика, фонология и семантика
4. What do you call a command-line interpreter which lets you interact with your OS and execute Python commands and scripts? / Что вы называете интерпретатором командной строки, который позволяет вам взаимодействовать с вашей ОС и выполнять команды и сценарии Python?
» A console / консоль
» An editor / Редактор
» A compiler / Компилятор
» Jython
» A console / консоль
» An editor / Редактор
» A compiler / Компилятор
» Jython
5. What is the expected behavior of the following program? / Каково ожидаемое поведение следующей программы?
print("Hello!")
» » The program will output Hello! to the screen
» The program will generate an error message on the screen
» The program will output "Hello!" to the screen
» The program will output ("Hello!") to the screen
print("Hello!")
» » The program will output Hello! to the screen
» The program will generate an error message on the screen
» The program will output "Hello!" to the screen
» The program will output ("Hello!") to the screen
6. What is the best definition of a script? / Какое определение сценария лучше всего?
» It's an error message generated by the compiler / Это сообщение об ошибке, созданное компилятором
» » It's a text file that contains instructions which make up a Python program / Это текстовый файл, содержащий инструкции, составляющие программу Python
» It's a text file that contains sequences of zeroes and ones / Это текстовый файл, содержащий последовательности нулей и единиц.
» It's an error message generated by the interpreter / Это сообщение об ошибке, созданное интерпретатором
» It's an error message generated by the compiler / Это сообщение об ошибке, созданное компилятором
» » It's a text file that contains instructions which make up a Python program / Это текстовый файл, содержащий инструкции, составляющие программу Python
» It's a text file that contains sequences of zeroes and ones / Это текстовый файл, содержащий последовательности нулей и единиц.
» It's an error message generated by the interpreter / Это сообщение об ошибке, созданное интерпретатором
7. What is CPython? / Что такое CPython?
» » It's the default reference implementation of Python, written in the C language / Это стандартная эталонная реализация Python, написанная на языке C
» It's the default reference implementation of the C language, written in Python / Это стандартная эталонная реализация языка C, написанная на Python
» It's a programming language that is a superset of Python, designed C-like performance with code written in Python / Это язык программирования, который представляет собой надмножество Python, разработанное в стиле C с кодом, написанным на Python.
» It's a programming language that is a superset of C language to produce Python-like performance with code written in C / Это язык программирования, который является надмножеством языка C для обеспечения производительности, подобной Python, с кодом, написанным на C.
» » It's the default reference implementation of Python, written in the C language / Это стандартная эталонная реализация Python, написанная на языке C
» It's the default reference implementation of the C language, written in Python / Это стандартная эталонная реализация языка C, написанная на Python
» It's a programming language that is a superset of Python, designed C-like performance with code written in Python / Это язык программирования, который представляет собой надмножество Python, разработанное в стиле C с кодом, написанным на Python.
» It's a programming language that is a superset of C language to produce Python-like performance with code written in C / Это язык программирования, который является надмножеством языка C для обеспечения производительности, подобной Python, с кодом, написанным на C.
8. What is the expected behavior of the following program? / Каково ожидаемое поведение следующей программы?
prin("Goodbye!")
» The program will output ("Goodbye!")
» The program will output "Goodbye!"
» » The program will generate an error message on the screen
» The program will output Goodbye! to th screen
prin("Goodbye!")
» The program will output ("Goodbye!")
» The program will output "Goodbye!"
» » The program will generate an error message on the screen
» The program will output Goodbye! to th screen
9. Select the true statements? (Select two answers) / Выбрать верные утверждения? (Выберите два ответа)
» Python is a good choice for low-level programming, e.g., when you want to implement an effective driver / Python - хороший выбор для низкоуровневого программирования, например, когда вы хотите реализовать эффективный драйвер.
» » Python is a good choice for creating and executing tests for applications / Python - хороший выбор для создания и выполнения тестов для приложений.
» » Python is free, open-source, and multiplatform / Python является бесплатным, с открытым исходным кодом и мультиплатформенным.
» Python 3 is backwards compatible with Python 2 / Python 3 обратно совместим с Python 2
» Python is a good choice for low-level programming, e.g., when you want to implement an effective driver / Python - хороший выбор для низкоуровневого программирования, например, когда вы хотите реализовать эффективный драйвер.
» » Python is a good choice for creating and executing tests for applications / Python - хороший выбор для создания и выполнения тестов для приложений.
» » Python is free, open-source, and multiplatform / Python является бесплатным, с открытым исходным кодом и мультиплатформенным.
» Python 3 is backwards compatible with Python 2 / Python 3 обратно совместим с Python 2
10.
»
»
»
»
»
»
»
»