Magnificat High School

Magnificat High School is a Catholic all-girls college-preparatory high school located in Rocky River, Ohio, a residential suburb west of Cleveland, Ohio. It was founded in 1955 and is sponsored by the Sisters of the Humility of Mary.

Magnificat High School
Address
20770 Hilliard Boulevard

, ,
44116

United States
Coordinates41°28′08″N 81°51′01″W
Information
School typePrivate, college-preparatory high school
Religious affiliation(s)Roman Catholic
Established1955 (1955)
PresidentMoira Clark
Teaching staff68.1 (FTE) (2015–16)[1]
Grades912[1]
GenderAll-Girls
Enrollment754 (2015–16)[1]
Average class size22
Student to teacher ratio11:1 (2015–16)[1]
Color(s)     Blue
     White[2]
MascotBlue Streak[2]
AccreditationOhio Catholic Schools Accrediting Association
North Central Association of Colleges and Schools[3]
Tuition$14,200
AffiliationSisters of the Humility of Mary
WebsiteOfficial website

Notable alumnae

gollark: Which `let`?
gollark: This lets me do this```javascriptconst getPage = name => SQL`SELECT * FROM pages WHERE name = ${name} ORDER BY updated DESC LIMIT 1`.get() || null```*without* the glaring SQL injection vulnerabilities!
gollark: ```javascriptexport const SQL = (strings, ...params) => { const sql = strings.join("?") let stmt const cachedValue = preparedStatements.get(sql) if (!cachedValue) { stmt = DB.prepare(sql) preparedStatements.set(sql, stmt) } else { stmt = cachedValue } return { get: () => stmt.get.apply(stmt, params), run: () => stmt.run.apply(stmt, params), all: () => stmt.all.apply(stmt, params), statement: stmt }}```observe some stuff from my code.
gollark: I've never written that.
gollark: They do have more brackets though, sadly.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.