Technology Fundamentals: Algorithms, Cloud Computing, and Web Development
A comprehensive quiz covering time complexity analysis, cloud computing concepts, and web content management basics
Questions
Content creator creates a new content by using Presentation template.
- True
- False
Which of the following action is not there in WCM 6.0.1.4 version ?
- Publish
- Expire
- Custom
- E-mail
You can reference elements from site,sitearea, content items & components.
- True
- False
As the system becomes more defined, usability evaluation techniques:
- Remain the same
- Become progressively simpler
- Become more complex
- None
When is it best to start obtaining user input during a product development?
- Requirement gathering
- Prototyping
- Task analysis
- Testing
What is most important when developing easy-to-use products?
- Understanding the users and their tasks
- Following the standard guidelines
- Making interfaces as consistent as possible
- Internal Quality Checking
Usability testing for a Web site can be performed with:
- Hand-drawn designs
- Illustrations of navigational controls
- Detailed screen designs
- All of the above
An Expert Review is:
- Difficult to perform
- Relatively quick to do
- Based on one standard set of guidelines
- Representative of real users
Items on a Web Page can be sequenced based on each of the following EXCEPT:
- Alphabetical, when names of items are not known to users
- Frequency of use by typical users
- Importance
- Alphabetical, when names of items are known to users
Which one of the following is an Inspection method for data gathering?
- Contextual Inquiry
- Focus Groups
- Interviews
- Cognitive Walkthrough
Which one of the following is a measure of effectiveness of an application?
- Freedom from discomfort, and positive attitudes towards the use of the system
- The accuracy and completeness of goals achieved in relation to resources
- The accuracy and completeness with which users achieve specified goals
- All
People who are taught about breadcrumbs tend to use them more often. However, users still do not use them spontaneously.
- True
- False
Usability, as an indicator of how well a system design supports the operators’ and maintainers’ needs, is best measured by:
- Design team opinions and preferences
- Task performance time and accuracy
- Compliance with design standards
- None
what is Cloud?
- Internet Services
- Industry Infrastucture
- Collection of different IT optimization technique into one
- none of these
The Basis of cloud computing is
- Infrasteucture Extension
- Platform Independency
- Man Power
- Virtualization
What are the service provided in cloud computing?
- Infrastucture
- Application
- Platform
- Services
- All of these
What is the main obstacle in cloud computing.?
- Data Cofidentiality
- Service Provider Dependency
- Reduced Performance
- Virtualization
Google Custom Search falls under the category.
- Application as a Service
- Service as a Service
- Software as a Service
- Search as a Service
The data structures needed to implement Dijkstra's algorithm are
- Adjacency List, 2D array, Stack
- Heap, Adjacency List, Queue
- Binary tree, Hash table
- 2D array, Queue
What is the running time of the code written below. myfn(int n) if n<1 then return
- O(n)
- O(n2)
- O(nlgn)
- O(n2lgn)