Question # 1 of 10 ( Start time: 01:58:03 AM ) Total Marks: 1
In a System having many parts to be designed, one should always do the _____ first.
Select correct option:

Simple part
Development part
Quality par
None of the given

What step\steps is\are not correct in following sorting algorithm? Step 1 Repeat the following steps while the list is sorted: Step 2 Start with the first object in the list Step 3 Swap it with the one next to it if they are in the correct order Step 4 Repeat the same with the next to the first object Step 5 Keep on repeating until you reach the last object in the list
Select correct option:



Step 1
Step 3 and Step 2
Step 4
Step 1 and Step 3

Question # 3 of 10 ( Start time: 02:00:06 AM ) Total Marks: 1
In programming Software methodology ____________ is also called top down design.
Select correct option:

Object oriented design
Structured design
Flow Chart design
Use case design

Question # 4 of 10 ( Start time: 02:00:41 AM ) Total Marks: 1
Good navigation should be invisible until it is
Select correct option:

Clicked
Browsed
Wanted
Searched

Objects are modified with ______ that are associated with that object – e.g. a resize a Window with resizeTo(150, 200)
Select correct option:

Properties
Events
Methods
All of the above

Question # 6 of 10 ( Start time: 02:03:39 AM ) Total Marks: 1
A data value that appears directly in a statement is known as _________
Select correct option:

Numeric Literals
String Literals
JavaScript Literals
None of the given

Question # 7 of 10 ( Start time: 02:05:00 AM ) Total Marks: 1
______ are names used by JavaScript to refer to variables.
Select correct option:

Identifiers
Constants
Objects
None of the given

Question # 8 of 10 ( Start time: 02:05:51 AM ) Total Marks: 1
A ________ and set of ____________ for instructing a computer to perform a specific task is called programming Language.
Select correct option:

Sponsored Links

Vocabulary, grammatical rules
Sequence, related
Vocabulary, Instructions
All of above

Question # 9 of 10 ( Start time: 02:06:43 AM ) Total Marks: 1
Detailed plan of SW life cycle specifies two things that are the ____________
Select correct option:

Required resources and expected cost
Expected cost and budget
Required resources and expected deliverables
Time and cost

Question # 10 of 10 ( Start time: 02:07:30 AM ) Total Marks: 1
In Analysis of Algorithms ________ generally measured in terms of the number of steps required to execute an algorithm
Select correct option:

Bandwidth
Time
Memory
Logic functions