Convert 10110101(base 2) to base 10.
181
double w;
w = Math.floor( 3.5 );
out.println( w );
3.0
System.out.println(false&&false);
false
Who is the current CEO of Google?
Sundar Pichai
What sport does Ricky play at Heritage?(Officer names can potentially be repeated)
Soccer
What is 37(base 10) in base 2?
100101
double w;
w = Math.round( -3.5 );
out.println( w );
-3.0
int a = 9, b = 22;
if( a >= b )
System.out.print("1");
if( a <= b )
System.out.print("2");
System.out.print("3");
23
Which aerospace company is one of the officers involved with?
Lockheed Martin
Which officer has a kitten named Willow?(Officer names can potentially be repeated)
Anirudh Prabhu
What is 65(base 10) in base 3?
2102
int a = 4; int b;
a++;
a--;
a+=b;
Error; b is never initialized
Scanner e = new Scanner( "5 6 7" );
e.nextDouble();
System.out.println( e.next() );
e.nextInt();
6
Which came first...email or the World Wide Web?
What instrument does Dylan play in Wind Ensemble?(Officer names can potentially be repeated)
Saxophone
What is the product of 111(base 2) and 111(base 2) in base 2?
110001(base 2)
int sum = 0, e = 1;
for( ; e < 25; e+=7 )
sum+=e;
out.print( sum );
46
Who is the new CEO of Twitter?
Parag Agrawal
Which officer has competed at a high level in robotics?(Officer names can be potentially repeated)
Saketh Kotmaraju
What is 11110001(base 2) plus 11100001(base 2) in base 16?
1D2(base 16)
out.println(54 + 16 + "\n" + 7 + 10);
70
710
int a = 9;
int b = 2;
out.println( a * b – b % a );
16
How much older in years is Samsung than Apple?
38
What day is Pulkith's birthday?(Officer names can potentially be repeated)
December 6th