Washington High School (Maryland)

Washington High School (WHS) is a public high school in Somerset County, Maryland, United States. The school handles five grades: 8th and 9th grade are handled in an "academy" section of the school, while grades 10 through 12 are handled as high school.[2]

Washington High School
Address
10902 Old Princess Anne Road

,
United States
Information
Other nameWashington High School & Academy
TypePublic High School
MottoWisdom, Honor, and Success
School districtSomerset County Public Schools
PrincipalChantal Russum[1]
Grades8–12
Color(s)Maroon and Gold          
MascotJaguars
Websitewhs.somerset.k12.md.us

The school is located on the Eastern Shore of Maryland in the town of Princess Anne in Somerset County. The school is within walking distance of the University of Maryland Eastern Shore on Maryland Route 675, and just east of US 13.

The current building was constructed in 1975 and is 129,534 square feet (12,034.1 m2) is size. The school property is 32.14 acres (130,100 m2).[3]

Students

Washington's graduation rate has been steadily rising over the past 12 years. In 2007, 81.7% of the class of 2007 graduated, up from 70.4% in 1996.[4]

Washington High School is a fairly small high school. In 2007, the school was near its 12-year high enrollment with 649 students, though 673 were enrolled in 2006.

Student population [5]
2007649
2006673
2005655
2004502
2003478
2002487
2001486
2000515
1999533
1998550
1997561
1996606
1995599
1994608
1993591

Sports

State Champions

  • 2000 - Girls' Field Hockey [6]
  • 1999 - Girls' Field Hockey
  • 1985 - Softball [7]
  • 1982 - Baseball [8]
  • 1975 - Boys' Basketball [9]
  • 1959 - Boys' Track & Field [10]
  • 1958 - Boys' Track & Field
  • 1955 - Boys' Track & Field
  • 1954 - Boys' Track & Field
  • 1953 - Boys' Track & Field

Finalist

  • 2013 - Boys' Basketball
  • 2012 - Boys' Soccer
  • 1995 - Softball
  • 1989 - Baseball
  • 1984 - Softball
  • 1975 - Baseball
  • 1972 - Boys' Basketball
  • 1957 - Boys' Track & Field
  • 1949 - Boys' Basketball
  • 1948 - Boys' Basketball

Semi-Finals

  • 2011 - Boys' Soccer
  • 2010 - Boys' Soccer
  • 2003 - Football [11]
  • 1998 - Girls' Basketball [12]
  • 1996 - Girls' Basketball
  • 1983 - Baseball
  • 1980 - Baseball

References and notes

gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.

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