Student Worksheet Intro To Coding
Student Worksheet Intro To Coding
Introduction to Coding
Name: ___________________________________ Class: ______________ Date:
________
a) Binary code:
Binary code is the language that
computers use to communicate; it is how
they send, receive and store information
_____________________________________________________________________________
c) Coding: Coding is writing the program in a specific language. There are many different
coding languages
_____________________________________________________________________
__________________________________________________________________________
___________________________________________________________________________
3. Describe Javascript.
Page 1 of 5
___________________________________________________________________________
___________________________________________________________________________
__________________________________________________________________________
2. What degree is useful,
but not necessarily required, for a game developer?.
Bachelors degree in computer science or a related field
__________________________________________________________________________
3. What are the two types of web developers, and what do they do?
__________________________________________________________________________
__________________________________________________________________________
4. What job does an ethical hacker perform? Breaks into companies’ systems legally and
ethically to find any vulnerabilities and weaknesses.
________________________________________________________________________
__________________________________________________________________________
6. What qualifications does an ethical hacker need to secure a job? Degree in an area of
study such as computer programming and the necessary certifications.
Page 2 of 5
d) Flexible sequencing: Flexible sequencing is when the order of steps does not have to be precise.
Page 3 of 5
__________________________________________________________________________
5. Why is understanding sequence versus flexible sequence important? Is precise and flexible.
Sequence is not precise.
__________________________________________________________________________
__________________________________________________________________________
7. List two features of high-level code versus low-level code.runs quicker.returns output faster.
__________________________________________________________________________
__________________________________________________________________________
8. What happens when code is compiled?. Takes the entire program and converts it into binary
code, which it then stores in a file.
__________________________________________________________________________
Page 4 of 5
10. Define the three types of errors in coding. Debugging is removing errors in code that cause it to behave
unexpectedly or not run at all. Logic errors are design flaws in your program.
Examples include:
•Multiplying when you should be dividing
•Opening and using data from the wrong file
•Using the wrong sequence of statements.
Syntax errors represent errors in the grammar of the programming language.
__________________________________________________________________________
__________________________________________________________________________
__________________________________________________________________________
Page 5 of 5