NEW
Font size
WorksheetsProgramming Quiz
Total questions: 12
Worksheet time: 7mins
Which language is used to manage and query relational databases?
Python
HTML
JAVA
SQL
Which of the following is a compiled language?
Python
C
PHP
JavaScript
Objects in OOP are independent of classes and can exist without them.
True
False
Where is the BIOS primarily stored in a computer?
RAM
ROM
Cache
Hard Drive
Which keyword is used to declare a constant in Java?
const
final
static
define
Which language is often used for Artificial Intelligence applications?
C
Python
Assembly
Java
Encapsulation in OOP exposes all internal variables of a class to the outside world.
True
Fales
compiler executes code line by line without producing an output file.
True
False
What is the error?
Missing semicolon
cout error
No error
Cannot assign string to float
What is the error?
Array size mismatch
Index starts at 1
Cannot print arrays
No error
Find the Error
No Error
Syntax Error
6
Missing return statement
Predict the Output
2 3 3 4
1 2 2 3
3 4 5 6
1 1 2 2
