网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
A technician needs to replace a computer’s hard drive. Which of the following should thetechnician do FIRST?()

A. Remove network connections

B. Remove the RAM

C. Self ground on the computer case

D. Disconnect power to PC


参考答案

更多 “ A technician needs to replace a computer’s hard drive. Which of the following should thetechnician do FIRST?() A. Remove network connectionsB. Remove the RAMC. Self ground on the computer caseD. Disconnect power to PC ” 相关考题
考题 ______ he come, what you say to him?A. If, willB. Should, wouldC. When, wouldD. Would, do

考题 Do () he or she tell you (). A、what, to doB、what, to do itC、which, 不填D、that, 不填

考题 You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

考题 ()father took part in the charity activity in the neighborhood yesterday?Peter's.A. WhoseB. WhatC. Which

考题 YouplantoinstallWindowsXPProfessionalonanewcomputer.Youhaveananswerfilenamedunattend.txtandauniquenessdatabasefilenamedunattend.udb.Unattend.udbcontainsasectionforacomputernamedComputer1.YoucopytheWindowsXPProfessionalsourcefiles,unattend.txt,andunattend.udbtoanetworksharenamedSource.Youstartthenewcomputerbyusinganetworkstartupdisk,andthenmapX:totheSourceshare.YouneedtostartanunattendedinstallationofWindowsXPProfessionalonComputer1.Whatshouldyourun?()A.setupmgr.exe/m:computer1B.sysprep.exe/t:s:\computer1C.Winnt.exe/unattend:unattend.txt/udf:computer1,unattend.udb/s:x:D.Winnt32.exe/unattend:unattend.txt/udf:computer1,unattend.udb/s:x:

考题 36、已知字符串s='abc',则执行表达式s.replace('a','A')后,s的值变为'Abc'。

考题 以下能正确计算1+2+3+…+10的程序段是 。A.i=1; s=1; do {s=s+i; i++;} while (i<10);B.do {i=1;s=0; s=s+i; i++;} while (i<=10);C.do {i=1;s=1; s=s+i; i++;} while (i<=10);D.i=1,s=0; do {s=s+i; i++;} while (i<=10);E.i=1; s=1; do {s=s+i; i++;} while (i<=10);F.i=1,s=0; do {s=s+i; i++;} while (i<10);

考题 32、定义“char **s;”并为s正确赋值后,以下表达式正确的是()A.s=”computer”;B.* s=”computer”;C.** s-“computer”;D.* s=‘c’;

考题 下面程序段在vc++ 6.0下的运行结果是________。 char *s1="computer"; char *s2="comPuter"; s1+=3; s2+=3; printf("%dn",strcmp(s1,s2));A.-1B.0C.1D.不确定的值

考题 【单选题】设有说明:char s1[10],*s2=s1;则以下正确的语句是 。A.s1[]="computer"B.s1[10]="computer"C.s2="computer"D.*s2="computer"