Introduction to Python 3 and PLS Document

Introduction to Python 3 and PLS Document

10th Grade

50 Qs

quiz-placeholder

Similar activities

Python 05

Python 05

10th Grade

50 Qs

J277/02 Computational thinking, algorithms and programming

J277/02 Computational thinking, algorithms and programming

9th Grade - University

56 Qs

Tynker Python 101 Unit Test

Tynker Python 101 Unit Test

8th - 12th Grade

50 Qs

UNIT 2.2 PROGRAMMING TECHNIQUES

UNIT 2.2 PROGRAMMING TECHNIQUES

10th Grade

50 Qs

ALOGARITMA DAN PEMPROGRAMAN

ALOGARITMA DAN PEMPROGRAMAN

10th Grade

50 Qs

CodeHS Unit 2

CodeHS Unit 2

6th - 10th Grade

50 Qs

Paper1 and Paper 2 - J277

Paper1 and Paper 2 - J277

10th Grade

51 Qs

Python For Loops

Python For Loops

10th Grade

50 Qs

Introduction to Python 3 and PLS Document

Introduction to Python 3 and PLS Document

Assessment

Passage

Computers

10th Grade

Medium

Created by

John Rutherford

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What character is used to indicate a comment in PLS?

#

//

--

%

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In PLS, which of the following is NOT a primitive data type?

integer

string

real

Boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are constants conventionally named in PLS?

In lowercase characters

In camelCase characters

In uppercase characters

With special characters

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the PLS equivalent for the data type 'integer'?

int

float

bool

str

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which PLS data type represents a sequence of items with the same data type?

string

array

record

character

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does PLS use for the conversion between data types?

Conversion functions like int(), str(), float(), bool(), or list()

Automatic type casting without any functions

Only casting operators like (int), (str), (float)

Conversion is not possible in PLS

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meaning of the arithmetic operator '%' in programming?

addition

subtraction

modulus

multiplication

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?