View MCQ Question
(Q) Two main measures for the efficiency of an algorithm are_____
- Processor and memory
- Complexity and capacity
- Time and space
- Data and space
Ans : Time and space
(Q) The complexity of merge sort algorithm is_____
- O(n)
- O(log n)
- O(n2)
- O(n log n)
Ans : O(n log n)
(Q) HTTP refers to ?
- Hyper Text Transfer Protocol
- Hyper Text Transmission Protocol
- Hyper Text Tie Protocol
- None of these
Ans : Hyper Text Transfer Protocol
(Q) Dim a as Integer What do you mean by integer within the given quotation_____
- Boolean
- Number
- String
- None
Ans : Number
(Q) Which property determines whether a control is displayed to the user?
- Hide
- Show
- Visible
- Enabled
Ans : Visible
(Q) The complexity of linear search algorithm is_____
- O(n)
- O(log n)
- O(n2)
- O(n log n)
Ans : O(n)
(Q) A world wide web contains web pages_____
- residing in many computers
- created using HTML
- with links to other web pages
- residing in many computers linked together using HTML
Ans : residing in many computers linked together using HTML
(Q) Which statement about objects is true?
- One object is used to create one class.
- One class is used to create one object.
- One object can create many classes.
- One class can create many objects.
Ans : One class can create many objects.
(Q) Which is a Domain name extension ?
- .flv
- .xls
- .com
- .rrr
Ans : .com
(Q) An object is composed of_____
- properties
- methods
- events
- All of the above
Ans : All of the above
(Q) The complexity of the average case of an algorithm is_____
- Much more complicated to analyze than that of worst case
- Much more simpler to analyze than that of worst case
- Sometimes more complicated and some other times simpler than that of worst case
- None or above
Ans : Much more complicated to analyze than that of worst case
(Q) What is the internet explorer ?
- An icon
- a file manager
- A browser
- an Internet
Ans : A browser
(Q) ______ is text with hyperlinks.
- Lower Text
- Upper Text
- Toggle Text
- Hypertext
Ans : Hypertext
(Q) Program flowcharts are the parts of_____
- operation chart
- process chart
- algorithms flowchart
- system flowcharts
Ans : algorithms flowchart
(Q) If you Convert Numeric to Character expression then use_____
- Str( )
- Val( )
- Instr( )
- Len( )
Ans : Str( )
(Q) How many MDI forms can be added in a Project File ?
- 3
- 1
- 2
- 4
Ans : 1
(Q) A module-level is available to all the _______ in the module
- Data
- Procedures
- Event.
- Task
Ans : Procedures
(Q) In the IDE, which of following is used to design the layout of an application?
- Form Designer window.
- Project Explorer window
- Context Menu.
- Form Layout window.
Ans : Form Designer window.
(Q) Code window consists of a ______ box and procedure list box
- Object.
- Event.
- Tool
- Message
Ans : Object.
(Q) Code in VB is stored in______
- Module.
- Report.
- Both (a) and (b).
- None of above.
Ans : Module.
(Q) Tables in any database related to one another through ______
- Primary Key
- Forign Key
- Composite Key
- Alternate Key
Ans : Forign Key
(Q) Internet Explorer came into market in the year_____
- 1994
- 1995
- 1996
- 1997
Ans : 1995
(Q) Internet explorer falls under_____
- Operating System
- Compiler
- Browser
- IP address
Ans : Browser
(Q) Firefox came into market in the year____?
- 2001
- 2003
- 2002
- 2004
Ans : 2004
(Q) What should be minimum requirement of random access memory (RAM) for internet access?
- 8 MB
- 16 MB
- 32 MB
- 64 MB
Ans : 32 MB
(Q) A person who produces or creates new programs for industrial and business users is called____?
- System analysts
- Program coordinator
- Computer coordinator
- User interface
Ans : System analysts
(Q) In a flowchart a calculation (process) is represented by____.
- A rectangle
- A rhombus
- A parallelogram
- A circle
Ans : A rectangle
(Q) Dim statement is used to _____.
- Declare only string variables.
- Declare only integer variables.
- Declare the variables.
- None of these.
Ans : Declare the variables.
(Q) The Activated event is found only in which object?
- Form.
- Button
- TextBox
- Label
Ans : Form.
(Q) Which datatype store yes/no type data ?
- Varient
- Integer
- Boolean
- String
Ans : Boolean
(Q) In Flowcharts of algorithms, messages are classified as_____
- steps of algorithm
- selection of steps
- cancellation of procedures
- addition of steps
Ans : steps of algorithm
(Q) In flowcharts, a circle with a vertical line drawn is a symbol used to show_____
- systematic operation
- manual operation
- magnetic tape
- display screen
Ans : magnetic tape
(Q) Symbol used in flowchart such as rectangle with horizontal lines on two sides is used for_____
- rhombus
- parallelogram
- circle
- trapezoid
Ans : circle
(Q) The ____ statement checks in the module for usage of any undeclared variables and reports an error tothe user.
- looping
- iteration.
- dim
- external
Ans : dim
(Q) The _____property in Visual basic is common for many a tools.
- location.
- Place
- window status.
- name
Ans : name
(Q) What are the three algorithm constructs?
- Sequence, selection, repetition.
- Input, output, process.
- Input/output, decision, terminator.
- Loop, input/output, process.
Ans : Sequence, selection, repetition.
(Q) Blink the Cursor in specific Textbox then use_____
- Caption
- List
- Val( )
- Setfocus
Ans : Setfocus
(Q) In order to use cable for browsing web you will need : _____
- A cable modem.
- Network Interface Card (NIC).
- Both (a) & (b).
- None Of the above.
Ans : Both (a) & (b).
(Q) The space factor when determining the efficiency of algorithm is measured by_____
- Counting the maximum memory needed by the algorithm.
- Counting the minimum memory needed by the algorithm.
- Counting the average memory needed by the algorithm.
- Counting the maximum disk space needed by the algorithm.
Ans : Counting the maximum memory needed by the algorithm.
(Q) The time factor when determining the efficiency of algorithm is measured by_____
- Counting microseconds.
- Counting the number of key operations.
- Counting the number of statements.
- Counting the kilobytes of algorithm.
Ans : Counting the number of key operations.
(Q) Controls are: _____
- Code
- Method
- Object
- None
Ans : Object
(Q) DCL Provides Commands To Perform Actions Like_____
- Change The Structure Of Tables.
- Insert, Update Or Delete Records And Data Values
- Authorizing Access And Other Control Over Database
- None Of Above
Ans : Authorizing Access And Other Control Over Database
(Q) Debug window is the same as ____ window.
- procedure.
- object.
- form
- code
Ans : code
(Q) Autoredraw = True Property is used for_____
- Display Text on Command Button
- Display Text on Label
- Display Text on Frame
- Display Some Text on Form Body
Ans : Display Some Text on Form Body
(Q) What is name of format :tomardokan@gmail.com
- Email Id
- Web site
- WordProcessor
- None
Ans : Email Id
(Q) Controls are: _____
- Code
- Method
- Object
- None
Ans : Object
(Q) Which of the following sorting algorithms is of divide-and-conquer type?
- Bubble sort
- Insertion sort
- Quick sort
- All of above
Ans : Quick sort
(Q) Which one is not the property of algorithm?
- Generality
- Infiniteness
- Finiteness
- Correctness
Ans : Infiniteness
(Q) MAX Property is for_____
- Label
- TextBox
- HScrollBar
- ComboBox
Ans : HScrollBar
(Q) What Are The Different Views To Display A Table?
- Datasheet view
- Design view
- Pivot table and Pivot Chart view
- All of above
Ans : All of above
(Q) MS-Access is a _____
- RDBMS package.
- Language
- Drawing package.
- Operating system.
Ans : RDBMS package.
(Q) How many types of query are present in MS-Access?
- 6
- 3
- 8
- 9
Ans : 9
(Q) Property of primary key is _______
- Unique.
- Not null.
- Indexed.
- All of above.
Ans : All of above.
(Q) Following Is Not A Database Model_____
- Network Database Model.
- Relational Database Model.
- Object Oriented Database Model.
- None.
Ans : None.
(Q) What is the difference between 'Open' and 'Open Exclusively'?
- Open statement opens access database files and Open Exclusively opens database files of other program like Oracle.
- Open Exclusive locks whole database so that no one can access it whereas Open locks only the record that is being accessed.
- Both Open and Open Exclusively are same.
- Open Exclusive command does not exist in MS Access.
Ans : Open Exclusive locks whole database so that no one can access it whereas Open locks only the record that is being accessed.
(Q) All components work together as a unit is called____
- System
- Component classification
- Storing system
- Operating system
Ans : System
(Q) In flowchart, invert trapezoid is used to show the____
- On-line storage symbol
- Manual operations
- Communication link
- Show annotations
Ans : Manual operations
(Q) Flowchart act as a guide or blue print during the system analysis. It is a advantage is called____
- Communication
- Proper Debugging
- Effective Analysis
- Efficient Coding
Ans : Efficient Coding
(Q) DHCP stands for____
- Dynamic Host Configuration Protocol
- Dual Host Configuration Protocol
- Dual Host Control Protocol
- Dynamic Host Control Protocol
Ans : Dynamic Host Configuration Protocol
(Q) The application name always appears in the_____
- Titlebar
- Menubar
- Properties window
- Code window
Ans : Titlebar
(Q) In flowchart, parallelogram is used to show_____
- General input symbol
- Operation on data
- Online use of keyboard
- Output data screen
Ans : General input symbol
(Q) Default data type of a variable in VB is_____
- Integer
- String
- Float
- Variant
Ans : Variant
(Q) Shortcut of Web page Refresh is_____
- F4
- F5
- F6
- F7
Ans : F5
(Q) Stock maintaining control system in store which consists hardware and software to contact and manage suppliers is called_____
- system
- component classification
- information processing system
- operating system
Ans : information processing system
(Q) DNS stands for_____
- Direct Naming System
- Drive Naming Society
- Domain Name System
- Development New Society
Ans : Domain Name System
(Q) Dynamic arrays can be declared when the user may not know the _____of the array at design time.
- exact column.
- exact variable.
- exact value.
- exact size.
Ans : exact size.
(Q) Each computer connected to the internet must_____
- have a unique HTTP address
- be an IBM PC
- have a modem connection
- Switch
Ans : be an IBM PC
(Q) E-Mail : The Inbox is collection of_____
- Deleted Mail
- Draft Mails
- Spam Mails
- Incoming Mails
Ans : Incoming Mails
(Q) E-mail addresses separate the user name from the ISP using the __________ symbol.
- &
- @
- #
- %
Ans : @
(Q) Which language is not a true object-oriented programming language?
- VB.NET
- VB 6
- C++
- Java
Ans : VB 6
(Q) Uses of Internet_____
- Communication
- Information Retrieval.
- Presentation of information.
- All of the above
Ans : All of the above
(Q) A computer language for informing the DBMS regarding the data structure used is_____
- PASCAL
- DDL
- PROLOG
- FORTRAN
Ans : DDL
(Q) A homepage is_____
- an index on encyclopaedia articles.
- where all internet data is store.
- required for access to the internet.
- the first page of a web site.
Ans : the first page of a web site.
(Q) The first part of a complete URL is the __________ needed to access the web resource.
- ADDRESS
- NAME
- LOCATION
- PROTOCOL
Ans : PROTOCOL
(Q) What is an algorithm?
- A flowchart.
- Step by step instructions used to solve a problem.
- A flowchart or pseudocode.
- A decision.
Ans : Step by step instructions used to solve a problem.
(Q) A textbox is an example of_____
- button
- method
- event
- Control
Ans : Control
(Q) In a relational database, a Referential Integrity constraint is specified with the help of_____
- Primary Key.
- Foreign Key.
- Both (a) and (b).
- None of these.
Ans : Foreign Key.
(Q) How can you view the properties of a form?
- Select View > Form properties form the menu.
- Right click anywhere on the form and select properties from the shortcut menu.
- Double click the form selector box in the upper left corner of the form.
- All the Above.
Ans : Right click anywhere on the form and select properties from the shortcut menu.
(Q) How do you insert a graphic of your company's logo on a report?
- Design Tab -> Logo.
- You can't MS Access won't let you insert graphics file.
- Database Tools -> logo.
- Select Tools > Insert Picture from the menu.
Ans : Design Tab -> Logo.
(Q) What is a form in MS Access?
- It is a printed page where users will write their data to fill it up.
- It is an input screen designed to make the viewing and entering data easier
- This is an important part of database used by analysts to draw conclusions.
- All of above.
Ans : It is an input screen designed to make the viewing and entering data easier
(Q) FTP stands for_____
- File Total Protocol.
- Forward Total Protocol
- File Transfer Protocol.
- File Transfer Project
Ans : File Transfer Protocol.
(Q) There are _____ types of modules in visual basic
- Three
- Two
- Five
- None of these
Ans : Three
(Q) A value that is automatically entered in a field for a new record_____
- Validation rule
- Default value
- Input mask
- None of above
Ans : Default value
(Q) Diagram that represents steps or operations involved in any kind of process is called_____
- System diagram
- Management hierarchy
- Flowcharts
- Convenience diagrams
Ans : Flowcharts
(Q) In flowchart, symbol of rectangle with one curvy side is used to show_____
- Document printed
- Document written
- Data stored
- Display output
Ans : Document printed
(Q) In a flowchart an input or output insruction is represented by_____
- A rectangle
- A rhombus
- A parallelogram
- A circle
Ans : A parallelogram
(Q) Binary search algorithm cannot be applied to_____
- Sorted linked list.
- Sorted binary trees.
- Sorted linear array.
- Pointer array.
Ans : Sorted linked list.
(Q) Connectors used to connect flowchart symbols to each other are classified as_____
- Arrow lines.
- Symbols.
- Annotation.
- Special symbols.
Ans : Symbols.
(Q) An algorithm that calls itself directly or indirectly is known as_____
- Sub algorithm.
- Recursion.
- Polish notation.
- Traversal algorithm.
Ans : Recursion.
(Q) The advantage of For Next loops over Do Loops is that they are: _____
- easier to read and maintain.
- less prone to being infinite loops.
- good for working with arrays.
- All of the above.
Ans : All of the above.
(Q) what does the .com domain represent?
- education domain
- commercial domain
- network
- Browser
Ans : commercial domain
(Q) The browser_______ keeps a list of web pages you have visited during the current session.
- history
- cache
- favorites
- trail
Ans : history
(Q) The complexity of Binary search algorithm is_____
- O(n)
- O(log n)
- O(n2)
- O(n log n)
Ans : O(log n)
(Q) The complexity of Bubble sort algorithm is_____
- O(n)
- O(log n)
- O(n2)
- O(n log n)
Ans : O(n2)
(Q) E-Mail where 'E' stands for_____
- Electrical
- Electronic
- Election
- Easy
Ans : Electronic
(Q) Outlined program flowchart shows the_____
- detailed operations
- general flowcharts
- classified flowchart
- detailed program
Ans : general flowcharts
(Q) Part of an algorithm which is repeated for fixed number of times is classified as_____
- iteration
- selection
- sequence
- reverse action
Ans : iteration
(Q) Repetition of statement in Jackson method is shown by_____
- drawing sign of equal
- drawing sign of subtraction
- drawing an asterisk
- drawing an arrow
Ans : drawing an asterisk
(Q) Google Chrome is a_____
- word Processor
- DBMS
- Browser
- None
Ans : Browser
(Q) MULTILINE=TRUE Property is used_____
- Label
- Inputbox
- TextBox
- Frame
Ans : TextBox
(Q) Option button can be grouped in a ______control.
- label
- text box.
- frame
- check box
Ans : frame
(Q) origin of Visual basic is_____
- Cobol
- Fortran
- Basic
- All Of the above.
Ans : Basic
(Q) In which year Hyperlink was coined?
- 1969
- 1916
- 1964
- 1955
Ans : 1964
(Q) Verification of a login name and password is known as_____
- Configuration.
- Accessibility.
- Authentication.
- Logging in.
Ans : Authentication.
(Q) Referential integrity of MS-Access denotes _______
- The data of all fields of a table must match with the data of the related table
- A row of one table must match with a row of the related table.
- All the values in foreign key field must match with the values of the primary key field of the related table.
- Any value in foreign key field must match with the values of the primary key field of the related table
Ans : All the values in foreign key field must match with the values of the primary key field of the related table.
(Q) The relational model is concerned with _____
- Data structure and data integrity
- Data manipulation
- Both (a) and (b).
- None of these
Ans : Both (a) and (b).
(Q) Cylinder symbol represents ______
- Magnetic Disk
- Input
- Connector
- Annotation
Ans : Magnetic Disk
(Q) The Worst case occur in linear search algorithm when_____
- Item is somewhere in the middle of the array.
- Item is not in the array at all.
- Item is the last element in the array.
- Item is the last element in the array or is not there at all.
Ans : Item is the last element in the array or is not there at all.
(Q) To write program functions such as input four numbers and print their sum, program refinement first level includes_____
- input four numbers
- calculate sum
- print values
- print variables
Ans : input four numbers
(Q) An array of controls can be populated by: _____
- assigning existing controls to the array.
- creating controls and assigning them to the array.
- borrowing controls that will automatically assign them to the array.
- Both a and b.
Ans : Both a and b.
(Q) An Exception is another name for a: _____
- compile error.
- logic error.
- runtime error.
- superficial error.
Ans : runtime error.
(Q) ARPANET stands for: _____
- Advanced Research Policy Agency Network.
- Advanced Research Projects Agency Network.
- Advanced Research Projects Agency Norms.
- Advanced Rejoin Projects Agency Norms.
Ans : Advanced Research Projects Agency Network.
(Q) Which one of the following is not a search engine?
- Bing
- Google
- Yahoo
- Windows
Ans : Windows
(Q) Safari browser came into market in the year____
- 2000
- 2001
- 2002
- 2003
Ans : 2003
(Q) In internet terminology IP means_____
- Internet Provider
- Internet Protocol
- Internet Procedure
- Internet Processor
Ans : Internet Protocol
(Q) The Internet was originally a project for this Government agency_____
- ARPA
- NSF
- NSA
- FCC
Ans : ARPA
(Q) Moving from one website to another is called_____
- Downloading
- Browsing
- Uploading
- Attachment
Ans : Browsing
(Q) Distinct parts of documentation are_____
- Technical documentation.
- Documentation for user.
- Program planning.
- Both a and b.
Ans : Both a and b.
(Q) Diamond shaped symbol is used in flowcharts to show the_____
- Decision box.
- Statement box.
- Error box.
- If-statement box.
Ans : Decision box.
(Q) The first Network_____
- CNNET.
- NSFNET.
- ASAPNET.
- ARPANET.
Ans : ARPANET.
(Q) The extension of standard modules is_____
- .cls
- .res
- .bas
- .xls
Ans : .bas
(Q) Which of the following cases does not exist in complexity theory?
- Best case
- Worst case
- Average case
- Null Case
Ans : Null Case
(Q) What is the full form of CC option while Compose/Sending mail ?
- Carbon copy
- Copy carbon
- Copy to copy
- Carbon to Connect
Ans : Carbon copy
(Q) What is the minimum bandwidth required for broadband connection?
- 128 kbps
- 256 kbps
- 512 kbps
- 2048 kbps
Ans : 256 kbps
(Q) When flowchart direction lines are unclear then the programmer can use
- arrows
- horizontal lines
- vertical lines
- inverted triangle
Ans : arrows
(Q) Which of the following is not the required condition for binary search algorithm?
- The list must be sorted.
- There should be the direct access to the. middle element in any sublist
- There must be mechanism to delete and/or insert elements in list
- none of above
Ans : There must be mechanism to delete and/or insert elements in list
(Q) How many values a CheckBox can have ?
- 1
- 2
- 3
- 4
Ans : 3
(Q) Key fields of the ConnectionString property are_____
- Provider
- Mode
- Provider & Data Source
- Data Source
Ans : Data Source
(Q) Link with another part of program or connectors in flowchart are shown in_____
- rhombus
- parallelogram
- circle
- trapezoid
Ans : circle
(Q) LIST Property is used_____
- Command Button
- Label
- TextBox
- ComboBox
Ans : ComboBox
(Q) MAN refers to ?
- Mega Area Network
- Metropolitan Area Network.
- Mini Area Network.
- Medium Area Network.
Ans : Metropolitan Area Network.
(Q) In a relational database, a Referential Integrity constraint is specified with the help of_____
- Primary Key
- Foreign Key
- Both (a) and (b).
- None of these
Ans : Foreign Key
(Q) In a URL what does .org represents_____
- educational institute
- military site
- organization
- commercial
Ans : organization
(Q) Controls are: _____
- Code
- Method
- Object
- None
Ans : Object
(Q) DCL Provides Commands To Perform Actions Like_____
- Change The Structure Of Tables.
- Insert, Update Or Delete Records And Data Values
- Authorizing Access And Other Control Over Database
- None Of Above
Ans : Authorizing Access And Other Control Over Database
(Q) Debug window is the same as ________ window.
- procedure
- object
- form
- code
Ans : code
(Q) Autoredraw = True Property is used for ______
- Display Text on Command Button
- Display Text on Label
- Display Text on Frame
- Display Some Text on Form Body
Ans : Display Some Text on Form Body
(Q) What is name of format: abc@rediffmail.com?
- Email Id
- Web site
- WordProcessor
- None
Ans : Email Id
(Q) Which of the following sorting algorithms is of divide-and-conquer type?
- Bubble sort
- Insertion sort
- Quick sort
- All of above
Ans : Quick sort
(Q) Which one is not the property of algorithm?
- Generality
- Infiniteness
- Finiteness
- Correctness
Ans : Infiniteness
(Q) MAX Property is for ______
- Label
- TextBox
- HScrollBar
- ComboBox
Ans : HScrollBar
(Q) What Are The Different Views To Display A Table?
- Datasheet view
- Design view
- Pivot table and Pivot Chart view
- All of above
Ans : All of above
(Q) MS-Access is a _____
- RDBMS package.
- Language
- Drawing package
- Operating system
Ans : RDBMS package.
(Q) How many types of query are present in MS-Access?
- 6
- 3
- 8
- 9
Ans : 9
(Q) Property of primary key is ________
- Unique
- Not null
- Indexed
- All of above
Ans : All of above
(Q) Following Is Not A Database Model ___________
- Network Database Model
- Relational Database Model
- Object Oriented Database Model
- None
Ans : None
(Q) What is the difference between 'Open' and 'Open Exclusively'?
- Open statement opens access database files and Open Exclusively opens database files of other program like Oracle.
- Open Exclusive locks whole database so that no one can access it whereas Open locks only the record that is being accessed.
- Both Open and Open Exclusively are same
- Open Exclusive command does not exist in MS Access
Ans : Open Exclusive locks whole database so that no one can access it whereas Open locks only the record that is being accessed.
(Q) All components work together as a unit is called ________
- System
- Component classification
- Storing system
- Operating system
Ans : System
(Q) In flowchart, invert trapezoid is used to show the____
- On-line storage symbol
- Manual operations
- Communication link
- Show annotations
Ans : Manual operations
(Q) Flowchart act as a guide or blue print during the system analysis. It is a advantage is called _______
- Communication
- Proper Debugging
- Effective Analysis
- Efficient Coding
Ans : Efficient Coding
(Q) DHCP stands for ______
- Dynamic Host Configuration Protocol
- Dual Host Configuration Protocol
- Dual Host Control Protocol
- Dynamic Host Control Protocol
Ans : Dynamic Host Configuration Protocol
(Q) The application name always appears in the __________
- Titlebar
- Menubar
- Properties window
- Code window
Ans : Titlebar
(Q) In flowchart, parallelogram is used to show __________
- General input symbol
- Operation on data
- Online use of keyboard
- Output data screen
Ans : General input symbol
(Q) Shortcut of Web page Refresh is _____
- F4
- F5
- F6
- F7
Ans : F5
(Q) Shortcut of property window is _________
- F4
- F5
- F6
- F7
Ans : F4
(Q) Stock maintaining control system in store which consists hardware and software to contact and manage suppliers is called __________
- system
- component classification
- information processing system
- operating system
Ans : information processing system
(Q) DNS stands for ________
- Direct Naming System
- Drive Naming Society
- Domain Name System
- Development New Society
Ans : Domain Name System
(Q) Dynamic arrays can be declared when the user may not know the _________ of the array at design time.
- exact column
- exact variable
- exact value
- exact size
Ans : exact size
(Q) Each computer connected to the internet must _______
- have a unique HTTP address
- be an IBM PC
- have a modem connection
- Switch
Ans : be an IBM PC
(Q) E-Mail: The Inbox is collection of _________
- Deleted Mail
- Draft Mails
- Spam Mails
- Incoming Mails
Ans : Incoming Mails
(Q) E-mail addresses separate the user name from the ISP using the _________ symbol.
- &
- @
- #
- %
Ans : @
(Q) Default Tools in VB
- 21
- 22
- 23
- 24
Ans : 21
(Q) VB is a
- Programming Language
- Word processing Program
- Spreadsheet Program
- Presentation Program
Ans : Programming Language
(Q) A homepage is __________
- an index on encyclopaedia articles.
- where all internet data is store.
- required for access to the internet.
- the first page of a web site.
Ans : the first page of a web site.
(Q) The first part of a complete URL is the _________ needed to access the web resource.
- ADDRESS
- NAME
- LOCATION
- PROTOCOL
Ans : PROTOCOL
(Q) What is an algorithm?
- A flowchart.
- Step by step instructions used to solve a problem.
- A flowchart or pseudocode.
- A decision.
Ans : Step by step instructions used to solve a problem.
(Q) In a relational database, a Referential Integrity constraint is specified with the help of _________
- Primary Key.
- Foreign Key.
- Both (a) and (b).
- None of these.
Ans : Foreign Key.
(Q) How do you insert a graphic of your company's logo on a report?
- Design Tab -> Logo.
- You can't MS Access won't let you insert graphics file.
- Database Tools -> logo.
- Select Tools > Insert Picture from the menu.
Ans : Design Tab -> Logo.
(Q) What is a form in MS Access?
- It is a printed page where users will write their data to fill it up.
- It is an input screen designed to make the viewing and entering data easier
- This is an important part of database used by analysts to draw conclusions.
- All of above.
Ans : It is an input screen designed to make the viewing and entering data easier
(Q) There are _________ types of modules in visual basic
- Three
- Two
- Five
- None of these
Ans : Three
(Q) The advantage of For... Next loops over Do... Loops is that they are: ______
- easier to read and maintain.
- less prone to being infinite loops.
- good for working with arrays.
- All of the above.
Ans : All of the above.
(Q) what does the .com domain represent?
- education domain
- commercial domain
- network
- Browser
Ans : commercial domain
(Q) The browser's _______ keeps a list of web pages you have visited during the current session.
- history
- cache
- favorites
- trail
Ans : history
(Q) Outlined program flowchart' shows the ________
- detailed operations
- general flowcharts
- classified flowchart
- detailed program
Ans : general flowcharts
(Q) Part of an algorithm which is repeated for fixed number of times is classified as ______
- iteration
- selection
- sequence
- reverse action
Ans : iteration
(Q) HTTP refers to ?
- Hyper Text Transfer Protocol
- Hyper Text Transmission Protocol
- Hyper Text Tie Protocol
- None of these
Ans : Hyper Text Transfer Protocol
(Q) Which property determines whether a control is displayed to the user?
- Hide
- Show
- Visible
- Enabled
Ans : Visible
(Q) Which statement about objects is true?
- One object is used to create one class.
- One class is used to create one object.
- One object can create many classes.
- One class can create many objects.
Ans : One class can create many objects.
(Q) Which is a Domain name extension?
- .flv
- .xls
- .com
- .rrr
Ans : .com
(Q) What is the internet explorer ?
- An icon
- a file manager
- A browser
- an Internet
Ans : A browser
(Q) ________ is text with hyperlinks.
- Lower Text
- Upper Text
- Toggle Text
- Hypertext
Ans : Hypertext
(Q) How many MDI forms can be added in a Project File?
- 3
- 1
- 2
- 4
Ans : 1
(Q) A module-level is available to all the __________ in the module
- Data
- Procedures
- Event
- Task
Ans : Procedures
(Q) In the IDE, which of following is used to design the layout of an application?
- Form Designer window
- Project Explorer window
- Context Menu
- Form Layout window
Ans : Form Designer window
(Q) A person who produces or creates new programs for industrial and business users is __________called?
- System analysts
- Program coordinator
- Computer coordinator
- User interface
Ans : System analysts
(Q) In the IDE, which of following is used to design the layout of an application?
- Form Designer window
- Project Explorer window
- Context Menu
- Form Layout window
Ans : Form Designer window
(Q) Code window consists of a ______ box and procedure list box
- Object
- Event
- Tool
- Message
Ans : Object
(Q) Firefox came into market in the year___?
- 2001
- 2003
- 2002
- 2004
Ans : 2004
(Q) In flowcharts, a circle with a vertical line drawn is a symbol used to show_____
- systematic operation
- manual operation
- magnetic tape
- display screen
Ans : magnetic tape
(Q) The Activated event is found only in which object?
- Form
- Button
- TextBox
- Label
Ans : Form
(Q) Which datatype store yes/no type data ?
- Varient
- Integer
- Boolean
- String
Ans : Boolean
(Q) Which statement about objects is true?
- One object is used to create one class
- One class is used to create one object
- One object can create many classes
- One class can create many objects
Ans : One class can create many objects
(Q) Which is not true about forms and controls in Visual Basic?
- They are pre-built
- They are graphical objects
- New versions of the classes must be created with each project
- Buttons can be created with the drag and drop method
Ans : New versions of the classes must be created with each project
(Q) Firefox came into market in the year _______?
- 2001
- 2003
- 2002
- 2004
Ans : 2004
(Q) What should be minimum requirement of random access memory (RAM) for internet access?
- 8 MB
- 16 MB
- 32 MB
- 64 MB
Ans : 32 MB
(Q) A person who produces or creates new programs for industrial and business users is called______?
- System analysts
- Program coordinator
- Computer coordinator
- User interface
Ans : System analysts
(Q) The Activated event is found only in which object?
- Form
- Button
- TextBox
- Label
Ans : Form
(Q) Which datatype store yes/no type data?
- Varient
- Integer
- Boolean
- String
Ans : Boolean
(Q) The __________ statement checks in the module for usage of any undeclared variables and reports an error tothe user.
- looping
- iteration
- dim
- external
Ans : dim
(Q) The _______ property in Visual basic is common for many a tools.
- location
- Place
- window status
- name
Ans : name
(Q) What are the three algorithm constructs?
- Sequence, selection, repetition
- Input, output, process
- Input/output, decision, terminator
- Loop, input/output, process
Ans : Sequence, selection, repetition.
(Q) In order to use cable for browsing web you will need: _____
- A cable modem
- Network Interface Card (NIC)
- Both (a) & (b)
- None Of the above
Ans : Both (a) & (b)
(Q) The time factor when determining the efficiency of algorithm is measured by_____
- Counting microseconds
- Counting the number of key operations
- Counting the number of statements
- Counting the kilobytes of algorithm
Ans : Counting the number of key operations
(Q) Option button can be grouped in a _____ control.
- label
- text box
- frame
- check box
Ans : frame
(Q) In which year Hyperlink was coined?
- 1969
- 1961
- 1964
- 1955
Ans : 1964
(Q) Which one of the following is not a search engine?
- Bing
- Google
- Yahoo
- Windows
Ans : Windows
(Q) Which of the following cases does not exist in complexity theory?
- Best case
- Worst case
- Average case
- Null Case
Ans : Null Case
(Q) What is the full form of CC option while Compose/Sending mail?
- Carbon copy
- Copy carbon
- Copy to copy
- Carbon to Connect
Ans : Carbon copy
(Q) What is the minimum bandwidth required for broadband connection?
- 128 kbps
- 256 kbps
- 512 kbps
- 2048 kbps
Ans : 256 kbps
(Q) When flowchart direction lines are unclear then the programmer can use
- arrows
- horizontal lines
- vertical lines
- inverted triangle
Ans : arrows
(Q) Which of the following is not the required condition for binary search algorithm?
- The list must be sorted.
- There should be the direct access to the. middle element in any sublist
- There must be mechanism to delete and/or insert elements in list
- none of above
Ans : There must be mechanism to delete and/or insert elements in list
(Q) How many values a CheckBox can have?
- 1
- 2
- 3
- 4
Ans : 3
(Q) Key fields of the ConnectionString property are __________
- Provider
- Mode
- Provider & Data Source
- Data Source
Ans : Data Source
(Q) Which datatype store yes/no type data ?
- Variant
- Integer
- Boolean
- String
Ans : Boolean
(Q) MAN refers to ?
- Mega Area Network
- Metropolitan Area Network
- Mini Area Network
- Medium Area Network
Ans : Metropolitan Area Network
(Q) In a URL what does.org represents ________
- educational institute
- military site
- organization
- commercial
Ans : organization
(Q) which of the following is not a database application?
- Flash
- Ms Access
- Foxpro
- All of the above
Ans : Flash
(Q) Debug window is the same as _________ window
- form
- procedure
- object
- code
Ans : code
(Q) List property is used
- Label
- TextBox
- Command Button
- ComboBox
Ans : ComboBox
(Q) Vbcritical is used for
- MsgBox
- TextBox
- InputBox
- ComboBox
Ans : MsgBox
(Q) Which is not a proper looping structure?
- Do While
- Loop Until
- Do Until
- For .... Next
Ans : Loop Until
(Q) which is not a integer data type?
- Single
- Byte
- Short
- Integer
Ans : Single
(Q) Which method of a ListBox will remove just one item at a time?
- Items.RemoveAt
- Item.ClearAt
- Item.RemoveAt
- Items.ClearAt
Ans : Items.RemoveAt
(Q) Dynamic arrays can be declared when the user may not know the ________ of the array at design time.
- Exact column
- Exact variable
- Exact value
- Exact size
Ans : Exact size
(Q) E-mail addresses separate the user name from the ISP using the __________ symbol
- &
- @
- #
- %
Ans : @