Introduction to Python 3 and PLS Document

Introduction to Python 3 and PLS Document

10th Grade

50 Qs

quiz-placeholder

Similar activities

Python Coding Review Quiz

Python Coding Review Quiz

10th Grade

46 Qs

J276 Paper 2 Ques 1-50

J276 Paper 2 Ques 1-50

10th - 11th Grade

50 Qs

Adobe Illustrator Certification Practice 2

Adobe Illustrator Certification Practice 2

9th - 12th Grade

53 Qs

Photoshop CC Certification Review 2

Photoshop CC Certification Review 2

10th - 12th Grade

50 Qs

MIL REVIEWER (1st)

MIL REVIEWER (1st)

9th - 12th Grade

50 Qs

PYTHON PROGRAMMING - FINAL EXAM REVIEW

PYTHON PROGRAMMING - FINAL EXAM REVIEW

9th - 12th Grade

46 Qs

Das Zweite Big Fat Informatik Quiz

Das Zweite Big Fat Informatik Quiz

9th - 12th Grade

55 Qs

PEMROGRAMAN DASAR_US

PEMROGRAMAN DASAR_US

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?