CSE/AIML/CS/DS/MCA ROUND-2

Enter your registration ID (*Note: Your Medha Registration ID)
What does pip stand for python?
Pip Installs Python
Pip Installs Packages
Preferred Installer Python
Preferred Installer Program
Which data structure follows the Last-In-First-Out (LIFO) principle?
Queue
Stack
Linked List
Tree
What does HTTP stand for in web technology?
Hypertext Transfer Protocol
Hypertext Transmission Protocol
Hypertext Text Protocol
Hyperlink Transfer Protocol
Initialize a variable I to 1. Initialize a variable sum to 0. While I is less than or equal to 100: If I is odd: Add I to sum. Increment I by 1. Print sum. What will be the output?
2550
2500
1275
1300
How many types of access specifiers are provided in OOP (C++)?
4
3
2
1
Identify the incorrect statement?
In R, functions are considered "second class objects"
When a developer writes a function, they can explicitly specify the arguments that will be used to communicate with the code.
Functions give potential users an abstraction of the code.
For R programmers, writing functions is a key task.
If a system contains 1,000 disk drives, and each of them has a 6,00,000-hour MTBF (Mean time between failure), how often a single drive failure will occur in that disk system?
25000 hours
14400 hours
600 hours
25 hours
What is the correct HTML for creating a hyperlink?
What will be the output? #include int main() { float k = 0: for (k = 0.5; k < 3; k++) printf("I love C\n"); return 0; }
Error
I love C – will be printed 3 times
I love C – will be printed 6 times
I love C – will be printed 5 times
CASE stands for
Computer-Aided Software Engineering
Control Aided Science and Engineering
Cost Aided System Experiments
None of the mentioned
What is the binary equivalent of the decimal number 42?
100110
101010
110110
111111
What could be output of the following fragment of code?
Throws an exception as string and int are not compatible for addition
Hellow9
9hellow
Compilation error
Initialise a variable n to 1. While n is less than or equal to 5: Print n. Increment n by 1. What will be the output?
1 2 3 4 5
5 4 3 2 1
1 1 1 1 1
2 3 4 5 6
Set a variable y to 10. Multiply y by 2. Print y. What will be the output?
5
10
20
40
Find the next word in this series. KSP, LUN, MWL, NYJ,?
OCI
OBH
OAI
OAH
{"name":"CSE\/AIML\/CS\/DS\/MCA ROUND-2", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"enter your registration ID (*Note: Your Medha Registration ID), What does pip stand for python?, Which data structure follows the Last-In-First-Out (LIFO) principle?","img":"https://www.quiz-maker.com/3012/CDN/93-4530058/screenshot-86-.png?sz=1200-00000000001000002750"}
Make your own Survey
- it's free to start.