NEW
Font size
WorksheetsAssociate Diploma in Software Development Quiz- Set 1 (Amal)
Total questions: 60
Worksheet time: 3600secs
Sometimes you only want some lines of code to be run only if a condition is met, otherwise you want the computer to ignore these lines and jump over them. It is called…………….. (Unit 1)
Selection
Iteration
Sequencing
Looping
Which of the following translates high-level instructions directly into machine language? (Unit 1)
Compiler
Interpreter
Assembler
Tester
Which of the following is a feature of Spaghetti Programming? (Unit 1)
Sequece
Loops
GOTO Statements
Branches
Which of the following is a Primitive Data type? (Unit 1)
Classes
Interfaces
Arrays
Boolean
Which of the following concepts is NOT associated with Object Oriented Programming? (Unit 1)
Classes
Objects
Methods
Functions
Which of the following is a Structural Diagram? (Unit 2)
Use Case Diagrams
Activity Diagram
Sequence Diagram
Class Diagram
What is the most important reason for modeling of requirements? (Unit 2)
To ensure consistency of process.
To communicate development needs.
To give a diagrammatic representation.
To identify how software functions.
What best describes a Class Diagram? (Unit 2)
This diagram describes how activities are coordinated to provide a service which can be at different levels of abstraction.
These diagrams model the functionality of a system using actors and a set of actions, services, and functions that the system needs to perform.
These diagrams describes the structure of a system by showing the system's classes, their attributes, operations (or methods), and the relationships among objects.
This diagram shows steps in sequential order and is widely used in presenting the flow of algorithms, workflow or processes.
What best describes Change Management? (Unit 2)
It is all about meeting the needs and expectations of customers with respect to functionality, design, reliability, durability, & price of the product.
It is an activity to ensure that an organization is providing the best possible product or service to customers.
It is a deductive procedure used to determine the various combinations of hardware and software failures and human errors that could cause undesired events (referred to as top events) at the system level.
It is the process of selecting which changes to encourage, which to allow, and which to prevent, according to project criteria such as schedule and cost.
______________ is the process of choosing how to present all of the basic document elements so your document's message is clear and effective.(Unit 2)
Document Quality
Document Design
Document Usability
Document Efficiency
Which of the following is NOT a principle of software measurement? (Unit 3)
Classifying the entities to be examined
Determining relevant measurement goals
Identifying the level of maturity that the project has reached
Identify the number of errors in the code
Function point Analysis to determine the size of software is a part of which type of Software Metrics? (Unit 3 - KLO 1.2)
Product Metrics
Project Metrics
Process Metrics
Cost Metrics
What is the main purpose of debugging a program? (Unit 4)
To design a test plan.
To remove errors.
To evaluate test results.
To document the code.
Which of the following is defined as a type of software testing performed to identify bugs before releasing the product to real users or the public? (Unit 4 )
Alpha Testing
Beta Testing
Integration Testing
White Box Testing
For which of the following levels of software testing, white box testing cannot be used? (Unit 4)
Unit Testing
Integration Testing
System Testing
Acceptance Testing
Static analysis is described as : (Unit 4)
a software testing method in which the internal structure/design/implementation of the item being tested is known to the tester.
a method of software testing that examines the functionality of an application without peering into its internal structures or workings.
a method of computer program debugging that is done by examining the code without executing the program.
a level of software testing where a system is tested for acceptability.
Which of the following refers to a common feature of a document that define a unique non-executable file format intended specifically for that particular application? (Unit 5)
Format
Styles
Templates
Font
A user manual is commonly used for: (Unit 5)
To give assistance to people on how to use a product.
To introduce a company, organization, products or services and inform potential customers or members of the public of the benefits.
To teach by example and supply the information to complete a certain task.
To allow discussion of lecture content and assignments.
A measure of how easy a piece of text is to read is commonly described as: (Unit 5)
Usability
Accessibility
Readability
Efficiency
Which feedback gathering technique involves a discussion or practical work on a particular subject in which a group of people share their knowledge or experience? (Unit 5)
Meeting
Workshops
Survey
Tutorials
Which of the following is main purpose of WAI? (Unit 6)
To ensure that all people around the world, regardless of racial, religious, cultural or language backgrounds enjoy full access to services they are entitled to.
To identify and remove barriers that stop young people knowing about or using your service.
To focus on usability during user testing of the website, because usability is a necessary condition for survival of the product.
To focus on usability during user testing of the website, because usability is a necessary condition for survival of the product.
What is the main purpose of Access and equity legislation and principles? (Unit 6)
To ensure that all people around the world, regardless of racial, religious, cultural or language backgrounds enjoy full access to services they are entitled to.
To focus on usability during user testing of the website, because usability is a necessary condition for survival of the product.
To improve the accessibility of the World Wide Web (WWW or Web) for people with disabilities.
To identify and remove barriers that stop young people knowing about or using your service. I
What is the main purpose of User testing principles and techniques ? (Unit 6)
to ensure that all people around the world, regardless of racial, religious, cultural or language backgrounds enjoy full access to services they are entitled to.
to focus on usability during user testing of the website, because usability is a necessary condition for survival of the product.
to improve the accessibility of the World Wide Web (WWW or Web) for people with disabilities.
to protect web content from those who don’t have a “need to know”
What best describes the main purpose of World Wide Web Consortium (W3C) standards? (Unit 6)
to focus on usability during user testing of the website, because usability is a necessary condition for survival of the product.
to improve the accessibility of the World Wide Web (WWW or Web) for people with disabilities.
to identify and remove barriers that stop young people knowing about or using your service.
to develop Web standards and developing protocols and guidelines that ensure long-term growth for the Web.
Which of the following Accessibility & Usability standards ensures to protect web content from those who don’t have a “need to know”? (Unit 6)
Access and equity legislation and principles
User testing principles and techniques
Web accessibility initiative (WAI)
Accessibility, security and equity legislation
Which of the following is NOT an accessibility requirement? (Unit 6)
Text equivalent for non-text elements
Text can operate with text-to-speech
Information conveyed with images is also available without images
Information conveyed with color is also available without color
The compiled format for Java programs is ? (Unit 7)
.exe file
Byte Code
Log File
Method
What is a Class Library? (Unit 7)
A pre-coded object-oriented programming (OOP) template collection
Languages with .NET framework
A binary program code that is executable when run by a Java Virtual Machine (JVM).
a file containing Java bytecode and having .class extension that can be executed by JVM
Which Java package contains all of the classes for creating user interfaces and for painting graphics and images? (Unit 8)
java.applet
java.awt
java.net
java.util
Which Java package contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes? (Unit 8)
java.awt
java.applet
java.util
java.lang
Which of the following is NOT a customer facing use of a website? (Unit 9)
Marketing
Online catalogues
Business information
Intranets
An organizational network where employees can create content, communicate, collaborate, get stuff done, and
develop the company culture is commonly called as ? (Unit 9)
Intranets
Information repositories
Online catalogues
Business information
For the URL, "http://www.google.com" , google stands for? (Unit 9)
protocol
domain
subdomain
host
Which of the following is the main function of an ISP? (Unit 9)
It makes your website available to be viewed by others on the Internet.
It improves the performance of an Internet connection.
It provides services accessing and using the Internet.
It focus on interactive sharing and
participatory collaboration rather than simple content delivery.
What is the main purpose of a blog? (Unit 9)
It is an online journal .
It is an informational website displaying information in the reverse chronological order.
It is a platform where a writer or even a group of writers share their views on an individual subject.
It helps you to connect your services and applications to the relevant audience.
Which is a server that handles and delivers e-mail over a network, usually over the Internet? (Unit 9)
Web Server
Mail Server
Proxy Server
HTTP Server
In a web page, sometimes the designer may want to provide an invisible hyperlink. Or they may want to allow you to click on an image to jump somewhere else. It is possible to define an area on the web page that will let you jump to another page.What is this area called? (Unit 9)
Hyperlink
Action Buttons
Templates
Hotspots
Which HTML tag is used to create an Ordered List? (Unit 10)
<ol>
<ul>
<li>
<a>
Which of the following screen resolutions best supports a Tablet? (Unit 10)
320 * 480
768 * 1024
1280 * 800
1680 * 1050
How do you define a row data in an HTML table? (Unit 10)
Using <tr>
Using <td>
Using <th>
Using <table>
While using internet, not everyone uses the same browser, and not all browsers behave the same way. What should be known to check exactly which features the client's browser supports? (Unit 10)
Browser Consistency
Browser Capabilities
Browser Configuration
Browser Version
Which of the following social media sites would you use to bookmark images, with a plugin that makes it more convenient to make boards and save photos? (Unit 12)
Snapchat
“It’s all of your favorite blogs, shows, and topics wrapped up in a huge hub of that you can explore, download and listen to on your own time. In the car, at work, at home, working out, anywhere.” What is it? (Unit 12_)
Podcast
Blog
Video
WebApp
Java servlets usually need to run on a protocol. Which protocol do they run on that is an asymmetrical request-response protocol? (Unit 13)
HTML
SMTP
FTP
HTTP
Suppose you are to make a website that has the option to send an automated email as soon as your user clicks on one of the buttons. In order for you to do this, what kind of server scripting language do you need? (Unit 13)
PHP
HTTP
HTML
XHTML
In which type of firewall security, the firewall looks at each data packet as it comes to, or leaves, the computer network? (Unit 14)
Packet Filtering
Application Proxy
CyberSecurity
1. SSL Protocol
Which of the following is an approach to implement information Security policy? (Unit 14)
Minimal Use of Data in Web Pages
Use of videos and animated contents in the website
Provide information security awareness training to the developers
Provide access to the websites for unauthorized users
Which of the following is a BEST practice to ensure password security requirements? (Unit 14)
Change password over frequent periods
Use passwords that are easy to remember.
Passwords containing usernames , emails or other personal data.
Repeated use of old passwords
In an hierarchical database, you need to arrange everything in order. To do this, you have the arrangement of things – called nodes – and lines that connect the nodes. What are these lines referred to as? (Unit 15)
Child
Branches
Things
Nodes
Since there are various types of database management systems. Which one stores objects rather than data such as integers, strings, or real numbers? (Unit 15)
Relational
Flat-File
Hierarchical
Object-Oriented
DBMS has various advantages. All of the following serve as an advantage EXCEPT: (Unit 15)
Data Integrity
Data Privacy Issues
Reduction in Data Redundancy
Centralized Management
In a database, duplication of data at several places is called? (Unit 15)
Data Inconsistency
Data Isolation
Data Redundancy
Atomicity Problem
Which is the process of creating a data model for the data to be stored in a Database? (Unit 15)
Data Design
Data Modelling
Data Creating
Data Defining
Th technical map of rules and data structures of the system is usually depicted in which type of Data Model? (Unit 15)
Conceptual
Logical
Physical
ERD
In a multi layer application, which layer provides a centralized location for all calls into the database, and thus makes it easier to port the application to other database systems? (Unit 16)
Presentation Layer
User Interface Layer
Business Logic Layer
Data Access Layer
What is ODBC? (Unit 16)
Oracle Database Connectivity
Open Database Connectivty
Oracle Database Communication
Open Database Communication
Which of the following is NOT a feature of XML Database?
(Unit 16)
XML was designed to carry data - with focus on what data is.
XML tags are not predefined like HTML tags are.
XML was designed to display data - with focus on how data looks.
With XML, the author must define both the tags and the document structure.
What is DTD in XML? (Unit 16)
It defines the structure and the legal elements and attributes of an XML document.
It is a Well Formed XML document.
It is used to to edit your Schema files
It is used to transform your Schemas with XSLT.
Which of the following hardware functionalities enables the operating system to control the amount of power given to each device attached to the computer? (Unit 17)
ACPI
Address Bus
ALU
Analog Modem
What type of advice and support can be used to provide professional, informed, courteous, customer-focused IT services, in person at the customer’s work location? (Unit 17)
TELEPHONE INSTRUCTION
WORKSHOP
SURVEY
ON-SITE INSTRUCTION
