Programming Language Subset (PLS) Document Quiz

Programming Language Subset (PLS) Document Quiz

9th Grade

62 Qs

quiz-placeholder

Similar activities

Python Baseline Test (PCAP I)

Python Baseline Test (PCAP I)

9th Grade - Professional Development

60 Qs

Python Review

Python Review

9th - 12th Grade

60 Qs

Weeks 1-6 Vocab

Weeks 1-6 Vocab

9th - 12th Grade

66 Qs

Python CH1-3 Review

Python CH1-3 Review

8th Grade - Professional Development

59 Qs

S3 Code Comments & Variables

S3 Code Comments & Variables

9th Grade

63 Qs

Computer ٍSkills- Chapter 3

Computer ٍSkills- Chapter 3

1st Grade - University

62 Qs

VBIT I-II PYTHON QUIZ MID-1

VBIT I-II PYTHON QUIZ MID-1

9th - 12th Grade

60 Qs

Python Booleans and selections 1

Python Booleans and selections 1

9th Grade

65 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?