Skip to main content

What does CTE diploma means to me

There are different diplomas that students in High School can get during their enrollment. However, they have different standards into achieving them, so Ill be showing the differences between them. A Regents diploma is the regular diploma that a student can get, and the Advance Regents diploma is for those that has taken more regents and exceed in grades compared to regular students. To get the Regents diploma, you need 8 English credits, 8 S.S. credits, 6 Math credits, 6 Science credits, 2 credits in LOTE, 4 credits in PE, 1 credit in Health, 2 credits in arts and 7 elective credits. You also need to pass at least 5 regents exam on English, any math, any science, any S.S., and any additional regents. The Advance Regents diploma is different in this. You need 6 LOTE credits instead of 2, but also need 3 elective credits instead of 7. You also need to pass at least 9 regent tests in order to get the Advanced Regents Diploma. The CTE endorsed diploma is one where the student enrolled in State-approved CTE programs. The requirement for the CTE endorsement is meeting the requirement of either the Regents or Advance Regents diploma. Taking the CTE course would cover all the elective credits and you only require 2 LOTE credits. You must also get course credits in the CTE class, 1 credit in Career and Financial Management, passing the CTE technical assessment and completing the WBL requirements. Doing so will add the endorsement to your diploma. The benefits of having the endorsement will let you have higher chances of getting a job at that occupation. This would benefit me personally, because i want to gain the skill of programming and I would be able to gain a job at doing what I love. Basically having this endorsement would make you stand out to the employer

Comments

Popular posts from this blog

Lab 23

Hello everyone! For lab 23, we needed to make a website page that had an agenda on it. I did it by utilizing the info tag on HTML and styled it with CSS we likewise needed to make a capacity where in the event that you press the move key and snap 2 check boxes it would check everything in the middle. I made this by making a capacity called Handle watch that had an occasion parameter. Utilizing the occasion parameter we could check if the move key was clicked or not and in this way giving us a chance to choose if everything in the middle of two check boxes ought to be checked or not. Also, this lab I figure out how to utilize the forEach capacity And how to make bolt works. I will apply these abilities later on when I need to make a site where it has a ton of usefulness so I would need to utilize the for each capacity and make a capacity. Counsel I would offer is to utilize jQuery rather than vanilla JavaScript on the grounds that it truly abstracts the whole JavaScript language into...

lab 18

Hello Everyone! Despite the fact that this lab wasn't front-end overwhelming, it was exceptionally specialized as we chiefly utilized the comfort. What we needed to do was to emphasize through clusters, and items. Utilize various strategies to channel and sort the exhibits/objects. First we working on sifting clusters by utilizing the channel technique made for items to channel the ladies dependent on their lifetime period. For the names object, we utilized the sort technique to sort the names in sequential order request and for the transportation object, we utilized the decrease strategy to check the occasions that particular article came up in the exhibit and showed that in the support. I did this lab since it was doled out to me by my educator, I took in a great deal in this lab. For instance, I didn't know the greater part of these techniques even existed in JavaScript like the channel() strategy. I see myself utilizing these aptitudes later on when I am working with bun...

Lab 19

Hello everyone ! Lab 19 was fundamentally the same as lab 18 as far as managing exhibits/information. This time we needed to discover certain information in the item and the file of that object. We additionally checked if each item meets explicit criteria like age. So we had constants which iterated through articles to discover individuals that are grown-ups. We did this by utilizing the a few() and each() on the item. To discover remarks and their lists in the exhibit I utilized the find() and findIndex() techniques to discover explicit remarks utilizing the id object of that cluster and record it.  I did this lab since it was doled out to me by my instructor, I took in a ton in this lab. For instance, I didn't know the vast majority of these strategies even existed in JavaScript like the a few() and each() technique. I see myself utilizing these aptitudes later on when I am working with loads of information and I have to sort/channel or do anything with the information so far ...