Skip to main content

COMPUTER TEST SERIES-03

                                            Computer Test Series-03

51.From What location are the 1st computer instructions available on boot up?
A. ROM BIOS
B. CPU
C. boot.ini
D. CONFIG.SYS
ANSWER: A

52.What could cause a fixed disk error.
A. No-CD installed
B. bad ram
C. slow processor
D. Incorrect CMOS settings
ANSWER: D

53.Missing slot covers on a computer can cause?
A. over heat
B. power surges
C. EMI.
D. incomplete path for ESD
ANSWER: A

54.With respect to a network interface card, the term 10/100 refers to
A. protocol speed
B. a fiber speed
C. megabits per seconds
D. minimum and maximum server speed
ANSWER: C

55.Which Motherboard form factor uses one 20 pin connector
A. ATX
B. AT
C. BABY AT
D. All of the above
ANSWER: A

56.A hard disk is divided into tracks which are further subdivided into:
A. clusters
B. sectors
C. vectors
D. heads
ANSWER: B

57.A wrist grounding strap contains which of the following:
A. Surge protector
B. Capacitor
C. Voltmeter
D. Resistor
ANSWER: D

58.ESD would cause the most damage to which component?
A. Power supply
B. Expansion board
C. Monitor
D. Keyboard
E. All of the mentioned
ANSWER: B

59.Most PCs give a single beep on bootup to indicate they are ok hardware wise. You boot your PC and don't get a beep. What should you check first?
A. system board
B. RAM
C. microprocessor
D. power supply
E. speaker
ANSWER: E

60.Which peripheral port provides the FASTEST throughput to laser printers?
A. RS-232
B. SCSI
C. Parallel
D. Serial
E. None of the mentioned
ANSWER: C

61.If there are multiple recycle bin for a hard disk
A. You can set different size for each recycle bin
B. You can choose which recycle bin to use to store your deleted files
C. You can make any one of them default recycle bin
D. None of above
ANSWER: A

62.Identify false statement
A. You can find deleted files in recycle bin
B. You can restore any files in recycle bin if you ever need
C. You can increase free space of disk by sending files in recycle bin
D. You can right click and choose Empty Recycle Bin to clean it at once
ANSWER: C

63.If the displayed system time and date is wrong, you can reset it using
A. Write
B. Calendar
C. Write file
D. Control panel
ANSWER: D

64.You should save your computer from?
A. Viruses
B. Time bombs
C. Worms
D. All of the mentioned
ANSWER: D

65.World Wide Web is being standard by
A. Worldwide corporation
B. W3C
C. World Wide Consortium
D. World Wide Web Standard
ANSWER: B

66.A co-processor
A. Is relatively easy to support in software
B. Causes all processor to function equally
C. Works with any application
D. Is quite common in modern computer
ANSWER: A

67.A Microsoft Windows is a(n)
A. Operating system
B. Graphic program
C. Word Processing
D. Database program
ANSWER: A

68.Which of the following is program group?
A. Accessories
B. Paint
C. Word
D. All of the mentioned
ANSWER: A

69.Which is not application software?
A. Windows NT
B. Page Maker
C. WinWord XP
D. Photoshop
ANSWER: A

70.The ...... program compresses large files into a smaller file
A. WinZip
B. WinShrink
C. WinStyle
D. None of the mentioned
ANSWER: A

71.Which of the following is an example of a real time operating system?
A. Lynx
B. MS DOS
C. Windows XP
D. Process Control
ANSWER: D

72.Which of the following operating system does not implement the multitasking truly?
A. Windows 98
B. Windows NT
C. Windows XP
D. MS DOS
ANSWER: D

73.Which of the following windows version support 64 bit processor?
A. Windows 98
B. Windows 2000
C. Windows XP
D. Windows 95
ANSWER: C

74.Which of the following Operating systems is better for implementing a Client-Server network
A. MS DOS
B. Windows 95
C. Windows 98
D. Windows 2000
ANSWER: D

75.Which of the following Windows do not have Start button
A. Windows Vista
B. Windows 7
C. Windows 8
D. None of the mentioned
ANSWER: C

76.Which operating system doesn't support networking between computers?
A. Windows 3.1
B. Windows 95
C. Windows 2000
D. Windows NT
ANSWER: A

77.Which of the following does not support more than one program at a time?
A. DOS
B. Linux
C. Windows
D. Unix
ANSWER: A

78.Which of the following is not an operating system?
A. DOS
B. Linux
C. Windows
D. Oracle
ANSWER: D

79.Linux is a(n) ....... operating system
A. Open source
B. Microsoft
C. Windows
D. Mac
ANSWER: A

80.Which operating system can you give smallest file name?
A. Ps/2
B. Dos
C. Windows
D. Windows NT
ANSWER: B

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...