1/8
Vocabulary-style flashcards covering computer memory, logical functions, encoding terminologies (ASCII, ISCII, Unicode), and Python basics for Class 11 CBSE.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Primary memory (Main memory)
The internal workspace of the computer where data and instructions are stored for immediate processing.
Logical operators
Functions that enable the computer to perform decision-making processes.
ASCII
American Standard Code for Information Interchange, a standard encoding scheme for digital systems.
ISCII
Indian Script Code for Information Interchange, an encoding scheme designed to represent various Indian scripts.
Unicode
A universal character encoding standard that provides a unique number for every character, regardless of the platform or language.
UTF-8
A variable-width Unicode encoding that uses 8-bit blocks to represent characters.
UTF-16
A Unicode encoding that uses 16-bit blocks to represent characters.
UTF-32
A fixed-width Unicode encoding that uses exactly 32 bits for every character.
Getting started in Python
The introductory concepts of the Python programming language covered in Chapter 5.