1.
Who is the inventor of Artificial Intelligence?
3.
Which of the following is not a network protocol?
4.
What will be the output of the following code?
#include
int main() {
int arr[] = {1, 2, 3, 4, 5};
printf("%d", *(arr + 3));
return 0;
}
5.
_____ AI is able to perform dedicated task.
6.
Which of the following is the branch of Artificial Intelligence?
7.
What is the brain of a computer called?
8.
Which of the following statements about Java interfaces is TRUE?
9.
Which of the following is an application of Artificial Intelligence?
10.
Which of the following types of programming language is JAVA?
11.
A machine that can perform any task better than a human with cognitive properties is known as __________AI.
12.
What is the output of the following C++ program?
#include
using namespace std;
void fun(int &x) {
x = x + 10;
}
int main() {
int a = 5;
fun(a);
cout << a;
return 0;
}
13.
What is the output of the following C program?
#include
void fun(int *ptr) {
*ptr = 20;
}
int main() {
int x = 10;
fun(&x);
printf("%d", x);
return 0;
}
14.
In C++, a function inside a class is called a _______ function.
15.
Who is the founder of “WWW”?
16.
Which of the following is hardware?
17.
In C++, a virtual function is used to achieve _______.
18.
What will be the output of the following Java program?
class A {
void display() {
System.out.println("Class A");
}
}
class B extends A {
void display() {
System.out.println("Class B");
}
}
public class Main {
public static void main(String[] args) {
A obj = new B();
obj.display();
}
}
20.
Which of the following unit is responsible for converting the data received from the user into a computer understandable format?
21.
What is another word for applications?
23.
Which one of the following is not an Operating System (OS)?
24.
Apple siri is a good example of ______ AI.
25.
In Java, the final keyword is used to declare a _______ variable, method, or class.
26.
What is the full form of “AI”?
27.
What is the correct way to declare a constructor in C++?
28.
Computer programs that mimic the way the human brain processes information are called as
29.
In C, the sizeof operator returns the size of a data type in _______.
30.
Which of the following is not an application of artificial intelligence?
31.
Who is considered the father of computers?
32.
What are letters, numbers, and symbols found on a keyboard called?
33.
Which of the following is a property of main memory?
34.
Which of the following is the smallest unit of data in a computer?
35.
Reducing a window until it becomes a button on the taskbar is called:
36.
What is Artificial Intelligence?
37.
The first computer was programmed using:
38.
What do you need to use to connect to the internet?
39.
Which of the following languages does the computer understand?
40.
How much is a byte equal to?