How much of a computer geek are you?

  1. Developed by: Toya

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!

Question 1: So. How many Bits are in a Byte?
4
2
18
8
16

Question 2: What does RAM stand for?
Regurgitate Arrangement Memory
Regular ASCII Memory
Random Access Memory
Rational Array Memory

Question 3: Which of these is NOT a programming language?
Ruby
Python (Yay for Monty Python!)
Sleek
Corn
Java

Question 4: Which of these is a compiled language?
Python
PHP
C
Obliq
Perl

Question 5: What does XHTML stand for?
exhalable hypertext markup language
xtreme hypertext markdown language
extensible hypertext markdown language
xtreme hypertext markup language
extensible hypertext markup language

Question 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)
a triangle of *s
nothing. Incorrect Syntax
a rectangle of *s
just a bunch of random *s
a square of *s

Question 7: What colour would this code make my webpage?

body
{
background:#00FF00;
}
White
Blue
Green
Black
Red

Question 8: Which of these is NOT an xhtml 1.1 tag?
<strong>
<em>
<span>
<u>
<p>

Question 9: What is iteration?
a coding style
a programming language
a condition
a loop

Question 10: What's a GUI?
The graphical interface
Graduated Underscore Iteration
a hardware component

Question 11: What's Firefox?
A Programming Language
A compiler
A version of Linux
A Browser

Question 12: How many Logical Partitions are you allowed to have on your hard drive?
12
18
16
4
8

Question 13: What does the command touch do?
changes creation date of a file to the present
opens a file
creates a file
gives information about a file

Question 14: cin >> "Hello, World!"
Would put out...
"Hello, World!"
"Hello, World!" (and then wait for you to type a reply)
Hello, World!
Hello, World! (and then wait for you to type a reply)
Compiler Error

Question 15: If I were to write:
int fruits[10];

I'd be creating...
A String
An Array
An int
A Variable

partner: SheKnows

quizzes und tests   quizzen en tests