How much of a computer geek are you?

FemaleMale
15 Questions - Developed by:
- Developed on: - 20,099 taken - 4 people like it

Are you a computer geek, or aren't you? Lots of people like to claim that they are, but few earn the title. Earn yours here with these tough, geekified questions!

  • 1
    So. How many Bits are in a Byte?
  • 2
    What does RAM stand for?
  • 3
    Which of these is NOT a programming language?

  • 4
    Which of these is a compiled language?
  • 5
    What does XHTML stand for?
  • 6
    What would be the output of the following program if square = 5?

    def recursion(i, square):
    if i > square:
    return
    while i <= square:
    print "*"*i
    i=i+1
    recursion(i+1, square)

    square = input("Enter an Integern")
    i = 0
    recursion(i, square)

  • 7
    What colour would this code make my webpage?

    body
    {
    background:#00FF00;
    }
  • 8
    Which of these is NOT an xhtml 1.1 tag?
  • 9
    What is iteration?
  • 10
    What's a GUI?

  • 11
    What's Firefox?
  • 12
    How many Logical Partitions are you allowed to have on your hard drive?
  • 13
    What does the command touch do?
  • 14
    cin >> "Hello, World!"
    Would put out...
  • 15
    If I were to write:
    int fruits[10];

    I'd be creating...

Comments (0)

autorenew