answersLogoWhite

0

HSC Centre Chembur No. 3, with code 0433, is located in Chembur, a suburb of Mumbai, India. It is designated for conducting Higher Secondary Certificate (HSC) examinations for students in the region. For the exact address and details, it's best to check with local education authorities or official government websites.

User Avatar

AnswerBot

2mo ago

What else can I help you with?

Continue Learning about Engineering

List of computer diploma colleges in Mumbai?

By Diploma you mean Engineering Diploma of 3 years. I know a few near to Navi Mumbai region - BVIT , kharghar - Dy. Patil , Nerul - K J Somaya, Chembur - Shah & Anchor , Chembur - Saboo Siddhique college


What is the Logo command to draw alphabet k?

Starting from the centre, move forward 100 pixels, turn 180 degrees and move forward 100 pixels (returning to the centre). Then turn 120 degrees. Repeat three times. repeat 3 [fd 100 rt 180 fd 100 lt 120]


Your garbage disposal is clogged and hums?

Turn the switch OFF and look below the centre of the garburator. There is an Allen socket in the middle of the motor shaft, fit an Allen wrench (often 3/16 or 1/4 ) into it and turn as water runs through it. Hopefully this will dislodge the obstruction. After removing your Allen wrench turn switch on to test it.


Writea c program to print the day for an input of date month and year?

#include<iostream> #include<string> #include<ctime> using namespace std; std::tm input_date() { while (true) { cout << "Enter date (dd/mm/yyyy): "; string input; getline (cin, input); size_t d, m, y; int n = sscanf (input.c_str(), "%u/%u/%u", &d, &m, &y); if (n!=3) cout << input << " is not a valid date." << endl; else { tm date; memset (&date, 0, sizeof(tm)); date.tm_isdst = -1; date.tm_mday = d; date.tm_mon = m-1; date.tm_year = y-1900; return date; } } } int main() { tm date = input_date(); time_t tt = mktime (&date); date = *localtime(&tt); switch (date.tm_wday) { case (0): std::cout << "Sunday"; break; case (1): std::cout << "Monday"; break; case (2): std::cout << "Tuesday"; break; case (3): std::cout << "Wednesday"; break; case (4): std::cout << "Thursday"; break; case (5): std::cout << "Friday"; break; case (6): std::cout << "Saturday"; break; } std::cout << std::endl; }


What is difference between transformer and center taped transformer?

AnswerNot a big difference, an ordinary transformer only have one voltage out for instance 12 Volt, where a center tap can supply two X 6V with the center tap as 0 volt and 12V it is normally called a 6-0-6 or 9-0-9 an advantage of the center tap is that you only need two diodes to get full wave rectifying where with a ordinary you will need a full bridge to get full wave rectifying

Related Questions

What is the board center name for HSC Mumbai?

The board center name for HSC Mumbai is the Maharashtra State Board of Secondary and Higher Secondary Education.


Where is center for Maharashtra board HSC exam 2013 center no 0453?

Malad (w) liberty garden no.3


Can you repeat hsc exam?

i had given my exam 3 years back but i have not cleared my 2 subjects so can i repeat hsc exam


List of computer diploma colleges in Mumbai?

By Diploma you mean Engineering Diploma of 3 years. I know a few near to Navi Mumbai region - BVIT , kharghar - Dy. Patil , Nerul - K J Somaya, Chembur - Shah & Anchor , Chembur - Saboo Siddhique college


Where is HSC center no 3 for February 2013 exams?

105


Pls give me the name where I got HSC exam's question papers from 2004 to 2007?

No.on Oct 3 2010 HSC exam's


When there will be exam of hsc 2013?

HSC exam published 3 August 2013 on Result Out. HSC result 2013 are declared by educationboardresults.gov.bd. several students still search educationboard.gov.bd rather than admin because it revealed the previous HSC results of BanglaDesh.


Can you complete Ty b com after the gap of 3 years after HSC?

NO we can't


Can you complete Ty b com after the gap of 3 years after the HSC?

it depends


WebSite of getting solution of up seat exam?

sir, Can I GET AN ANSWER FOR nvq level 3..hsc 32.1 answer?


A triangle with a vertex at A(4 -8) is dilated so that A' has coordinates (-3 6). The scale factor used was?

It depends where the centre of enlargement (dilation) was; it can be any value.As all you have given us is the change in the coordinate of the A vertex, so all we can conclude is that the centre of enlargement is somewhere along the line y + 2x = 0.Examples:If the centre is at (3, -6) then the scale factor is -6If the centre is at (0.5, -1) then the scale factor is -1If the centre is at (0, 0) then the scale factor is -3/4If the centre is at (-3, 6) then the scale factor is 0If the centre is at (-4, 8) then the scale factor is 1/8If the centre is at (-10, 20) then the scale factor is 1/2If the centre is at (11, -22) then the scale factor is 2If the centre is at (1.4, -2.8) then the scale factor is 6(As the centre tends towards ±∞ the scale factor tends towards 1 [from below towards -∞, from above towards +∞].)


What is the image of point (3 5) if the rotation is -90 degrees?

Conventionally positive angles are measured anticlockwise. It depends where the centre of rotation is, so where would you like the image to be? If the centre is at, say, (3, 5) then the image will be at (3, 5) regardless of the angle of rotation. If the centre is at, say, (3, 3) then the image will be at (5, 3) If the centre is at, say, the origin, ie (0, 0) then the image will be at (5, -3).