Home
Online Admission
Blog
Student Application
Courses
Support
Career
Wiki
Events
Forum
Home
Job Placement Cell
Gallery
Covid Information
Library
Contact us
Shop
About
0
0
Sign in
Contact Us
Courses
Python Programming for 2nd CST (28521)
Class Test-02
Nav
Home
└
Python Programming for 2nd CST (28521)
└
Class Test-02
Python Programming for 2nd CST (28521)
0 %
Course content
Course Overview :
Syllabus
2nd CST syllabus
Marks Distribution
Marks Distribution
Update Lesson Plan
Lesson Plan for 2nd CST D
Sample Question
Board Sample Question
Class Routine
Class Routine for 2nd CST-D
Final Exam Suggestion
Final Suggestion
Lecture-1
What is computer programming ? Computer translator prograns and the basic discussion about algorithm and flowchart.
Chapter-1(Slide-1)
Chapter-1(PDF Book)
#12 Python Bangla Tutorial for Beginners | | Introduction to Algorithm and Flowchart
Lecture-2
What is Algorithm & Flowchart ? Algorithm & Flowchart symbol and the process of program planning.
Chapter-1 (Slide-2)
Chapter-1 (Slide-3)
Chapter-1 (PDF Book)
Program Planning 12 Steps
Lecture-3
What is Identifiers and Keywords ? Python programming features.
Chapter-2(Slide-1)
Chapter-2 (PDF Book)
Identifier and Keywords in python (Bangla)
Lecture-4
What is Identifiers and Keywords ? Python programming Lines, Indentation, Multi-Line Statements.
Chapter-2(Slide-3)
Chapter-2(Slide-2)
Chapter-2 (PDF Book)
4. Indentations, multi line statements, Quotations,Comments -- Python programming
Lecture-5
Class Test-01
10 xp
Certification of Class Test-1
Lecture-6
What is program variables ? Explain the rules of naming variables ? How to determine the value of a variables?
Chapter-3(Slide-1)
Chapter-3 (PDF Book)
3. Introduction to Python Variables || Python Bangla Tutorial for Beginners || Variable Explained
Lecture-7
What is data type conversion ? Explain the data type conversion ? Write the programs using variable/multiple variables?
Chapter-3(Slide-2)
Chapter-3 (PDF Book)
09. Data Types | The Ultimate Python Bangla Crash Course
Lecture-8
Quiz Test-01
10 xp
Certification of Quiz Test-1
Lecture-9
What is python operator and operand ? Write the types of python operator ? Describe the Arithmetic operators, Comparison operators, and Logical operators.
Chapter-4(Slide-1)
Chapter-4 (PDF Book)
Python Basic Bangla Tutorial 16 – Python Operators
Lecture-10
What is operator precedence ? Explain the operator precedence ? Describe the Assignment operators, Bitwise operators, Membership operators, and Identity operators.
Chapter-4(Slide-1)
Chapter-4 (PDF Book)
Operators In Python | Python Tutorial For Beginners | Python Training | Edureka
Lecture-11
Class Test-02
10 xp
Certification of Class Test-2
Lecture-12
What is conditional and unconditional branching statement? Explain the syntax of if, if.... else, if....elif statements?
Chapter-5 (PDF Book)
Day-7🐍 60 Days of Python | Python Bangla Tutorials | If, Elif, Else Conditional Statements in Python
Lecture-13
Draw the flowchart of if, if .... else, if....elif statements? Write programs using if, if .... else, if....elif statements?
Chapter-5 (PDF Book)
Python Bangla Tutorials 14 : if, else statement (practical)
Lecture-14
Quiz Test-02
10 xp
Certification of Quiz Test-2
Lecture-15
What is conditional and unconditional looping statement? Explain the syntax of for & while statements.
Chapter-6 (PDF Book)
6. Python Tutorial Bangla - For Loop
Lecture-16
Draw the flowchart of for & while statements. Write the programs using for, while & nested loop.
Chapter-6 (PDF Book)
Python Bangla Tutorials 26 : for Loop
Lecture-17
What is Python List structure and assign the values in List? Explain Updating and Deleting List Elements.
Chapter-7 (PDF Book)
Python Bangla Tutorials 23 : List (Part-1)
Lecture-18
Explain the basic List operations, Built-in List functions and Methods.
Chapter-7 (PDF Book)
Python Bangla Tutorials 24 : List (Part-2)
Online Class:
06.11.2023 / 2nd CST-C
06.11.2023 / 2nd CST-C Link
09.11.2023 / 2nd CST-C
09.11.2023 / 2nd CST-C Link
13.11.2023 / 2nd CST-C
13.11.2023 / 2nd CST-C Link
16.11.2023 / 2nd CST-C
16.11.2023 / 2nd CST-C Link
20.11.2023 / 2nd CST-C
20.11.2023 / 2nd CST-C Link
27.11.2023 / 2nd CST-C
27.11.2023 / 2nd CST-C Link
Class Test-02
10
XP
Prev
Set Done
Next
Fullscreen
About
Comments (
0
)
Statistics
Share
Class Test-2
Syllabus: Chapter-4
Views
1
Total Views
1
Members Views
0
Public Views
Actions
0
Likes
0
Dislikes
0
Comments
Share on Social Networks
Share Link
Copy Text
Share by mail
Please
login
to share this quiz by email.
1
.
Python Program-এ Operator কত প্রকার ? ।
২ প্রকার
৪ প্রকার
৬ প্রকার
৭ প্রকার
2
.
a=60 হলে a%8 এর মান কত ?
56
8
5
4
3
.
নিচের কোনটি Arithmetic Operator নয় ?
+
-
*
=
4
.
নিচের কোনটি Comparison Operator ?
উপরের সবগুলো ।
কোনটি নয় ।
<, >, =, !=, >=, <=
&, |, ^, ~, +
5
.
নিচের কোনটি Logical Operator ?
or
and
উপরের সবগুলো ।
not
6
.
নিচের কোনটি Bitwise Operator ?
<, >, =, !=, >=, <=
&, |, ^, ~, <<, >>
কোনটি নয় ।
উপরের সবগুলো ।
7
.
নিচের কোনটি Membership Operator ?
in, not in
is, is not
8
.
নিচের কোনটি Identity Operator ?
in, not in
is, is not
9
.
নিচের কোন Order টি Operator Precedence হিসেবে সাজানো হয়েছে ?
%, +, -, (), **, *, /
(), **, *, /, %, -, +
+, -, *, /, %, **, ()
(), **, *, /, %, +, -
10
.
a=60 এবং b=13 হলে, c= a&b এর মান কত ?
12
13
20
780