Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > Exams

  #2  
Old October 24th, 2013, 06:18 PM
Super Moderator
 
Join Date: Dec 2011
Default Re: Computer Science Class XII Notes

As you are searching for the notes of Overview of CPP (Key Notes) - Computer Science offered in Class XII at Kendriya Vidyalaya (KV) Sangathan, Jammu region so here I am sharing same with you

Notes of Overview of CPP (Key Notes) - Computer Science

UNIT 1 : PROGRAMMING IN C++

Introduction to C++

C++ programming language developed by AT&T Bell Laboratories in 1979 by
Bjarne Stroustrup. C++ is fully based on Object Oriented Technology i.e. C++ is
ultimate paradigm for the modeling of information.

C++ is the successor of C language.
It is a case sensitive language.
Character Set- Set of characters which are recognized by c++compiler i.e
Digits (0-9), Alphabets (A-Z & a-z) and special characters + - * , . “ ‘ < > = { ( ] ) space
etc i.e 256 ASCII characters.
Tokens- Smallest individual unit. Following are the tokens

Keyword-Reserve word having special meaning the language and can’t be used as
identifier.

Identifiers-Names given to any variable, function, class, union etc. Naming convention
(rule) for writing identifier is as under:
i) First letter of identifier is always alphabet.
ii) Reserve word cannot be taken as identifier name.
iii) No special character in the name of identifier except under score sign ‘_’.

Literals-Value of specific data type assign to a variable or constant. Four type of Literals:

Operator – performs some action on data
Arithmetic(+,-,*,/,%)
Assignment operator (=)
Increment / Decrement (++, --)
Relational/comparison (<,>,<=,>=,==,!=).
Logical(AND(&&),OR(||),NOT(!).
Conditional (?

Data type- A specifier to create memory block of some specific size and type. C++offers two types of data types:
1) Fundamental type : Which are not composed any other data type i.e. int, char, float and void
2) Derived data type : Which are made up of fundamental data type i.e array, function, class, union etc

Rest of the notes are attached in below zip file which is free of cost for you

Address:
Kendriya Vidyalaya Sangathan Regional Office
Address: Hospital Road, Hospital Rd,
Gandhi Nagar, Jammu, JK 180004
Phone:0191 245 3528

Map:

Attached Files Available for Download
File Type: zip KVS Jammu CPP Key Notes of Computer Science class XII.zip (1.21 MB, 251 views)
__________________
https://t.me/pump_upp
Reply With Quote
Reply




All times are GMT +6. The time now is 08:50 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8