____ ____ is the observation that the number of transistors in an integrated circuit (IC) doubles about every two years
What is Moore's Law?
An extremely important number regarding circles. It is a non-algebraic number and also a delicious dessert.
What is pi?
#include <iostream>
int main(){
std::cout<<"Hello World";
return 0;}
What is C++?
This basketball team won their 18th championship in their most recent season, beating Dallas in 5 games to trounce their long-time rivals in terms of number of championships.
What are the Boston Celtics?
A principle in object-oriented programming languages where subclasses can have their own behaviors while sharing some of the parent class's functionality
What is Polymorphism?
All whole numbers and their negative counterparts fall into this subset of real numbers.
What are Integers?
def modify(names, score):
names.append('Todd')
score = score + 20
What is Python?
An old fashioned way of spelling 'the'. Also, a world famous rapper/musician.
What is 'Ye'?
XORing two bytes is vital for some ciphers. The following is an example:
1011 1010 XOR 1000 1000 has the output ____ ____.
What is 0011 0010?
If you take a real number and square it, you always get back a real number. However, if you took the ______ of a negative real number, you do not get a real number. Instead, you get a complex number.
What is square root?
<title>BigBrainWebsite</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>What's up gamers.</p>
</body>
What is HTML?
Often done by the Rizzler, this unproven technique is supposed to change the structure of one's face. Also, it is the name of a mythical Pokemon.
What is 'mew' or 'mewing'?
Cryptosystems such as RSA hinge on the multiplication of two extremely large primes. For the sake of time, let p = 31, q = 43, their product _____ would then be used as the modulus for both public and private keys.
Answer: 1333
What is the number 1?
Facts
Food(burger).
Food(sandwich).
Lunch(sandwich).
Rules
meal(X):-food(X).
What is Prolog?
The _____ wars were a pivotal point in Chinese history. Also, Ken Carson, Destroy Lonely, and Playboi Carti.
What is Opium?
The 3 step process to establish a connection over a TCP/IP network.
What is the 3-Way Handshake?
A function that has a discontinuity is usually discontinuous at a particular point and continuous at other points. Such as the function, 1/x. However, in this particular function, where x(rational number) = 1 and x(irrational number) = 0, it is discontinuous at every point.
What is the Dirichlet function?
WRITE (6,7)
7 FORMAT(13H HELLO, WORLD)
STOP
END
What is FORTRAN 66?
The only official Spanish-speaking country in Africa.
What is Equatorial Guinea?