Class XII Comp Science - Important Topics
Class XII Comp Science - Important Topics
24. Counting total number of vowel, special characters, upper/lower case characters, digits,
blanks space, lines from a text file.
27. Define the terms – len(), int, float, random, and all the methods of random module,
math module, function str(), min() max() sum().
29. File opening modes, all the types, one example each for file opening modes
30. Opening a text file and counting/displaying words based on certain criteria like words
starting with specific letters, word having particular number of characters, word ending
with specific character, number of words in a line etc, counting a line which begins and
ends with specific word, counting a specific word.
32. Defining the terms related to stack and applying them by using specific operations.
33. To read from a binary file and copy the records of specific type and write into another
file.
35. Define terms – RDBMS, DBMS, domain, tuple, attributes, relations, primary key,
candidate key, foreign key, cardinality, degree, data inconsistency, data redundancy,
alternate keys, composite keys, DDL, DML, DCL, SQL