NextGen International Coding and Engineering (NICE)
School & College
Question & Answer Script
STD-VIII
Subject: Python Programming Language
Time: 40 minutes Total Marks:10
(The figure in the right margin indicates individual question full marks.)
(There are questions on this paper)
Name: …………………………………………………….………………………...…...
Roll No: ………………………………
FOLLOW INSTRUCTIONS FIRST
Instructions:
1. Read each question carefully before Teacher’s Use
you answer it. Skills Marks
2. Answer all questions in the spaces 1. Basic knowledge of the declaration
provided on the question paper or of variables in Python programs.
answer script. 2. knowledge of writing Python
3. Answer the questions briefly and programs.
correctly. You should show all your
work on the question paper. 3. knowledge of finding output through
4. Use graphs, charts, or diagrams string operation.
wherever necessary. 4. knowledge about the functionality of
5. Try to write legibly and neatly. input () in Python programs.
6. You should pay attention to 5. General knowledge of python
punctuation, spelling, and program
handwriting.
Total Marks
7. Plagiarism may result in the
cancellation of your Evaluation
paper.
8. Marks will be deducted for each
spelling mistake.
9. Check your answers if you have time
at the end.
10. Maintain timing and stop writing
when time is up.
11. At the end of the allocated evaluation
time take a clear photo by keeping
the camera steady and submit the
answer script within the next 10
minutes. (Online Evaluation).
12. Calculators are not allowed.
NextGen International Coding and Engineering (NICE)
School & College
Subject: Roll No:
Marks
3
Q. Write a Python program to print the following string in a specific format (see .5
the output).
Program:
NextGen International Coding and Engineering (NICE)
School & College
Subject: Roll No:
Q. Write a Python program with output to perform given string operations on str1= Marks
“Hello” and str2= “Python” 3.5
Operations:
1. Concatenation Operation
2. Replication Operation
3. in Operation
4. not in Operation
5. Comparison Operation
6. Slicing Operation
NextGen International Coding and Engineering (NICE)
School & College
Subject: Roll No:
Marks
.5
(Addition result)
Ans of Q1:
2.5