moudel

moudel

11th Grade

8 Qs

quiz-placeholder

Similar activities

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Paper 2 Revision - IGCSE Computer Science

Paper 2 Revision - IGCSE Computer Science

9th - 12th Grade

12 Qs

MOAC Word 2016 Lesson 1

MOAC Word 2016 Lesson 1

8th Grade - University

10 Qs

Writing files in python

Writing files in python

9th - 12th Grade

13 Qs

8D.1 Intro to Python Exit

8D.1 Intro to Python Exit

7th Grade - University

6 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Basic File Handling Recap

Basic File Handling Recap

11th Grade

10 Qs

Windows Basic Vocab 1

Windows Basic Vocab 1

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