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:

Programming Concepts Quiz

Froggy Jumps

Played 0

About this activity

CS basics and code samples

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
Programming Concepts Quiz
 

Froggy Jumps

Programming Concepts QuizOnline version

CS basics and code samples

by Yaj Kotak
1

Which programming paradigm emphasizes describing what the program should accomplish rather than how to do it?

2

What will be printed by the following C code? int x = 4; printf("%d", ++x);

3

Which memory area is primarily used for function call frames and local variables?

4

What does the following Scheme expression evaluate to? (* (+ 2 3) 4)

5

Which concept allows a derived C++ class to redefine a method from its base class?

6

What is the output of the following C++ code? int x = 7; int* p = &x; cout << *p + 1;

7

In Prolog, what is the primary role of a rule?

8

What is the result of the following Scheme code? (define x 5) (+ x 3)

9

Which term describes how a programming language enforces rules on variable types?

10

What will the following C code compute? int sum(int n) { if (n == 0) return 0; return n + sum(n - 1); }

Are you sure you want to leave the page?

If you leave, you will lose the game in progress.