what is the programming language
what does it do
history
fix it
binary
*experts only*
100

name = "marshall"

print (f"hello {name}"

what is PYTHON

100

print ("hello world")

what is prints hello world!

100

what game caused the video game crash of 1983

what is e.t

100

<p> wow that is crazy <p>

what is <p> wow that is crazy </p>

100

how do you write 1

what is 00000001

200


    printf("Enter two operands: ");
    scanf("%lf %lf", &a,
        res = a / b;
        break;
    default:
        printf("Error! Incorrect Operator Value\n");
        res = -DBL_MAX;

what is C

200


CLS
INPUT "ENTER LENGTH"; L
INPUT "ENTER BREADTH"; B
A = L * B
PRINT "AREA OF RECTANGLE"; A
END


what is Calculating the Area of a Rectangle

200

what is assembly

what is assembly is basically an easier way to write code in binary

200

<!DOCTYPE html>
<html>
<body>
  <h1>Hello World
  <p>This is my first website.</p>
</body>
</html>


what is One tag isn’t closed properly. 

200

how do you write 5

00000101

300

public class Main {
    int x = 5; // A class attribute

    public static void main(String[] args) {
        Main myObj = new Main(); // Creates an object of class Main
        System.out.println(myObj.x); // Prints the value of the attribute x
    }
}


what is JAVA

300


INPUT "Enter the First Number"; A
INPUT "Enter the Second Number"; B
SUM = A + B
PRINT "The SUM of two numbers is"; SUM
END


what is Find the sum of 2 numbers

300

what year was the microchip invented

what is 1958

300

<!DOCTYPE html>
<html>
<body>
  <img scr="cat.png" alt="A cat">
</body>
</html>


The image won’t show because one attribute name is wrong.

300

what number is

01000001

what is 65

400

struct Player {
    var name: String
    var highScore: Int = 0
    var history: [Int] = []

    init(_ name: String) {
        self.name = name
    }
}

var player = Player("Tomas")
print(player.name)


what is SWIFT

400

IT'S SHOWTIME TALK TO THE HAND "Hello, World!" HASTA LA VISTA, BABY

what is Prints hello world

400

what is the eniac

what is the first computer

400

<!DOCTYPE html>
<html>
<body>
  <p>
    This is a paragraph.
    <h2>Subtitle</h2>
  </p>
</body>
</html>


what is HTML elements are used in a way browsers don’t like. 

400

what number is it

01000011

what is 6-7

500

. Liquefy the milk chocolate. Put milk chocolate into the mixing bowl. Liquefy contents of the mixing bowl. Pour contents of the mixing bowl into the baking dish. Refrigerate for 1 hour.

what is CHEF

500

++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.


what is hello world

500

whats the brown box

what is the first video game consle

500

<!DOCTYPE html>
<html>
  <title>My Page</title>
  <body>
    <h1>Welcome</h1>
    <p>This page has a structure issue.</p>
  </body>
</html>


The page might still load, but it breaks proper HTML rules.

500

what does it say


011011 010110 000101 110010 011100 110110 100001 100001 011011 000110 1100

what is marshall