Create Account
Sign In
Toggle navigation
Home
Practice Exams
Official IQ Testing Hub
MCQ Learn
Board Exams
Learn
BISE Courses
Blog
About Us
Contact Us
00
:
56
:
00
Q:
1
/
62
🤖
Evaluating Your Answers
Please wait while our AI system evaluates your descriptive answers...
This may take a few moments.
⏳ Processing...
We're using advanced AI to provide detailed feedback on your answers.
Artificial Intelligence Mock Test 10
Exam Duration:
00:56:00
Artificial Intelligence Mock Test 10
: Question
1
of 62
Which protocol is used to send email?
1 Mark(s)
Your Answer:
SMTP
SMTP
POP3
POP3
IMAP
IMAP
HTTP
HTTP
Portion of the computer URL which is the top-level domain is:
1 Mark(s)
Your Answer:
http
http
Microsoft
Microsoft
www
www
.com
.com
What is the main principle behind object-oriented programming?
1 Mark(s)
Your Answer:
Polymorphism
Polymorphism
Encapsulation
Encapsulation
Objects
Objects
Inheritance
Inheritance
Which operator is used to allocate memory dynamically in C++?
1 Mark(s)
Your Answer:
malloc
malloc
new
new
alloc
alloc
calloc
calloc
What will be the output of the following Python code? myList = [1, 5, 5, 5, 5, 1] max = myList[0] indexOfMax = 0 for i in range(1, len(myList)): if myList[i] > max: max = myList[i] indexOfMax = i >>>print(indexOfMax)
1 Mark(s)
Your Answer:
1
1
2
2
3
3
4
4
What is the function of the parseInt() method?
1 Mark(s)
Your Answer:
Parses a datatype and stores in an integer
Parses a datatype and stores in an integer
Parses a string and returns an integer
Parses a string and returns an integer
Parses an integer and returns a string
Parses an integer and returns a string
None of the mentioned
None of the mentioned
What type of chart will you use to compare performance of two employees in the year 2021?
1 Mark(s)
Your Answer:
Column Chart
Column Chart
Line Chart
Line Chart
Pie Chart
Pie Chart
Dot Chart
Dot Chart
What is MTTF ?
1 Mark(s)
Your Answer:
Maximum time to failure
Maximum time to failure
Mean time to failure
Mean time to failure
Minimum time to failure
Minimum time to failure
None of the mentioned
None of the mentioned
What will be the output of the following C++ code? #include <iostream> using namespace std; enum colour { green, red, blue, white, yellow, pink }; int main() { cout << green<< red<< blue<< white<< yellow<< pink; return 0; }
1 Mark(s)
Your Answer:
012345
012345
123456
123456
compile time error
compile time error
runtime error
runtime error
Which of the following matches nonword character using regular expression in java?
1 Mark(s)
Your Answer:
\w
\w
\W
\W
\s
\s
\S
\S
How many parameters does the API accept?
1 Mark(s)
Your Answer:
5
5
6
6
7
7
8
8
MS Word is a software developed by which company?
1 Mark(s)
Your Answer:
Microsoft
Microsoft
Apple
Apple
Google
Google
None of these
None of these
With HCatalog . . . . . . . . does not need to modify the table structure.
1 Mark(s)
Your Answer:
Partition
Partition
Columns
Columns
Robert
Robert
All of the mentioned
All of the mentioned
A system in which exchange takes place between living and non-living things is known as:
1 Mark(s)
Your Answer:
cycle
cycle
computer system
computer system
ecosystem
ecosystem
none of them
none of them
What will be the output of the following C code? #include <stdio.h> void main() { double k = 0; for (k = 0.0; k
1 Mark(s)
Your Answer:
Run time error
Run time error
Hello is printed thrice
Hello is printed thrice
Hello is printed twice
Hello is printed twice
Hello is printed infinitely
Hello is printed infinitely
Which stream class is used for file output?
1 Mark(s)
Your Answer:
ifstream
ifstream
ofstream
ofstream
fstream
fstream
iostream
iostream
Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?
1 Mark(s)
Your Answer:
To create a customized control that needs to display data in a tabular fashion
To create a customized control that needs to display data in a tabular fashion
To create and populate a Table in Design view
To create and populate a Table in Design view
To create and populate a Table with images
To create and populate a Table with images
To display a tabular result set
To display a tabular result set
What will be the output of the following Python code? re.findall('good', 'good is good') re.findall('good', 'bad is good')
1 Mark(s)
Your Answer:
[‘good’, ‘good’] [‘good’]
[‘good’, ‘good’] [‘good’]
(‘good’, ‘good’) (good)
(‘good’, ‘good’) (good)
(‘good’) (‘good’)
(‘good’) (‘good’)
[‘good’] [‘good’]
[‘good’] [‘good’]
The process of capturing the inference process as Single Inference Rule is known as:
1 Mark(s)
Your Answer:
Clauses
Clauses
Ponens
Ponens
Generalized Modus Ponens
Generalized Modus Ponens
Variables
Variables
Which software project sizing approach develop estimates of the information domain characteristics ?
1 Mark(s)
Your Answer:
Function point sizing
Function point sizing
Change sizing
Change sizing
Standard component sizing
Standard component sizing
Fuzzy logic sizing
Fuzzy logic sizing
Slide show options available to the presenter include all of the following except_____________?
1 Mark(s)
Your Answer:
Transitions command
Transitions command
Speaker notes command
Speaker notes command
Meeting reminder command
Meeting reminder command
Navigation commands
Navigation commands
To move a copy of file from one computer to another over a communication channel is called?
1 Mark(s)
Your Answer:
File transfer
File transfer
File encryption
File encryption
File modification
File modification
File copying
File copying
What is the type of datatype the async attribute optionally accepts?
1 Mark(s)
Your Answer:
Integer
Integer
String
String
Boolean
Boolean
Decimal
Decimal
The process by which humans and animals detect sound is known as:
1 Mark(s)
Your Answer:
watching
watching
hearing
hearing
talking
talking
perceiving
perceiving
Is there any function declared as strstr()?
1 Mark(s)
Your Answer:
true
true
false
false
In the library of standard I/O function definitions, data structure of a file is defined as:?
1 Mark(s)
Your Answer:
file
file
File
File
FILE
FILE
None of the above Answer
None of the above Answer
Which annotation is used to specify a custom error page in a Java web application?
1 Mark(s)
Your Answer:
`@WebListener`
`@WebListener`
`@WebFilter`
`@WebFilter`
`@WebServlet`
`@WebServlet`
`@ErrorPage`
`@ErrorPage`
UDF stands for:
1 Mark(s)
Your Answer:
undated disk format
undated disk format
universal data frequency
universal data frequency
unique disk format
unique disk format
universal disk format
universal disk format
Which of these package is used for text formatting in Java programming language?
1 Mark(s)
Your Answer:
java.text
java.text
java.awt
java.awt
java.awt.text
java.awt.text
java.io
java.io
Which of the following is a sub string of "HELLOINDIA"?
1 Mark(s)
Your Answer:
HELL
HELL
LOIND
LOIND
HELD
HELD
LOND
LOND
Which function is used to return the number of bytes allocated by 'malloc'?
1 Mark(s)
Your Answer:
malloc_size()
malloc_size()
sizeofmalloc()
sizeofmalloc()
size()
size()
malloc_bytes()
malloc_bytes()
What will be the output of the following Python code snippet? X=”hi” print(“05d”%X)
1 Mark(s)
Your Answer:
00000hi
00000hi
000hi
000hi
hi000
hi000
error
error
A domain is a subtree of the:
1 Mark(s)
Your Answer:
domain name space
domain name space
PQDN
PQDN
FQDN
FQDN
FNS
FNS
Register which is connected to the processor bus and is a single-way transfer capable is:
1 Mark(s)
Your Answer:
PC
PC
IR
IR
Temp
Temp
Z
Z
Scanning has been applied to the:
1 Mark(s)
Your Answer:
computerized mode
computerized mode
electronic mode
electronic mode
transmission mode
transmission mode
receiving mode
receiving mode
When defining a subclass in Python that is meant to serve as a subtype, the subtype Python keyword is used.
1 Mark(s)
Your Answer:
True
True
False
False
What will be the output of the following Python expression if the value of x is 34? print(“%f”%x)
1 Mark(s)
Your Answer:
34.00
34.00
34.0000
34.0000
34.000000
34.000000
34.00000000
34.00000000
Consider the 2-level skip list How to access 38?
1 Mark(s)
Your Answer:
travel 20-30-35-38
travel 20-30-35-38
travel 20-30-40-38
travel 20-30-40-38
travel 20-38
travel 20-38
travel 20-40-38
travel 20-40-38
Determine Output: void main() { int i = -1; +i; printf("i = %d, +i = %d", i, +i); }
1 Mark(s)
Your Answer:
i = -1, +i = 1
i = -1, +i = 1
i = 1, +i = 1
i = 1, +i = 1
i = -1, +i = -1
i = -1, +i = -1
None of These
None of These
To apply the aggregate function not only to a single set of tuples, but to a group of sets of tuples; using the:
1 Mark(s)
Your Answer:
Grouped clause
Grouped clause
Group by clause
Group by clause
Merge clause
Merge clause
Avg clause
Avg clause
In Access press . . . . . . . . to Move the selected control to the right (except controls that are part of a layout)
1 Mark(s)
Your Answer:
CTRL+C
CTRL+C
CTRL+X
CTRL+X
CTRL+V
CTRL+V
None of these
None of these
Method over-riding can be prevented by using final as a modifier at ______.
1 Mark(s)
Your Answer:
the start of the class.
the start of the class.
the start of derived class.
the start of derived class.
the start of the method declaration in the derived class.
the start of the method declaration in the derived class.
The large transaction processing system in automated organizations use:?
1 Mark(s)
Your Answer:
Online Processing
Online Processing
Batch Processing
Batch Processing
Once-a-day Processing
Once-a-day Processing
End-of-day Processing Answer
End-of-day Processing Answer
What will be the output of the following PHP code ? <?php if (0.0) print "hi" ; else print "how are u"; ?>
1 Mark(s)
Your Answer:
how are u
how are u
hi
hi
error
error
no output
no output
In Access to open new database press
1 Mark(s)
Your Answer:
CTRL+N
CTRL+N
CTRL+O
CTRL+O
ALT+F4
ALT+F4
None of these
None of these
Which modifier is used to perform global matching in Ruby regular expressions?
1 Mark(s)
Your Answer:
x
x
g
g
o
o
None of the above
None of the above
The constituents may combine in any portion by mass in:
1 Mark(s)
Your Answer:
element
element
compound
compound
mixture
mixture
reaction
reaction
The maximum depth to which the alpha-beta pruning can be applied.
1 Mark(s)
Your Answer:
Eight states
Eight states
Six states
Six states
Ten states
Ten states
Any depth
Any depth
The user system requirements are the parts of which document ?
1 Mark(s)
Your Answer:
SDD
SDD
SRS
SRS
DDD
DDD
SRD
SRD
Which variable is used to collect form data sent with both the GET and POST methods?
1 Mark(s)
Your Answer:
$BOTH
$BOTH
$_BOTH
$_BOTH
$REQUEST
$REQUEST
$_REQUEST
$_REQUEST
Which method is used to sort the elements of a list in ascending order?
1 Mark(s)
Your Answer:
sort()
sort()
arrange()
arrange()
order()
order()
ascending()
ascending()
What is the result of the expression !0 in C?
1 Mark(s)
Your Answer:
TRUE
TRUE
FALSE
FALSE
1
1
0
0
What is the 'Start' menu in a standard personal computer?
1 Mark(s)
Your Answer:
Hardware part
Hardware part
An option and set of commands
An option and set of commands
Nothing, only status bar
Nothing, only status bar
Network related
Network related
The most frequently used piece of hardware for inputting data is ___________________?
1 Mark(s)
Your Answer:
Keyboard
Keyboard
Floppy disk
Floppy disk
Cursor
Cursor
Software
Software
The software that is used to create text-based documents is referred to as:?
1 Mark(s)
Your Answer:
Suites
Suites
DBMS
DBMS
Word Processor
Word Processor
Spreadsheets Answer
Spreadsheets Answer
The technique that allow code to make function calls to .NET applications on other processes and on other machines is_____________?
1 Mark(s)
Your Answer:
.NET Remoting
.NET Remoting
.NET Threading
.NET Threading
.NET RMT
.NET RMT
None of these
None of these
Dynamic SQL allows the program to construct an SQL query as a character string at the:
1 Mark(s)
Your Answer:
Initiation
Initiation
Compile time
Compile time
Runtime
Runtime
Output
Output
If a vehicle's wheel has smooth rolling motion, then linear speed is equals to:
1 Mark(s)
Your Answer:
ΩR(radius of wheel)
ΩR(radius of wheel)
2 ΩR(radius of wheel)
2 ΩR(radius of wheel)
Ω/R(radius of wheel)
Ω/R(radius of wheel)
Ω/2R(radius of wheel)
Ω/2R(radius of wheel)
What will be the output of the following Java code? class newthread implements Runnable { Thread t; newthread() { t = new Thread(this,"My Thread"); t.start(); } public void run() { System.out.println(t.getName()); } } class multithreaded_programing { public static void main(String args[]) { new newthread(); } }
1 Mark(s)
Your Answer:
My Thread
My Thread
Thread[My Thread,5,main]
Thread[My Thread,5,main]
Compilation Error
Compilation Error
Runtime Error
Runtime Error
What will be the output of the following C# code? class number { private int num1; private int num2; public int anumber { get { return num1; } set { num1 = value; } } public int anumber1 { get { return num2; } set { num2 = value; } } } class Program { public static void Main(string[] args) { number p = new number(); p.anumber = 20; number k = new number(); k.anumber1 = 40; int m = p.anumber; int t = k.anumber1; int r = p.anumber + k.anumber1; System.Console.WriteLine("number1 = " +m); System.Console.WriteLine("number2 = " +t); System.Console.WriteLine("sum = " +r); System.Console.ReadLine(); } }
1 Mark(s)
Your Answer:
20
20
number1 = 30 number2 = 40 sum = 70
number1 = 30 number2 = 40 sum = 70
number1 = 20 number2 = 40 sum = 60
number1 = 20 number2 = 40 sum = 60
Compile time error
Compile time error
What will be the output of the following C# code? static void Main(string[] args) { int a = 5; int b = 10; int c; Console.WriteLine(c = a-- - ++b); Console.WriteLine(b); Console.ReadLine(); }
1 Mark(s)
Your Answer:
-7, 10
-7, 10
-5, 11
-5, 11
-6, 11
-6, 11
15, 11
15, 11
What does the IndexOf() method return if the specified value is not found in an array in C#?
1 Mark(s)
Your Answer:
0
0
Null
Null
FALSE
FALSE
-1
-1
Previous
Mark For Review & Next
Next
Clear Answer
Finish
© Copyright © 2020 ALGOPK . All Rights Reserved.