moudel

moudel

11th Grade

8 Qs

quiz-placeholder

Similar activities

Python Testing

Python Testing

9th - 12th Grade

10 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

Python Debugging

Python Debugging

9th - 12th Grade

8 Qs

Computer Science Python Debuggers

Computer Science Python Debuggers

9th - 12th Grade

8 Qs

File Type Extensions

File Type Extensions

8th Grade - University

10 Qs

Intro to Computers

Intro to Computers

9th - 12th Grade

10 Qs

Python Selection Statements

Python Selection Statements

11th Grade

10 Qs

Python Loops

Python Loops

9th - 11th Grade

12 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!"