Thursday, December 20, 2012

Mid-Term (5th Semester) CSE-203 Marks


Electronic Devices & Circuits


Roll  - Marks

02   -   13

04   -   00

07   -   01

09   -   17

10   -   15

11   -   02

13   -   17

14   -   03

16   -   18

17   -   11

18   -   17

19   -   17

20   -   08

21   -   11

22   -   10

24   -   04

25   -   07

26   -   12

28   -   15

29   -   08

31   -   07

32   -   09

34   -   13

35   -   17

36   -   11

38   -   08

39   -   18

40   -   08

41   -   09

44   -   08

45   -   08

46   -   03

47   -   02

48   -   05

49   -   04

50   -   13

51   -   05

52   -   12

53   -   06

54   -   14

55   -   09

56   -   09

57   -   08

Post Comment

CSE-206, Lab-7 [19.12.12]


#include<stdio.h>
#include<conio.h>
void main()
{
int stack[5],i,top,maxstk,
choise, data;
maxstk=4;top=-1;
printf("\n What do you want to do? PUSH/POP/Nothing(1/2/3)");
scanf("%d",&choise);
while((choise==1)||(choise==2))
{
if(choise==1)
{
if(top==maxstk)
{
printf("\n Overflow");
}
else
{
printf("\n Enter data:");
scanf("%d",& data);
top=top+1;
stack[top]=data;
}
}
else if(choise==2)
{
if(top<0)
printf("\n Overflow");

else
{
data=stack[top];
top=top-1;
}
}
else
break;
printf("\n Now the stack is:\n");
for(i=0;i<=top;i++)
printf("%d,",stack[i]);
printf("\n What do you want to do? PUSH/POP/Nothing(1/2/3)");
scanf("%d", & choise);
}
}

Post Comment

Saturday, December 15, 2012

P A R T Y P H O T O :: 12-12-12



12-12-12  Yummy Cake ;)



Our Sir / Madam :)

Post Comment

Thursday, December 13, 2012

PUSH Operation of A Stack, CSE-206 [12.12.12]

PUSH Operation of A Stack

#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
void main()
{
int stack[5],i,top,maxstk,data,choise;
top=-1;maxstk=4;
printf("What do you want to do? PUSH/nothing (1/2):");
scanf("%d",&choise);
while (choise==1)
{
if(top==maxstk)
{
printf("overflow");
exit(1);
}
else
{
printf("\n Enter data:");
scanf("%d",&data);
top=top+1;
stack[top]=data;
printf("\n Now the stack is \n");
for(i=0;i<=top;i++)
printf("%d ",stack[i]);
}
printf("\nWhat do you want to do? PUSH/nothing (1/2):");
scanf("%d",& choise);
}
}

Post Comment

Wednesday, December 12, 2012

P A R T Y S T Y L E


Hey Boyz, It's 12-12-12
and it's time to party

P A R T Y  S T Y L E
L E T S   P A R T Y   D I U   B O Y Z

Post Comment

Sunday, November 4, 2012

Welcome Back Boys....

Dear Friends,

Hope you all enjoy the holy "Eid-ul-Azha" specially known as "Hamba Mubarak". After a long vacation we are eager to continue our classes in 06.11.2012 (Tuesday).

We are hopefull to let the fun bagain......

Thanks to all,
Night Hawk

Post Comment

Monday, October 22, 2012

Eid-ul-Adha Mubarak

Dear All friends... wish you a very Happy EID Day!!!


Hamba Mubarak :)

Post Comment

Tuesday, October 16, 2012

Top Students of our Batch...

Here you can find all the top students and other students at a glance. If you need any help from anybody, please contact them in the given numbers....
                                                                   Thank You.....Night Hawk
Ø      Top Students:
Name
Category
SGPA
Current Place
Identity
Contact No:
Mohammad Ismail
Genius
3.65
1st
Boss
01730 316917
Ashraf Khan
Over Confident
3.65
1st
Drama Boy
01829 942210
M.Shawon
Ordinary
3.48
2nd
Night Hawk
01713 439324
Shazzad
Brilliant
3.46
3rd
Smart Boy
01922 136511
Saddam
Extra-Ordinary
3.38
4th
Main Duck
01717 515088
Sumona
Brilliant
3.15
5th
Setaitooo....
01927 747642

Ø      Special Students:

Name
Specialty
Identity
Contact No:
Shamal Da
Super Cool
Guru
01913 696592
Sohel Rana
Kaaz Pagol
Tota Miya
01721 335399
Rubel 45
Rosik
Digital Himu
01722 250708
Sunny
Straight Forward
Prince
01675 374004
Amin Vai
Lecture
Newton
01677 186993
Salauddin
Dour
Einstein
01670 101007
Mousomi
Dhong
Heroine
01921 937957

Ø      Other Students:

Comming Soon....

Post Comment

Monday, October 8, 2012

5th Semester Class Routine


Subject, Day & Time:
Sub. Code
Friday
Tuesday
Wednesday





Electronic Devices & Circuits
CSE-203
10.15-11.30
6.00-7.15
-





Electronic Devices & Circuits Lab
CSE-204
-
-
6.00-7.40





Data Structures
CSE-205
11.30-12.45
7.15-8.30
-





Data Structures Lab
CSE-206
-
-
7.40-9.20





Differential Equations & Vector Analysis
MATH-202
9.00-10.15
8.30-9.45
-

Post Comment

Contact Personals...

Dear Friends,

Here you can find all numbers of related persons of our course...


Designation Contact Person Mobile No:



Chairman, Dept. of CSE A. T. M. Mahbubur Rahman 01720 557279



Asst. Register (Academic) Md. Farizul Hoque 01914 198040



Course Co-ordinator Mr. Rezwanul Islam 01711 953595


01672 609383
Lecturer of EEE Mousumi Akter 01670 010737



Asst. Professor of Math Dr. Sariful Alam 01552 383739



For Reports and Othes Mehedi 01743 138409





Class Representative       Saddam                                                01717 515088





                                                                                                     01685 195925
























Post Comment

Result of 4th Semester Final-2012




Roll No: SGPA Grade Result
1 0 F Incomplete
2 3.06 B Passed
3 0 F Incomplete
4 0 F Incomplete
5 0 F Incomplete
6 0 F Incomplete
7 2.54 C+ Passed
8 0 F Incomplete
9 3.48 B+ Passed
10 3.65 A- Passed
11 2.46 C Passed
12 0 F Incomplete
13 2.94 C+ Passed
14 0 F Incomplete
15 0 F Incomplete
16 3.06 B Passed
17 3.13 B Passed
18 3.15 B Passed
19 0 F Incomplete
20 0 F Incomplete
21 0 F Incomplete
22 0 F Incomplete
23 0 F Incomplete
24 0 F Incomplete
25 0 F Incomplete
26 2.71 C+ Passed
27 0 F Incomplete
28 0 F Incomplete
29 0 F Incomplete
30 0 F Incomplete
31 2.73 C+ Passed
32 2.65 C+ Passed
33 0 F Incomplete
34 3.04 B Passed
35 3.46 B+ Passed
36 3.08 B Passed
37 0 F Incomplete
38 3.06 B Passed
39 3.65 A- Passed
40 3.38 B+ Passed
41 3.04 B Passed
42 0 F Incomplete
43 0 F Incomplete
44 0 F Incomplete
45 2.35 C Passed
46 0 F Incomplete
47 0 F Incomplete
48 2.46 C Passed
49 2.58 C+ Passed
50 2.65 C+ Passed
51 2.25 C Passed
52 2.83 C+ Passed
53 0 F Incomplete
54 0 F Incomplete
55 2.23 D Passed
56 2.38 C Passed
57 2.17 D Passed

Post Comment