New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

Jacob Nelson CG Unit 3

Quiz

Played 3

About this activity

Study guide.

Created by

United States

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Jacob Nelson CG Unit 3
 

Jacob Nelson CG Unit 3Online version

Study guide.

by Jacob Nelson
1

Pulling out specific differences to make one solution work for multiple problems. A simplified representation of something more complex.

2

A piece of code that you can easily call over and over again.

3

The full set of commands in a programming language.

4

A description of the behavior of a function, library, API, etc.

5

A collection of commands/functions (typically with a shared purpose)

6

Accepts a value to be passed to a function (typically affecting the behavior of that function)

7

A system of instructions that is continually carried out until certain conditions are reached.

8

The act or process of repeating (ex: loop)

9

A problem solving approach (also known as stepwise design) in which you break down a system to gain insight into the subsystems that make it up.

10

What is efficiency?

11

Which statements are true about functions?

Choose one or more answers

12

Which of the following statements about writing functions and Top-Down Design is NOT true?

13

What is an API?

14

Which of the following are true?

15

What do you do when you want to repeat something in your code?

Choose one or more answers