100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

CodeHS - Module 5: Functions and Parameters || QUESTIONS OPTIMIZED FOR REVISION SUCCESS!!

Rating
-
Sold
-
Pages
4
Grade
A+
Uploaded on
19-05-2025
Written in
2024/2025

5.1.4 Square correct answers function start(){ square(5); square(6); } function square(x){ var squareX = x * x; println(squareX); } 5.1.5 Triple correct answers function start(){ triple(4); triple(5); } function triple(x){ var tripleX = x * 3; println(tripleX); } 5.2.4 Area of Triangle correct answers function start(){ triangleArea(5,4); } function triangleArea(base, height){ var area = 1/2 * base * height; println(area); } 5.2.5 Height in Meters correct answers var INCHES_TO_CM = 2.54; var CM_TO_METERS = 0.01; var FEET_TO_INCHES = 12; function start(){ convertHeightToMeters(6,4); } function convertHeightToMeters(feet, inches){ var feetInInches = feet * FEET_TO_INCHES; var allInches = feetInInches + inches; var centi = allInches * INCHES_TO_CM; var meters = centi * CM_TO_METERS; println(meters); } 5.3.4 Horizontal Lines correct answers function start(){ horizontalLine(100,200); } function horizontalLine(y, length){ var line = new Line(0, y, length, y); add(line);

Show more Read less
Institution
CodeHS
Module
CodeHS








Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
CodeHS
Module
CodeHS

Document information

Uploaded on
May 19, 2025
Number of pages
4
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

CodeHS - Module 5: Functions and Parameters ||
QUESTIONS OPTIMIZED FOR REVISION SUCCESS!!
5.1.4 Square correct answers function start(){
square(5);
square(6);
}
function square(x){
var squareX = x * x;
println(squareX);
}

5.1.5 Triple correct answers function start(){
triple(4);
triple(5);
}
function triple(x){
var tripleX = x * 3;
println(tripleX);
}

5.2.4 Area of Triangle correct answers function start(){
triangleArea(5,4);
}
function triangleArea(base, height){
var area = 1/2 * base * height;
println(area);
}

5.2.5 Height in Meters correct answers var INCHES_TO_CM = 2.54;
var CM_TO_METERS = 0.01;
var FEET_TO_INCHES = 12;
function start(){
convertHeightToMeters(6,4);
}
function convertHeightToMeters(feet, inches){
var feetInInches = feet * FEET_TO_INCHES;
var allInches = feetInInches + inches;
var centi = allInches * INCHES_TO_CM;
var meters = centi * CM_TO_METERS;
println(meters);
}

5.3.4 Horizontal Lines correct answers function start(){
horizontalLine(100,200);
}
function horizontalLine(y, length){
var line = new Line(0, y, length, y);
add(line);
£8.08
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached


Also available in package deal

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
ProPerfomer (self)
Follow You need to be logged in order to follow users or courses
Sold
431
Member since
2 year
Number of followers
322
Documents
8502
Last sold
1 week ago
Global Scholars’ Resource Hub

Welcome to your ultimate exam success hub! We provide top-quality, up-to-date, and approved exam materials—study guides, practice tests, and notes for a variety of subjects. Whether you’re preparing for school, college, or professional exams, our resources are designed to help you study smarter and score higher. Thousands have passed with our materials—now it’s your turn!Need more resources or something specific? Contact me anytime, and I’ll be happy to help you find exactly what you need. Your success is our mission!" ✅ Covers multiple subjects and exam types ✅ Includes real practice questions, answers, and study tips ✅ Ideal for students, test takers, and last-minute review Your Exam Success Starts Here – Grab Your Bundle Before It’s Gone!

Read more Read less
3.9

83 reviews

5
36
4
25
3
9
2
1
1
12

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Frequently asked questions