Programming Language Subset (PLS) Document Quiz

Programming Language Subset (PLS) Document Quiz

9th Grade

62 Qs

quiz-placeholder

Similar activities

Python Programlama Dili - Lise FULL

Python Programlama Dili - Lise FULL

9th - 12th Grade

61 Qs

array review

array review

9th - 12th Grade

60 Qs

GravenQUIZ

GravenQUIZ

KG - University

60 Qs

Part 1 Final Tech Exam

Part 1 Final Tech Exam

8th - 12th Grade

60 Qs

Python Test

Python Test

9th Grade

65 Qs

S3 Python to Arrays

S3 Python to Arrays

9th Grade

59 Qs

Computer Science Essentials Semester Exam 2021

Computer Science Essentials Semester Exam 2021

9th - 12th Grade

60 Qs

Programación

Programación

KG - Professional Development

60 Qs

Programming Language Subset (PLS) Document Quiz

Programming Language Subset (PLS) Document Quiz

Assessment

Passage

Computers

9th Grade

Easy

Created by

Paul Meehan

Used 2+ times

FREE Resource

62 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What character is used to indicate a comment in the PLS programming language?

/

#

'

//

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What PLS data type corresponds to a sequence of characters?

int

float

str

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which PLS data type is used to represent a sequence of items with mixed (heterogeneous) data types?

string

array

record

list

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the arithmetic operator for exponentiation in programming?

*

/

**

%

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which relational operator is used to check if two values are not equal?

==

<=

!=

>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the logical operator 'and' do?

Returns true if either side of the test is true

Returns true if both sides of the test are true

Inverts the result of the test

Compares two values to see if they are equal

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the modulus operator '%' when used with two integers?

The result of division

The remainder of the division

The product of the two numbers

The sum of the two numbers

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?