answersLogoWhite

0

yes

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

If you have done pgdca from ET and T - TCIL can you get admission in mca any university?

Yes, completing a Post Graduate Diploma in Computer Applications (PGDCA) from ET and T - TCIL can qualify you for admission to an MCA program at many universities. However, admission criteria can vary by institution, so it's essential to check the specific requirements of the university you are interested in. Typically, a bachelor's degree in any discipline along with a PGDCA is sufficient for eligibility. Be sure to verify if the PGDCA is recognized by the university you wish to apply to.


How much does it cost to get into NC A and T?

North Carolina A&T State University charges a $45.00 application fee for admission consideration.For information regarding tuition/fees as well as financial aid information you can visit the university's financial aid website: http:/www.ncat.edu/~finaid


Who was Winston churchill double?

Winston Churchill's double was a man named Norman "Bill" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F. "B" H. T. F.


T y b com 09 time table of pune university?

Has t.y b.com results declared?


What is the slogan of shivaji maharaj?

yutgujhgjh g htghj tu tuj t ut


What does it mean when college requirments for admission say average High School GPA. I need a 3.05 to get into North Carolina A and T State University and I have a 82.63 GPA on a 1-100 scale?

When college admission requirements specify an average high school GPA, it typically refers to the middle range of GPAs for admitted students, indicating a competitive threshold. A GPA of 3.05 on a 4.0 scale generally corresponds to a B average, while your 82.63 GPA on a 100-point scale is roughly equivalent to a 3.3 on a 4.0 scale, which is above the requirement. Therefore, your GPA meets and exceeds the minimum standard set by North Carolina A&T State University.


What has the author T H B Symons written?

T. H. B. Symons has written: 'Some thoughts on the current state of teaching and research about Northern Canada' -- subject(s): Study and teaching, Research 'The planning and operation of some new residential colleges at the University of Toronto' -- subject(s): University of Toronto 'The University in summer' -- subject(s): University of Toronto 'The Symons report' -- subject(s): Curricula, Study and teaching, Universities and colleges


When will be the result of t y b com 2012 Mumbai university?

When will TYBA Mumbai 2008 results will be declared???


A program to find GCD andLCM of two numbers?

// recursive algorithm to return gcd using Euclid's Algorithm int gcd (int a, int b) { if (a<0) a= -a; if (b<0) b= -b; if (a<b) { int tmp; tmp= a; a= b; b= tmp; } if (b == 0) return a; return gcd (b, a%b); } // LCM using gcd int LCM (int a, int b) { int t; t = a*b; if (t<0) t=-t; return t / gcd (a, b); }


What the diffrernce between t cells and b cells?

its the t and the b


Ty bcom exam time table 2009?

It will be on 23 rd March 2009-for Mumbai University.


Transpose a-t divided by b-t equals c so that t is the subject?

(a - t)/(b - t) = c => a - t = c(b - t) = cb - ct = bc - tc => tc - t = bc - a => t(c - 1) = bc - a => t = (bc - a)/(c - 1)