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)
Quiz Test-01
Nav
Home
└
Python Programming for 2nd CST (28521)
└
Quiz Test-01
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
Quiz Test-01
10
XP
Prev
Set Done
Next
Fullscreen
About
Comments (
0
)
Statistics
Share
Quiz Test-1
Syllabus: Chapter-3
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
.
নিচের কোনটি Variable-এর নামকরণের নিয়মাবলি এর মধ্যে পরে ?
Variable-এর নাম ‘A থেকে Z’ অথবা ‘ a থেকে z’ অথবা Underscore (-) দিয়ে শুরু করতে হয় এবং এরপর জে-কোন অক্ষর, underscore কিংবা সংখ্যা (0-9) ব্যাবহৃত হয় ।
Python এ Variable হিসেবে @, $, % ইত্যাদি বিশেষ চিহ্নগুল ব্যাবহার করা যায়না ।
পাইথন কেইজ সেন্সিটিভ ল্যাঙ্গুয়েজ, অর্থাৎ A এবং a এখানে আলাদা অর্থ বহন করে ।
উপরের সবগুলো ।
2
.
নিচের কোনটি Variable এর উদাহরণ নয় ?
number_1
number1
50c
abc
3
.
Python Program-এ Data Type কত প্রকার ? ।
৫ প্রকার
৪ প্রকার
৩ প্রকার
২ প্রকার
4
.
নিচের কোনটি String এর উদাহরণ ?
'This is a string"
"This is a string'
"This is a string"
This is a string
5
.
List-কে নিচের কোন Symbol দ্বারা প্রকাশ করা হয় ।
< >
[ ]
{ }
( )