Easy CS
Easier CS
Code
More CS/Code
Random
100

An electronic device consisting of hardware and software.

Computer

100

A number system based on two numbers, 0 and 1.

Binary

100

A command that displays text and numbers on the screen.

print()

100

Data and information in the real world that can be measured discretely or numerically, instead of continuously. Example: binary data stored in a computing device.

Digital data

100
Simba's father?

Mufasa 

200

Programs that run on hardware.

Software

200

The rules that define the written structure of a programming language.

Syntax

200

Any whole number (either positive or negative), and zero.

Integer 

200

A note written in computer code for the programmer to read, that the computer ignores. Marked in Python with a # symbol.

Comment

200

Longest river in the world?

Amazon

300

The physical machine; any part of a computer that you can touch.

Hardware

300

Information sent to the computer by the user, in the form of letters, numbers, or symbols.

Input 

300

Adds two strings together.

Concatenation +

300

A name for a spot in the computer's memory where information can be stored.

Variable 

300

Current NBA Championship team?

Golden State Worriers

400

Instructions that a computer follows, written in code.

Program

400

Data and information in the real world that can be measured continuously, instead of discretely. Example: volume or color.

Analog data.

400

Object in python that stores letters, numbers and words. Not used for calculations. 

String

400

Long term memory or storage. Preserved when a computer is powered off. 

Secondary memory

400

Where is this years' world cup taking place?

Qatar

500

Provide an example of high and low level of programming language.

High level (Python, Java, Scratch) 

Low level ( Binary )

500

A program that translates written code into machine language.

Compiler

or 

Integrated Development Environment (IDE)

500

A function that translates strings into integers.

str()

500

Special sequences marked with the \ symbol. Can allow you to make a new line, tab, print a quotation mark, or print a backslash.

Escape sequence 

500
Convert this number to binary:

15

1111

M
e
n
u