Saunders MS
Colgan HS
Hylton HS
Benton MS
Osbourn Park HS
100

What is Binary Code?

The language that computers use to communicate

  

100

 describe low level code

It runs quicker, but is not as user friendly

  

100

True or False: Python is well known because it is easy to read and looks the most like regular English

True

100

What are the three types of basic control structures?

 Sequential, Selection, Repetition

100

What does a back end developer do?

They handle how the website / game functions

  

200

What does HTML stand for?

  Hyper Text Markup Language

200

What are the five steps in the programming process?

Define, Design, Code, Test, Document

  

200

What is the purpose of an algorithm?

To provide a procedure or formula for solving a problem

  

200

True or false: an algorithm is a part of a program

True 

200

What is a loop?

A loop repeats a sequence of commands

300

What is the general purpose programming language?  (C++, Javescript, python)

C++

300

True or False: Coding is writing a program in a specific language

True

  

300

What degree(s) is useful but not required for a  video game developer?

Software engineering / computer science

  

300

What happens when code is compiled?

The code is converted into binary code

  

300

When does a runtime error occur?

When the computer cant do what its been instructed to do

400

What must you include when coding a loop?

How many times to run the loop

  

400

What does a front end developer do?

They handle what the user sees and expierences

  

400

How does a computer read a sequence?

left to right, top to bottom, one line after another

400

 describe high level code

It runs slower, but is more user friendly

  

400

Which of the following is NOT one of the coding languages we talked about? (C sharp, C++, Python, Javascript)

C sharp

500

True or False with flexible sequencing the order matters

False

  

500

What is the role of a software quality assurance engineer?

To test software to make sure it is functioning properly

  

500

When does a logic error occur?

When there is a design flaw in the program

500

When does a syntax error occur?

Where there is a grammatical error in the program

500

Define the term decomposition

breaking the problem down into smaller parts

M
e
n
u