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?
16
8
18
4
2

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

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

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

Question 5: What does XHTML stand for?
exhalable hypertext markup language
xtreme hypertext markdown language
extensible hypertext markup language
xtreme hypertext markup language
extensible hypertext markdown 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 rectangle of *s
nothing. Incorrect Syntax
just a bunch of random *s
a square of *s
a triangle of *s

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

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

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

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

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

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

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

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

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

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

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

SheKnows

quizzes und tests   quizzen en tests