What language is this?
What is the term?
What are these?
Languages
100

def hello_world (name:string):print(&"{name}")

Python

100

A term used to say that if the criteria are met, then you must do something.

An if statement

100

A dictionary.

A set of values that correspond to a certain thing.

100

Name 1 language.

(any language)

200

Function hello_world (name:string) {console.log(name)}

Javascript

200

A term used to say that if the criteria are met, then something happens, otherwise something happens.

An else statement

200

A float.

A number that can be a decimal.

200

Name 2 languages.

(any 2 languages)

300

void hello_world (const std::string&name) {cout << name;}

C++

300

A term used to say that if the criteria are met, then something happens, otherwise if this criteria is met, then this happens, and so on.

An elif statement.

300

A string.

Something that is usually found in double quotes and is usually letters, but can also be numbers. "43" "Bob"

300

Name 3 languages.

(any 3 languages)

400

void hello_world (chor + name) {printf("%s",name);}

C

400

A term used to show that one thing has the same value as something else.

An ==.

400

An I32.

A signed integer going up to 2^32

400

Name a language derived from java.

Javascript

500

Fun hello_world (name:String) {print!("{name}")}

Rust

500

A term used to show that something is greater than another thing.

An =>.

500

A U32.

An unsigned integer going up to 2^32.

500

Name a language derived from shell.

BASH

M
e
n
u