STRINGS

Quiz
•
Computers
•
11th Grade
•
Medium
D MALA
Used 13+ times
FREE Resource
45 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Following is an example of ___________
a = "COMPUTER SCIENCE"
list
dictionary
string
none of the above
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Python considered the character enclosed in triple quotes as String.(T/F)
true
false
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the output of the following.
a = "Blog"
a ='a'
print(a)
Bloga
aBlog
a
Blog
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the output of the following:
a="We\nto my \nb\t ok"
print(a)
We
to my
b ok
We
to myb ok
Weto
my
b ok
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the output of the following code :
a= "Welcome to \"my\" blog"
print(a)
Welcome to \"my\" blog
Welcome to "my" blog
Error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the output of the following code :
a= "Welcome to \
blog"
print(a)
Welcome to \
blog
Welcome to
blog
Welcome to blog
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the output of the following code :
str = "Welcome"
str[2] = 'a'
print(str)
Weacome
Error
Create a free account and access millions of resources
Similar Resources on Wayground
50 questions
Computer Systems and Algorithms Quiz

Quiz
•
10th Grade - University
40 questions
REMOVAL

Quiz
•
11th Grade
46 questions
PYTHON PROGRAMMING - FINAL EXAM REVIEW

Quiz
•
9th - 12th Grade
50 questions
DASAR PYTHON

Quiz
•
11th Grade
50 questions
STRATEGI ALGORITMIK DAN PEMROGRAMAN KELAS XI

Quiz
•
11th Grade
50 questions
EXAM REVIEW: Computing Principles

Quiz
•
9th - 12th Grade
45 questions
3RD QTR-SUMMATIVE TEST IN COMPUTER PROGRAMMING-4-17-2023

Quiz
•
11th Grade
44 questions
Computer Science Model Question Paper

Quiz
•
11th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade