moudel

moudel

11th Grade

8 Qs

quiz-placeholder

Similar activities

Chapter 1 Python

Chapter 1 Python

8th Grade - University

12 Qs

Python Final Assessment

Python Final Assessment

4th - 12th Grade

10 Qs

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

Programming Languages

Programming Languages

9th - 12th Grade

12 Qs

Python Codehs

Python Codehs

7th - 12th Grade

10 Qs

Database

Database

8th - 12th Grade

10 Qs

Intro to Python Test

Intro to Python Test

3rd - 12th Grade

11 Qs

Class_11_24_July

Class_11_24_July

11th Grade

10 Qs

moudel

moudel

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Abeer Asiri

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is true compilation?(Select two answer)

The code is converted directly into machine code executable by the processor

It tends to be faster than interpretation

It tends to be than interpretation

Both you and user must have the compiler to run your code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is CPython?

It’s the default, reference implementation of the C language, written in Python

It’s a programming language that is a supperset of the Python, designed to produce C-like performance with code written in Python

It’s the default, reference implementation of Python, written in the C language

It’s a programming that is a superset of the C language, designed to produce Python-like performance with code written in C

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the four fundaments elements the make a language?

An alphabet, morphology, phonetics, and semantics

An alphabet, a lexis, a syntax, and semantics

An alphabet, a lexis, phonetics, and semantics

An alphabet, phonetics, phonology, and semantics

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you call a file containing a program written in a high-lavel programming language?

A machine file

A code file

A target file

A source file

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you call a command-line interpreter which lets you interact with your OS and execute Python commands and scripts?

An editor 

A console

A compiler

Jython

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best definition of a script?

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 which make up a Python program

It’s a text file that contains sequences of zeroes and ones

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the expected behavior of the following program?

print("Goodbye!")

The program will output Goodbye! to the screen

The program will generate an error message on the screen 

The program will output("Goodbye!")

The program will output "Goodbye!"