0% found this document useful (0 votes)
2 views

Assimilation Test

The document is an assimilation test for Standard VIII students at NextGen International Coding and Engineering (NICE) focused on Python programming. It includes instructions for answering questions, emphasizes the importance of neatness and correctness, and requires students to identify and correct errors in provided code. The test is timed, consists of 10 marks, and prohibits the use of calculators.

Uploaded by

Orin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Assimilation Test

The document is an assimilation test for Standard VIII students at NextGen International Coding and Engineering (NICE) focused on Python programming. It includes instructions for answering questions, emphasizes the importance of neatness and correctness, and requires students to identify and correct errors in provided code. The test is timed, consists of 10 marks, and prohibits the use of calculators.

Uploaded by

Orin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

NextGen International Coding and Engineering (NICE)

School & College


Assimilation Test
Standard VIII
Python Programming Language

Time:10 minutes Total Marks:10


(The figure in the right margin indicates individual question full marks.)
(There are questions on this paper)
Name: …………………………………………………….……………………….…...
Roll No: ………………………………Section: ………………………………

READ THE FOLLOWING 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. Understand the basic information
provided on the question paper or about fixing bugs to get the correct
answer script. output.
Total Marks
3. Answer the questions briefly and
correctly. You should show all your
work on the question paper.
4. Use graphs, charts, or diagrams
wherever necessary.
5. Try to write legibly and neatly.
6. You should pay attention to
punctuation, spelling, and
handwriting.
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. Calculators are not allowed.
NextGen International Coding and Engineering
(NICE) School & College

Subject: Roll:

Mark
Q. Look at each program and identify the errors in each. 10
Classify them as either syntax or logic errors. Make sure you can explain your
answer and provide the corrected code.
Example:
This program should divide the first number by the second
01 number1 = input(“Please enter a number”)
02 number2 = input (“Please enter another number)
03 Sum = number 1 - numBer2
04 print (Summ)

Line Error Explanation Corrected code (if needed)

02

03

03

03

04

You might also like