Question
In a city, the number of persons travelling by bike is
62.5% the number of persons travelling by metro. The number of persons travelling on foot is 60% the number of persons travelling by bike. If 600 persons travel by metro, then how many persons travel on foot?Solution
Number of persons travelling by bike = 600 × (62.5/100) = 375 Number of persons travelling by walk = 375 × (60/100) = 225
Which of the following sorting algorithms is NOT stable?Â
Which file structure allows for efficient retrieval of data using a hierarchical model?
- Which of the following correctly describes the second normal form (2NF) in database normalization?
In the field of Natural Language Processing (NLP), which of the following tasks focuses on identifying the sentiment behind a given text?     ...
Definition of 2NF
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
Which of the following statements best describes a key difference between virtual machines and containers?Â
In an enterprise environment, which of the following backup strategies provides the best balance between minimizing storage usage and ensuring data reco...
In a binary tree, how is the height of the tree defined?
- Which type of software testing ensures that integrated modules of an application work together as expected?