Programming Language Subset (PLS) Document Quiz

Programming Language Subset (PLS) Document Quiz

9th Grade

62 Qs

quiz-placeholder

Similar activities

Computer Programming

Computer Programming

8th - 12th Grade

60 Qs

Year 10 Summer Quiz

Year 10 Summer Quiz

9th Grade

60 Qs

Week 12 - Even More Lists

Week 12 - Even More Lists

9th - 12th Grade

58 Qs

Coding Quiz Challenge

Coding Quiz Challenge

9th - 12th Grade

60 Qs

HTML Assessment

HTML Assessment

9th Grade

60 Qs

TIN 10 - CUỐI KÌ I

TIN 10 - CUỐI KÌ I

9th - 12th Grade

58 Qs

CSP CMU Unit 2 - Student Created Questions

CSP CMU Unit 2 - Student Created Questions

9th - 12th Grade

62 Qs

Programming Language Subset (PLS) Document Quiz

Programming Language Subset (PLS) Document Quiz

Assessment

Passage

Computers

9th Grade

Easy

Created by

CEC Computing

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?