Posts

Showing posts from January 11, 2026

Knowledge of data types 🎬

📝View PDF Notes Knowledge of data types: number (integer, floating point, complex), boolean, sequence (string,list, tuple), none, mapping (dictionary), mutable and immutable data types

Familiarization with the basics of Python programming (PART-2) 🎬

📝View PDF Notes Familiarization with the basics of Python programming: operator, punctuator, variables, concept of l-value and r-value, use of comments, multiple assignment

Familiarization with the basics of Python programming (PART-1) 🎬

📝View PDF Notes Familiarization with the basics of Python programming: Introduction to Python, features of Python, executing a simple “ hello w o r l d ” program, execution modes: interactive mode and script mode, Python character set, Python tokens (keyword, identifier, literal)

Problem Solving & Decomposition (PART-2) 🎬

📝Download PDF Notes Introduction to problem solving: Steps for problem solving (analyzing the problem, developing an algorithm, coding, testing and debugging). representation of algorithms using flow chart and pseudo code, decomposition

Problem Solving & Decomposition (PART-1) 🎬

📝Download PDF Notes Introduction to problem solving: Steps for problem solving (analyzing the problem, developing an algorithm, coding, testing and debugging). representation of algorithms using flow chart and pseudo code, decomposition

CPU Structure: (PART-2) 🎬

Image
📝Download PDF Notes CPU Structure: Register organization, Stack organization, Instruction format, Addressing modes, RISC vs. CISC architectures Question and answer