Computer Objective Question 17
1) In word processing the red underline indiacates
- Spelling mistakes
- Line mistakes
- Number mistakes
- Space mistake
Ans:- (A) Spelling mistakes
2) The shortcut key to print document is
- Ctrl + A
- Ctrl + B
- Ctrl + P
- Ctrl + C
3) First laYer in the OSI reference Model is
- Data link
- Nerwork
- Physical
- Application
4) Viruses, Trojan horses and worms are
- able to harm computer system
- Unable to detect if affected on computer
- User-friendly applications
- harmless application resident on computer
Ans:- (A) able to harm computer system
5) Program threats are
- Trap doors
- Trojan horse
- Both ‘A’ AND ‘b’
- Virus
6) Failure of passwords security due to exposure can result from
- Electronic monitoring
- Visual
- Both 'A' AND 'B'
- Light
Ans:- (c) Both 'A' AND 'B'
7) Data security treats include
- Hardware failure
- Privacy invasion
- Fraudulent manipulation of data
- All of the above
Ans:- (b) Privacy invasion
8) The bar which displays information about the current page number is
- Title bar
- Status bar
- Standard bar
- Formatting bar
9) Graphical pictures that represent an object like file, folder etc. are
- Task bar
- Windows
- Desktop
- Icons
10)Who invented the super-computer ?
- P.T. Garnsworth
- J.R. Whinfield
- J.H. Van Tassell
- Charles Ginsberg
Ans:- (c) J.H. Van Tassell
11) Accessing records grok a file directly without searching from the begining of the file is
- Time sharing
- Random
- Direct access
- Access time
12) Time during which a job is processed by the computer is
- Delay time
- Real time
- Execution time
- Down time
13) Database redesign is not terribly diffucult if the
- Database is structured
- Database has no data
- Database is well-designed
- Database is relatively small
Ans:- (c) database has no data
14) a regular subquery can be processed
- From the top down
- From the bottom up
- By nesting
- From the right up
Ans:- (b) from the bottom up
15) Which of the following SQL statements are helpful in database redesign ?
- Correlated subqueries only
- EXISTS/ NOT EXISTS expressions only
- Both of the above are helpful
- Creating the database are helpful
Ans:- (c) Both of the above are helpful
16) Which is not true of a correlated subquery ?
- EXISTS/NOT EXISTS is a form of a correlated subquery
- The provcessing of the SELECT statements nested
- They can be used to verify functional dependencies
- They are very similar to aregular subquery
Ans:- (d) They are very similar to aregular subquery
17) The EXISTS keyword will be true if
- Any row in the subquery meets the condition only
- All rows in the subquery fail the condition only
- both of these two conditions are met
- neither of these two conditions is met
Ans:- (a) Any row in the subquery meets the condition only
18) The NOT EXISTS keyword will be true if
- any row in the subquery meets the condition
- all town in the subquery fail the condition
- both of these two conditions are met
- neither of these two conditions is met
Ans:- (b) all town in the subquery fail the condition
19) How can you find rows that do not match some specified condition ?
- EXISTS
- Double use of NOT EXISTS
- NOT EXISTS
- ROWS EXIT
20) Before any changes to database structure are attempted one should first
- clearly understand the current structure nd contents of the database only
- Test any changes on a test database only
- create a complete backup of the operational database only
- All of the above should be done
Ans:- (d) All of the above should be done
|