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 Data Types and Flow Quiz

Froggy Jumps

Played 0

About this activity

Data types and control flow basics

Created by

India

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 Data Types and Flow Quiz
 

Froggy Jumps

Programming Data Types and Flow QuizOnline version

Data types and control flow basics

by Rahul Badgujar
1

What stores whole numbers?

2

What stores single-precision decimal numbers?

3

What stores double-precision floating-point numbers?

4

What stores high-precision decimal values, commonly used for financial calculations?

5

What stores a single Unicode character?

6

What stores a sequence of characters (text)?

7

What stores only two values: true or false?

8

What is the base type that can store values of any data type?

9

What type is determined at runtime instead of compile time?

10

What is a named memory location used to store data?

11

What is a user-defined name given to variables, methods, classes, or other program elements?

12

What declares a value that cannot be changed after initialization?

13

What is a symbol used to perform operations on operands?

14

What category of operators is used for addition, subtraction, multiplication, division, and modulus?

15

What category of operators is used to compare two values?

16

What category of operators is used to combine or negate conditions?

17

What decision-making statement executes a block when a condition is true?

18

Executes when the if condition is false?

19

What selects one block of code from multiple alternatives?

20

Repeats a block of code as long as a condition remains true?

21

Loop commonly used when the number of iterations is known?

22

Loop that executes its body at least once before checking the condition?

23

Loop used to iterate through each element in a collection or array?

24

Immediately exits a loop or switch statement?

25

Skips the current iteration and moves to the next iteration of a loop?

Are you sure you want to leave the page?

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