首 页
大学试题
CMS专题
工学
经济学
专升本
法学
教育学
历史学
更多分类
搜索
题库考试答案搜索网 > 题目详情
当前位置:
首页
>
PowerPoint中,超链接中所链接的目标可以是计算机硬盘中的可执行文件。
>
题目详情
问题题干
答案解析
相关问题
热门问题
最新问题
问题详情
PowerPoint中,超链接中所链接的目标可以是计算机硬盘中的可执行文件。
A、错
B、对
时间:2022-01-01 19:25
关键词:
答案解析
对
相关问题
在Windows中,Alt+Tab键的作用是____。
在Windows中,"记事本"文件默认的文件扩展名是".txt"。
文件ABC.mp3存放在F盘的T文件夹中,它的完整路径是F:\T\ABC.mp3。
下列IP地址中,正确的是____。
PowerPoint中的“超级链接”功能可以转去____。
最新问题
2.只限制物体沿任何方向移动,不限制物体转动的支座是( )。
7.平面力偶系的合成结果是( )。
10.构件抵抗破坏的能力称为( )。
在PowerPoint中,若为幻灯片中的对象设置"飞入"效果,应选择____按钮。
PowerPoint中执行放映时,下列描述中错误的是____。
public static void main(String[] args) { int i=1, s=0; while(true) { if(i%2==0) s+=i; if(i++>=10) break; } System.out.println("s="+s); }
public static void main(String[] args) { int c0=0, c1=0, c2=0; for(int x=1; x<=20; x++) { switch(x%3) { case 0: c0++; break; case 1: c1++; break; case 2: c2++; break; } } System.out.println("c0,c1,c2="+c0+","+c1+","+c2); }
public class XXK2 { private int a,b; public XXK2(int aa, int bb) {a=aa; b=bb;} public int f1(int x) { if(x>10) return a+b+3*x; else return a*b*x; } public static void main(String[] args) { XXK2 x=new XXK2(3,4); int y=x.f1(8); System.out.println("y="+y); } }
public class XXK4 { public static void main(String[] args) { int []a={2,5,8,10,15,20}; int s=0; for(int i=0; i<a.length; i++) s+=a[i]; System.out.println("s="+s); } }
public class XXK4 { public static void main(String[] args) { String []a={"xxk","weirong","xucong","xuxiaohua","baojuan"}; int m=0; for(int i=0; i<a.length; i++) { int n=a[i].length(); if(n>m) m=n; } System.out.println("m="+m); } }
别人在看