Pre tes dan Post test

Quiz
•
Computers
•
12th Grade
•
Hard
nafsur rokhman
Used 18+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
What will be the result of the following code:
x = 'Welcome'
print(x[3])
Wel
c
Welcome Welcome Welcome
2.
FILL IN THE BLANK QUESTION
1 min • 10 pts
Use the len function to print the length of the string.
print ( )
3.
FILL IN THE BLANK QUESTION
1 min • 10 pts
Get the first character of the string txt.
txt = "Hello World"
x =
4.
FILL IN THE BLANK QUESTION
1 min • 10 pts
Insert the correct keyword to check if the word 'free' is present in the text:
txt = 'The best things in life are free!'
if 'free' txt:..............
print('Yes, free is present in the text.')
5.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
What will be the result of the following code:
x = 'Welcome'
print(x[3:5])
lcome
come
com
co
6.
FILL IN THE BLANK QUESTION
1 min • 10 pts
Get the characters from index 2 to index 4 (llo).
txt = "Hello World"
x =
7.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
What will be the result of the following code:
x = 'Welcome'
print(x[3:])
lcome
come
com
co
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
File Handling in Python

Quiz
•
12th Grade
13 questions
APCSA Quiz 1

Quiz
•
9th Grade - University
11 questions
Python function output based KVRDSO lucknow

Quiz
•
11th - 12th Grade
10 questions
2019 XII KTSP KKPI RE PAS GAN

Quiz
•
10th - 12th Grade
12 questions
Java Strings

Quiz
•
9th - 12th Grade
10 questions
Python Variables

Quiz
•
7th - 12th Grade
15 questions
CodeHS - Intro to Python - Conditionals Quiz

Quiz
•
9th Grade - Professio...
10 questions
Java Print Statements Warm-Up

Quiz
•
9th - 12th 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