NEW
Font size
Worksheets2025 Logical test
Total questions: 30
Worksheet time: 30mins
What does the following Java code output?
15
17
16
What will be the output of the following PHP code?
15
What will be the output of the following Python code?
What is the output of the following JavaScript code?
What is the output of the following C# code?
", Wor"
What will the following Python code output?
1 , 5 , 10
1 , 5 , 15
1 , 15
Error
What does the following SQL query return? SELECT COUNT(*) FROM employees WHERE department_id IS NULL;
What will be the output of the following SQL query? SELECT IFNULL(NULL, 'Hello');
What will be the output of the following SQL query? SELECT * FROM orders ORDER BY order_date DESC LIMIT 1;
Identify the error in the following SQL statement: SELECT department, COUNT(*) FROM employees WHERE salary > 50000 GROUP BY department HAVING COUNT(*) > 5;
40
50
60
70
62
63
64
65
If you rearrange the letters "AGNOM" you would have the name of a(n):
have finished
3
-3
2
-2
2
1
4
3
12
18
30
24
If a square has a side length of 6 units, what is its area?
18 square units
24 square units
30 square units
36 square units
