Skip to main content

Top -25 Questions and Answer of Computer Hardware Fundamental Series-01


                               

1. The term ‘Computer’ is derived from……….

a. Latin b. German c. French d. Arabic

2. Who is the inventor of “Difference Engine”?

a. Allen Turing

 b. Charles Babbage

c. Simur Cray

d. Augusta Adaming

3. Who is the father of Computer? 

a. Allen Turing

b. Charles Babbage

c. Simur Cray

d. Augusta Adaming

4. Who is the father of Computer science?

a. Allen Turing

b. Charles Babbage

c. Simur Cray

d. Augusta Adaming

5. Who is the father of personal computer?

a. Edward Robert

b. Allen Turing

c. Charles Babbage

d. None of these

6. A CPU contains

a. a card reader and a printing device

 b. an analytical engine and a control unit

c. a control unit and an arithmetic logic unit

 d. an arithmetic logic unit and a card reader

7. Which of the following controls the process of interaction between the user and the operating system?

a. User interface

 b. Language translator

c. Platform

d. Screen saver

8. The first computers were programmed using

a. assembly language

b. machine language

c. source code

d. object code

9. ……….is a combination of hardware and software that facilitates the sharing of information between computing devices.

a. network

b. peripheral

c. expansion board

d. digital device

 

10. Coded entries which are used to gain access to a computer system are called

a. Entry codes

 b. Passwords

 c. Security commands

d. Code words

11. Which of the following statements is true?

a. Minicomputer works faster than Microcomputer

 b. Microcomputer works faster than Minicomputer

c. Speed of both the computers is the same

d. The speeds of both these computers cannot be compared with the speed of advanced

12. You organize files by storing them in

a. archives

 b. folders

c. indexes

d. lists

13. What type of resource is most likely to be a shared common resource in a computer Network?

a. Printers

b. Speakers

c. Floppy disk drives

 d. Keyboards

14. Which device is required for the Internet connection?

a. Joystick

b. Modem

c. CD Drive

d. NIC Card

15. What is a light pen?

a. A Mechanical Input device

b. Optical input device

 c. Electronic input device

d. Optical output device

16. UNIVAC is

a. Universal Automatic Computer

b. Universal Array Computer

c. Unique Automatic Computer

d. Unvalued Automatic Computer

17. CD-ROM stands for

a.Compactable Read Only Memory

b. Compact Data Read Only Memory

c. Compactable Disk Read Only Memory

 d. Compact Disk Read Only Memory

 

18. ALU is

a. Arithmetic Logic Unit

b. Array Logic Unit

c. Application Logic Unit

d. None of above

19. VGA is

a. Video Graphics Array

b. Visual Graphics Array

c. Volatile Graphics Array

d. Video Graphics Adapter

20. IBM 1401 is

a. First Generation Computer

 b. Second Generation Computer

c. Third Generation Computer

d . Fourth Generation

21. MSI stands for

a. Medium Scale Integrated Circuits

b. Medium System Integrated Circuits

c. Medium Scale Intelligent Circuit

d. Medium System Intelligent Circuit

22. The capacity of 3.5 inch floppy disk is

a. 1.40 MB

 b. 1.44 GB

c. 1.40 GB

d. 1.44 MB

23. WAN stands for

a. Wap Area Network

b. Wide Area Network

c. Wide Array Net

d. Wireless Area Network

24. MICR stands for

a. Magnetic Ink Character Reader

b. Magnetic Ink Code Reader

c. Magnetic Ink Cases Reader

d. None

 

25. EBCDIC stands for

a. Extended Binary Coded Decimal Interchange Code

b. Extended Bit Code Decimal Interchange Code

c. Extended Bit Case Decimal Interchange Code

d. Extended Binary Case Decimal Interchange Code

 

 

 

 

 

Answer:-

1 – A

2 – B

3 – B

4 – A

5- A

6- C

7- A

8- B

9- A

10- B

11- A

12- B

13- A

14- B

15- B

16- A

17- A

18- A

19- A

20- B

21 – A

22 – D

23 – B

24 – A

25 – A

 

 

 

 

 

 



Comments

Popular posts from this blog

ADIT ,MODULE-03 (WEB DESIGNING) ,PART-02 ,CSS-20 MCQ

                                                        CSS CSS:20 MCQ. & Answers. 01.What does CSS stand for?  A. Creative Style Sheets  B. Colorful Style Sheets C. Cascading Style Sheets  D. Computer Style Sheets  ANSWER:C 02.What is the correct HTML for referring to an external style sheet?  A. <stylesheet>mystyle.css</stylesheet />  B. <style src="mystyle.css" />  C. <link rel="stylesheet" type="text/css" href="mystyle.css">  ANSWER: C 03.Where in an HTML document is the correct place to refer to an external style sheet?  A. At the end of the document  B. In the <head> section  C. At the top of the document  D. In the <body> section  ANSWER: B 04.Which HTML tag is used to define an internal style sheet?  A. <style>  B. <css...

IBM ADVANCE DIPLOMA ,MODULE-03 (WEB DESIGNING) PART-01 QUESTIONS & ANSWERS

                                              IBM ADVANCE DIPLOMA                      MODULE-03 (WEB DESIGNING)  QUESTIONS & ANSWERS                                                     HTML:30 Q&A 01. A webpage displays a picture. What tag was used to display that picture?  A. picture  B. image  C. img  D. src  ANSWER: C 02.<b> tag makes the enclosed text bold. What is other tag to make text bold?  A. <strong>  B. <dar>  C. <black>  D. <emp>  ANSWER: A  03.Tags and text that are not directly displayed on the page are written in _____ section.  A. <html>  B. <head>...

ADIT ,MODULE-03(WEB-DESIGNING) SERIES PART-03 118 Q&A

                        MODULE-03(WEB DESIGNING) PART-03     PHP,PYTHAN,CLOUD &DBMS QUESTIONS MCQ:118 Questions With Answers: 01.What PHP stands for?  A. Hypertext Preprocessor  B. Pre Hypertext Processor  C. Pre Hyper Processor  D. Pre Hypertext Process  ANSWER: D  02.Which of the following tags is not a valid way to begin and end a PHP code block?  A.<% %> B.<? ?> C.<?PHP ?> D.<! !> ANSWER: B 03. How does the identity operator === compare two values?  A. It converts them to a common compatible data type and then compares the resulting values  B. It returns True only if they are both of the same type and value  C. If the two values are strings, it performs a lexical comparison  D. It bases its comparison on the  C strcmp function exclusively  E. It converts both values to strings and compares them  ANSWER: A  0...