Code HS Exam 2023 Questions and Answers with complete solution
Code HS Exam 2023 Questions and Answers with complete solution Which command does Karel no know in Lesson 1.1? Ans turnRight( ); What doe the turnLeft( ); command do? Ans rotates Karel 90 degrees to the left What is the best turnRight( ); function to rotate 90 degrees? Ans function turnRight( ){ turnLeft( ); turnLeft( ); turnLeft( ); } How many times should a regular function be called? Ans As many times as you want How many times should a start function be defined? Ans Once How many times should the start function be called? Ans None Why do we use functions in our programming? Ans break down the program into smaller parts, make our program easier to understand, avoid repeating code What is top down design? Ans a way of designing your program by starting with the biggest problem and breaking it down into smaller pieces that are easier to solve Writing comments always effects the outcome of your code (true or false) Ans false Comments are used to translate your code into plain English so others and yourself can understand it more easily (true or false) Ans true What signifies the beginning and end of a comment? Ans /* and */
Geschreven voor
- Instelling
- Code HS
- Vak
- Code HS
Documentinformatie
- Geüpload op
- 14 februari 2023
- Aantal pagina's
- 6
- Geschreven in
- 2022/2023
- Type
- Tentamen (uitwerkingen)
- Bevat
- Vragen en antwoorden
Onderwerpen
-
code hs exam 2023 questions and answers with complete solution
Ook beschikbaar in voordeelbundel