Strings final by RK Quiz 8

Strings final by RK Quiz 8

11th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

KG - University

16 Qs

Data Types

Data Types

9th - 12th Grade

20 Qs

Python Basics

Python Basics

KG - University

15 Qs

Python Sem. Review P1

Python Sem. Review P1

11th Grade

20 Qs

ICS Test #4 review

ICS Test #4 review

9th - 12th Grade

15 Qs

AP CSA Unit 1 Review

AP CSA Unit 1 Review

10th - 12th Grade

20 Qs

Python

Python

9th - 12th Grade

16 Qs

Python

Python

11th Grade

20 Qs

Strings final by RK Quiz 8

Strings final by RK Quiz 8

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Reshma Kamthe

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the index of the 5th character in a string?

5

4

6

it depends on how many characters in the string

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which String class method call can be used to see if the string "str" ends with "ing"?

str.substring(3) == "ing"

str.endsWith("ing")

str.startsWith("ing")

str.substring(-3) == "ing"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we create a program to extract each alphabet from a given string, what is it known as?

Transpose

Traverse

Translate

Terminate

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a comparison operator?

<

>

==

!==

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What syntax can you use to insert a line break between strings so that they appear over multiple lines?
/
\n
\l
n

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want more than one option for your code, what do you use (after if)?
elif
else
ifif

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?