1. Trang chủ
  2. » Công Nghệ Thông Tin

150 câu TRẮC NGHIỆM về KIẾN TRÚC máy TÍNH

36 1,1K 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 36
Dung lượng 134,5 KB

Nội dung

1.Which of the following statements about data and information isare correct? a.Data and information have an identical meaning.b.Information is generated after the processing of data.c.Information is needed to help us to make decisions.

1 10 11 12 13 Which of the following statements about data and information is/are correct? c a Data and information have an identical meaning b Information is generated after the processing of data c Information is needed to help us to make decisions Video cassette recorders (VCRs) can be programmed to start recording at a preset time Which of the following data is/are needed? d a The start and stop time input by users b The time of the internal clock of the VCR c Video cassette tape d Only (a) and (b) Which of the following descriptions about data is/are correct? a a A given set of data, when processed in different ways, can generate different information b Data must be consisted of digits c Data is a record of facts Electronic data processing b a is superior in term of speed and accuracy b can always provide accurate and correct information c will always lead to an increase in operational cost of an organization Which of the followings is/are essential factor(s) to obtain accurate information? c a Accurate data b An appropriate processing procedures c The use of electronic data processing Which of the following organizations is/are most likely to be benefited from computerization? d a Hospitals b Snack shops c Supermarkets d Only (a) and (c) When the resolution setting of a display unit is raised b a texts and images can be magnified b more different number of colours to be displayed c a larger monitor to be used The quality of a scanned image depends on a a the resolution of the scan b The number of different colours can be distinguished c the speed of the scanning process Dot matrix printers d a provide low cost printings b are good for printing invoices with carbon copies c has completely replaced by other printers due to its low printing quality d Only (a) & (b) Inkjet printers d a provide a low cost solution for colour printing b can replace all dot matrix printers c require quality papers for maximum printout quality d Only (a) and (c) Sound/speech synthesizers are commonly found in d a automatic telephone enquiry services b electronic dictionaries c Chinese speech recognition systems d Only (a) & (b) Internet video conferencing requires d a digital cameras b speech synthesizing systems c microphones d All true anwser Bar codes are commonly found in b a Hong Kong identity cards b Supermarkets , Public libraries c Every computer in lab school d In the CDROM from manufactor 14 Which of the following devices can be used in making computer graphics? d a Digital cameras b Optical character recognition systems c Image scanners d Only (a) and (c) 15 Which of the followings are common for RAM and ROM? d a Their access time is much shorter than that of hard disks b Both of them are made of semiconductors c Both of them cannot store data and program permanently d Only (a) and (b) 16 Which of the following devices can be randomly accessed? d a floppy disks b hard disks c magnetic tape d RAM 17 A computer system needs a backing storage because d a the price of main memory is high and its capacity is limited b the content in main memory is lost when the computer is powered off c the backing storage can be used to backup important data d All true anwser 18 Nowadays people prefers rewritable-CDs to floppy disks This is because d a The price of rewritable CDs has become popular b The content in a CD is not affected by magnetic fields c The capacity of a CD is several hundred times larger than that of a floppy disk d All true anwser 19 Magnetic tapes are usually used to backup large amount of infrequently used data Which of the following are possible reasons? c (1) The price per storage unit of magnetic tapes is lower than most backing storage media (2) Magnetic tapes can not be accessed sequentially Therefore, it is most suitable for backing up large amount of data which is not in frequent use (3) Magnetic tapes are more robust than other backing storage media a (1) only b (1) and (2) only c (1), (2) and (3) d (2) and (3) only 20 The following sequences shows the hierarchy of data organization from top level to the bottom Which one of them is correct? d a field, character, record, file b record, file, character, field, c file, record, character, field d file, record, field, char 21 Which of the following is not an octal number.b a 451 b 880 c 325 d 162 22 A computer uses the 8-bit two's complement representation to represent integers The smallest and largest integer the computer can process are.d a -8, b -127, 127 c -256, 255 d -128, 127 23 The main advantage of two's complement representation over that of sign-and-magnitude representation is b a With the same number of bits, two's complement representation can represent a wider range of integers b With two's complement representation, substractions can be performed by addition c 24 25 26 27 28 29 30 31 32 In two's complement representation, only one bit pattern is used to represent the integer d Program designing can be simplified with the use of two's complement representation The two's complement of the bit pattern 01101101 is b a 11101101 b 10010011 c 10110110 d 10010010 How many bytes of memory locations are needed to store an English character and a Chinese character respectively? b a one, one b one, two c two, two d two, one The decimal number corresponding to 0.01101(2) is.b a 0.2031 b 0.40625 c 1.625 d 0.8125 Which of the following binary number is normalized? d a 11.110111 b 1.1111011 c 1.01101 × 10^-11 d 0.10111 × 10^101 Which of the followings is/are handled by the Control Unit? c (1) tells the main memory whether a read or write operation is going to carry out (2) instruction decoding (3) send and receive control signals to and from peripheral devices a (2) only b (1) and (3) only c (1), (2) and (3) d (2) and (3) only Which of the following statements about the Program Counter is NOT correct? b a The Program Counter is a register in the Control Unit b The content in the Program Counter will always be increased by in each instruction cycle c The Program Counter stores the address of the next instruction d There must be only one Program Counter in each CPU Which of the following sequences is a correct description of the instruction cycle? c a Fetch - Execution – Decode b Decode - Fetch – Execution c Fetch - Decode – Execution d Excecution - Decode – Fetch Op-code d (1) is a part of a machine instruction (2) represents the address of the memory location containing the required data (3) specifies what operation is to be carried out by the computer a (1) only b (1) and (2) only c (1), (2) and (3) d (1) and (3) only Which of the following signals are sent to the CPU in instruction cycles? c (1) address signals (2) machine instructions (3) data a (1) only b (3) only c (2) and (3) only d (1) and (2) only 33 Programs are written by low level languages.d a occupy less storage space b can more easily be read and interpreted by human c run faster d Only (a) and (b) 34 Which of the following translators generate object programs? b (1) assemblers (2) compliers (3) interpreters a (1) only b Only (2) c (1), (2) and (3) d (1) and (3) only 35 The following statements describe the trend in the development of programming languages Which of them is/are correct? b (1) programming languages become more structural (2) programming languages are becoming more English-like (3) low level languages are no longer used a (1) only b (2) only c (1), (2) and (3) d (2) and (3) only 36 Which of the following errors can be detected by a compiler? a (1) syntax error (2) run-time error (3) logical error a (1) only b (1) and (2) only c (1), (2) and (3) d (2) and (3) only 37 Which of the following errors can be detected by an interpreter? b (1) syntax error (2) run-time error (3) logical error a (1) only b (1) and (2) only c (1), (2) and (3) d (2) and (3) only 38 Which of the following strategies can reduce the amount of time the CPU spends on waiting for the peripheral devices to complete their operations? b (1) Use technique of spooling (2) Employ a multi-tasking operating system (3) Set peripheral devices to offline mode a (1) only b (1) and (2) only c (1), (2) and (3) d (2) and (3) only 39 Which of the following is/are the responsibility/responsibilities of the operating system in a computer? d (1) Compile high level language programs (2) Maintain the file structures in the hard disk (3) Queuing print jobs a (1) only b (1) and (2) only c (1), (2) and (3) d (2) and (3) only 40 The dynamic address translation feature finds a program's page table through the _ c a page frame table 41 42 43 44 45 46 47 48 49 50 b page address registers c page table location register d page base registers All of the following are commonly used output devices except a a a keyboard b a printer c a monitor d speakers holds data, instructions, and information for future use a a Storage b Output c Memory d Input A is a type of compact disc that has tremendous storage capacities - enough for a fulllength movie a a DVD-ROM b DV-RW c CD-RW d CVD-ROM A modem is a(n) b a small, handheld input device that contains at least one button b communications device that enables computers to communicate via telephone lines c output device that looks like a television screen and displays text or graphics d storage device that stores data using microscopic pits created by laser light The user interface controls how data and instructions are b a processed and how information is communicated on a network b entered and how information is displayed on the screen c entered and how information is communicated on a network d processed and how information is displayed on the screen software allows numbers arranged in rows and columns to be calculated c a Word processing b Database c Spreadsheet d Presentation graphics write the instructions that direct a computer to process data into information a a Programmers b Users c Systems analysts d Digital assistants Today, the terms PC and compatible refer to any personal computer that a a is based on specifications of the original IBM personal computer b uses the Macintosh operating system c uses a graphical user interface d is based on specifications of the original Apple personal computer A mini-tower model computer usually is inches tall a a 13 b 21 c 16 d 24 On a typical notebook computer, the .a a keyboard is located on top of the system unit, the monitor attaches to the system unit with a hinge, and the drives are built into the system unit b monitor is located on top of the system unit, the drives attach to the system unit with a hinge, and the keyboard is built into the system unit c keyboard is located on top of the system unit, the drives attach to the system unit with a hinge, and the monitor is built into the system unit d drives are located on top of the system unit, the keyboard attaches to the system unit with a hinge, and the monitor is built into the system unit 51 A , which looks like a ballpoint pen but uses pressure instead of ink, often is included with handheld computers for input b a Keyboard b Stylus c Mouse d Scanner 52 are capable of processing more than 12 trillion instructions in a single second and are used in applications requiring complex, sophisticated mathematical calculation d a Handheld computers b Internet appliances c Mainframes d Supercomputers 53 is the process of obtaining a program instruction or data item from memory a a Fetching(nạp lệnh) b Executing c Storing d Decoding 54 is the process of carrying out commands a a Executing b Storing c Decoding d Fetching 55 is the process of writing the result to memory b a Fetching b Storing c Decoding d Executing 56 Arithmetic operations b a involve matching one data item to another to determine if the first item is greater than, equal to, or less than the other item b include addition, subtraction, multiplication, and division c use conditions with operators such as AND, OR, and NOT d sort data items according to standard, predefined criteria in ascending order or descending order 57 Memory stores d a the operating system and other system software that control the usage of the computer equipment b application programs that carry out a specific task c the data being processed by application programs d All of the others answers 58 Some manufacturers state access times in nanoseconds; a nanosecond (ns) is one of a second a a Billionth b Thousandth c Millionth d Hundredth 59 A musical instrument digital interface, or MIDI, port a a is a special type of serial port that connects the system unit to a musical instrument b can connect up to 127 different peripheral devices with a single connector type c allows wireless devices to transmit signals to a computer via infrared light waves d is a special high-speed parallel port used to attach peripheral devices 60 A 32-bit bus can transmit at a time b a 16 bits (32 bytes) b 32 bits (4 bytes) c 32 bits (16 bytes) d bits (32 bytes) 61 In most computers, the word size is the bus width a a the same as b either greater than or less than 62 63 64 65 66 67 68 69 70 71 c greater than d less than A local bus is c a a bus designed by Intel to improve the speed with which 3-D graphics and video transmit b the most common and slowest expansion bus c a high-speed expansion bus that connects higher speed devices d a bus that eliminates the need to install cards into expansion slots Similar to their desktop counterparts, notebook computers and handheld computers have a system unit that d a cannot run using a standard power supply b usually is less expensive than desktop computers with the same capabilities c houses devices such as the keyboard, pointing devices, speakers, and display d contains electronic components that processes data Storage devices, such as disk drives, serve as both devices b a output and communications b input and output c communications and processing d processing and input Most keyboards, like that shown in the accompanying figure, have at least four that are pressed to move the insertion point (xem hinh dinh kem) c a numeric keypads b function keys c arrow keys d toggle keys An enhanced keyboard .b a is named from the layout of its typing area b has twelve function keys along the top, two CTRL keys, two ALT keys, and a set of additional keys between the typing area and the numeric keypad c is a battery-powered device that transmits data using wireless technology, such as radio waves or infrared light waves d has a design that reduces the chance of wrist injuries On notebook computers and many handheld computers, the keyboard is built into the a a top of the system unit b front of the system unit c back of the display d bottom of the display The is the most widely used pointing device on desktop computers a a Mouse b Stylus c light pen d touch screen The wheel on a mouse is rotated or pressed to on the screen b a position the pointer b move text and objects c display a shortcut menu d select or deselect items To move the pointer using a , a finger is slid across its surface b a light pen b Touchpad c digitizing tablet d graphics tablet A joystick is a d a pressure-sensitive pointing device shaped like a pencil eraser that is positioned between keys on the keyboard b steering-wheel-type input device that is turned to simulate driving a car, truck, or other vehicle c stationary pointing device with a ball on its top that is rotated to move the pointer d 72 73 74 75 76 77 78 79 80 81 82 vertical lever that is moved in different directions to control the actions of a vehicle or player Digital cameras use all of the following techniques to store images except b a floppy disk and SuperDisk b hard disk and magnetic tape c memory stick and PC Card d mini-CD and microdrive The higher a digital camera's resolution, the expensive the camera b a poorer the image quality, but the less b better the image quality, but the more c better the image quality, and the less d poorer the image quality, and the more As a rule, a 1- (million pixel) digital camera is fine for screen displays such as photo communities, Web pages, and e-mail attachments b a Kilopixel b Megapixel c Gigapixel d Millipixel A DV (digital video) camera connects directly to a port on a computer a a parallel port or USB b serial port or USB c parallel port or MIDI d serial port or MIDI A works similarly to a copy machine except that it creates a file of the document in memory instead of a paper copy a a flatbed scanner b sheet-fed scanner c pen or handheld scanner d drum scanner A guides a finger or pointing device so a user presses only one key at a time b a toggle key b function key c keyguard d keypad As shown in the accompanying figure, is a type of output that consists of music, speech, or any other sound (xem hinh) c a a graphic or graphical image b audio c text d video As shown in the accompanying figure, is a type of output consisting of full-motion images that are played back at various speeds b a a graphic or graphical image b video c audio d text Display devices include all of the following except c a Televisions b LCD displays c Speakers d CRT monitors Displays with higher resolution use a _ image c a smaller number of pixels, providing a rougher b smaller number of pixels, providing a smoother c greater number of pixels, providing a smoother d greater number of pixels, providing a rougher Manufacturers state video memory in b a Kilobytes b Megabytes 83 84 85 86 87 88 89 90 91 92 93 c Gigabytes d Millibytes Connecting a computer to a standard television set requires a(n) , which converts the digital signal from a computer into an analog signal that the television can display b a HDTV converter b NTSC converter c SVGA converter d DDWG converter Hard copy, also called a , can be portrait or landscape orientation b a Pixel b Printout c Display d Video printers can print text at speeds of up to 40 pages per minute c a Dot-matrix b Ink-jet c Laser d Thermal Two commonly used audio output devices are d a printers and speakers b monitors and printers c headsets and monitors d speakers and headsets Two types of smaller, lower-cost data projectors are a a LCD projectors and DLP projectors b CRT projectors and TFT projectors c HPA projectors and DVI projectors d POS projectors and ATM projectors A stand-alone scans an original document, converts the image into digitized data, and transmits the digitized image d a Headset b Woofer c video adapter d fax machine Examples of storage media are all of the following except c a floppy disks b compact disks c expansion cards d tape Storage devices access items in b a Billionths of a second (nanoseconds) b thousandths of a second (milliseconds) c millionths of a second (megaseconds) d hundredths of a second (centiseconds) In the early 1970s, introduced the floppy disk as a new type of storage d a Intel b Microsoft c AT&T d IBM Computers with one floppy disk drive refer to it as drive a a A b C c D d B A(n) floppy disk has a capacity of 1.44 MB c a LD (low-density) b LC (low-capacity) c HD (high-density) d HC (high-capacity) 94 To maximize a floppy disk's life, avoid d a exposure to heat and cold b magnetic fields c contaminants such as dust, smoke, or salt air d All of the others answers 95 A is slightly larger than and about twice as thick as a 3.5-inch floppy disk and can store 100 MB or 250 MB of data c a SuperDisk™ b HiFD™ disk c Zip® disk d Jaz® disk 96 Hard disks provide for access times than floppy disks c a lesser storage capacities and much slower b greater storage capacities but much slower c greater storage capacities and much faster d lesser storage capacities but much faster 97 If a hard disk has only one partition, the operating system designates it as drive b a A b C c D d B 98 The storage capacity of a is more than enough to hold a telephone book containing every resident in the United States a a DVD-ROM b CD-RW c CD-R d CD-ROM 99 most often use PC Cards a a Notebook computers and other mobile computers and devices b Mainframe computers and supercomputers c Network computers and supercomputers d Desktop computers and mainframe computers 100.During the boot process, usually the operating system will look first in drive for the system files a a A (the designation for a floppy disk drive) b B (the designation for a second floppy disk drive) c D (the designation for a compact disc drive) d C (the designation for the hard disk drive) 101.What is a binary system? a A binary system is a two-state numbering system consisting of and b Each or is called a bit (short for binary digit) c Bits are combined into groups of eight bits called bytes d can be represented by electricity being off and by electricity being on 102.Select valid statement? a bits = byte = character b bytes = bit = character c bits = byte = characters d bytes = bit = characters 103.There are three principal binary coding schemes is: a ASCII - American Standard Code for Information Interchange The most widely used binary code for microcomputers b US United State standard for save data and encrypt data The most widely used in US, and for computer use Microsoft Software c EBCDIC - Extended Binary Coded Decimal Interchange Code Developed by IBM and primarily used on large computers d UNICODE - 16-bit code to support international languages like Chinese and Japanese 104.Simon is a manufacturing firm that assembles monitors from parts they purchase from the world market They have a central office in Ottawa and 15 sales offices in Canada, USA, Asia and 10 thống d ổ đĩa đặt đầu trang đơn vị hệ thống, bàn phím gắn với đơn vị hệ thống với lề, hình tích hợp vào hệ thống đơn vị 51 Một , trông giống bút bi sử dụng áp lực thay mực in, thường có máy tính cầm tay cho đầu vào b a Bàn phím b Stylus c Chuột d Máy quét 52 Có khả xử lý nhiều 12000000000000 hướng dẫn đĩa đơn thứ hai sử dụng ứng dụng đòi hỏi tính toán phức tạp, tinh vi toán học d a Máy tính cầm tay b Thiết bị Internet c Máy tính lớn d Siêu máy tính 53 Là trình có dẫn chương trình, mục liệu từ nhớ a Đang tìm nạp (load command) b Thực c Lưu trữ d Giải mã 54 Là trình thực lệnh a Thực b Lưu trữ c Giải mã d Đang tìm nạp 55 Là trình văn kết vào nhớ b a Đang tìm nạp b Lưu trữ c Giải mã d Thực 56 Số học hoạt động b a liên quan đến việc kết hợp mục liệu khác để xác định xem mục lớn hơn, so với mặt hàng b bao gồm phép cộng, trừ, nhân, chia c sử dụng điều kiện với hoạt động chẳng hạn AND, OR, NOT d xếp liệu mục theo tiêu chuẩn, tiêu chuẩn xác định trước thứ tự tăng dần giảm dần 57 Bộ nhớ lưu trữ d a hệ điều hành phần mềm hệ thống khác để kiểm soát việc sử dụng thiết bị 22 máy tính b ứng dụng chương trình mà thực nhiệm vụ cụ thể c liệu xử lý chương trình ứng dụng d Tất câu trả lời người khác 58 Một số nhà sản xuất thời gian truy cập vài nano giây, nano giây (ns) giây a Tỷ b Thứ ngan c Triệu d Thứ trăm 59 Một dụng cụ âm nhạc kỹ thuật số giao diện, MIDI, cổng a dạng đặc biệt cổng nối tiếp kết nối đơn vị hệ thống để loại nhạc cụ b kết nối lên đến 127 thiết bị ngoại vi khác với kiểu kết nối c cho phép thiết bị không dây để truyền tín hiệu đến máy tính thông qua sóng hồng ngoại ánh sáng d tốc độ cao cổng song song đặc biệt sử dụng để gắn thiết bị ngoại vi 60 Một xe buýt 32-bit truyền thời điểm b a 16 bit (32 byte) b 32 bit (4 byte) c 32 bit (16 byte) d bit (32 byte) 61 Trong hầu hết máy vi tính, kích thước chữ chiều rộng xe buýt a giống b lớn c lớn d 62 Một xe buýt địa phương c a xe buýt thiết kế Intel để cải thiện tốc độ mà đồ họa 3-D video truyền b phổ biến xe buýt mở rộng chậm c mở rộng tốc độ cao bus kết nối thiết bị tốc độ cao d chuyến xe buýt loại bỏ cần thiết phải cài đặt thẻ vào khe cắm mở rộng 63 Tương tự máy tính để bàn, máy tính xách tay máy tính cầm tay có đơn vị hệ thống d a không chạy cách sử dụng nguồn cung cấp lượng tiêu chuẩn b thường rẻ máy tính để bàn với tính tương tự 23 c nhà thiết bị bàn phím, thiết bị, loa, hiển thị d có chứa thành phần xử lý liệu điện tử 64 Thiết bị lưu trữ ổ đĩa, phục vụ thiết bị hai b a sản lượng thông tin liên lạc b đầu vào đầu c truyền thông xử lý d chế biến đầu vào 65 Hầu hết bàn phím, hiển thị hình kèm theo, có bốn ép để di chuyển điểm chèn (xem hinh đinh kem) c a bàn phím số b phím chức c phím mũi tên d phím bật / tắt 66 An .b bàn phím nâng cao a đặt tên từ cách bố trí khu vực đánh máy b mười hai phím chức dọc theo phía trên, hai phím CTRL, hai phím ALT, phím bổ sung khu vực đánh máy bàn phím số c thiết bị chạy pin để truyền liệu cách sử dụng công nghệ không dây, sóng radio hay sóng ánh sáng hồng ngoại d có thiết kế làm giảm nguy chấn thương cổ tay 67 Trên máy tính xách tay máy tính cầm tay nhiều, bàn phím xây dựng vào a hàng đầu đơn vị hệ thống b phía trước đơn vị hệ thống c mặt sau hình hiển thị d hình 68 Là thiết bị sử dụng rộng rãi máy tính máy tính để bàn a Chuột b Stylus c bút ánh sáng d hình cảm ứng 69 Những bánh xe chuột quay ép để hình b a vị trí trỏ b di chuyển văn đối tượng c hiển thị menu shortcut d chọn bỏ chọn mục 70 Để di chuyển trỏ cách sử dụng , trượt ngón tay bề mặt b a bút ánh sáng b Touchpad 24 c số hoá viên d đồ họa viên 71 phím điều khiển d a nhạy cảm với áp suất thiết bị trỏ có hình dạng cục tẩy bút chì đặt phím bàn phím b tay lái có loại đầu vào thiết bị bật để mô lái xe, xe tải, xe khác c văn phòng phẩm thiết bị với bóng đầu trang mà xoay để di chuyển trỏ d đứng đòn bẩy di chuyển theo hướng khác để kiểm soát hành động xe máy nghe nhạc 72 Máy ảnh kỹ thuật số sử dụng tất kỹ thuật sau để lưu trữ hình ảnh ngoại trừ b a đĩa mềm SuperDisk b đĩa cứng băng từ c thẻ nhớ PC Card d mini-CD Microdrive 73 Các máy ảnh kỹ thuật số độ phân giải cao hơn, máy ảnh đắt tiền b a nghèo chất lượng hình ảnh, b chất lượng hình ảnh tốt hơn, nhiều c chất lượng hình ảnh tốt hơn, d nghèo chất lượng hình ảnh, 74 Theo quy định, 1- (triệu điểm ảnh) máy ảnh kỹ thu ật số tốt cho hiển thị hình ảnh cộng đồng, trang web e-mail đính kèm b a Kilopixel b Megapixel c Gigapixel d Millipixel 75 Một DV (digital video) máy ảnh kết nối trực tiếp vào cổng máy tính a cổng song song USB b cổng nối tiếp USB c cổng song song MIDI d cổng nối tiếp MIDI 76 Một công trình tương tự máy chép ngoại trừ việc tạo tập tin tài liệu nhớ thay giấy a Máy quét b ăn quét c bút máy quét cầm tay d Máy quét trống 77 Một dẫn ngón tay thiết bị trỏ đó, máy ép người dùng có phím thời điểm b 25 a chuyển b Chức c Khóa phím d bàn phím 78 Như thể hình kèm theo, loại đầu mà bao gồm lời nói, âm nhạc, hay âm khác (Xem hinh) c a hình ảnh đồ họa đồ họa b âm c văn d video 79 Như thể hình kèm theo, loại đầu bao gồm đầy đủ hình ảnh chuyển động phát lại với tốc độ khác b a hình ảnh đồ họa đồ họa b video c âm d văn 80 Hiển thị thiết bị bao gồm tất điều sau đây, trừ c a Ti vi b Màn hình LCD c Loa d Màn hình CRT 81 Hiển thị với độ phân giải cao sử dụng hình ảnh _ c a nhỏ số điểm ảnh, cung cấp thô b nhỏ số điểm ảnh, cung cấp mượt mà c lớn số điểm ảnh, cung cấp mượt mà d lớn số điểm ảnh, cung cấp thô 82 Các nhà sản xuất nhớ video nhà nước b a Kilobyte b MB c Gigabyte d Millibytes 83 Kết nối máy tính để TV tiêu chuẩn đòi hỏi , (n) mà chuyển đổi tín hiệu kỹ thuật số từ máy tính thành tín hiệu analog truyền hình hiển thị b a HDTV chuyển đổi b NTSC chuyển đổi c SVGA chuyển đổi d DDWG chuyển đổi 84 Bản cứng, gọi , chân dung định hướng phong cảnh b a Pixel b Bản in 26 c Hiển thị d Video 85 Máy in in văn tốc độ lên đến 40 trang / phút c a Dot-ma trận b Mực in phun c Laser d Nhiệt 86 Hai thường sử dụng thiết bị đầu âm d a máy in loa b hình máy in c tai nghe hình d loa tai nghe 87 Hai loại nhỏ hơn, thấp chi phí chiếu liệu a LCD chiếu máy chiếu DLP b CRT chiếu máy chiếu hình TFT c HPA chiếu DVI chiếu d POS chiếu máy chiếu ATM 88 Một độc lập quét tài liệu ban đầu, chuyển đổi hình ảnh thành liệu số hóa, truyền hình ảnh số hóa d a Tai nghe b Woofer c video adapter d máy fax 89 Ví dụ phương tiện lưu trữ công việc sau trừ c a ổ đĩa mềm b đĩa compact c mở rộng thẻ d băng 90 Thiết bị lưu trữ truy cập mục b a Tỷ (nano giây) thứ hai b phần nghìn (mili giây) thứ hai c phần triệu (megaseconds) thứ hai d trăm (centiseconds) thứ hai 91 Trong năm 1970, giới thiệu đĩa mềm loại lưu trữ d a Intel b Microsoft c AT & T d IBM 92 Máy tính với ổ đĩa mềm gọi ổ đĩa a A 27 b C c D d B 93 A (n) đĩa mềm có công suất 1,44 MB c a LD (mật độ thấp) b LC (công suất thấp) c HD (mật độ cao) d HC (công suất) 94 Để tối đa hóa sống đĩa mềm, tránh d a tiếp xúc với nóng lạnh b từ trường c chất gây ô nhiễm bụi, khói, muối không khí d Tất người khác câu trả lời 95 Một lớn khoảng gấp đôi dày đĩa mềm 3.5inch lưu trữ 100 MB 250 MB liệu c a SuperDisk ™ b HiFD ™ đĩa c Zip ® đĩa d Jaz ® đĩa 96 Ổ đĩa cung cấp cho thời gian truy cập so với đĩa mềm c a lưu trữ thấp lực chậm nhiều b dung lượng lưu trữ lớn chậm nhiều c dung lượng lưu trữ lớn nhanh nhiều d khả lưu trữ thấp nhanh nhiều 97 Nếu đĩa cứng có phân vùng, hệ điều hành định ổ đĩa b a A b C c D d B 98 Khả lưu trữ đủ để giữ sách điện thoại có chứa tất công dân Hoa Kỳ a DVD-ROM b CD-RW c CD-R d CD-ROM 99 Thường sử dụng PC Card a Máy tính xách tay máy tính máy tính di động khác thiết bị b Máy tính lớn máy tính siêu máy tính c Mạng máy tính siêu máy tính d Máy tính để bàn máy tính máy tính lớn 100 Trong trình khởi động, thường hệ điều hành xem xét 28 ổ đĩa cho tập tin hệ thống a A (chỉ định cho ổ đĩa mềm) b B (các định cho ổ đĩa mềm thứ hai) c D (chỉ định cho ổ đĩa nhỏ gọn) d C (các định cho ổ đĩa cứng) 101 hệ thống nhị phân gì? a Một hệ thống nhị phân hai nhà nước bao gồm hệ thống đánh số b Mỗi gọi bit (viết tắt chữ số nhị phân) c Bit kết hợp thành nhóm tám bit gọi byte d đại diện cách tắt điện điện 102 Chọn báo cáo hợp lệ? a bit = byte = ký tự b byte = bit = ký tự c bit = byte = ký tự d byte = bit = ký tự 103 Có ba chủ yếu chương trình mã hóa nhị phân: a ASCII - American Standard Code để trao đổi thông tin Việc sử dụng rộng rãi mã nhị phân cho máy vi tính b Mỹ Nhà nước thống tiêu chuẩn để lưu liệu mã hóa liệu Việc sử dụng rộng rãi Mỹ, cho máy tính sử dụng phần mềm Microsoft c EBCDIC - Extended Binary Coded Decimal Interchange Code Phát triển IBM chủ yếu sử dụng máy tính lớn d UNICODE - 16-bit để hỗ trợ ngôn ngữ quốc tế Trung Quốc Nhật Bản 104 Simon công ty sản xuất lắp ráp hình từ phận mà họ mua từ thị trường giới Họ có văn phòng trung ương Ottawa 15 văn phòng kinh doanh Canada, Mỹ, Châu Á Châu Âu Họ có 100 nhân viên thiết kế, sản xuất kỹ thuật, hệ thống thông tin, accountanting, nhân viên nguồn nhân lực vv chất lượng chi phí giám sát sản xuất Simon xác định bằng: a kích thước, độ phân giải, độ sâu màu, độ sắc nét b tăng tiêu thụ lượng tốc độ làm tươi c độ phẳng hình 105 Các yếu tố ảnh hưởng đến số lượng tối đa hướng dẫn CPU thực giây là: a Word chiều dài, chiều rộng bus liệu tốc độ chu kỳ b Tốc độ baud khả chia sẻ thời gian c Số lượng RAM có sẵn 106 số nhị phân cao gọi vào khối ba jumper vị trí gì? a b c d F 29 107 Đó thành phần dễ để môi trường tái chế? a Bo mạch chủ b Pin CMOS c Ống tia âm cực d Mực hộp mực 108 Những bước bạn cần thực trước thải hình CRT? a Hủy bỏ hình CRT từ nhà b Ngắt kết nối từ máy tính CRT c Bật tắt điện trước tháo nguồn điện d Tháo lắp ráp video 109 Mà YÊU CẦU túi chống tĩnh cho giao thông? a Màn hình b Ổ đĩa mềm c I / O điều khiển d Nguồn cung cấp 110 Một đĩa cứng chia thành hát mà chia thành: a Cụm b Thành phần c Thủ trưởng d Vectơ 111 HAI hạn chế hoạt động cho thiết bị lưu trữ là: a Khả lưu trữ b Driver aceleration c Tuyến đường di động d Tốc độ truy cập 112 Khi kết nối hai ổ đĩa cứng SCSI bên với máy tính, nơi bạn kết nối ổ đĩa cứng thứ hai? a Bất kỳ SCSI mở cổng máy tính b Một cổng nối tiếp điều hợp chủ c An SCSI mở cổng ổ đĩa cứng d An mở cổng song song máy tính 113 Khi cài đặt đĩa CD-ROM SCSI ổ đĩa, bạn phải thiết lập điều hợp SCSI CD-ROM để: a B0007 b An không sử dụng địa SCSI c SCSI ID = d Các địa tương tự thiết bị SCSI trước đĩa CD-ROM 114 Cung cấp thời gian truy cập liệu nhanh nhất? a RAM b ROM c Ổ cứng d CD-ROM 30 115 Mà điều khiển hỗ trợ ổ đĩa CD-ROM bên ngoài? a ESDI b ARLL c SCSI d MFM 116 Điều đặc điểm kỹ thuật bao gồm thẻ PC cứng? a SCSI b ISA c MFM d PCMCIA 117 Mà bạn phải nâng cấp để cài đặt ổ đĩa EIDE? a RAM BIOS b Một CPU 286 c ISA bo mạch chủ d Ban Serial 118 Mà cổng sau gửi / nhận thông tin đến / từ thiết bị khác? Chọn câu trả lời tốt a Chuột cổng, cổng Serial b Cổng nối tiếp, cổng song song c Cổng song song, máy in cổng d Video cổng, cổng VGA 119 Làm mức tiêu chuẩn ngắt cung cấp xe bus ISA 8-bit (XT-lớp học máy tính)? a 12 b 16 c d 120 Cổng nối tiếp gán ngắt để tránh xung đột cảng Những cổng (s) nên giao cho IRQ4? a COM1 b COM2 c COM4 d COM3 121 IRQ6 thường dành cho: a Các đĩa mềm b Bộ điều khiển bàn phím c Các modem d LPT2 122 Mà xác định cấu hình đĩa cứng bạn? a CMOS b WIN.INI c CONFIG.SYS 31 d Autoexec.bat 123 Một hệ thống có hai ổ đĩa cứng IDE chia thành phân vùng mở rộng ký tự ổ đĩa gán cho phân vùng ổ đĩa thứ hai? a C b D c F d E 124 biến chứng thường gặp thêm ổ đĩa IDE 1.6G khó để hệ thống cũ hệ thống 16Mhz 80386 gì? a ổ đĩa lớn khoang ổ đĩa có sẵn b Các phong cách cũ không kết nối IDE cắm cách c BIOS hệ thống cần phải nâng cấp d Việc cung cấp điện đủ 125 Trong trình khởi động, hệ thống nhớ tính từ đâu? a Bộ nhớ mở rộng hội đồng quản trị b Video adapter c Cache d Hệ thống hội đồng quản trị 126 Quá trình sau xác định lượng nhớ nay, ngày / thời gian, có cổng truyền thông điều hợp hiển thị cài đặt máy vi tính không? a Start-up tiện ích thử nghiệm b Điện tự kiểm tra c Power trình khởi động d Công suất lên trình khởi động 127 Trên đường dây thuê bao lắp đặt modem biết đến bên tốt cho thấy tàu sân bay phát ánh sáng Trường hợp vấn đề được? a Trong modem b Trong đường dây điện thoại c Trong thiết bị DTC d Trong máy tính 128 Mà tốt mô tả ổ đĩa cứng bị phân mảnh: a Các đĩa xấu b Tập tin liệu bị hỏng c Tập tin không lưu trữ cụm liên tiếp d Các cụm liệu bị hư hỏng 129 thành phần gây hình trống? a Nguồn cung cấp b Video card c RAM d CPU 130 Điện áp DC bảng mạch là: 32 a -12 Volt b volt volts c 12 volt 131 Những câu hỏi yêu cầu để xác định vấn đề phần mềm phần cứng liên quan? (Chọn tất ứng dụng) a Liệu máy tính BEEP giai đoạn khởi động? b Đã khởi tạo thiết bị ngoại vi, tức máy in? c Xác định nhiều cổng nối tiếp cài đặt hệ thống d Liệu thành phần phần cứng vượt qua chẩn đoán? 132 Điều sau bước hợp lý gặp rắc rối chụp máy tính? a Kiểm tra CMOS máy tính b Xác định trường hợp vấn đề c Xác định ứng dụng sử dụng d Hãy gọi cho nhà cung cấp 133 Lỗi chẵn lẻ thường nhớ a True b Sai 134 Vì nhớ máy tính tắt, trình đưa phần hệ điều hành vào lưu trữ máy tính hỗ trợ gọi a đăng nhập b tải c khởi động d móng 135 Hướng dẫn chương trình thực đơn vị xử lý trung tâm a Trình tự b vòng lặp c song song d định 136 Các CPU, đơn vị xử lý trung tâm máy tính tổ chức thành hai đơn vị Hai đơn vị điều khiển a số học b logic đơn vị c số học-logic đơn vị d đơn vị liệu 137 Một mã ngày tiêu chuẩn cho tất máy tính sử dụng 16 bit a Thông tin dấu thay chư b Terabyte mã c Unicode d ASCII / EBCDIC mã kết hợp 33 138 Dữ liệu đại diện cách sử dụng mã ASCII EBCDIC EBCDIC mã với a bit b bit c bit d bit 139 Các thành phần không bay lưu trữ a RAM b ROM c hạn chế số lần lấy d bị nguồn điện vào máy tính tắt 140 Nếu bạn tắt điện vào máy tính, mục lưu trữ thiết bị bị a sơ lưu trữ b lưu trữ thứ cấp c CD-ROM d lưu trữ vĩnh viễn 141 Tất điều kiện sau lưu trữ chính, ngoại trừ a Bộ nhớ b lưu trữ nội c lưu trữ vĩnh viễn d lưu trữ tạm thời 142 Một hạn cho liệu xử lý là: a xử lý b thiết bị xuất c thông tin d lưu trữ 143 Điều sau hiệp hội xác thiết bị phần cứng, loại thành phần? a Máy quét - chế biến b đũa phép người đọc - đầu vào c nhớ - đầu d thiết bị đầu cuối - lưu trữ 144 Các thuật ngữ dùng để thiết bị đọc từ hay ghi vào thiết bị lưu trữ thứ cấp là: a đọc b ổ đĩa c RAM d xử lý 145 Phần mềm điều khiển tài nguyên máy tính, chẳng hạn hệ điều hành, gọi là: a tùy chỉnh phần mềm 34 b hệ thống phần mềm c dọc phần mềm d ứng dụng phần mềm 146 Để cho lập trình để thay đổi hoạt động chương trình, a chương trình phải máy đọc b họ phải mua giấy phép trang web c mã nguồn phải có sẵn d phần mềm có quyền 147 Nếu có vài chương trình hệ thống đơn CPU, định phân bổ hệ thống điều hành thực hiện? a Chương trình có thời gian cắt vừa hết hạn CPU b Chương trình hoạt động mà đọc vừa hoàn thành có CPU c Tất chương trình nhận CPU d Các chương trình chờ đợi lâu hàng đợi nhận CPU 148 Đó tuyên bố xác? a Một chương trình khung vào trang nhớ b Một chương trình khung vào hàng đợi nhớ c Một chương trình trang vào khung hình nhớ d Bảng trang chương trình vào khung hình nhớ 149 Bộ nhớ truy cập ngẫu nhiên nằm ở: a đăng ký CPU b chip gần CPU c tuyến xe buýt vi xử lý d thiết bị từ bên vào máy tính 150 kích thước nhớ lớn xe buýt địa máy tính chiều rộng hệ thống xe buýt byte? a 16 kilobyte b 16 MB c 64 kilobyte d 64 MB 151 số thập phân số nhị phân 00101011 đại diện gì? a 11 b 31 c 65 d 43 152 cổng A cung cấp giao diện giữa: a hội đồng quản trị mở rộng thiết bị ngoại vi b thẻ adapter bo mạch chủ c DRAM SRAM d CPU nhớ cache L1 153 Một máy quay video analog giao diện cho bo mạch chủ thông qua: a cổng song song 35 b cổng FireWire c chụp video card d Web Cam cảng 154 Lợi việc sử dụng ban điều hợp đồ họa thay vĩnh viễn gắn chip đồ họa vào bo mạch chủ là: a tăng tốc độ raster quét b dễ dàng nâng cấp khả đồ họa c lớn sử dụng hệ thống xe buýt d nhu cầu cho khe cắm mở rộng 155 Khi đọc / ghi chạm vào bề mặt đầu đĩa: a liệu đọc vào nhớ b liệu ghi vào đĩa từ nhớ c ổ đĩa cứng ngừng quay d liệu bị phá hủy ổ đĩa 156 Nhiệt từ laser bề mặt nguyên nhân lưu trữ đĩa quang: a mẫu bit đặt đĩa quang học b kết từ-quang tạo c liệu chép vào đĩa cứng d chùm ánh sáng phát từ ổ đĩa CD-ROM 157 Các phần vật lý máy tính gọi a Phần mềm b Tính c Chương Trình d Công cụ 158 Một chút đại diện cho nhiều giá trị khác nào? a b c d 159 byte _ bit (s) a b c d 36 [...]... có chứa tất cả các công dân Hoa Kỳ một a DVD-ROM b CD-RW c CD-R d CD-ROM 99 Thường sử dụng PC Card một a Máy tính xách tay máy tínhmáy tính di động khác và các thiết bị b Máy tính lớn các máy tính và siêu máy tính c Mạng máy tính và siêu máy tính d Máy tính để bàn máy tínhmáy tính lớn 100 Trong quá trình khởi động, thường là hệ điều hành sẽ xem xét đầu tiên trong 28 ổ đĩa cho các... dụng áp lực thay vì mực in, thường có trong các máy tính cầm tay cho các đầu vào b a Bàn phím b Stylus c Chuột d Máy quét 52 Có khả năng xử lý nhiều hơn 12000000000000 hướng dẫn trong một đĩa đơn thứ hai và được sử dụng trong các ứng dụng đòi hỏi tính toán phức tạp, tinh vi toán học d a Máy tính cầm tay b Thiết bị Internet c Máy tính lớn d Siêu máy tính 53 Là quá trình có được một chỉ dẫn... được tính toán c a Xử lý văn bản b Cơ sở dữ liệu c Bảng tính d Trình bày đồ họa 47 Viết các hướng dẫn trực tiếp một máy tính để xử lý dữ liệu thành thông tin một a Các lập trình viên b Người dùng c Hệ thống các nhà phân tích d Trợ lý kỹ thuật số 48 Hôm nay, các máy tính tương thích các điều khoản và tham khảo cho bất kỳ máy tính cá nhân mà một a dựa trên thông số kỹ thuật của máy tính cá... hơn d một chuyến xe buýt loại bỏ sự cần thiết phải cài đặt thẻ vào khe cắm mở rộng 63 Tương tự như máy tính để bàn, máy tính xách tay và máy tính cầm tay có một đơn vị hệ thống d a có thể không chạy bằng cách sử dụng một nguồn cung cấp năng lượng tiêu chuẩn b thường là rẻ hơn máy tính để bàn với các tính năng tương tự 23 c nhà thiết bị như bàn phím, chỉ thiết bị, loa, và hiển thị d có chứa các thành... quan? (Chọn tất cả các ứng dụng) a Liệu các máy tính BEEP trong giai đoạn khởi động? b Đã khởi tạo thiết bị ngoại vi, tức là máy in? c Xác định như thế nào nhiều cổng nối tiếp được cài đặt trong hệ thống d Liệu các thành phần phần cứng vượt qua chẩn đoán? 132 Điều nào sau đây sẽ là một bước hợp lý đầu tiên gặp rắc rối chụp một máy tính? a Kiểm tra CMOS máy tính b Xác định các trường hợp của vấn đề c... tính cá nhân IBM ban đầu b sử dụng hệ điều hành Macintosh c sử dụng một giao diện người dùng đồ họa d dựa trên thông số kỹ thuật của máy tính cá nhân ban đầu của Apple 49 Một mô hình máy tính mini-tháp thường là inch cao một a 13 b 21 c 16 d 24 50 Trên một máy tính xách tay điển hình, các .a a bàn phím được đặt trên đầu trang của các đơn vị hệ thống, giám sát gắn với các đơn vị hệ thống... Code để trao đổi thông tin Việc sử dụng rộng rãi mã nhị phân cho máy vi tính b Mỹ Nhà nước thống nhất tiêu chuẩn để lưu dữ liệu và mã hóa dữ liệu Việc sử dụng rộng rãi nhất ở Mỹ, và cho máy tính sử dụng phần mềm Microsoft c EBCDIC - Extended Binary Coded Decimal Interchange Code Phát triển bởi IBM và chủ yếu được sử dụng trên các máy tính lớn d UNICODE - 16-bit để hỗ trợ các ngôn ngữ quốc tế như Trung... c Tuyến đường di động d Tốc độ truy cập 112 Khi kết nối hai ổ đĩa cứng SCSI bên ngoài với một máy tính, nơi nào bạn kết nối các ổ đĩa cứng thứ hai? a Bất kỳ SCSI mở cổng trên máy tính b Một cổng nối tiếp trên bộ điều hợp chủ đầu tiên c An SCSI mở cổng trên ổ đĩa cứng đầu tiên d An mở cổng song song trên máy tính 113 Khi cài đặt một đĩa CD-ROM SCSI ổ đĩa, bạn phải thiết lập các bộ điều hợp SCSI CD-ROM... khu vực đánh máy của mình b đã mười hai phím chức năng dọc theo phía trên, hai phím CTRL, hai phím ALT, và một bộ các phím bổ sung giữa các khu vực đánh máy và bàn phím số c là một thiết bị chạy pin để truyền dữ liệu bằng cách sử dụng công nghệ không dây, như sóng radio hay sóng ánh sáng hồng ngoại d có một thiết kế làm giảm nguy cơ chấn thương cổ tay 67 Trên máy tính xách tay và máy tính cầm tay nhiều,... có gì là ở bộ nhớ chính khi máy tính tắt, quá trình đưa một phần của hệ điều hành vào lưu trữ cơ bản khi máy tính được hỗ trợ trên được gọi là a đăng nhập b tải c khởi động d móng 135 Hướng dẫn trong một chương trình được thực hiện bởi các đơn vị xử lý trung tâm trong a Trình tự b một vòng lặp c song song d một quyết định 136 Các CPU, đơn vị xử lý trung tâm của một máy tính được tổ chức thành hai đơn ... sử dụng PC Card a Máy tính xách tay máy tính máy tính di động khác thiết bị b Máy tính lớn máy tính siêu máy tính c Mạng máy tính siêu máy tính d Máy tính để bàn máy tính máy tính lớn 100 Trong... 63 Tương tự máy tính để bàn, máy tính xách tay máy tính cầm tay có đơn vị hệ thống d a không chạy cách sử dụng nguồn cung cấp lượng tiêu chuẩn b thường rẻ máy tính để bàn với tính tương... sử dụng ứng dụng đòi hỏi tính toán phức tạp, tinh vi toán học d a Máy tính cầm tay b Thiết bị Internet c Máy tính lớn d Siêu máy tính 53 Là trình có dẫn chương trình, mục liệu từ nhớ a Đang

Ngày đăng: 05/12/2016, 20:37

TỪ KHÓA LIÊN QUAN

w