Question No: 1 ( Marks: 1 ) - Please choose one
It represents the _____________ flow chart element.
► Flow Line
► Connector
► Off-page connector
► Start or Stop
Question No: 2 ( Marks: 1 ) - Please choose one
► Usability
► User-friendly
► Consistency
► Complexity
Question No: 3 ( Marks: 1 ) - Please choose one
► 40
► 62
► 83
► 91
Question No: 4 ( Marks: 1 ) - Please choose one
► Optional
► Mandatory
► Not allowed
► None of the given
Question No: 5 ( Marks: 1 ) - Please choose one
► URL
► Telnet
► POP3
► SMTP
Question No: 6 ( Marks: 1 ) - Please choose one
► onUnload
► onUnLoad
► onUNLOAD
► All of the above
Question No: 7 ( Marks: 1 ) - Please choose one
► Loop
► Sequence
► Condition
► Array
Question No: 8 ( Marks: 1 ) - Please choose one
► Actual Value
► Reference
► Length
► Name
Question No: 9 ( Marks: 1 ) - Please choose one
► Ground facts
► Experience
► Practice
► Approximation
Question No: 10 ( Marks: 1 ) - Please choose one
► System Software
► Application Software
► Device
► Utility
Question No: 11 ( Marks: 1 ) - Please choose one
► Number
► Boolean
► Video
► Text
Question No: 12 ( Marks: 1 ) - Please choose one
► Independent
► Dependent
► Interrelated
► Inconsistent
Question No: 13 ( Marks: 1 ) - Please choose one
► Slower
► Faster
► Higher
► Improved
Question No: 14 ( Marks: 1 ) - Please choose one
► Easy communication
► Online interactive contents
► Flexibility
► All of the given options
Question No: 15 ( Marks: 1 ) - Please choose one
► Image downloading
► Image preloading
► Image uploading
► Image postloading
Question No: 16 ( Marks: 1 ) - Please choose one
► Tree structured organizational model
► Network paradigm
► Hierarchical structure
► None of the given options
Question No: 17 ( Marks: 1 ) - Please choose one
► Telecom Engineering
► Computer Engineering
► Computer Science
► Information Technology
Question No: 18 ( Marks: 1 ) - Please choose one
► LAN
► MAN
► Internet
► Network collection
Question No: 19 ( Marks: 1 ) - Please choose one
► Transfer Center protocol
► Transmission Control Protocol
► Transmission Center Protocol
► Telephone Center Protocol
Question No: 20 ( Marks: 1 ) - Please choose one
► Retrieving
► Database
► Information
► DBMS
Question No: 21 ( Marks: 1 ) - Please choose one
► Freeware
► Shareware
► Firewire
► Firmware
Question No: 22 ( Marks: 1 ) - Please choose one
► Multiple Lists
► Nested Lists
► Ordered Lists
► Un-ordered Lists
Question No: 23 ( Marks: 1 ) - Please choose one
► Value
► Length
► Name
► All of the given choices
Question No: 24 ( Marks: 1 ) - Please choose one
► MS Word
► MS PowerPoint
► MS Excel
► MS Access
Question No: 25 ( Marks: 1 ) - Please choose one
► Data updates
► Data security
► Data integrity
► Data accessibility
Question No: 26 ( Marks: 1 ) - Please choose one
► Data normalization
► Data management
► Data Mining
► None of the given options
Question No: 27 ( Marks: 1 ) - Please choose one
► Query
► Form
► Report
► All of the given options
Question No: 28 ( Marks: 1 ) - Please choose one
► <.FIX>……………</FIX>
► <F>………………..</F>
► <PRE>………….</PRE>
► <H>………………..</H>
Question No: 29 ( Marks: 1 ) - Please choose one
► True
► False
Question No: 30 ( Marks: 1 ) - Please choose one
► Limited
► Versatile
► Medium
► Not at all
Question No: 31 ( Marks: 1 )
Transmission Control Protocol/Internet Protocol
Question No: 32 ( Marks: 1 )
it is used to uniquely identify the records in the database.
Question No: 33 ( Marks: 2 )
It field of computer where we enhance and manipulate the graphics.
Like it is used to recover old photograph and by processing we can revive them like original form.
Question No: 34 ( Marks: 2 )
Testing is the process by which we try to determine the presence defects in a program.
Question No: 35 ( Marks: 3 )
Use to display output of computer to the user. Computer screen is consists of pixels.
Question No: 36 ( Marks: 3 )
System Architecture It is structure of a product or process
Design: It is start of the process of developing structure of system or product or we can its basic planning of making a system or product.
Question No: 37 ( Marks: 3 )
Var input_amt = 236.2363611111556 ;
mid_data = input_amt.toString( ) ;
decimalPos = mid_data.indexOf( ".", 0 ) ;
final_amt = mid_data.substring( 0, decimalPos + 3 ) ;
document.write( final_amt + " Rs." ) ;
Question No: 38 ( Marks: 5 )
for (i=0; i<=10; i++)
{
document.write("The number is " + i);
document.write("<br />");
}
The number is 0
The number is 1
The number is 2
The number is 3
The number is 4
The number is 5
The number is 6
The number is 7
The number is 8
The number is 9
The number is 10
Question No: 39 ( Marks: 5 )
Database consist of two or more then two tables are called Relational database.
Oracle dabatbase
Sql Server
Access
Question No: 40 ( Marks: 10 )
Object
They are foundation of object oreineted lanauge.They are data structure contains data fields and properiies and mothods
Ø
Ø Event Handler
Ø An event handler is a command which is used to call a function when an event happens, such as the user clicking a button or mouse.
Ø
Ø Local Variable
Ø Declaring variables within a function, makes them local .They are available only within that function and hold no meaning outside of it
Ø
Ø Scope of Variable
Ø Space in which a variable is effective is known as the scope of a variable. In other words we can say area where that variable is available for the use
Ø Array
Indexed collections of variable of same data types or we can say a Set of organized variables of same type.
Ø
Question No: 41 ( Marks: 10 )
When we store object orientated data into RDBMS it need to translate in to other form which is readable to that RDBMS. While we need that data back or we needed to get data from that stored data. Again it required to be translate back into readable form.
This dual processing process reduce the speed of reading back the data.
It required large knowledge base to implement.
Its implementation in small business it bit complex due to its complexity.
No comments:
Post a Comment