Skip to main content

Computer Basic MCQ

Computer Basic MCQ

MULTIPLE CHOISE QUESTION



1. In order to tell Excel that we are entering a formula in a cell we must begin with an operator such as:
    A. $
    B. @
    C. Equal Sign (=)

Answer: C. Equal Sign (=)


2. In application software (MS Excel), there is __________ immediately below the title bar.
    A. Standard toolbar
    B. Scroll bar
    C. Menu bar

Answer: C. Menu bar


3. This is not a function category in Excel
    A. Data Series
    B. Text
    C. Logical

Answer: C. Logical


4. Excel can display up to __________ fields of a data form.
    A. 16
    B. 32
    C. 64

Answer: B. 32


5. Excel uses another name for the database. It is called:
    A. Listing
    B. Organizer
    C. List

Answer: C. List


6. Which of the following is not a valid data type in Excel?
    A. Number
    B. Character
    C. Label

Answer: B. Character


7. In Excel, each sheet in a workbook is displayed as
    A. Tab
    B. Marker
    C. Down Pointing Arrow

Answer: A. Tab


8. Which area in an Excel window allows entering values and formulas?
    A. Menu bar
    B. Title bar
    C. Formula bar

Answer: C. Formula bar


9. The file responsible for starting MS Excel is
    A. MS.EXCE
    B. EXCEL.EXE
    C. MS.EXE

Answer: B. EXCEL.EXE


10. Which sign is used to specify a cell range?
    A.  : (colon)
    B.  / (slash)
    C.  * (asterisk)

Answer: A.  : (colon)


11. What is an Excel:
    A. A Document
    B. A Graphic Program
    C. A Spreadsheet

Answer: C. A Spreadsheet


12. In Excel, _________ contains one or more worksheets.
    A. Template
    B. Workbook
    C. Active cell

Answer: B. Workbook


13. What is the file extension of MS Excel 2003 document:
    A. xls
    B. Txt
    C. xlsx

Answer: A. xls


14. Melissa was a __________ macro virus:
    A. Microsoft Excel
    B. Internet
    C. Microsoft Word

Answer: C. Microsoft Word


15. In which grouping, the formatting of text is done in Word?
    A. Tables, Paragraphs, and Indexes
    B. Paragraphs, Indexes, and Sections
    C. Characters, Sections, and Paragraphs

Answer: C. Characters, Sections, and Paragraphs


16. Microsoft Word is an example of a/an:
    A. Operating system
    B. Input device
    C. Application software

Answer: C. Application software


17. The internet has also known simply as:
    A. Nat
    B. Nft
    C. Net

Answer: C. Net


18. TCP/IP is a:
    A. Network Hardware
    B. Network Software
    C. Protocol

Answer: C. Protocol


19. OSI stands for:
    A. Open System Interface
    B. Open System Interconnection
    C. Out System Interface

Answer: B. Open System Interconnection


20. What is the full form of ROM?
    A. Read-only memory
    B. Read-on memory
    C. Read on memory

Answer: A. Read-only memory


21. What is the full form of RAM?
    A. Random-access memory
    B. Read-access memory
    C. Real all memory

Answer: A. Random-access memory


22. What is the full form of VDU?
    A. Video display unit
    B. Visual display unit
    C. Virtual display unit

Answer: B. Visual display unit


23. Graphics for word processor is:
    A. Clip Art
    B. Highlight
    C. Execute
    D. Run

Answer: A. Clip Art


24. Which among the following is folder:
    A. Floppy Disk
    B. Magnetic Drum
    C. DVD
    D. None of these

Answer: D. None of these



Comments

Popular posts from this blog

JS Code for Generating OTP

JS Code for Generating OTP -  * Learn how to create a simple JavaScript function to generate a random 4-digit OTP. (GENERATED BY - ChatGPT) function OTP() { let otp = ""; otp = Math.floor(Math.random() * 9000 + 1000); return otp; } console.log("Your OTP is-", OTP());

Concurrency Control

What is Concurrency Control? Concurrency Control in Database Management System is a procedure of managing simultaneous operations without conflicting with each other. It ensures that Database transactions are performed concurrently and accurately to produce correct results without violating data integrity of the respective Database. Concurrent access is quite easy if all users are just reading data. There is no way they can interfere with one another. Though for any practical Database, it would have a mix of READ and WRITE operations and hence the concurrency is a challenge. DBMS Concurrency Control is used to address such conflicts, which mostly occur with a multi-user system. Therefore, Concurrency Control is the most important element for proper functioning of a Database Management System where two or more database transactions are executed simultaneously, which require access to the same data. Potential problems of Concurrency Here, are some issues which you will likely to face wh...

Top 10 Most Famous Photographers of All Time

*Top 10 Most Famous Photographers of All Time* If you want to take truly memorable and moving photographs, you can learn something by studying the pictures of famous photographers. Some of the most beloved artists are deceased, but some are still delighting us with their photographs. The list below includes some of the more famous photographers that still impact our lives today. 1. *Ansel Adams* is probably the most easily recognized name of any photographer. His landscapes are stunning; he achieved an unparalleled level of contrast using creative darkroom work. You can improve your own photos by reading Adams’ own thoughts as he grew older, when he wished that he had kept himself strong enough physically to continue his work. 2. *Yousuf Karsh* has taken photographs that tell a story, and that are more easily understood than many others. Each of his portraits tells you all about the subject. He felt as though there was a secret hidden behind each woman and man. Whether he captures a gl...