Math
Science
JavaScript
Computer science
Celayix
100

What is the value of pi? (up to 3 digits)

3.14

100

In the periodic table of elements, which element has the atomic number 1?

Hydrogen

100

What is the correct JavaScript syntax to change the content of the HTML element below?

<p id="demo">This is a demonstration.</p>

a. #demo.innerHTML = "Hello World!";

b. document.getElementById("demo").innerHTML = "Hello World!";

c. document.getElementByName("p").inner HTML = "Hello World!";

b. document.getElementById("demo").innerHTML = "Hello World!";

100

The name given to a basic binary unit

bit

100

This employee was not working from home in BC from Q3 of 2020 to Q4 of 2020. 

Bhawna has been working from Calgary. 


200

What is the derivative of x2?

2x

200

If an element has 2 protons, how many electrons does it have?

2 electrons

200

What is NaN? 

The NaN property represents a value that is “not a number”.

"abc" / 4

200

The observation that the number of transistors on integrated circuits doubles approximately every two years

Moore's Law

200

Who were the co-ops that left us in December 2020? 

Diaz and Oscar.

300

Solve this equation

 ∫2x dx

(integral of 2x)

= x2 + constant

300

Which two elements (in their gas form) are most present in the air that we breathe?

Oxygen and nitrogen

300

What will the code below output? 

console.log(0.1 + 0.2 == 0.3);

true or false

false

300

Circuits that carry data from one area inside the computer to another.

Bus

300

Who are the current QAs in team Alpha Neurons? 

Bhawna, Ria, and Evgeny.

400

What is the next prime number that comes after 23?

29

400

Fill in the blank

In photosynthesis, the plant takes in ________, ___, and _____ to produce __ and _____________.

In photosynthesis, the plant takes in sunlight, CO2 (carbon dioxide), and H2O (water) to produce O(oxygen) and carbohydrates (sugar).

400

What will the code below output to the console?

function(){  var a = b = 3; })();


console.log("a defined? " + (typeof a!=='undefined')); 

console.log("b defined? " + (typeof b !== 'undefined');

a defined? false 

b defined? true

400

Name 3 data structures

Array, linked list, stack, queue, tree, hash table, graph, matrix, etc...
400

What are all Celayix's products?

eTime, Schedule Xpress, Time Xpress, Team Xpress, Voice Xpress.

500

Write an equation that will result in an odd number. 

x = 2n+1, n ∈ ℤ

500

Name at least 2 fundamental forces in the universe

gravitation, electromagnetism, the weak force, and the strong force.

500

What will the following code output to console?

function f(n){

return ((n > 1) ? n * f(n-1) : n)

}

console.log(f(3))

6

500

Convert this hexadecimal to decimal

C8

200

500

What is the origin of Celayix's name?

One evening Gurmit and friends spent a few hours coming up with a name. 

He wanted a name that was difficult to learn, so once someone learns the name, they wouldn't forget it.