[ report this test ]

How much do you know about programming?

It will test your basic knowledge



1)

How many programming languages do you master?

 
 
 
 
 

2)

Which language is not used in this website?

 
 
 
 
 
 

3)

Let the following script in C:
int x = 0;
while (x >= 100) {x++;}

What does this script do?

 
 
 
 
 
 
 

4)

Let the following script in C:
int x = 100;
while (x >= 100) {x--;}
printf("%d", x);

What does this script do?

 
 
 
 
 
 
 
 

5)

In Javascript, what is a similar function to "setInterval"?

 
 
 
 
 
 
 
 
 

6)

What is "timestamp"?

 
 
 
 
 
 

7)

What can't be found at the end of an instruction?

 
 
 
 
 
 
 

8)

int x = 3;
while (x != 1)
{
x = (x % 2 == 0) ? x / 2 : 3 * x + 1;
printf('%d', x);
}

What does this script do?

 
 
 
 
 
 
 
 
 

9)

<p>let x = 4 in x<sup>2</sup> - 1</p>
Which language is it?

 
 
 
 
 
 
 

10)

Which is the odd one?

 
 
 
 
 
 

11)

What is the name of the "thing" that translates your code to something that your computer understands?

 
 
 
 
 
 
 

12)

In most programming language, what is a "reference" or a "pointer"?

 
 
 
 
 
 

13)

What is an "exception"?

 
 
 
 
 
 
 

14)

What is a "string"?

 
 
 
 
 
 
 
 


[ report this test ]

[ edit test ]

Copyright ©2005-2024 Darrell C. Sydlo ---- Privacy Policy ---- Contact ----
NerdTests.com - Make Your Online Test or Quiz!