1 |
Which of the following interaction style best suit the design of an interface for visually impaired users? |
direct manipulation
direct manipulation
natural language
command line
|
2 |
……………… is a diagramming technique used to identify the types of objects in the system and the
static relationships that exist among them? |
Class Diagram
Document flow diagrams
Data flow diagrams
Flow charts
|
3 |
Consider the following comment. “The software which I bought won’t run on windows and when it runs
I can’t use WORD at the same time”. Which of the following do you think are violated by the newly
bought software? |
dependability, interchangeability
platform independence, interoperability
reliability, dependency
interoperability, reliability
|
4 |
Which of the following is a/are tool used in requirement analysis? |
Flow Graphs
Data Flow Diagrams (not sure)
Activity Networks
Module Dependency Diagrams
|
5 |
------------------ are two important tools that can help in managing and mastering the complexity of a
program. |
abstraction and encapsulation
abstraction and Inheritence
abstraction and Polymarhphism
None of given
|
6 |
1. Variables should be initialized where they are declared and they should be declared in the --------------
scope possible |
Smallest
largest
medium
None of the given
|
7 |
Three tier architecture contains ------------- layers |
Presentation
Application
Database
All of the above
|
8 |
Software architecture elements are further divided into categories which in total are -----------. |
2
3
4
5
|
9 |
Which one of the given below is not a symptom of memory overrun? |
Program crashes quite regularly after a given routine is called, that routine should be examined for a
possible overrun condition
If the routine in question does not appear to have any such problem the most likely cause is that another
routine, called in the prior sequence, has already
trashed variables or memory blocks
Checking the trace log of the called routines leading up to one with the problem will often show up the
error
Compiler warnings
|
10 |
A system ------------- is the period in which tremendous pressure is on developers end to fix the problem
and make the system running again |
Uptime
Downtime
Currentime
futuretime
|