PI Mod 1 test

PI Mod 1 test

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Programing Revision

Programing Revision

7th - 12th Grade

15 Qs

Python

Python

10th - 11th Grade

10 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python Basics

Python Basics

KG - University

15 Qs

Getting Started with Python

Getting Started with Python

11th Grade

15 Qs

PI Mod 1 quiz

PI Mod 1 quiz

9th - 12th Grade

10 Qs

2.5 Programming Languages and IDEs

2.5 Programming Languages and IDEs

10th Grade

14 Qs

Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

PI Mod 1 test

PI Mod 1 test

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Scott Freeman

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the TRUE statements.

pick 2

Python is a free, open-source, and multiplatform

Python is a good choice for creating and executing tests for applications

Python 3 is backwards compatible with Python 2

Python is a good choice for low-level programing, e.g. when you want to implement an effective driver

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you call a command-line interpreter that lets you interface with your OS and executes Python commands and scripts?

A console

An editor

A Complier

Jython

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the expected behavior of the following program?

prin("Goodbye!")

Goodbye!

("Goodbye!")

Error

"Goodbye"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best definition of a script?

It's an error message generated by the compiler

It's an error message generated by the interperter

It's a text file that contains instruction which make up a Python Program

It's a text file that contains sequences of zeros and ones

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the expected behavior of the following program?

print("Hello!")

Hello!

("Hello!")

Error

"Hello!"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

A source file

A machine File

A target File

A code file

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is TRUE about compilation?

pick 2

It tends to be slower than interpertation

Both you and the end users must have the compiler to run your code?

The code is converted diredtly into machine code executable by the processer

It tends to be faster than interpterion

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?