Free now and forever through Sabaq.pk website
For Schools
About Us
Media
Success
Sign In
Free now and forever thru Sabaq.pk website
Computer Science | Class 12
Sindh
Class 12
Computer Science (
Total Videos: 246
)
Preference
All Chapters
Chapter 1: Concept of Computer Programming
Chapter 2: Algorithm and Flowcharts
Chapter 3: An Overview of 'C' Language
Chapter 4: C Fundamentals
Chapter 5: Operators and Expressions
Chapter 6: Input and Output Statements
Chapter 7: Selection Control Structures
Chapter 8: Iteration Control Structures
Chapter 9: Functions
Chapter 10: Arrays (Optional)
Chapter 11: Strings (Optional)
Chapter 12: Structures and Unions (Optional)
Chapter 13: Pointers (Optional)
Chapter 14: Introduction to File Handling
Chapter 15: Data Management Systems
Chapter 16: Basics of MS Access 2000
Chapter 17: Advanced MS Access 2000
Show Content
Select a chapter above and press 'Show Content'. Click a video topic below to view.
Chapter 1 Concept of Computer Programming (
16 videos
)
  (
Practice Test
)
1.1: Overview (
Practice Test
)
What is Computer Programming
83 views
Computer Program
1590 views
Introduction To Problem Solving
1908 views
Problem Solving Method
4745 views
What Is Top Down Design
19 views
1.2: Programming Languages in General (
Practice Test
)
Language Translators : An Overview
583 views
Types Of Error: Syntax Error
198 views
Types Of Error: Runtime Error
147 views
Types Of Error: Logical Error
191 views
Single Board Computer Raspberry Pi
56 views
Program Documentation: Importance And Types
423 views
1.3: Programming Languages (
Practice Test
)
Programming Languages: An Overview
1084 views
Generations On Computer Languages
464 views
Using Turtle To Teach Children
18 views
1.4: Object Oriented Programming (
Practice Test
)
What Is Object Oriented Programming Language
843 views
Visual Programming
14 views
Chapter 2 Algorithm and Flowcharts (
17 videos
)
  (
Practice Test
)
2.1: Algorithm (
Practice Test
)
Algorithm Analysis
15 views
Running Time Of Algorithm
13 views
What Is Space Complexity Of An Algorithm
6 views
2.2: Psuedocode
Basic Principles To Write A Pseudo Code
14 views
2.3: Flowcharts (
Practice Test
)
What Is A Flow Chart
1061 views
Basic Components To Design A Flow Chart
177 views
Advantages Of Flow Chart
1304 views
Flowchart Requirements
47 views
Development Of Flowchart
113 views
Flow Chart Examples
817 views
Flow Chart Examples_2
830 views
2.4: Control Structures (
Practice Test
)
What is Control Structure
865 views
Unconditional transfer of control
507 views
Why a Control Structure is important in Programming
415 views
2.5: Types of Flowcharts
Types Of Flow Charts
13 views
2.6: Advantages of Flow chart
Advantages Of Flow Chart
1304 views
2.7: Disadvantages of Flow chart
Flowchart Requirements
47 views
Chapter 3 An Overview of 'C' Language (
14 videos
)
  (
Practice Test
)
3.1: Introduction to C (
Practice Test
)
Brief History Of C
34 views
A simple C Program
394 views
Understanding of Integrated Development Environment : IDE
514 views
How to create Environment before writing a Computer Program
330 views
Compiler-Turbo C++ (Creating, Saving, Editing)
28 views
Compiling, Linking And Executing A Program
19 views
Setting The Output And Source Directories
24 views
Pre-Processor Directives
545 views
3.2: The development Cycle (
Practice Test
)
Flow Chart To Illustrate Working Of Compiler
5 views
A simple C Program
394 views
How to create Environment before writing a Computer Program
330 views
Comments and terminator statements
412 views
Escape sequence in C
436 views
Good Programming Practice
6 views
Chapter 4 C Fundamentals (
13 videos
)
  (
Practice Test
)
4.1: Overview
More on escape sequence
90 views
4.2: Identifiers and Keywords (
Practice Test
)
Identifiers Used In C Language: Standard And User Defined Identifiers
27 views
Reserved words in C
484 views
4.3: Datatype
Datatypes in C
398 views
4.4: Constants (
Practice Test
)
What are Constants
475 views
Computer Program to illustrate Constants
311 views
4.5: Variable (
Practice Test
)
The Concept of Variable
324 views
Rules for naming variable
470 views
Format Specifier
1086 views
Field Width Specifier
15 views
4.6: Arrays (
Practice Test
)
Problem Statement: Why we need Arrays
251 views
What are Arrays
196 views
Terminologies used in Arrays
56 views
Chapter 5 Operators and Expressions (
16 videos
)
  (
Practice Test
)
5.1: Overview
Expressions In C++
111 views
More On Expressions In C++
31 views
5.2: Classification of Operators (
Practice Test
)
Operators in C
13 views
Arithmatic Operators
346 views
5.3: Order of Precedence
Precedence of Operator from Top to bottom
282 views
5.4: Assignment Operators
Assignment Operators
360 views
Difference between assignment operator and 'equal to' operator
1110 views
5.5: Relational Operators
Relational operators
306 views
5.6: Logical/ Boolean Operators (
Practice Test
)
Logical Operators: NOT
319 views
Logical Operators: AND
282 views
Logical Operators: OR
221 views
5.7: Increment & Decrement Operators (
Practice Test
)
Increment & Decrement Operators
123 views
Working With Division Operator
160 views
Unary, Binary and Tenary operators
323 views
5.8: Conversion of Data type
Typecasting In C Language
489 views
5.9: Library Functions
Built in functions
254 views
Chapter 6 Input and Output Statements (
10 videos
)
  (
Practice Test
)
6.1: Overview (
Practice Test
)
Output Handling In C++/Cout
163 views
Input Handling In C++/Cin
125 views
Character input in C
17 views
Output Statements
24 views
6.2: Unformatted I/O Functions (
Practice Test
)
Getchar(): I/O Handling Function
408 views
Difference between getch() and getche() function
1791 views
Working Of Gets Function
86 views
Working Of Puts Function
86 views
6.3: Formatted I/O Functions (
Practice Test
)
scanf function in C
431 views
printf function in C
758 views
Chapter 7 Selection Control Structures (
20 videos
)
  (
Practice Test
)
7.1: Overview (
Practice Test
)
What is Control Structure
865 views
Unconditional transfer of control
507 views
Why a Control Structure is important in Programming
415 views
Introduction To Decision And Selection Statements
248 views
7.2: The if Selection Structure (
Practice Test
)
Simple IF statement in C
725 views
Nested if statement
292 views
Problem solving using nested if statement
55 views
Comparison of nested if and sequence of ifs
28 views
Use Of Logical Operator
135 views
Conditional operator alternative to if-else
191 views
7.3: The if-else Selection Structure (
Practice Test
)
Introduction to if-else structure
345 views
if-else example problems
411 views
Complex problem solving using nested loops
69 views
7.4: The switch Statement (
Practice Test
)
What Is Switch... Case
278 views
Switch Default Statement
399 views
Examples On Switch... Case
238 views
Break Statements In C
88 views
Comparison between if, case and conditional operators
68 views
Problem solving 1
12 views
Problem Solving 2
12 views
Chapter 8 Iteration Control Structures (
25 videos
)
  (
Practice Test
)
8.1: Overview (
Practice Test
)
What is Repetition Structure
600 views
Why we need a Repetition Structure in Programming
375 views
Types of Loop
1158 views
8.2: The for Loop (
Practice Test
)
Why we need For Loop
258 views
Structure of For Loop and Working
284 views
Programs on For Loop
291 views
Problem solving using for loop
67 views
Requirement of loops within loop
51 views
Nested Loop with example
543 views
8.3: The while Loop (
Practice Test
)
Structure of While Loop and its Working
258 views
Programs on While Loop
38 views
Example problems of while loop
83 views
Continue statement
236 views
Problem solving using while loop
76 views
8.4: The do-while Loop (
Practice Test
)
Why there is a need of Do.. While Loop
197 views
Structure of Do.. While loop
200 views
Difference between while and Do while
208 views
Program on Do.. While Loop
224 views
8.5: Nested Loops (
Practice Test
)
Requirement of loops within loop
51 views
Nested Loop with example
543 views
Combining Loop types
7 views
Complex problem solving using nested loops
69 views
Difference between For Loop, Do While and While loop
3019 views
Break Statements In C
88 views
Continue statement
236 views
Chapter 9 Functions (
13 videos
)
  (
Practice Test
)
9.1: Overview (
Practice Test
)
What is Function
208 views
Why there is a need of Function in Programming
136 views
Advantages of using functions
153 views
Difference between structured and unstructured programming
50 views
9.2: Classification of Functions (
Practice Test
)
Built in functions
254 views
User defined functions
122 views
9.3: General Form of Function (
Practice Test
)
Signature of function
309 views
Function without Argument
Function That Return Multiple Values
2 views
More On Function That Return Multiple Values
Using More Than One Functions In A Program
Function Overloading
82 views
9.4: Recursive Function
What Is Recursion
2 views
Chapter 10 Arrays (Optional) (
15 videos
)
  (
Practice Test
)
10.1: Overview (
Practice Test
)
Problem Statement: Why we need Arrays
251 views
What are Arrays
196 views
Terminologies used in Arrays
56 views
10.2: One-Dimensional Arrays (
Practice Test
)
Examples on Arrays
194 views
Defining an Array
29 views
How to declare an Array in a Program
136 views
10.3: Manipulating Arrays (
Practice Test
)
Accessing array index with examples
184 views
Fill array index with examples
125 views
Fill array with user input
259 views
Dynamic Method Using Loop
83 views
Traversing An Array
2170 views
Size Of() Operator
85 views
10.4: Multi-Dimensional Array (
Practice Test
)
Defining 2D Array
74 views
Inializing 2D Array
85 views
Accessing 2D-Array Index With Examples
86 views
Chapter 11 Strings (Optional) (
8 videos
)
  (
Practice Test
)
11.1: Overview (
Practice Test
)
What Are Strings
85 views
Initialization Of Strings
76 views
Concatenation Of Strings
67 views
Copying Of Strings
55 views
Finding A Character Or Word In A String
26 views
Finding Length Of A String
72 views
Swapping Of Strings
182 views
Example On Different String Functions
37 views
Chapter 12 Structures and Unions (Optional) (
4 videos
)
  (
Practice Test
)
12.1: Overview (
Practice Test
)
Problem Statement: Why We Need Structures
18 views
Example On Structure
3 views
Union In C
15 views
Structure And Function
15 views
Chapter 13 Pointers (Optional) (
11 videos
)
  (
Practice Test
)
13.1: Overview (
Practice Test
)
Introduction To Pointer
154 views
Memory Addresses
719 views
Declaring Variable Of Pointer Type
129 views
13.2: Pointer Operators (
Practice Test
)
Reference Operator
251 views
Dereference Operator
852 views
Pointers And Functions
7 views
Functions Returning Pointers
5 views
Pointer Initialization With Examples
90 views
13.3: Pointers and Arrays (
Practice Test
)
Pointers And Arrays
6 views
Arrays Of Pointers
6 views
13.4: Pointers and Strings (
Practice Test
)
Pointers And Strings
7 views
Chapter 14 Introduction to File Handling (
12 videos
)
  (
Practice Test
)
14.1: Introduction (
Practice Test
)
Introduction To File Handling
195 views
Types Of Files: Text And Binary
209 views
Opening A File
133 views
Modes Of Opening A File
115 views
More On Modes Of Opening A File
82 views
Reading Input File
253 views
Closing A File
119 views
Bof() Function
89 views
Eof() Function
2294 views
Stream And Its Types
123 views
Reading/Writing Files Character By Character
58 views
Reading/Writing Files Using Strings
62 views
Chapter 15 Data Management Systems (
18 videos
)
  (
Practice Test
)
15.1: Overview (
Practice Test
)
Data Managing
47 views
Computer System And Its Components
3240 views
Planning A Database
420 views
Identifying Attributes And Entities
183 views
Rows,Tuples, Records
161 views
Keys: Primary Key
170 views
Composite Key
215 views
Types Of Keys: Sort Key And Foreign Key
20 views
Types Of Keys: Super Key
343 views
Traditional File Management System: Record And File
536 views
Introduction to Database
648 views
The Database Management System
328 views
Advantages Of Database System
673 views
Disadvantages Of Database System
20 views
Objectives Of Dbms
14 views
Features Of Dbms
14 views
15.2: Components of Database Management System (
Practice Test
)
Database Languages For Relational Database : Sql
103 views
Types Of Database Model: Hierarchical Model
346 views
Chapter 16 Basics of MS Access 2000 (
13 videos
)
  (
Practice Test
)
16.1: Overview (
Practice Test
)
Introduction To Ms-Access
239 views
Benefits Of Using Access
7 views
Create Database Using Database Wizard
446 views
Create Database Without Using Database Wizard
15 views
16.2: Identifying Microsoft Access Screen Elements
Ms-Access Window Description
176 views
16.3: Naming Fields and Determining Data Types
Creating A New Table
136 views
16.4: Creating a Table using Table Design View (
Practice Test
)
Characteristics Of Tables
11 views
Field Properties In Design View 1
222 views
Field Properties In Design View 2
127 views
Field Properties In Design View 3
88 views
Field Properties In Design View 4
65 views
16.5: Creating a Table Using the Table Wizard
Adding Modifying And Deleting Record
40 views
Finding And Replacing Data
15 views
Chapter 17 Advanced MS Access 2000 (
21 videos
)
  (
Practice Test
)
17.1: Creating and Modifying Relationships (
Practice Test
)
Multiple Tables And Relationships
127 views
Entity Relationship Model: Entity, Attribute And Relationship
274 views
Cascade Update Related Fields And Cascade Delete Rf
14 views
Introduction To Queries
57 views
17.2: Creating Select Queries (
Practice Test
)
Types Of Queries: Select Query, Action Query
2034 views
Selecting Records By Criteria
22 views
17.3: Adding a Calculated Field to the Query
Performance Calculation In A Query
14 views
17.4: Creating Forms (
Practice Test
)
Advantages Of Using Forms
123 views
Creating A Form Using Wizard
543 views
17.5: Creating a New Form Using Design View (
Practice Test
)
Creating Form In A Design View
59 views
Adding Records Using A Form
12 views
Using Form Controls In Ms Access
41 views
Making Subforums In Access
84 views
17.6: Creating a Report Using Report Design View (
Practice Test
)
Purpose Of Reports In Database
48 views
Conditional Formatting
19 views
Creating Reports Using Report Wizard
112 views
Creating Reports Using Query
37 views
Formatting Forms And Reports
30 views
Saving And Printing Reports
13 views
Linking
8 views
Creating A Switchboard In Access
14 views
Facebook
Twitter
Instagram
Youtube
Linkedin