I want to design a class to calculate the area of a square, my class name is SQUARE, which would be my properties and methods?
Properties: side
Methods: CalculateArea
100
What is an algorithm
A series of sequenced steps to solve a problem.
100
What is the syntax for declaring a class
public class CLASS_NAME { }
100
Which high profile criminal was busted this weekend?
Joaquin "El Chapo" Guzman
200
What are some characteristics of Java?
Simple, Multithreading, Multiplatform
200
I am the director of Tec Milenio High School, I need a program to keep track of what students are in which school. What classes would you need to complete this program?
School
Student
200
What is the difference between a class and an object
A class is a BLUEPRINT, this means a specification (Like skeleton of a body).
The object is what we create FROM a class, an object contains all properties and methods from a class.
200
What is the syntax for declaring a variable
public STRING VARIABLE_NAME;
(DATATYPE)
200
What is the name (in spanish) of the treaty that president Pena Nieto, Barack Obama, and Stephen Harper, discussed last week?
TLCAN
Tratado de Libre Comercio de America del Norte
300
What is binary code?
A binary numeral system, base 2, used to speak to computers. Is a string of 0's and 1's
300
I want to print a list of all the students in my class, which is the best type of loop I can use for this situation?
for
300
What is a method?
Operations that define the behavior of an object
300
What is the syntax for declaring a method?
public String getName(){ }
300
Who was the first winner of the Fifa World Cup and in which year?
Uruguay 1930
400
How is a Java program constructed? (The main components)
Classes, Variables and methods.
400
I want to execute code, depending on what option the user is selecting, the user may select 5 different options, which is the best option we could use for this?
switch
400
What is a variable?
Properties that define the state of an object.
Variables store values in memory, in order for the program to use those values at runtime.
400
what is the syntax of the if statament?
if(CONDITION){ } else { }
400
Which European country is struggling with its governement, and the president just quitted last week?
Ukraine
500
Which are the seven steps of the development cycle?
1.- Analysis
2.- Design
3.- Development
4.- Testing
5.- Implementation
6.- Maintenance
7.- End of Cycle
500
I am the owner of Las Alitas restaurant, I have restaurants in all Mexico, I want to have a system, to keep track of the managers of each of my restaurants. Which classes would you create?
Restaurant
Manager
500
What are the components of a class?
The 2 main components are:
Methods, Properties,
We also have:
Constructors, Destructors.
500
What is the syntax for the for loop?
for(int i=0; i<10; i++) { }
500
Which are the REAL names of the Fab Four?
Paul McCartney
George Harrison
John Lennon
Richard Starkley