Group I
Group II
Group III
Group IV
Vocabulary
100

What is the binary representation of the decimal number 10 (ten)?

1010

100

Which data type would be most appropriate for storing a person's age 

1) integer                         3) Boolean

2) float                             4) String

1) Integer

100

The process of converting the data type of a variable or value from one type to another

Ex:

   -  Integer to String

   -  Float to Integer

Casting

100

Cloud storage is always more secure than local storage options.

True/False

False

100

A specific group of people to whom you are communicating data or information.

Audience

200

Which data type is used to represent TRUE or FALSE values?

a) Integer           b)String           c)Boolean

Boolean

200

Which data type is used to represent text?

  • A) Integer            B) Float
  • C) String              D) Boolean

 

c) String

200

To join together multiple string variables or values

Ex:

sprite.say("Our zoo has a " + animal)

Concatenate

200

Using cloud storage allows for easy data sharing among users in different locations.

True/False

True

200

To give, receive, or share information.

Communicate

300

How many bits are in a byte?

8

300

Which of the following is an example of a Boolean value? 

A) 42                              B) "Hello"

C) True                           D) 3.14

c) True

300

Negative or positive whole numbers including zero; integers appear blue in the Codesters code editor

a) float                  b) integer           c)string

b) integer

300

The repetition of a process or set of instructions, often using loops in programming.

a) Iteration          b)Concatenation        c) Casting

Iteration

300

A diagram that represents variable values in relation to each other.

Graph

400

binary number  - 1011 

decimal            - ?

11

400

What is the binary representation of the decimal number 4?

100

400

Which type of storage requires internet connectivity to access data?

  • A) USB flash drive
  • B) Local server
  • C) Cloud storage


c) Cloud

400

What does 'data sharing' refer to?

A) Deleting data from a device

B) Transferring data across technology systems

C) Storing data on a local server

D) Encrypting data for security

B) Transmitting data across technology systems

400

To convince someone to do something by giving reasons or evidence.  

 Persuade

500

Which of the following best describes a 'string' data type?

  • A) A sequence of characters
  • C) A whole number

A) A sequence of characters

500

Which data type would be most appropriate for storing a person's name?  

  • A) Integer            B) Float
  • C) String              D) Boolean

String

500

Data stored on a local server can be accessed without an internet connection.

True / False

True

500

Which device is typically used for local data storage?

  • B) USB flash drive
  • C) Cloud service
  • D) Remote backup server

B) USB flash drive