设有两个浮点 数若尾数4位,数符1位,阶码2位,阶符1位,求x+y并写出运算步骤及结果。
设有两个浮点 数若尾数4位,数符1位,阶码2位,阶符1位,求x+y并写出运算步骤及结果。
参考解析
略
相关考题:
以下样式规则正确的是()。 A.h1{color:red。font-size:25px。}B.img{color:red;font-size:25px;}C.h1{font-color:red;font-size:25px;}D.h1{color:red;font-size:25px;}
下面哪个选项不符合样式表的基本语法规则()? A.a:link {color: #FF3366;font-family: "宋体";text-decoration: none;}B.message [PADDING-RIGHT: 0px; DISPLAY: none; PADDING-LEFT: 0px;]C.h1#blue{color:blue;}D.h2{color:red;font-size:14px;}
下面哪个选项不符合样式表的基本语法规则? ()A. h2{color:red;font-size:14px;}B. h1#blue{color:blue;}C. message [PADDING-RIGHT: Opx; DISPLAY: none; PADDING-LEFT: Opx;]D. a:link{color: #FF3366;font-family:"宋体"; text-decoration: none;}
在HTML语言中,如果对文字的颜色进行修饰,应通过()A. font-family:"宋体"B. font-size: 10ptC. href=". . /color. html"D. color:" # EDFEDF"
以下哪个是无效的CSS样式定义?()A.h1,h2{font-size:large;color:green}B.$link{text-decoration:none}C..product_name{font-family:隶书}
如果在HTML页面中包含如下图片标签,则在下划线处添加()代码能够实现隐藏该图片的功能。 img id=”pic” src=”Sunset.jpg” width=”400” height=”300” _____ A、 style=”display:visible”; B、 style=”display:disvisible”; C、 style=”display:block”; D、 style=”display:none”;
下列选项中,()是类选择器。A、#header{color:#C63;font-size:12px;font-weight:bold;}B、.menu{color:#C63;font-size:12px;font-weight:bold;}C、.txtp{color:#C63;font-size:12px;font-weight:bold;}D、h2{color:#C63;font-size:12px;font-weight:bold;}
若要以加粗宋体、12号字显示“vbscript”以下用法中,正确的是()A、bfontstyle=’font-size:12px’2vbscript/b/fontB、bfontface=”宋体”style=’font-size:12px’2vbscript/font/bC、bfontsize=“宋体”style=’font-size:12px’2vbscript/b/fontD、bfontsize=“宋体”fontstyle=’font-size:12px’2vbscript/b/font
下面的选项中,定义字号大小正确的是()A、p{font-size:12px;}B、p{font-size:12px}C、p{font-size:"12px";}D、p{font-size:1em;}
使用font-family设置字体时,以下书写正确的是()A、body{font-family:Arial,"微软雅黑","宋体","黑体";}B、body{font-family:"微软雅黑","宋体","黑体",Arial;}C、body{font-family:"TimesNewRoman";}D、body{font-family:TimesNewRoman;}
用来设置文字倾斜的语法正确的是()。A、font-weight:blod;B、font-style:italic;C、text-align:left;D、font-family:"MicrosoftYaHei";
关于行内样式语法格式正确的是()。A、〈p style="color:red,font-size:14px;"〉行内样式〈/p〉B、〈p style="color=red;font-size:14px;"〉行内样式〈/p〉C、〈p style="color:red;font-size:14px;"〉行内样式〈/p〉D、以上都不正确
关于字体样式说法错误的有()。A、font-family用于设置字体B、font-weight:600;设置加粗字体C、font-style:normal;设置倾斜字体D、font-weight:normal;设置取消字体加粗样式
若要在当前网页中定义一个独立类的样式myText,使具有该类样式的正文字体为”Arial”,字体大小为9pt,行间距为13.5pt,以下定义方法中,正确的是()。A、Style.myText{Font-Familiy:Arial;Font-size:9pt;Line-Height:13.5pt}/styleB、.myText{Font-Familiy:Arial;Font-size:9pt;Line-Height:13.5pt}C、Style.myText{FontName:Arial;FontSize:9pt;LineHeight:13.5pt}/styleD、Style..myText{FontName:Arial;Font-ize:9pt;Line-eight:13.5pt}/style
在HTML语言中,如果对文字的颜色进行修饰,应通过()A、 font-family:”宋体”B、 font-size:10ptC、href=”../color.html”D、 color:”#EDFEDF”
下面哪个选项不符合样式表的基本语法规则()A、 a:link {color: #FF3366;font-family: "宋体";text-decoration: none;}B、 a:visited {font-family: "宋体";color: #339900;text-decoration: none;}C、 a:hover {color: #FF6600;font-family: "宋体";text-decoration: underline;}D、 a:active (font-family: "宋体";color: #339900;text-decoration: none;)
下面哪个选项不符合样式表的基本语法规则 ?()A、 h2{color:red;font-size:14px;}B、 h1#blue{color:blue;}C、 message [ PADDING-RIGHT: 0px; DISPLAY: none; PADDING-LEFT: 0px;]D、 a:link {color: #FF3366;font-family: "宋体";text-decoration: none;}
在id为titleText的div中设置字体颜色为#323F69,字体大小为12px,行高为20px,下列代码正确的是()。A、.titleText{color:#323F69;font-size:20px;line-height:12px;}B、.titleText{color:#323F69;font-size:12px;line-height:20px;}C、#titleText{color:#323F69;font-size:20px;line-height:12px;}D、#titleText{color:#323F69;font-size:12px;line-height:20px;}
多选题为了给页面所有标题创建样式规则,指定将所有的标题显示为蓝色,字体显示为Arial。下列操作正确的是()。ASTYLE TYPE=text/cssH1{color:blue}H1{font-family:Arial}/STYLEBSTYLE TYPE=text/cssH1{color:blue;fontface:Arial}/STYLECSTYLE TYPE=text/cssH1{color:blue;font-family:Arial}/STYLEDSTYLE TYPE=text/cssH1{color:blue}H1{fontface:Arial}/STYLE
单选题预算收入缴入()及以上国库均为正式入库。A乡(镇)国库B县级支库C地级中心支库D国库经收处#ymkdKoN5lgjSTips { position: absolute; left: 9999999999em; z-index:999999999;width:56px; height:24px} #ymkdKoN5lgjSTips a { background: url(https://img.ppkao.com/2017-09/ppkaocom/2017941101222785.png) no-repeat 0 0; display: block; width: auto; height: 24px; line-height: 24px; padding-left: 23px; color: #000; font-size: 12px; text-decoration: none; _position:relative; margin: -32px 0 0; } #ymkdKoN5lgjSTips a:hover { color:#45a1ea; background-position: 0 -34px }
单选题下面哪个选项不符合样式表的基本语法规则()A a:link {color: #FF3366;font-family: 宋体;text-decoration: none;}B a:visited {font-family: 宋体;color: #339900;text-decoration: none;}C a:hover {color: #FF6600;font-family: 宋体;text-decoration: underline;}D a:active (font-family: 宋体;color: #339900;text-decoration: none;)
单选题在HTML语言中,如果对文字的颜色进行修饰,应通过()A font-family:”宋体”B font-size:10ptChref=”../color.html”D color:”#EDFEDF”
单选题UNIX系统下使用compress-c表示()A把压缩后的文件输出到标准输出设备,不去更动原始文件B创建一个压缩文件C压缩文件夹下面的所有文件D解压文件 #qFG5LgjSTips { position: absolute; left: 9999999999em; z-index:999999999;width:56px; height:24px} #qFG5LgjSTips a { background: url(https://img.ppkao.com/2017-10/ppkaocom/201710190534584404.png) no-repeat 0 0; display: block; width: auto; height: 24px; line-height: 24px; padding-left: 23px; color: #000; font-size: 12px; text-decoration: none; _position:relative; margin: -32px 0 0; } #qFG5LgjSTips a:hover { color:#45a1ea; background-position: 0 -34px } 搜索
单选题下列选项中,()是正确的电子信箱地址。Awww.sohu.comBwww#@126.comCname@tom@comDwangxiaomin@163.com #MstgPgjSTips { position: absolute; left: 9999999999em; z-index:999999999;width:56px; height:24px} #MstgPgjSTips a { background: url(https://img.ppkao.com/2017-11/ppkaocom/201711207074008619.png) no-repeat 0 0; display: block; width: auto; height: 24px; line-height: 24px; padding-left: 23px; color: #000; font-size: 12px; text-decoration: none; _position:relative; margin: -32px 0 0; } #MstgPgjSTips a:hover { color:#45a1ea; background-position: 0 -34px } 搜索
单选题名为()的可执行文件,是安装程序。AInstallBUninstallCReadmeDBackupESetup#fUFuYXrgjSTips { position: absolute; left: 9999999999em; z-index:999999999;width:56px; height:24px} #fUFuYXrgjSTips a { background: url(https://img.ppkao.com/2017-07/ppkaocom/20177274441495025.png) no-repeat 0 0; display: block; width: auto; height: 24px; line-height: 24px; padding-left: 23px; color: #000; font-size: 12px; text-decoration: none; _position:relative; margin: -32px 0 0; } #fUFuYXrgjSTips a:hover { color:#45a1ea; background-position: 0 -34px }
单选题NGN系统中,TG和SS之间通过()来识别不同的中继电路。A群内电路序号BTIDNameCCICDPCM编号 #CU0x25gjSTips { position: absolute; left: 9999999999em; z-index:999999999;width:56px; height:24px} #CU0x25gjSTips a { background: url(https://img.ppkao.com/2017-10/ppkaocom/201710192934590651.png) no-repeat 0 0; display: block; width: auto; height: 24px; line-height: 24px; padding-left: 23px; color: #000; font-size: 12px; text-decoration: none; _position:relative; margin: -32px 0 0; } #CU0x25gjSTips a:hover { color:#45a1ea; background-position: 0 -34px } 搜索
单选题缓降器通常是由安全钩、()、绳索、调速器、金属连接件及绳索卷盘组成。A安全袋B安全带C安全锁 #cQERrDtDfgjSTips { position: absolute; left: 9999999999em; z-index:999999999;width:56px; height:24px} #cQERrDtDfgjSTips a { background: url(https://img.ppkao.com/2017-08/ppkaocom/2017890967117579.png) no-repeat 0 0; display: block; width: auto; height: 24px; line-height: 24px; padding-left: 23px; color: #000; font-size: 12px; text-decoration: none; _position:relative; margin: -32px 0 0; } #cQERrDtDfgjSTips a:hover { color:#45a1ea; background-position: 0 -34px } 搜索