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

Practical For Python Programming

This document outlines the sections and questions for a practical exam on Python programming. Section A contains 4 multiple choice questions worth 5 marks each, totaling 20 marks. Section B contains 8 longer answer questions worth 10 marks each, totaling 80 marks. The questions cover topics like what Python is, debugging, variables, operators, parameters, arguments, Boolean functions, strings, modules, and the differences between multithreading and multiprocessing. The total marks for the exam are 100 marks.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views

Practical For Python Programming

This document outlines the sections and questions for a practical exam on Python programming. Section A contains 4 multiple choice questions worth 5 marks each, totaling 20 marks. Section B contains 8 longer answer questions worth 10 marks each, totaling 80 marks. The questions cover topics like what Python is, debugging, variables, operators, parameters, arguments, Boolean functions, strings, modules, and the differences between multithreading and multiprocessing. The total marks for the exam are 100 marks.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SIKKIM PROFESSIONAL UNIVERSITY

Course: Bachelor of Science (Information Technology)

Subject: Practical for Python Programming

Semester: 6

Marks: 100

Section A

(4 × 5 = 20)

Attempt any four the following

1. What is Python Programming Language?

2. What is Debugging?

3. What are Variables and Values?

4. What is Order of Operations?

5. What is terminating loops?

6. What is math module and functions in Python Math Module?

Section B

(8 × 10 = 80)

Attempt any eight the following

1. Explain Formal and natural language in detail.

2. Explain the types of operators that support Python.

3. Explain Parameters and Arguments, Variables and Parameters Are Local,


Stack Diagrams.

4. Briefly explain Boolean Functions.

5. Explain String methods and description of methods.

6. Explain the following:

a) Comparing two strings using == (equal to) operator


b) Comparing two strings using != (not equal to) operator
c) Comparing two strings using the sorted() method

7. Write a Python program to calculate the length of a string?

8. Explain the concept of Module in detail with examples.

9. Explain the dir ( ) Function in details.

10. Explain the differences between multithreading and multiprocessing?

You might also like