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
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
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
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade