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
:
55
:
00
Q:
1
/
61
🤖
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.
FAST Entry Mock Test 2
Exam Duration:
00:55:00
FAST Entry Mock Test 2
: Question
1
of 61
The period of the pendulum is independent of its:
1 Mark(s)
Your Answer:
mass only
mass only
amplitude only
amplitude only
frequency
frequency
mass and amplitude
mass and amplitude
The set of tuples in the view relation is the result of evaluation of the query expression, defining the:
1 Mark(s)
Your Answer:
Query
Query
View
View
Domain
Domain
Structure
Structure
He said, "May God grant peace to the departed soul!"
1 Mark(s)
Your Answer:
He wished by God to grant peace to the departed soul.
He wished by God to grant peace to the departed soul.
He wished that God may grant peace to the departed soul.
He wished that God may grant peace to the departed soul.
He prayed that might God grant peace to the departed soul.
He prayed that might God grant peace to the departed soul.
He prayed that God would grant peace to the departed soul.
He prayed that God would grant peace to the departed soul.
If the earth were to suddenly shrink to half its present size without change in mass, the duration of the day would be:
1 Mark(s)
Your Answer:
12 hours
12 hours
6 hours
6 hours
48 hours
48 hours
24 hours
24 hours
The capability of chlorophyll is to trap:
1 Mark(s)
Your Answer:
oxygen
oxygen
sunlight
sunlight
water
water
nutrients
nutrients
Which attribute you’ll use with TD tag to merge two cells horizontally?
1 Mark(s)
Your Answer:
merge=colspan2
merge=colspan2
rowspan=2
rowspan=2
colspan=2
colspan=2
merge=row2
merge=row2
The study of the nature of heat, modes of transfer and effects of heat is studied under the branch named as:
1 Mark(s)
Your Answer:
mechanics
mechanics
Light
Light
heat
heat
atomic physics
atomic physics
Which term is characteristic of “those who treat others with arrogance”?
1 Mark(s)
Your Answer:
Deleterious
Deleterious
Demagogue
Demagogue
Convergence
Convergence
Condescending
Condescending
What is the purpose of `enum`?
1 Mark(s)
Your Answer:
Define strings
Define strings
Define named constants
Define named constants
Define loops
Define loops
Define arrays
Define arrays
Which of the following is not an application of sorted array?
1 Mark(s)
Your Answer:
Commercial computing
Commercial computing
Priority Scheduling
Priority Scheduling
Discrete Mathematics
Discrete Mathematics
Hash Tables
Hash Tables
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
The active cell:
1 Mark(s)
Your Answer:
Is defined by a bold border around the cell
Is defined by a bold border around the cell
Receives the data the user enters
Receives the data the user enters
It is the formula bar
It is the formula bar
Only A and B
Only A and B
Product of two expressions ⁄ H.C.F =:
1 Mark(s)
Your Answer:
H.C.F
H.C.F
L.C.M
L.C.M
H.C.F + L.C.M
H.C.F + L.C.M
H.C.F × L.C.M
H.C.F × L.C.M
The available information amounts to very little ‘in toto’. Here ‘in toto’ is?
1 Mark(s)
Your Answer:
Adjective
Adjective
Adverb
Adverb
Preposition
Preposition
None of these
None of these
Which of the following Requirement Elicitation Techniques removes the poor understanding of application domain and lack of common terminology between the users and the analysts ?
1 Mark(s)
Your Answer:
FODA
FODA
CORE
CORE
IBIS
IBIS
Prototyping
Prototyping
The events that represents occurrences related to the browser window are
1 Mark(s)
Your Answer:
Window
Window
Element
Element
Display
Display
Handlers
Handlers
What does SVG stands for?
1 Mark(s)
Your Answer:
Scaled Vector Graph
Scaled Vector Graph
Scalable Vector Graphics
Scalable Vector Graphics
Scaled Vector Graphics
Scaled Vector Graphics
None of the mentioned
None of the mentioned
What is a common use case of the Bellman-Ford algorithm?
1 Mark(s)
Your Answer:
To detect cycles in undirected graphs.
To detect cycles in undirected graphs.
To find the minimum spanning tree.
To find the minimum spanning tree.
To find the shortest path in graphs with positive weights only.
To find the shortest path in graphs with positive weights only.
To find the shortest path in graphs with negative weights.
To find the shortest path in graphs with negative weights.
Which algorithm invokes a function GETREG()?
1 Mark(s)
Your Answer:
Code motion algorithm
Code motion algorithm
Code optimization algorithm
Code optimization algorithm
Intermediate Code
Intermediate Code
Code generation algorithm
Code generation algorithm
How do you delete a file?
1 Mark(s)
Your Answer:
del(fp)
del(fp)
fp.delete()
fp.delete()
os.remove('file')
os.remove('file')
os.delete('file')
os.delete('file')
There . . . . . many children on the playground yesterday.
1 Mark(s)
Your Answer:
are
are
were
were
did
did
playing
playing
How do you find the length of an array in Java?
1 Mark(s)
Your Answer:
array.size();
array.size();
array.length;
array.length;
array.length();
array.length();
array.size;
array.size;
What is the purpose of using the delete keyword in C++ destructors?
1 Mark(s)
Your Answer:
To deallocate memory for dynamically allocated objects
To deallocate memory for dynamically allocated objects
To call the parent class destructor
To call the parent class destructor
To prevent the destructor from being called
To prevent the destructor from being called
To explicitly call the destructor
To explicitly call the destructor
The synonym of 'Happy' is:
1 Mark(s)
Your Answer:
Sad
Sad
Angry
Angry
Joyful
Joyful
Upset
Upset
What happens if a hash function returns an index that is already occupied in a hash table using open addressing?
1 Mark(s)
Your Answer:
The entry is added to a linked list.
The entry is added to a linked list.
A new hash function is applied.
A new hash function is applied.
The table is resized.
The table is resized.
The next available slot is searched.
The next available slot is searched.
Which of the following will provide date pickers?
1 Mark(s)
Your Answer:
jQuery UI
jQuery UI
Niceforms
Niceforms
WebShim
WebShim
Twitter Bootstrap
Twitter Bootstrap
Among the following, which one is a ternary operator?
1 Mark(s)
Your Answer:
+
+
:
:
–
–
?:
?:
Container of objects that are inserted and removed according to the last-in first-out principle is termed as:
1 Mark(s)
Your Answer:
customized array
customized array
stack
stack
binary tree
binary tree
decimal tree
decimal tree
The expression shown below results in an error. print("-%5d0",989)
1 Mark(s)
Your Answer:
True
True
False
False
What does the max method do in Ruby enumerators?
1 Mark(s)
Your Answer:
Returns the total number of elements that satisfy a given condition
Returns the total number of elements that satisfy a given condition
Returns the element with the maximum index
Returns the element with the maximum index
Returns the element with the maximum value based on a given condition
Returns the element with the maximum value based on a given condition
Returns the maximum value in a collection
Returns the maximum value in a collection
Which of the following can be used to select HTML elements based on the value of their name attributes?
1 Mark(s)
Your Answer:
getElementByName()
getElementByName()
getElementsByName()
getElementsByName()
getElementsName()
getElementsName()
getElementName()
getElementName()
I. x2 – x – 42 = 0, II. y2 – 17y + 72 = 0 to solve both the equations to find the values of x and y?
1 Mark(s)
Your Answer:
If x < y
If x < y
If x > y
If x > y
If x ≤ y
If x ≤ y
If x ≥ y
If x ≥ y
Which of the following is not included in Issues Meetings ?
1 Mark(s)
Your Answer:
Issues gathered the day before
Issues gathered the day before
Regular schedule of meeting
Regular schedule of meeting
Discussion with business
Discussion with business
Attendance
Attendance
The antonym of 'Artificial' is:
1 Mark(s)
Your Answer:
Natural
Natural
Fake
Fake
Synthetic
Synthetic
Man-made
Man-made
What is the purpose of the GetInvocationList() method associated with delegates in C#?
1 Mark(s)
Your Answer:
Removes a delegate from the current delegate
Removes a delegate from the current delegate
Adds a new delegate to the current delegate
Adds a new delegate to the current delegate
Invokes all the delegates bound to the current delegate
Invokes all the delegates bound to the current delegate
Retrieves an array of delegates bound to the current delegate
Retrieves an array of delegates bound to the current delegate
The main method should be static for the reason
1 Mark(s)
Your Answer:
It can be accessed easily by the class loader.
It can be accessed easily by the class loader.
It can be accessed by every method or variable without any hindrance.
It can be accessed by every method or variable without any hindrance.
It can be executed without creating any instance of the class.
It can be executed without creating any instance of the class.
None of the above
None of the above
If longitudinal and transverse waves travel from one point to another, they are termed as:
1 Mark(s)
Your Answer:
stationary waves
stationary waves
traveling waves
traveling waves
vector waves
vector waves
noise waves
noise waves
What does the 'NULL' keyword represent in C?
1 Mark(s)
Your Answer:
An empty string
An empty string
A null character
A null character
A pointer to nothing
A pointer to nothing
An uninitialized variable
An uninitialized variable
Her parents will never give their ...... to so much an unsuitable match.
1 Mark(s)
Your Answer:
acquiescence
acquiescence
consent
consent
agreement
agreement
willingness
willingness
Latex is to Rubber as Flax is to?
1 Mark(s)
Your Answer:
Linen
Linen
Wool
Wool
Jute
Jute
Cotton
Cotton
What will be the output of the following Java program? class output { public static void main(String args[]) { String c = " Hello World "; String s = c.trim(); System.out.println("\""+s+"\""); } }
1 Mark(s)
Your Answer:
""Hello World""
""Hello World""
""Hello World"
""Hello World"
"Hello World"
"Hello World"
Hello world
Hello world
Which of the following is not an operating system?
1 Mark(s)
Your Answer:
DOS
DOS
Linux
Linux
Windows
Windows
Oracle
Oracle
Two pipes function simultaneously the reservoir will be filled in 12 hours. One pipe fills reservoir 10 hours faster than the other. How many hours does the faster pipe take to fill the reservoir?
1 Mark(s)
Your Answer:
25 hrs
25 hrs
28 hrs
28 hrs
20 hrs
20 hrs
35 hrs
35 hrs
What will be the output of the following C# code? class Output { public static void main(String args[]) { try { int a = 9; int b = 5; int c = a / b - 5; Console.WriteLine("Hello"); } catch(Exception e) { Console.WriteLine("C"); } finally { Console.WriteLine("sharp"); } } }
1 Mark(s)
Your Answer:
Hello
Hello
C
C
Hellosharp
Hellosharp
Csharp
Csharp
In C#, which method is used to open an existing text file for reading?
1 Mark(s)
Your Answer:
File.WriteText()
File.WriteText()
File.CreateText()
File.CreateText()
File.ReadText()
File.ReadText()
File.OpenText()
File.OpenText()
What does polymorphism allow in OOP?
1 Mark(s)
Your Answer:
Objects of the same class to have different methods
Objects of the same class to have different methods
Objects of different classes to be treated as objects of a common superclass
Objects of different classes to be treated as objects of a common superclass
Objects of the same class to be treated as objects of different classes
Objects of the same class to be treated as objects of different classes
None of the above
None of the above
Our sir teaches Mathematics . . . . . . English.
1 Mark(s)
Your Answer:
across
across
besides
besides
beside
beside
both
both
What is the output of this expression, 3*1**3?
1 Mark(s)
Your Answer:
27
27
9
9
3
3
1
1
The following C code results in an error. #include <stdio.h> #define world( n ) printf( "t^^" #n" = %c", t##n ) int t3=1; int main() { world(3); }
1 Mark(s)
Your Answer:
True
True
False
False
Which of the given statements are false i. extern int func; ii. extern int func2(int,int); iii. int func2(int,int); iv. extern class foo;
1 Mark(s)
Your Answer:
iii and iv only
iii and iv only
ii and iii only
ii and iii only
only iv
only iv
ii, iii and iv
ii, iii and iv
A monochromatic light passes through a glass slab ($n=1.5$) of thickness 9 mm. The number of wavelengths contained in the glass slab is (wavelength in vacuum = $6000 \AA$):
1 Mark(s)
Your Answer:
22500
22500
15000
15000
45000
45000
2250
2250
What is the output of the following code: cout << (5 < 2) ? "True" : "False"; in C++?
1 Mark(s)
Your Answer:
FALSE
FALSE
TRUE
TRUE
5
5
2
2
What does the 'params' keyword do in C# method parameters?
1 Mark(s)
Your Answer:
Allows variable number of arguments
Allows variable number of arguments
Restricts the number of arguments
Restricts the number of arguments
Declares constant parameters
Declares constant parameters
Indicates static method
Indicates static method
SELECT DISTINCT is used if a user wishes to see duplicate columns in a query.
1 Mark(s)
Your Answer:
True
True
False
False
What does the term HTTPS mean?
1 Mark(s)
Your Answer:
Hyper Text Transfer Protocol Secure
Hyper Text Transfer Protocol Secure
Hyper Text Translation Protocol Service
Hyper Text Translation Protocol Service
Hyper Text Translation Protocol Secure
Hyper Text Translation Protocol Secure
Hyper Text Transfer Protocol Service
Hyper Text Transfer Protocol Service
What is the purpose of inserting wallpaper in Microsoft Word?
1 Mark(s)
Your Answer:
To add visual interest to the document
To add visual interest to the document
To adjust the page margins
To adjust the page margins
To change the font style
To change the font style
To create page headers and footers
To create page headers and footers
What is the purpose of the std::initializer_list class in C++?
1 Mark(s)
Your Answer:
To store a list of initializers
To store a list of initializers
To initialize class objects with a list of values at runtime
To initialize class objects with a list of values at runtime
To initialize containers with a list of values at compile time
To initialize containers with a list of values at compile time
To allocate memory dynamically
To allocate memory dynamically
The primary key of the new relation in a many-to-many relationship is a composite key comprised of the primary keys of each of the binary entities.
1 Mark(s)
Your Answer:
True
True
False
False
In MS Access, which 5-letter term starts with S?
1 Mark(s)
Your Answer:
Table
Table
Query
Query
Datasheet view
Datasheet view
Form
Form
What is the correct way to initialize a string object named 'str' in C++?
1 Mark(s)
Your Answer:
str("Hello");
str("Hello");
str = new string("Hello");
str = new string("Hello");
str = "Hello";
str = "Hello";
string str = "Hello";
string str = "Hello";
In HBase, what does the term "MemStore" refer to?
1 Mark(s)
Your Answer:
A storage format in Hadoop
A storage format in Hadoop
A query language for HBase
A query language for HBase
A distributed file system
A distributed file system
In-memory storage for recent writes
In-memory storage for recent writes
Previous
Mark For Review & Next
Next
Clear Answer
Finish
© Copyright © 2020 ALGOPK . All Rights Reserved.