GSEB - STUDENTS - CLASS 12 - FULL COURSE REVISION TEST
Full Course Test Click to give the online test
Full Course Test Click to give the online test
ONLINE TEST OF FULL COURSE (FOR STUDENTS GSEB: XII STD.) TEXT BOOK EXERCISE CONTENT Click here to start test.
ONLINE TEST OF CH NO. 4, 5 AND 6 (FOR STUDENTS GSEB: XII STD.) 0 Click here to start test.
Click here to download all the Java Programs
class Room { float length, width, height; byte nWindows; void setAttr (float l, float w, float h, byte n) { length=l; width=w;...
class nestedLoopDemo { public static void main(String args[]) { int n, flag, i, j; n=100; j=2; System.out.println("The...
class breakDemo { public static void main(String args[]) { int i, n=10; for(i=1;i<=n;i++) { if(i==5) continue; ...
class whileLoopDemo{ public static void main(String args[]) { int i=11, n=5; while(i<=n) { System.out.println(i); i+...
// Program-1 public class DemoIf { public static void main(String args[]) { int marks; String result; marks=20; if(marks>...
public class Block { public static void main(String args[]) { int x=10; blk1: //label {//start of block1 int y=50; ...
public class ArithOperators { public static void main(String args[]) { short x=6; int y=4; float a=12.5f; //suffix f to expli...
This playlist is for the students of 12th Std. of Gujarat Board.
Lecture Video Click Here to Watch Video Click the following link to get the files of JavaScript Programs. Download
COMPUTER COURSE ONLINE Playlist for the students of GSEB - XII for the computer subject. You will get all the video lectures on the followin...
This pdf file is available free for students of the Guj. Secondary Education Board. Subject: Computer Studies Std. XII D...
This pdf file is available free for students of the Guj. Secondary Education Board. Subject: Computer Studies Std. XII D...
This pdf file is available free for students of the Guj. Secondary Education Board. Subject: Computer Studies Std. XII D...
This pdf file is available free for students of the Guj. Secondary Education Board. Subject: Computer Studies Std. XII D...
Download the File. Click here to Watch the Explanation & Developing Video