Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

General knowledge quiz?!

1. Which NFL team has the most super bowl victories?

2. Which cell phone had BBM and wat did it stand for?

3. In Spanish, what does “Esta es nuestra promesa” and “¡Queremos la verdad!” mean?

4. Name one album by the band “Rush”?

5. Name one country on each the six inhabited continents where a overwhelming majority of the people are Roman Catholic?

6. In chemistry, what is a “limiting reactant”?

BONUS: In your opinion, What movie has the best opening scene of all time?
This page is a permanent link to the reply below and its nested replies. See all post replies »
SW-User
2 is BlackBerry Messenger on BBOS.
SW-User
Did you have a BlackBerry?

@SW-User
SW-User
@SW-User No but I've written device drivers for QNX, which is what BBOS is based on. So I know a little about the platform.
SW-User
Is QNX a programming language? Which programming languages do you know? What’s your favorite. @SW-User
SW-User
@SW-User QNX is an operating system. My favorite language is C.
SW-User
Why C? What does “object oriented” mean? Is C object oriented?
@SW-User
SW-User
@SW-User C is nice because it's low level enough that you can carefully manage memory and other stuff while keeping your code portable, unlike assembly. The compilers are well optimized for it because it's so old and common. OOP is based around objects, where you define data structure types and apply functions to them basically. Kinda hard to explain.