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

PYTHON PROGRAMMING

This document outlines the structure of the Even Semester First Sessional Examination for the B.Tech. CSE branch at Sheat College of Engineering. It includes three sections: Section A with five short answer questions, Section B with two questions requiring detailed explanations, and Section C with one in-depth question. The exam focuses on Python programming concepts, including operators, data types, and control structures.

Uploaded by

csearun877
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)
0 views

PYTHON PROGRAMMING

This document outlines the structure of the Even Semester First Sessional Examination for the B.Tech. CSE branch at Sheat College of Engineering. It includes three sections: Section A with five short answer questions, Section B with two questions requiring detailed explanations, and Section C with one in-depth question. The exam focuses on Python programming concepts, including operators, data types, and control structures.

Uploaded by

csearun877
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/ 1

ROLL NO.

SHEAT COLLEGE OF ENGINEERING, BABATPUR, VARANASI


EVEN SEMESTER FIRST SESSIONAL EXAMINATION (2023-24)
COURSE- B.TECH.
BRANCH- CSE
SEMESTER- IV
PYTHON PROGRAMMING (BCC402)

Time: 01:30 hrs. Max. Marks: 30

SECTION A

A: Attempt all the questions. Each question carries equal marks (2x5= 10)
Q. No. Questions CO’s Bloom’s Level

a. What is python? Why we use. 1 K1

b. Write the name & there use of basic operators of python? 1 K1

c. Write the code for add, sub, mul, div of two numbers? 1 K1

d. What is difference between int and float? 1 K1

e. What do you mean by loop in python? 2 K1

SECTION B

B: Attempt any two of the following. Each question carries equal marks (5x2= 10)
Q. No. Questions CO’s Bloom’s Level

a. What is the output of the following code? 1 K1

var1 = 1
var2 = 2
var3 = "3"
print(var1 + var2 + var3)

b. What is if, else and else if ? explain with suitable example. 2 K2

c. Write a code for check the entered number is fail or pass. 2 K1

SECTION C

C: Attempt any one of the following. Each question carries equal marks (10x1=10)
Q. No. Questions CO’s Bloom’s Level

a. How many types of loop? Explain each with example. 2 K2

b. What is use of data type in programming language, how many types of data 1 K1
type in python, write there name?

You might also like