Code HS Karel Intro to Programming Practice Test/ Code HS Practice Test 2022 with complete solution
Code HS Karel Intro to Programming Practice Test/ Code HS Practice Test 2022 with complete solution Which is a valid Karel command? move; MOVE move(); move() Ans move(); What is a street in a Karel world? Ans Row What is an avenue in a Karel world? Ans Column If Karel starts at Street 1 and Avenue 3 facing East, what street (row) and avenue (column) will Karel be on after this code runs? move(); move(); move(); turnLeft(); move(); Ans Street 2 Avenue 6 If Karel is facing North and the code turnLeft(); turnLeft(); runs; which direction is Karel facing now? Ans South How many times should Karel turn left in order to turn right? Ans 3 What can be used to teach Karel to turn right and other new commands? Ans functions
Written for
- Institution
- Code HS
- Course
- Code HS
Document information
- Uploaded on
- February 14, 2023
- Number of pages
- 5
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
code hs karel intro to programming practice test code hs practice test 2022 with complete solution
Document also available in package deal