Coding
Coding pt2
TV Shows & Movies
Songs
About CodeGirls
100

Name 3 high level programming languages

possible answers: Python, Java, Javascript, HTML, CSS, C+, C#, etc.

100

int x = 4;

int y = 8;

System.out.println(x+y);

System.out.println("x+y");

What do these two print?

12

x+y

100

What's the name of the dragon in Mulan?

Mushu

100

Name one of Ed Sheeran's albums.

Divide, Multiply, Plus

100
What is Ms. Garlick's room number?
E1307
200

What is a bit?

A binary digit and the basic unit of information of computers. (1, 0)

200

 How many bits in a byte?

8 bits

200

Name 5 Avengers.

The Hulk, Thor, Iron-man, Black Widow, Captain America

200

Which member of One Direction left first?

Zayn

200

Name the treasurer and her favorite food?

Ninita; pasta

300

Name 3 different data types in Java.

Possible Answers: Int, String, Boolean, Float, Double, Char

300

What is an algorithm?

A set of instructions that solve a problem

300

Who is the main character in the Flash?

Barry Allen AKA The Flash

300

What album won Grammy's Best Album of 2018?

24K Magic by Bruno Mars

300

Name the president and her pets

Dia; Wiggles the dog; Jerry the turtle

400

public class NewClass3 {

    public static void main(String[] args) {

        Scanner input=new Scanner (System.in);

        String Name;

        int age;

        System.out.println(" please  enter your name");

        Name=input.next();

        System.out.println("please enter your age");

        age=input.nextInt();

        System.out.print("Your name is " + Name + " and your age is "+age);

    }

}

What language is this and what is its function?

Java; asks user for name and age then prints it.

400

Everyday Stacy runs 10 miles and goes to the gym. She wants to keep an online record of how much she exercizes everyday. How can she use coding?

Possible answer: An app where she logs her data everyday and it stores it in a table.

400

Name the 6 friends in the T.V. show F.R.I.E.N.D.S.

Ross, Chandler, Joey, Monica, Phoebe, and Rachel

400

What are Taylor Swift's cats names?

Dr. Meredith Gray and Detective Olivia Benson

400

Name the secretary and her favorite hobby.

Aditi; tell us

500

O(n) = n^2 is what type of sort?

Bubble sort!

500

convert 129 in base 10 to base 2

10000001

500

Complete the following quote: "Get out of my ______" - Shrek

swamp
500

Sing us a song!

yay thanks

500

Name the vice-president and her favorite book.

Anavi; The Kite-Runner