Category: class11 compScience

CBSE - Class XI - Computer Science - UNIT 1 - Computer Fundaments - MCQs

Quiz? (img source:clker.com) Multiple Choice Questions on Computer Fundamentals Q1: ASCII stands for (a) American Standard Currency for International Interchange (b) American Standard Code

CBSE Notes

CBSE - Class XI - Computer Science - Simple C++ Snippets (Part-2)

Q1. What is the size of a variable? Answer: When you declare a variable- memory is allocated for that variable. For example char variable takes 1 byte of memory while an int variable consumes two b

CBSE Notes

CBSE - Class XI - Computer Science - Simple C++ Snippets (Part-1)

C++ Snippets complied and tested in Turbo C++ (DOS mode). Q1: Write a simple program to print your name- class and school. Answer: #include int main() { cout <<

CBSE Notes

Video